input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{".js" : "63e1c8280daf739a193850c9efeb6ce8aca94d0a.js"}
json_instruct
{"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Marcillac-Saint-Quentin", "dpt" : "Dordogne", "inscrits" : 645, "abs" : 117, "votants" : 528, "blancs" : 10, "nuls" : 56, "exp" : 462, "res" : [{"panneau" : "1", "voix" : 329}, {"panneau" : "2", "voix" : 133}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 102029937, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "54c2d5d98e688e62c242d3984359bd7b", "wof:id" : 102029937, "wof:repo" : "whosonfirst-data-admin-in"}, "bbox" : [73.8752, 19.20815, 73.8752, 19.20815], "geometry" : {"coordinates" : [73.8752, 19.20815], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"defaultTitle": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"list": {"type": "string"}, "input-item": {"type": "string"}, "picker-item": {"type": "string"}}, "required": ["list", "input-item", "picker-item"]}}, "required": ["defaultTitle", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"defaultTitle" : "input-item", "usingComponents" : {"list" : "../../list/index", "input-item" : "../index", "picker-item" : "../../picker-item/index"}}
json_instruct
{"type": "object", "properties": {"defaultTitle": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"list": {"type": "string"}, "input-item": {"type": "string"}, "picker-item": {"type": "string"}}, "required": ["list", "input-item", "picker-item"]}}, "required": ["defaultTitle", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "equivalent": {"type": "array", "items": {}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "replacement": {"type": "array", "items": {}}, "subpart": {"type": "array", "items": {}}, "urls": {"type": "object", "properties": {"manufacturer": {"type": "array", "items": {}}, "related": {"type": "array", "items": {}}}, "required": ["manufacturer", "related"]}, "variants": {"type": "array", "items": {"type": "object", "properties": {"price": {"type": "string"}, "stock_state": {"type": "string"}, "stock_text": {"type": "string"}, "url": {"type": "string"}}, "required": ["price", "stock_state", "stock_text", "url"]}}, "version": {"type": "integer"}, "weight": {"type": "string"}}, "required": ["categories", "equivalent", "manufacturer", "name", "replacement", "subpart", "urls", "variants", "version", "weight"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"categories" : ["prop"], "equivalent" : [], "manufacturer" : "Gemfan", "name" : "6x4.5 Multirotor Carbon Fiber", "replacement" : [], "subpart" : [], "urls" : {"manufacturer" : [], "related" : []}, "variants" : [{"price" : "$5.49", "stock_state" : "in_stock", "stock_text" : "In Stock", "url" : "http://www.getfpv.com/gemfan-6x4-5-propeller-carbon-fiber-1-pair.html"}, {"price" : "$7.49", "stock_state" : "in_stock", "stock_text" : "181 Units in Stock", "url" : "http://www.readymaderc.com/store/index.php?main_page=product_info&products_id=3815"}, {"price" : "$8.99", "stock_state" : "in_stock", "stock_text" : "72 Units in Stock", "url" : "http://www.readymaderc.com/store/index.php?main_page=product_info&products_id=4194"}], "version" : 2, "weight" : ""}
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "equivalent": {"type": "array", "items": {}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "replacement": {"type": "array", "items": {}}, "subpart": {"type": "array", "items": {}}, "urls": {"type": "object", "properties": {"manufacturer": {"type": "array", "items": {}}, "related": {"type": "array", "items": {}}}, "required": ["manufacturer", "related"]}, "variants": {"type": "array", "items": {"type": "object", "properties": {"price": {"type": "string"}, "stock_state": {"type": "string"}, "stock_text": {"type": "string"}, "url": {"type": "string"}}, "required": ["price", "stock_state", "stock_text", "url"]}}, "version": {"type": "integer"}, "weight": {"type": "string"}}, "required": ["categories", "equivalent", "manufacturer", "name", "replacement", "subpart", "urls", "variants", "version", "weight"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Jeffrey Zhang": {"type": "string"}}, "required": ["Jeffrey Zhang"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}, "tvos": {"type": "string"}}, "required": ["ios", "tvos"]}, "source_files": {"type": "string"}, "swift_versions": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "swift_versions", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "StickyLayout", "version" : "1.0.0", "summary" : "Stick to it.", "description" : "StickyLayout is a collection view layout that provides sticky row and columns configurability.", "homepage" : "https://github.com/jeffreysfllo24/StickyLayout", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Jeffrey Zhang" : "jeffreysfllo24@gmail.com"}, "source" : {"git" : "https://github.com/jeffreysfllo24/StickyLayout.git", "tag" : "1.0.0"}, "platforms" : {"ios" : "8.0", "tvos" : "9.0"}, "source_files" : "StickyLayout/*.{h,m,swift}", "swift_versions" : "5.0", "swift_version" : "5.0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Jeffrey Zhang": {"type": "string"}}, "required": ["Jeffrey Zhang"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}, "tvos": {"type": "string"}}, "required": ["ios", "tvos"]}, "source_files": {"type": "string"}, "swift_versions": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "swift_versions", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"sha": {"type": "string"}, "commit": {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "date": {"type": "string"}}, "required": ["name", "email", "date"]}, "committer": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "date": {"type": "string"}}, "required": ["name", "email", "date"]}, "message": {"type": "string"}}, "required": ["author", "committer", "message"]}, "diff": {"type": "string"}}, "required": ["sha", "commit", "diff"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sha" : "\"47e7bc67f932866e4467f7ab8a23bb167405bebd\"", "commit" : {"author" : {"name" : "\"Nicolas Silva\"", "email" : "\"nsilva@mozilla.com\"", "date" : "\"2016-09-01T15:51:09+02:00\""}, "committer" : {"name" : "\"Nicolas Silva\"", "email" : "\"nsilva@mozilla.com\"", "date" : "\"2016-09-01T15:51:09+02:00\""}, "message" : "\"Bug 1298345 - Refactor CanvasRenderingContext2D's texture allocation code. r=Basdca0f40\""}, "diff" : "\"dca0f40 Bug 392493 - \\\"Add forget() method to nsCOMPtr and nsRefPtr\\\". r=dbaron, a=bzbarsky.\\ndiff --git a/xpcom/base/nsAutoPtr.h b/xpcom/base/nsAutoPtr.h\\nindex dec4942..5b37575 100644\\n--- a/xpcom/base/nsAutoPtr.h\\n+++ b/xpcom/base/nsAutoPtr.h\\n@@ -1032,6 +1032,16 @@ class nsRefPtr\\n mRawPtr = temp;\\n }\\n \\n+ already_AddRefed<T>\\n+ forget()\\n+ // return the value of mRawPtr and null out mRawPtr. Useful for\\n+ // already_AddRefed return values.\\n+ {\\n+ T* temp = 0;\\n+ swap(temp);\\n+ return temp;\\n+ }\\n+\\n T*\\n get() const\\n /*\\ndiff --git a/xpcom/glue/nsCOMPtr.h b/xpcom/glue/nsCOMPtr.h\\nindex 2f290c3..f9415ca 100644\\n--- a/xpcom/glue/nsCOMPtr.h\\n+++ b/xpcom/glue/nsCOMPtr.h\\n@@ -819,6 +819,16 @@ class nsCOMPtr\\n \\n // Other pointer operators\\n \\n+ already_AddRefed<T>\\n+ forget()\\n+ // return the value of mRawPtr and null out mRawPtr. Useful for\\n+ // already_AddRefed return values.\\n+ {\\n+ T* temp = 0;\\n+ swap(temp);\\n+ return temp;\\n+ }\\n+\\n T*\\n get() const\\n /*\\n\""}
json_instruct
{"type": "object", "properties": {"sha": {"type": "string"}, "commit": {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "date": {"type": "string"}}, "required": ["name", "email", "date"]}, "committer": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "date": {"type": "string"}}, "required": ["name", "email", "date"]}, "message": {"type": "string"}}, "required": ["author", "committer", "message"]}, "diff": {"type": "string"}}, "required": ["sha", "commit", "diff"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "website_url": {"type": "string"}, "phone": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "country": {"type": "string"}, "longitude": {"type": "string"}, "latitude": {"type": "string"}, "tags": {"type": "array", "items": {}}}, "required": ["id", "name", "brewery_type", "street", "city", "state", "postal_code", "website_url", "phone", "created_at", "updated_at", "country", "longitude", "latitude", "tags"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "lopez-island-brewing-co", "name" : "Lopez Island Brewing Co", "brewery_type" : "micro", "street" : "4817 Center Rd", "city" : "Lopez Island", "state" : "Washington", "postal_code" : "98261-8653", "website_url" : "http://www.lopezislandbrewingco.rocks", "phone" : "3604682646", "created_at" : "2018-07-24 01:34:30.842632", "updated_at" : "2018-08-11 21:40:19.244708", "country" : "United States", "longitude" : "", "latitude" : "", "tags" : []}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "website_url": {"type": "string"}, "phone": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "country": {"type": "string"}, "longitude": {"type": "string"}, "latitude": {"type": "string"}, "tags": {"type": "array", "items": {}}}, "required": ["id", "name", "brewery_type", "street", "city", "state", "postal_code", "website_url", "phone", "created_at", "updated_at", "country", "longitude", "latitude", "tags"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "var en_AU = {};\nmodule['exports'] = en_AU;\nen_AU.title = \"Australia (English)\";\nen_AU.name = require(\"./name\");\nen_AU.company = require(\"./company\");\nen_AU.internet = require(\"./internet\");\nen_AU.address = require(\"./address\");\nen_AU.phone_number = require(\"./phone_number\");", "map" : null, "metadata" : {}, "sourceType" : "script"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "prebuild": {"type": "string"}, "build": {"type": "string"}}, "required": ["lint", "prebuild", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"protractor": {"type": "string"}, "robotremote": {"type": "string"}}, "required": ["protractor", "robotremote"]}, "devDependencies": {"type": "object", "properties": {"ts-lint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["ts-lint", "typescript"]}, "typings": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies", "typings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "protractor-robot-remote", "version" : "1.0.0", "description" : "A Robot Framework remote server with Protractor integration. Write Page Objects in Typescript with Protractor and let your testers write the actual tests in Robot scripts.", "main" : "dist/index.js", "scripts" : {"lint" : "tslint ./index.ts -t verbose", "prebuild" : "npm run lint", "build" : "tsc"}, "repository" : {"type" : "git", "url" : "git+https://github.com/starjumper30/protractor-robot-remote.git"}, "keywords" : ["Protractor", "Robot"], "author" : "Christina Hardin", "license" : "MIT", "bugs" : {"url" : "https://github.com/starjumper30/protractor-robot-remote/issues"}, "homepage" : "https://github.com/starjumper30/protractor-robot-remote#readme", "dependencies" : {"protractor" : "^5.1.2", "robotremote" : "^1.3.0"}, "devDependencies" : {"ts-lint" : "^4.5.1", "typescript" : "^2.4.2"}, "typings" : "dist/index.d.ts"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "prebuild": {"type": "string"}, "build": {"type": "string"}}, "required": ["lint", "prebuild", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"protractor": {"type": "string"}, "robotremote": {"type": "string"}}, "required": ["protractor", "robotremote"]}, "devDependencies": {"type": "object", "properties": {"ts-lint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["ts-lint", "typescript"]}, "typings": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies", "typings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "exposed-modules": {"type": "array", "items": {"type": "string"}}, "elm-version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"elm/core": {"type": "string"}, "rtfeldman/elm-css": {"type": "string"}}, "required": ["elm/core", "rtfeldman/elm-css"]}, "test-dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["type", "name", "summary", "license", "version", "exposed-modules", "elm-version", "dependencies", "test-dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "package", "name" : "dzuk-mutant/nice-screen-buckets", "summary" : "Track your browser's screen size and compare them against set boundaries.", "license" : "BSD-3-Clause", "version" : "4.0.0", "exposed-modules" : ["Screen", "Screen.Metrics", "Screen.Bucket"], "elm-version" : "0.19.0 <= v < 0.20.0", "dependencies" : {"elm/core" : "1.0.0 <= v < 2.0.0", "rtfeldman/elm-css" : "16.1.0 <= v < 17.0.0"}, "test-dependencies" : {}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "exposed-modules": {"type": "array", "items": {"type": "string"}}, "elm-version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"elm/core": {"type": "string"}, "rtfeldman/elm-css": {"type": "string"}}, "required": ["elm/core", "rtfeldman/elm-css"]}, "test-dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["type", "name", "summary", "license", "version", "exposed-modules", "elm-version", "dependencies", "test-dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"errorMessage": {"type": "string"}}, "required": ["errorMessage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"errorMessage" : "Invalid Serverless Application Specification document. Number of errors found: 2. Resource with id [TestFunc] is invalid. Architectures needs to be a list with one string, either `x86_64` or `arm64`. Resource with id [TestFunc2] is invalid. Type of property 'Architectures' is invalid."}
json_instruct
{"type": "object", "properties": {"errorMessage": {"type": "string"}}, "required": ["errorMessage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "main", "authors", "license", "keywords", "homepage", "moduleType", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "next-escape", "description" : "Converts the characters &#34;&amp;&#34;, &#34;&lt;&#34;, &#34;&gt;&#34;, &#39;&#34;&#39;, and &#34;&#39;&#34; in string to their corresponding HTML entities.", "main" : "dist/next-escape.js", "authors" : ["afei"], "license" : "MIT", "keywords" : ["next"], "homepage" : "https://github.com/afeiship/next-escape", "moduleType" : ["amd"], "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests", "src", "gulp", "gulpfile.js"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "main", "authors", "license", "keywords", "homepage", "moduleType", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"lugano\\userCounter\\": {"type": "string"}}, "required": ["lugano\\userCounter\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "version", "keywords", "type", "authors", "license", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "lugano/yii2-count-user", "description" : "Count views and users on site.", "version" : "1.0.1", "keywords" : ["yii2", "count", "views", "users"], "type" : "yii2-extension", "authors" : [{"name" : "Sergey Ponomarev", "email" : "ponomarev.link@gmail.com"}], "license" : "BSD-3-Clause", "autoload" : {"psr-4" : {"lugano\\userCounter\\" : ""}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"lugano\\userCounter\\": {"type": "string"}}, "required": ["lugano\\userCounter\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "version", "keywords", "type", "authors", "license", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "codepoint": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "version": {"type": "string"}, "zhs": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "comments": {"type": "array", "items": {}}}, "required": ["id", "name", "codepoint", "aliases", "tags", "author", "version", "zhs", "description", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "A9D2E13D-A9F6-48AC-9998-22756DA6C709", "name" : "file-find", "codepoint" : "F021E", "aliases" : ["print-preview", "find-in-page"], "tags" : ["Files / Folders"], "author" : "Google", "version" : "1.5.54", "zhs" : ["\u67e5\u627e\u6587\u4ef6", "\u6253\u5370\u9884\u89c8", "\u5728\u9875\u9762\u4e2d\u67e5\u627e"], "description" : "", "comments" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "codepoint": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "version": {"type": "string"}, "zhs": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "comments": {"type": "array", "items": {}}}, "required": ["id", "name", "codepoint", "aliases", "tags", "author", "version", "zhs", "description", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "auprc": {"type": "array", "items": {"type": "number"}}}, "required": ["auroc", "acc", "aps", "f1", "auprc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"auroc" : [0.6828571428571428, 0.7102857142857143, 0.6931428571428572, 0.4268571428571428, 0.7194285714285714], "acc" : [0.5833333333333334, 0.5833333333333334, 0.5833333333333334, 0.4166666666666667, 0.5833333333333334], "aps" : [0.7585040572772033, 0.7742833498333322, 0.7529888897841166, 0.5775235115185862, 0.7629101235630799], "f1" : [0.7368421052631579, 0.7368421052631579, 0.7368421052631579, 0.0, 0.7368421052631579], "auprc" : [0.753554427191194, 0.7691031385194257, 0.7470795627574514, 0.5728640441103646, 0.7556430111708076]}
json_instruct
{"type": "object", "properties": {"auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "auprc": {"type": "array", "items": {"type": "number"}}}, "required": ["auroc", "acc", "aps", "f1", "auprc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "avsc": {"type": "string"}, "body-parser": {"type": "string"}, "express": {"type": "string"}, "express-promise-router": {"type": "string"}, "jimp": {"type": "string"}, "kafka-node": {"type": "string"}, "pg": {"type": "string"}, "underscore": {"type": "string"}, "firebase-admin": {"type": "string"}, "salted-md5": {"type": "string"}, "uuid": {"type": "string"}, "dotenv": {"type": "string"}}, "required": ["@types/node", "avsc", "body-parser", "express", "express-promise-router", "jimp", "kafka-node", "pg", "underscore", "firebase-admin", "salted-md5", "uuid", "dotenv"]}, "devDependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/express", "typescript"]}}, "required": ["name", "version", "description", "author", "license", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "service2", "version" : "1.0.0", "description" : "A kafka producer that also acts as a web server.", "author" : "Anthony Hastings <ar.hastings@gmail.com> (https://antwan1986.github.io/)", "license" : "MIT", "private" : true, "scripts" : {"start" : "NODE_PATH=./build node build/main.js", "build" : "tsc"}, "dependencies" : {"@types/node" : "^16.3.1", "avsc" : "5.3.1", "body-parser" : "1.18.3", "express" : "4.16.3", "express-promise-router" : "3.0.2", "jimp" : "^0.16.1", "kafka-node" : "2.6.1", "pg" : "7.4.3", "underscore" : "1.9.1", "firebase-admin" : "^9.10.0", "salted-md5" : "^4.0.2", "uuid" : "^3.3.2", "dotenv" : "10.0.0"}, "devDependencies" : {"@types/express" : "^4.17.13", "typescript" : "^4.3.5"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "avsc": {"type": "string"}, "body-parser": {"type": "string"}, "express": {"type": "string"}, "express-promise-router": {"type": "string"}, "jimp": {"type": "string"}, "kafka-node": {"type": "string"}, "pg": {"type": "string"}, "underscore": {"type": "string"}, "firebase-admin": {"type": "string"}, "salted-md5": {"type": "string"}, "uuid": {"type": "string"}, "dotenv": {"type": "string"}}, "required": ["@types/node", "avsc", "body-parser", "express", "express-promise-router", "jimp", "kafka-node", "pg", "underscore", "firebase-admin", "salted-md5", "uuid", "dotenv"]}, "devDependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/express", "typescript"]}}, "required": ["name", "version", "description", "author", "license", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"appid" : 341960, "name" : "DP Animation Maker", "windows" : true, "mac" : false, "linux" : false, "early_access" : false, "lookup_time" : 1490980459}
json_instruct
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "babel": {"type": "object", "properties": {"presets": {"type": "array", "items": {"type": "string"}}}, "required": ["presets"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"babel-register": {"type": "string"}, "bcrypt": {"type": "string"}, "body-parser": {"type": "string"}, "crypto": {"type": "string"}, "express": {"type": "string"}, "hi-base64": {"type": "string"}, "mysql": {"type": "string"}}, "required": ["babel-register", "bcrypt", "body-parser", "crypto", "express", "hi-base64", "mysql"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-core": {"type": "string"}, "babel-plugin-transform-object-rest-spread": {"type": "string"}, "babel-preset-es2015": {"type": "string"}}, "required": ["babel-cli", "babel-core", "babel-plugin-transform-object-rest-spread", "babel-preset-es2015"]}}, "required": ["name", "version", "description", "main", "scripts", "babel", "repository", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "nodeful", "version" : "1.0.9", "description" : "", "main" : "./lib/Index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "babel dev/src --presets babel-preset-es2015 --out-dir lib"}, "babel" : {"presets" : ["es2015"]}, "repository" : {"type" : "git", "url" : "https://github.com/rexjrs/nodeful.git"}, "keywords" : ["REST", "RESTFUL", "Node", "Node.js", "Backend", "Back-end", "Javascript", "es6"], "author" : "Thomas Charlesworth", "license" : "MIT", "dependencies" : {"babel-register" : "^6.26.0", "bcrypt" : "^1.0.3", "body-parser" : "^1.18.2", "crypto" : "^1.0.1", "express" : "^4.16.2", "hi-base64" : "^0.2.1", "mysql" : "^2.15.0"}, "devDependencies" : {"babel-cli" : "^6.26.0", "babel-core" : "^6.26.0", "babel-plugin-transform-object-rest-spread" : "^6.26.0", "babel-preset-es2015" : "^6.24.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "babel": {"type": "object", "properties": {"presets": {"type": "array", "items": {"type": "string"}}}, "required": ["presets"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"babel-register": {"type": "string"}, "bcrypt": {"type": "string"}, "body-parser": {"type": "string"}, "crypto": {"type": "string"}, "express": {"type": "string"}, "hi-base64": {"type": "string"}, "mysql": {"type": "string"}}, "required": ["babel-register", "bcrypt", "body-parser", "crypto", "express", "hi-base64", "mysql"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-core": {"type": "string"}, "babel-plugin-transform-object-rest-spread": {"type": "string"}, "babel-preset-es2015": {"type": "string"}}, "required": ["babel-cli", "babel-core", "babel-plugin-transform-object-rest-spread", "babel-preset-es2015"]}}, "required": ["name", "version", "description", "main", "scripts", "babel", "repository", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "raster": {"type": "string"}, "vector": {"type": "string"}, "description": {"type": "string"}, "filename": {"type": "string"}}, "required": ["name", "author", "license", "raster", "vector", "description", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "lubridate", "author" : "rstudio", "license" : "CC0", "raster" : "https://github.com/rstudio/hex-stickers/blob/master/PNG/lubridate.png", "vector" : "https://github.com/rstudio/hex-stickers/blob/master/SVG/lubridate.svg", "description" : "lubridate: Make Dealing with Dates a Little Easier.", "filename" : "meta/lubridate.json"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "raster": {"type": "string"}, "vector": {"type": "string"}, "description": {"type": "string"}, "filename": {"type": "string"}}, "required": ["name", "author", "license", "raster", "vector", "description", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"version": {"type": "string"}, "modules": {"type": "object", "properties": {"common": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "server": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "server-grpc": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["common", "server", "server-grpc"]}}, "required": ["version", "modules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "v0.5.0-alpha.0-dev", "modules" : {"common" : {"type" : "library"}, "server" : {"type" : "application"}, "server-grpc" : {"type" : "grpc"}}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "modules": {"type": "object", "properties": {"common": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "server": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "server-grpc": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["common", "server", "server-grpc"]}}, "required": ["version", "modules"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"code": {"type": "string"}}, "required": ["code"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "hulkbot2.2.0"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}}, "required": ["code"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "countrycode": {"type": "string"}, "city": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "registration": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "color": {"type": "string"}, "logo_url": {"type": "string"}}, "required": ["name", "title", "description", "category", "countrycode", "city", "homepage", "keywords", "registration", "color", "logo_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Swift-Taipei-User-Group", "title" : "Swift Taipei User Group", "description" : "\u81fa\u5317 Swift \u7a0b\u5f0f\u8a9e\u8a00\u793e\u7fa4", "category" : "community", "countrycode" : "tw", "city" : "Taipei", "homepage" : "https://swift.taipei", "keywords" : ["Swift", "program"], "registration" : {"type" : "meetup", "url" : "https://www.meetup.com/Swift-Taipei-User-Group"}, "color" : "#f0523a", "logo_url" : "https://developer.apple.com/assets/elements/icons/swift/swift-64x64.png"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "countrycode": {"type": "string"}, "city": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "registration": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "color": {"type": "string"}, "logo_url": {"type": "string"}}, "required": ["name", "title", "description", "category", "countrycode", "city", "homepage", "keywords", "registration", "color", "logo_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"type": "integer"}, "url": {"type": "string"}}, "required": ["pic_title", "suffix", "id", "url"]}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"e_id" : "14627", "title" : "\u5fb7\u56fd\u7b2c\u4e8c\u5927\u5546\u4e1a\u94f6\u884c\u5fb7\u52d2\u65af\u767b\u94f6\u884c\u6210\u7acb", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u5728149\u5e74\u524d\u7684\u4eca\u5929\uff0c1872\u5e7412\u67081\u65e5(\u519c\u53861872\u5e7411\u67081\u65e5)\uff0c\u5fb7\u56fd\u7b2c\u4e8c\u5927\u5546\u4e1a\u94f6\u884c\u5fb7\u52d2\u65af\u767b\u94f6\u884c\u6210\u7acb\u3002 \n1872\u5e7412\u670801\u65e5\u5fb7\u56fd\u7b2c\u4e8c\u5927\u5546\u4e1a\u94f6\u884c\u5fb7\u52d2\u65af\u767b\u94f6\u884c\u6210\u7acb\u3002 \n\u5fb7\u52d2\u65af\u767b\u94f6\u884c\u80a1\u4efd\u516c\u53f8(Dresdner Bank AG\uff0c\u7b80\u79f0\u300c\u5fb7\u52d2\u65af\u767b\u94f6\u884c\u300d)\u662f\u5fb7\u56fd\u7684\u4e0e\u5fb7\u610f\u5fd7\u94f6\u884c\u3001\u5fb7\u56fd\u5546\u4e1a\u94f6\u884c\u5e76\u5217\u7684\u4e09\u5927\u94f6\u884c\u4e4b\u4e00\uff0c\u4e16\u754c500\u5f3a\u4e4b\u4e00\u30021995\u5e74\u4f75\u8d2d\u514b\u83b1\u6c83\u7279-\u672c\u68ee(Kleinwort Benson)\uff0c2001\u5e74\u4f75\u8d2dWasserstein Perella &amp; Co.\uff0c\u7ec4\u5efa\u6210\u5176\u6295\u8d44\u94f6\u884c\u90e8\u95e8\uff1a\u5fb7\u52d2\u65af\u767b-\u514b\u83b1\u6c83\u7279(Dresdner Kleinwort)\u30022002\u5e74\u88ab\u5b89\u8054\u516c\u53f8\u8d2d\u4f75\uff0c\u6210\u4e3a\u5176\u5168\u8d44\u5b50\u516c\u53f8\u3002 \n2008\u5e749\u67081\u65e5\u5fb7\u56fd\u5546\u4e1a\u94f6\u884c\u4ee598\u4ebf\u6b27\u5143(1123.2\u4ebf\u6e2f\u5143)144\u4ebf\u7f8e\u5143\u6536\u8d2d\u5fb7\u52d2\u65af\u767b\u94f6\u884c\u5c06\u52062\u9636\u6bb5\u6536\u8d2d\u3002\u9996\u5148\uff0c\u4f1a\u4ee5\u53d1\u884c\u65b0\u80a1\u53ca\u73b0\u91d1\u6536\u8d2d60.2%\u7684\u5fb7\u52d2\u65af\u767b\u94f6\u884c\u80a1\u4efd\uff0c\u7136\u540e\u5230\u4e862009\u5e74\u624d\u4f1a\u6536\u8d2d\u5c1a\u672a\u6301\u6709\u7684\u80a1\u6743\u3002\u4e3a\u4e86\u5b8c\u6210\u4ea4\u6613\uff0c\u5546\u4e1a\u94f6\u884c\u540c\u610f\u5c06\u65d7\u4e0b\u7684Cominvest\u8d44\u4ea7\u7ba1\u7406\u4e1a\u52a1\u8f6c\u552e\u4e88Allianz SE\uff0c\u4f5c\u4ef76\u4ebf\u6b27\u5143\u3002 \u5728\u8d2d\u4f75\u5b8c\u6210\u540e\uff0cAllianz\u5c06\u62e5\u6709Commerzbank 30%\u7684\u80a1\u4efd\u3002\n \u8bc4\u8bba\uff1a\u5386\u53f2\u60a0\u4e45\u7684\u94f6\u884c\u3002", "picNo" : "1", "picUrl" : [{"pic_title" : "1872\u5e7412\u670801\u65e5\u5fb7\u56fd\u7b2c\u4e8c\u5927\u5546\u4e1a\u94f6\u884c\u5fb7\u52d2\u65af\u767b\u94f6\u884c\u6210\u7acb\u3002", "suffix" : "jpeg", "id" : 1, "url" : "https://aimgs.oss-cn-shenzhen.aliyuncs.com/history_2021/14627_1.jpeg"}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"type": "integer"}, "url": {"type": "string"}}, "required": ["pic_title", "suffix", "id", "url"]}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : " \u3010MMD\u3011\u3086\u3089\u3086\u3089", "author" : "ajiou", "description" : "<aundefinedhref='https://www.patreon.com/posts/391-mmd-yurayura-39734017'>https://www.patreon.com/posts/391-mmd-yurayura-39734017</a>", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/1036491/thumbnail-1036491_0009.jpg?itok=1wcpUW2q", "download" : "https://www.iwara.tv/api/video/1j0vmfzorls3ryome", "origin" : "https://www.iwara.tv/videos/1j0vmfzorls3ryome"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1105140044", "district_id" : "1105140", "name" : "BAGOK PANAH I"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "lint": {"type": "string"}, "release": {"type": "string"}}, "required": ["start", "lint", "release"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "peerDependencies": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "commander": {"type": "string"}, "ipfs-cluster-api": {"type": "string"}, "ipfs-http-client": {"type": "string"}, "mime-types": {"type": "string"}, "pg": {"type": "string"}, "pg-pool": {"type": "string"}, "release-it": {"type": "string"}}, "required": ["aws-sdk", "commander", "ipfs-cluster-api", "ipfs-http-client", "mime-types", "pg", "pg-pool", "release-it"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-oceanprotocol": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["eslint", "eslint-config-oceanprotocol", "eslint-config-prettier", "eslint-plugin-prettier", "prettier"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "peerDependencies", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "pod-publishing", "version" : "1.0.0", "description" : "pod-publishing", "scripts" : {"start" : "node src/index.js --workflow \"./samples/workflow.json\" --credentials \"$(cat ~/projects/ocean/barge/networks/spree/keys/account1.json)\" --password secret --outputs /tmp/pod-publishing/ --verbose", "lint" : "eslint --ignore-path .gitignore --ext .ts,.tsx .", "release" : "release-it --no-npm.publish --github.release --no-github.draft"}, "repository" : {"type" : "git", "url" : "git+https://github.com/oceanprotocol/pod-publishing.git"}, "keywords" : [], "author" : "Ocean Protocol <devops@oceanprotocol.com>", "license" : "Apache-2.0", "bugs" : {"url" : "https://github.com/oceanprotocol/pod-publishing/issues"}, "peerDependencies" : {}, "dependencies" : {"aws-sdk" : "^2.814.0", "commander" : "^2.20.0", "ipfs-cluster-api" : "0.0.9", "ipfs-http-client" : "^48.1.2", "mime-types" : "^2.1.24", "pg" : "^7.17.1", "pg-pool" : "^2.0.9", "release-it" : "^14.6.1"}, "devDependencies" : {"eslint" : "^6.7.2", "eslint-config-oceanprotocol" : "^1.5.0", "eslint-config-prettier" : "^6.7.0", "eslint-plugin-prettier" : "^3.1.2", "prettier" : "^1.19.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "lint": {"type": "string"}, "release": {"type": "string"}}, "required": ["start", "lint", "release"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "peerDependencies": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "commander": {"type": "string"}, "ipfs-cluster-api": {"type": "string"}, "ipfs-http-client": {"type": "string"}, "mime-types": {"type": "string"}, "pg": {"type": "string"}, "pg-pool": {"type": "string"}, "release-it": {"type": "string"}}, "required": ["aws-sdk", "commander", "ipfs-cluster-api", "ipfs-http-client", "mime-types", "pg", "pg-pool", "release-it"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-oceanprotocol": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["eslint", "eslint-config-oceanprotocol", "eslint-config-prettier", "eslint-plugin-prettier", "prettier"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "peerDependencies", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prestart": {"type": "string"}, "start": {"type": "string"}}, "required": ["prestart", "start"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"connect": {"type": "string"}, "js-yaml": {"type": "string"}, "knex": {"type": "string"}, "pg": {"type": "string"}, "serve-static": {"type": "string"}, "swagger-tools": {"type": "string"}}, "required": ["connect", "js-yaml", "knex", "pg", "serve-static", "swagger-tools"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "license", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "wildocean-api", "version" : "2.0.0", "description" : "This is the OpenAPI specification for the RESTful API of the WildOcean web app developed as project for the Hypermedia Web and Application course at Polimi A.Y. 2019-2020. ", "main" : "index.js", "scripts" : {"prestart" : "npm install", "start" : "node index.js"}, "keywords" : ["swagger"], "license" : "Unlicense", "private" : true, "dependencies" : {"connect" : "^3.2.0", "js-yaml" : "^3.3.0", "knex" : "0.21.1", "pg" : "^8.2.1", "serve-static" : "1.14.1", "swagger-tools" : "0.10.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prestart": {"type": "string"}, "start": {"type": "string"}}, "required": ["prestart", "start"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"connect": {"type": "string"}, "js-yaml": {"type": "string"}, "knex": {"type": "string"}, "pg": {"type": "string"}, "serve-static": {"type": "string"}, "swagger-tools": {"type": "string"}}, "required": ["connect", "js-yaml", "knex", "pg", "serve-static", "swagger-tools"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "license", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"autolispext.project.openproject.onlyprjallowed": {"type": "string"}, "autolispext.project.openproject.readfailed": {"type": "string"}, "autolispext.project.openproject.malformedfile": {"type": "string"}, "autolispext.project.openproject.label": {"type": "string"}, "autolispext.project.openproject.nospaces": {"type": "string"}, "autolispext.project.openproject.projectfilter": {"type": "string"}}, "required": ["autolispext.project.openproject.onlyprjallowed", "autolispext.project.openproject.readfailed", "autolispext.project.openproject.malformedfile", "autolispext.project.openproject.label", "autolispext.project.openproject.nospaces", "autolispext.project.openproject.projectfilter"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"autolispext.project.openproject.onlyprjallowed" : "Solo se admiten archivos PRJ.", "autolispext.project.openproject.readfailed" : "No se puede leer el archivo de proyecto: ", "autolispext.project.openproject.malformedfile" : "Archivo de proyecto con formato incorrecto: ", "autolispext.project.openproject.label" : "Abrir proyecto", "autolispext.project.openproject.nospaces" : "Las reglas de asignaci\u00f3n de nombres de PRJ existentes no admiten espacios.", "autolispext.project.openproject.projectfilter" : "Archivos de proyecto de AutoLISP"}
json_instruct
{"type": "object", "properties": {"autolispext.project.openproject.onlyprjallowed": {"type": "string"}, "autolispext.project.openproject.readfailed": {"type": "string"}, "autolispext.project.openproject.malformedfile": {"type": "string"}, "autolispext.project.openproject.label": {"type": "string"}, "autolispext.project.openproject.nospaces": {"type": "string"}, "autolispext.project.openproject.projectfilter": {"type": "string"}}, "required": ["autolispext.project.openproject.onlyprjallowed", "autolispext.project.openproject.readfailed", "autolispext.project.openproject.malformedfile", "autolispext.project.openproject.label", "autolispext.project.openproject.nospaces", "autolispext.project.openproject.projectfilter"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "homepage", "authors", "description", "main", "keywords", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "technophile-jekyll", "homepage" : "https://github.com/AquisTech/technophile-jekyll", "authors" : ["AquisTech <anand.bait@gmail.com>"], "description" : "A Jekyll Theme for Technophiles, Developers and Hackers", "main" : "", "keywords" : ["jekyll-theme", "jekyll", "portfolio", "developer", "coder", "blog", "gallery"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "homepage", "authors", "description", "main", "keywords", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build-tsc": {"type": "string"}, "test": {"type": "string"}, "tslint": {"type": "string"}}, "required": ["build-tsc", "test", "tslint"]}, "dependencies": {"type": "object", "properties": {"ws": {"type": "string"}}, "required": ["ws"]}, "devDependencies": {"type": "object", "properties": {"@types/jasmine": {"type": "string"}, "jasmine": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jasmine", "jasmine", "tslint", "typescript"]}}, "required": ["name", "description", "version", "repository", "author", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "magic-mirror-backend", "description" : "Backend for the MagicMirror", "version" : "0.1.0", "repository" : {"type" : "git", "url" : "https://github.com/samsamann/MagicMirror"}, "author" : "Samuel Ackermann", "license" : "MIT", "scripts" : {"build-tsc" : "tsc -p .", "test" : "tsc -b tsconfig.spec.json && jasmine", "tslint" : "tslint -c tslint.json -p tsconfig.json"}, "dependencies" : {"ws" : "^6.1.2"}, "devDependencies" : {"@types/jasmine" : "^3.3.5", "jasmine" : "^3.3.1", "tslint" : "^5.12.0", "typescript" : "^3.2.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build-tsc": {"type": "string"}, "test": {"type": "string"}, "tslint": {"type": "string"}}, "required": ["build-tsc", "test", "tslint"]}, "dependencies": {"type": "object", "properties": {"ws": {"type": "string"}}, "required": ["ws"]}, "devDependencies": {"type": "object", "properties": {"@types/jasmine": {"type": "string"}, "jasmine": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jasmine", "jasmine", "tslint", "typescript"]}}, "required": ["name", "description", "version", "repository", "author", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"main.js": {"type": "string"}, "main.js.map": {"type": "string"}}, "required": ["main.js", "main.js.map"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"main.js" : "static/js/main.35a96251.js", "main.js.map" : "static/js/main.35a96251.js.map"}
json_instruct
{"type": "object", "properties": {"main.js": {"type": "string"}, "main.js.map": {"type": "string"}}, "required": ["main.js", "main.js.map"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 8, "n_trials" : 340, "objective" : "landscapes_combo2_on_cube", "white" : "hyperopt_atpe", "black" : "platypus_evolutionary", "traceback" : ["passing", "passing"], "best_val" : [31.485464223874125, 169.9722312908012], "best_x" : [[0.5330506175334142, 0.548460237147551, 0.5000965758352299, 0.49889811670549444, 0.5129031314463555, 0.4472808044904221, 0.6554236917617058, 0.43769655332807467], [0.45316115871024987, 0.5109692916451718, 0.6258610429287063, 0.42725352932833693, 0.6878700568619771, 0.284828312460206, 0.3184686314032648, 0.28067138804730385]], "feval_count" : [340, 300], "n_trials_instructed" : [340, 289], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "hyperopt_atpe", "loser" : "platypus_evolutionary"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Pageas", "dpt" : "Haute-Vienne", "inscrits" : 486, "abs" : 97, "votants" : 389, "blancs" : 37, "nuls" : 16, "exp" : 336, "res" : [{"panneau" : "1", "voix" : 216}, {"panneau" : "2", "voix" : 120}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}}, "required": ["prepublish"]}, "devDependencies": {"type": "object", "properties": {"reflect-metadata": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["reflect-metadata", "typescript"]}, "dependencies": {"type": "object", "properties": {"carnotite": {"type": "string"}}, "required": ["carnotite"]}}, "required": ["name", "displayName", "version", "description", "main", "types", "repository", "author", "license", "private", "keywords", "homepage", "bugs", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "lawrencium", "displayName" : "Lawrencium", "version" : "0.0.24", "description" : "lawrencium is a lightweight realtime storage layer.", "main" : "dist/index.js", "types" : "declarations/index.d.ts", "repository" : "https://github.com/azuwey/coal.git", "author" : "Azuwey", "license" : "BSD-3-Clause", "private" : false, "keywords" : ["typescript", "observer", "annotation", "lawrencium", "event", "manager", "database", "noSql", "no-Sql", "realtime", "real-time", "real", "time"], "homepage" : "https://github.com/azuwey/lawrencium", "bugs" : {"url" : "https://github.com/azuwey/lawrencium/issues"}, "scripts" : {"prepublish" : "tsc"}, "devDependencies" : {"reflect-metadata" : "^0.1.12", "typescript" : "^2.7.1"}, "dependencies" : {"carnotite" : "^0.0.14"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}}, "required": ["prepublish"]}, "devDependencies": {"type": "object", "properties": {"reflect-metadata": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["reflect-metadata", "typescript"]}, "dependencies": {"type": "object", "properties": {"carnotite": {"type": "string"}}, "required": ["carnotite"]}}, "required": ["name", "displayName", "version", "description", "main", "types", "repository", "author", "license", "private", "keywords", "homepage", "bugs", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[137.25, 25.583333333333332], [137.25, 25.666666666666668], [137.375, 25.666666666666668], [137.375, 25.583333333333332], [137.25, 25.583333333333332]]]}, "properties" : {"code" : 383732, "url" : "http://madefor.github.io/0410/api/v1/383732.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/383732.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "title" : "Henchir-et-Tfel", "id" : "324739", "bbox" : [8.610719, 34.444862, 8.610719, 34.444862], "description" : "An ancient place, cited: BAtlas 33 C4 Henchir-et-Tfel", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [8.610719, 34.444862]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [8.610719, 34.444862]}, "id" : "darmc-location-22733", "type" : "Feature", "properties" : {"description" : "500K scale point location", "location_precision" : "precise", "title" : "DARMC location 22733", "link" : "http://pleiades.stoa.org/places/324739/darmc-location-22733"}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"body": {"type": "string"}}, "required": ["body"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "{\"username\":\"francesco\",\"password\":\"wrong_password\"}"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}}, "required": ["body"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "nodes": {"type": "integer"}, "dir_e": {"type": "integer"}, "und_e": {"type": "integer"}, "data": {"type": "object", "properties": {"A": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "object", "properties": {"t": {"type": "string"}, "d": {"type": "integer"}, "w": {"type": "integer"}}, "required": ["t", "d", "w"]}}}, "required": ["e"]}, "B": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "object", "properties": {"t": {"type": "string"}, "d": {"type": "integer"}, "w": {"type": "integer"}}, "required": ["t", "d", "w"]}}}, "required": ["e"]}, "C": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "object", "properties": {"t": {"type": "string"}, "d": {"type": "integer"}, "w": {"type": "integer"}}, "required": ["t", "d", "w"]}}}, "required": ["e"]}, "D": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "object", "properties": {"t": {"type": "string"}, "d": {"type": "integer"}, "w": {"type": "integer"}}, "required": ["t", "d", "w"]}}}, "required": ["e"]}, "E": {"type": "object", "properties": {"e": {"type": "array", "items": {}}}, "required": ["e"]}, "F": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "object", "properties": {"t": {"type": "string"}, "d": {"type": "integer"}, "w": {"type": "integer"}}, "required": ["t", "d", "w"]}}}, "required": ["e"]}}, "required": ["A", "B", "C", "D", "E", "F"]}}, "required": ["name", "nodes", "dir_e", "und_e", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "SEARCH graph for Priority First Search / Toposort", "nodes" : 6, "dir_e" : 9, "und_e" : 0, "data" : {"A" : {"e" : [{"t" : "B", "d" : 1, "w" : 3}, {"t" : "C", "d" : 1, "w" : 4}, {"t" : "D", "d" : 1, "w" : 1}]}, "B" : {"e" : [{"t" : "F", "d" : 1, "w" : 1}, {"t" : "C", "d" : 1, "w" : 2}]}, "C" : {"e" : [{"t" : "E", "d" : 1, "w" : 1}]}, "D" : {"e" : [{"t" : "C", "d" : 1, "w" : 6}, {"t" : "E", "d" : 1, "w" : 17}]}, "E" : {"e" : []}, "F" : {"e" : [{"t" : "E", "d" : 1, "w" : 5}]}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "nodes": {"type": "integer"}, "dir_e": {"type": "integer"}, "und_e": {"type": "integer"}, "data": {"type": "object", "properties": {"A": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "object", "properties": {"t": {"type": "string"}, "d": {"type": "integer"}, "w": {"type": "integer"}}, "required": ["t", "d", "w"]}}}, "required": ["e"]}, "B": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "object", "properties": {"t": {"type": "string"}, "d": {"type": "integer"}, "w": {"type": "integer"}}, "required": ["t", "d", "w"]}}}, "required": ["e"]}, "C": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "object", "properties": {"t": {"type": "string"}, "d": {"type": "integer"}, "w": {"type": "integer"}}, "required": ["t", "d", "w"]}}}, "required": ["e"]}, "D": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "object", "properties": {"t": {"type": "string"}, "d": {"type": "integer"}, "w": {"type": "integer"}}, "required": ["t", "d", "w"]}}}, "required": ["e"]}, "E": {"type": "object", "properties": {"e": {"type": "array", "items": {}}}, "required": ["e"]}, "F": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "object", "properties": {"t": {"type": "string"}, "d": {"type": "integer"}, "w": {"type": "integer"}}, "required": ["t", "d", "w"]}}}, "required": ["e"]}}, "required": ["A", "B", "C", "D", "E", "F"]}}, "required": ["name", "nodes", "dir_e", "und_e", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "augustash/module-backend": {"type": "string"}, "magento/module-cms": {"type": "string"}, "magento/module-store": {"type": "string"}, "magento/framework": {"type": "string"}}, "required": ["php", "augustash/module-backend", "magento/module-cms", "magento/module-store", "magento/framework"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Augustash\\CookieConsent\\": {"type": "string"}}, "required": ["Augustash\\CookieConsent\\"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-4", "files"]}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}}, "required": ["sort-packages"]}}, "required": ["name", "description", "license", "type", "version", "require", "autoload", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "augustash/module-cookie-consent", "description" : "A Magento 2 implementation of Osano Cookie Consent.", "license" : "MIT", "type" : "magento2-module", "version" : "1.1.0", "require" : {"php" : ">=7.4", "augustash/module-backend" : "*", "magento/module-cms" : "*", "magento/module-store" : "*", "magento/framework" : "*"}, "autoload" : {"psr-4" : {"Augustash\\CookieConsent\\" : "src/"}, "files" : ["src/registration.php"]}, "config" : {"sort-packages" : true}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "augustash/module-backend": {"type": "string"}, "magento/module-cms": {"type": "string"}, "magento/module-store": {"type": "string"}, "magento/framework": {"type": "string"}}, "required": ["php", "augustash/module-backend", "magento/module-cms", "magento/module-store", "magento/framework"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Augustash\\CookieConsent\\": {"type": "string"}}, "required": ["Augustash\\CookieConsent\\"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-4", "files"]}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}}, "required": ["sort-packages"]}}, "required": ["name", "description", "license", "type", "version", "require", "autoload", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-229x-53vm-m4f4", "modified" : "2022-05-13T01:12:23Z", "published" : "2022-05-13T01:12:23Z", "aliases" : ["CVE-2018-1108"], "details" : "kernel drivers before version 4.17-rc1 are vulnerable to a weakness in the Linux kernel's implementation of random seed data. Programs, early in the boot sequence, could use the data allocated for the seed before it was sufficiently generated.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2018-1108"}, {"type" : "WEB", "url" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-1108"}, {"type" : "WEB", "url" : "https://usn.ubuntu.com/3718-1/"}, {"type" : "WEB", "url" : "https://usn.ubuntu.com/3718-2/"}, {"type" : "WEB", "url" : "https://usn.ubuntu.com/3752-1/"}, {"type" : "WEB", "url" : "https://usn.ubuntu.com/3752-2/"}, {"type" : "WEB", "url" : "https://usn.ubuntu.com/3752-3/"}, {"type" : "WEB", "url" : "https://www.debian.org/security/2018/dsa-4188"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/104055"}], "database_specific" : {"cwe_ids" : ["CWE-330"], "severity" : "MODERATE", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "5e064f5aeb009468d90bac66", "_tpl" : "5c471c442e221602b542a6f8", "parentId" : "5e064f5aeb009468d90bac64", "slotId" : "mod_magazine"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {}}, "meeting_sections": {"type": "array", "items": {}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "VIS321H1F20199", "code" : "VIS321H1F", "name" : "Artists' Multiples", "description" : "Production of artists multiples in various media is augmented with gallery and archive visits, screenings, and artist talks. Historical and contemporary technologies for reproduction are examined.", "division" : "John H. Daniels Faculty of Architecture, Landscape, & Design", "department" : "John H. Daniels Faculty of Architecture, Landscape, & Design", "prerequisites" : "0.5 FCE at the 200-level in VIS courses, JAV200H1/VIS200H1", "exclusions" : "", "level" : 300, "campus" : "UTSG", "term" : "2019 Fall", "breadths" : [], "meeting_sections" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {}}, "meeting_sections": {"type": "array", "items": {}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "17", "provinceId" : "61", "regencyId" : "07", "name" : "Tujuh Belas"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "timestamp": {"type": "string"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "timestamp", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cam/image_array" : "1839_cam-image_array_.jpg", "user/throttle" : 0.8, "timestamp" : "2019-02-17 21:49:16.604991", "user/angle" : 0.9897152623065889, "user/mode" : "user"}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "timestamp": {"type": "string"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "timestamp", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_name"]}}}, "required": ["station_g"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"station_g" : [{"pref_cd" : 17, "line_cd" : 11415, "line_name" : "JR\u5317\u9678\u672c\u7dda(\u7c73\u539f\uff5e\u91d1\u6ca2)", "station_cd" : 1141537, "station_name" : "\u5c0f\u821e\u5b50"}]}
json_instruct
{"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_name"]}}}, "required": ["station_g"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"narumichian": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["narumichian"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"narumichian" : {"title" : "NarumiChian", "channel_id" : 27607977, "link" : "http://twitch.tv/narumichian", "desc" : null, "plans" : {"$4.99" : "191876", "$9.99" : "191879", "$24.99" : "191880"}, "id" : "narumichian", "first_seen" : "2017-07-02 19:10:07", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 191880, "emotes" : [{"code" : "narumi1Lurk", "image_id" : 262783, "set" : 191880}, {"code" : "narumi1Wut", "image_id" : 262785, "set" : 191879}, {"code" : "narumi1Dab", "image_id" : 262789, "set" : 191876}]}}}
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"narumichian": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["narumichian"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Temara": {"type": "string"}}, "required": ["Temara"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Temara" : "TEM"}
json_instruct
{"type": "object", "properties": {"Temara": {"type": "string"}}, "required": ["Temara"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"topCrop": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "score": {"type": "object", "properties": {"detail": {"type": "number"}, "saturation": {"type": "number"}, "skin": {"type": "number"}, "boost": {"type": "number"}, "total": {"type": "number"}}, "required": ["detail", "saturation", "skin", "boost", "total"]}}, "required": ["x", "y", "width", "height", "score"]}}, "required": ["topCrop"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"topCrop" : {"x" : 0, "y" : 8, "width" : 175, "height" : 175, "score" : {"detail" : 11.879218624789939, "saturation" : -0.8147468246533526, "skin" : 16.522551014484144, "boost" : 170.30703027192556, "total" : 0.557145307385998}}}
json_instruct
{"type": "object", "properties": {"topCrop": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "score": {"type": "object", "properties": {"detail": {"type": "number"}, "saturation": {"type": "number"}, "skin": {"type": "number"}, "boost": {"type": "number"}, "total": {"type": "number"}}, "required": ["detail", "saturation", "skin", "boost", "total"]}}, "required": ["x", "y", "width", "height", "score"]}}, "required": ["topCrop"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"bi\u1e0f\u00b7qar": {"type": "object", "properties": {"2ki.9.25|2": {"type": "array", "items": {"type": "string"}}}, "required": ["2ki.9.25|2"]}}, "required": ["bi\u1e0f\u00b7qar"]}, "meanings": {"type": "object", "properties": {"bidkar": {"type": "integer"}}, "required": ["bidkar"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pos" : "proper", "translits" : {"bi\u1e0f\u00b7qar" : {"2ki.9.25|2" : ["to", "Bidkar", "his captain\uff64"]}}, "meanings" : {"bidkar" : 1}, "meaningsCount" : 1, "occurences" : 1}
json_instruct
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"bi\u1e0f\u00b7qar": {"type": "object", "properties": {"2ki.9.25|2": {"type": "array", "items": {"type": "string"}}}, "required": ["2ki.9.25|2"]}}, "required": ["bi\u1e0f\u00b7qar"]}, "meanings": {"type": "object", "properties": {"bidkar": {"type": "integer"}}, "required": ["bidkar"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["opus-tools"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[8, 1, 9, 2], [10, 4, 11, 3], [20, 10, 7, 9], [2, 7, 3, 8], [4, 20, 5, 19], [14, 5, 15, 6], [16, 11, 17, 12], [18, 13, 19, 14], [12, 17, 13, 18], [6, 15, 1, 16]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"_active": {"type": "boolean"}, "_notice_text": {"type": "null"}, "_plus_required": {"type": "boolean"}, "_plus_store_url": {"type": "null"}, "_support_contract": {"type": "boolean"}, "_version_required": {"type": "integer"}, "account_supported": {"type": "boolean"}, "api": {"type": "string"}, "city": {"type": "string"}, "country": {"type": "string"}, "data": {"type": "object", "properties": {"baseurl": {"type": "string"}, "customssl": {"type": "boolean"}}, "required": ["baseurl", "customssl"]}, "geo": {"type": "array", "items": {"type": "number"}}, "information": {"type": "string"}, "library_id": {"type": "integer"}, "state": {"type": "string"}, "title": {"type": "string"}}, "required": ["_active", "_notice_text", "_plus_required", "_plus_store_url", "_support_contract", "_version_required", "account_supported", "api", "city", "country", "data", "geo", "information", "library_id", "state", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_active" : true, "_notice_text" : null, "_plus_required" : false, "_plus_store_url" : null, "_support_contract" : false, "_version_required" : 0, "account_supported" : true, "api" : "sisis", "city" : "Leipzig", "country" : "Deutschland", "data" : {"baseurl" : "https://webopac.stadtbibliothek-leipzig.de/webOPACClient", "customssl" : true}, "geo" : [51.33416, 12.37497], "information" : "http://www.leipzig.de/stadtbib/", "library_id" : 8714, "state" : "Sachsen", "title" : "St\u00e4dtische Bibliotheken"}
json_instruct
{"type": "object", "properties": {"_active": {"type": "boolean"}, "_notice_text": {"type": "null"}, "_plus_required": {"type": "boolean"}, "_plus_store_url": {"type": "null"}, "_support_contract": {"type": "boolean"}, "_version_required": {"type": "integer"}, "account_supported": {"type": "boolean"}, "api": {"type": "string"}, "city": {"type": "string"}, "country": {"type": "string"}, "data": {"type": "object", "properties": {"baseurl": {"type": "string"}, "customssl": {"type": "boolean"}}, "required": ["baseurl", "customssl"]}, "geo": {"type": "array", "items": {"type": "number"}}, "information": {"type": "string"}, "library_id": {"type": "integer"}, "state": {"type": "string"}, "title": {"type": "string"}}, "required": ["_active", "_notice_text", "_plus_required", "_plus_store_url", "_support_contract", "_version_required", "account_supported", "api", "city", "country", "data", "geo", "information", "library_id", "state", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"editure": {"type": "string"}, "lodash.omit": {"type": "string"}, "tuture-slate": {"type": "string"}}, "required": ["editure", "lodash.omit", "tuture-slate"]}}, "required": ["name", "description", "version", "main", "module", "types", "files", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@tuture/core", "description" : "Core logics and data interfaces for Tuture", "version" : "0.0.7", "main" : "dist/index.js", "module" : "dist/index.esm.js", "types" : "dist/index.d.ts", "files" : ["dist/"], "license" : "MIT", "dependencies" : {"editure" : "^0.1.9", "lodash.omit" : "^4.5.0", "tuture-slate" : "^0.57.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"editure": {"type": "string"}, "lodash.omit": {"type": "string"}, "tuture-slate": {"type": "string"}}, "required": ["editure", "lodash.omit", "tuture-slate"]}}, "required": ["name", "description", "version", "main", "module", "types", "files", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["./fonts/google/ingrid-darling/files/ingrid-darling-latin-400-normal.woff", "./fonts/google/ingrid-darling/files/ingrid-darling-latin-ext-400-normal.woff", "./fonts/google/ingrid-darling/files/ingrid-darling-vietnamese-400-normal.woff", "./fonts/google/ingrid-darling/files/ingrid-darling-vietnamese-400-normal.woff2", "./fonts/google/ingrid-darling/files/ingrid-darling-all-400-normal.woff", "./fonts/google/ingrid-darling/files/ingrid-darling-latin-ext-400-normal.woff2", "./fonts/google/ingrid-darling/files/ingrid-darling-latin-400-normal.woff2"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"postal_code" : "90255", "place_name" : "El Sabinal", "place_type" : "Colonia", "county" : "Tlaxco", "state" : "Tlaxcala", "city" : ""}, {"postal_code" : "90255", "place_name" : "Chico", "place_type" : "Barrio", "county" : "Tlaxco", "state" : "Tlaxcala", "city" : ""}, {"postal_code" : "90255", "place_name" : "Santiago Tlatepoxco", "place_type" : "Colonia", "county" : "Tlaxco", "state" : "Tlaxcala", "city" : ""}, {"postal_code" : "90255", "place_name" : "Grande", "place_type" : "Barrio", "county" : "Tlaxco", "state" : "Tlaxcala", "city" : ""}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "sortkey": {"type": "integer"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"affiliation": {"type": "string"}, "name": {"type": "string"}}, "required": ["affiliation", "name"]}}, "url": {"type": "string"}, "venue": {"type": "string"}, "peer-reviewed": {"type": "boolean"}, "abstract": {"type": "string"}}, "required": ["id", "title", "year", "type", "sortkey", "authors", "url", "venue", "peer-reviewed", "abstract"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "cocco2017banking", "title" : "Banking On Blockchain: Costs Savings Thanks To The Blockchain Technology", "year" : 2017, "type" : "article", "sortkey" : 20170702, "authors" : [{"affiliation" : "", "name" : "Luisanna Cocco"}, {"affiliation" : "", "name" : "Andrea Pinna"}, {"affiliation" : "", "name" : "Michele Marchesi"}], "url" : "http://www.mdpi.com/1999-5903/9/3/25", "venue" : "Future Internet", "peer-reviewed" : true, "abstract" : ""}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "sortkey": {"type": "integer"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"affiliation": {"type": "string"}, "name": {"type": "string"}}, "required": ["affiliation", "name"]}}, "url": {"type": "string"}, "venue": {"type": "string"}, "peer-reviewed": {"type": "boolean"}, "abstract": {"type": "string"}}, "required": ["id", "title", "year", "type", "sortkey", "authors", "url", "venue", "peer-reviewed", "abstract"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"token": {"type": "string"}, "prefix": {"type": "string"}, "adminChannelName": {"type": "string"}, "gameRoleColor": {"type": "string"}}, "required": ["token", "prefix", "adminChannelName", "gameRoleColor"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"token" : "YOUR TOKEN GOES HERE", "prefix" : "!", "adminChannelName" : "admincmds", "gameRoleColor" : "#FF0000"}
json_instruct
{"type": "object", "properties": {"token": {"type": "string"}, "prefix": {"type": "string"}, "adminChannelName": {"type": "string"}, "gameRoleColor": {"type": "string"}}, "required": ["token", "prefix", "adminChannelName", "gameRoleColor"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "externalLibs": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "react": {"type": "string"}, "react-router": {"type": "string"}}, "required": ["bootstrap", "react", "react-router"]}, "devDependencies": {"type": "object", "properties": {"babelify": {"type": "string"}, "browserify": {"type": "string"}, "del": {"type": "string"}, "gulp": {"type": "string"}, "gulp-if": {"type": "string"}, "gulp-livereload": {"type": "string"}, "gulp-uglify": {"type": "string"}, "reactify": {"type": "string"}, "vinyl-buffer": {"type": "string"}, "vinyl-source-stream": {"type": "string"}, "watchify": {"type": "string"}}, "required": ["babelify", "browserify", "del", "gulp", "gulp-if", "gulp-livereload", "gulp-uglify", "reactify", "vinyl-buffer", "vinyl-source-stream", "watchify"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "externalLibs", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "react-router-sample", "version" : "1.0.0", "description" : "Sample application to understand the react-router better", "main" : "./src/js/main.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/Marcoga/react-router-sample.git"}, "keywords" : ["react-router"], "author" : "Marcoga", "license" : "The Unlicense", "externalLibs" : ["react", "react-router"], "bugs" : {"url" : "https://github.com/Marcoga/react-router-sample/issues"}, "homepage" : "https://github.com/Marcoga/react-router-sample", "dependencies" : {"bootstrap" : "^3.3.4", "react" : "^0.13.3", "react-router" : "^0.13.3"}, "devDependencies" : {"babelify" : "^6.1.2", "browserify" : "^10.2.1", "del" : "^1.2.0", "gulp" : "^3.8.11", "gulp-if" : "^1.2.5", "gulp-livereload" : "^3.8.0", "gulp-uglify" : "^1.2.0", "reactify" : "^1.1.1", "vinyl-buffer" : "^1.0.0", "vinyl-source-stream" : "^1.1.0", "watchify" : "^3.2.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "externalLibs": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "react": {"type": "string"}, "react-router": {"type": "string"}}, "required": ["bootstrap", "react", "react-router"]}, "devDependencies": {"type": "object", "properties": {"babelify": {"type": "string"}, "browserify": {"type": "string"}, "del": {"type": "string"}, "gulp": {"type": "string"}, "gulp-if": {"type": "string"}, "gulp-livereload": {"type": "string"}, "gulp-uglify": {"type": "string"}, "reactify": {"type": "string"}, "vinyl-buffer": {"type": "string"}, "vinyl-source-stream": {"type": "string"}, "watchify": {"type": "string"}}, "required": ["babelify", "browserify", "del", "gulp", "gulp-if", "gulp-livereload", "gulp-uglify", "reactify", "vinyl-buffer", "vinyl-source-stream", "watchify"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "externalLibs", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Bonn\u00e9table", "circ" : "5\u00e8me circonscription", "dpt" : "Sarthe", "inscrits" : 2959, "abs" : 1778, "votants" : 1181, "blancs" : 75, "nuls" : 42, "exp" : 1064, "res" : [{"nuance" : "LR", "nom" : "M. Jean-Carles GRELIER", "voix" : 667}, {"nuance" : "REM", "nom" : "M. Willy COLIN", "voix" : 397}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"merged" : "E:\\Software\\SpeechPlugin\\app\\build\\intermediates\\res\\merged\\debug\\raw\\explore_end.ogg", "source" : "E:\\Software\\SpeechPlugin\\speechutils\\app\\build\\intermediates\\bundles\\default\\res\\raw\\explore_end.ogg"}, {"merged" : "E:\\Software\\SpeechPlugin\\app\\build\\intermediates\\res\\merged\\debug\\raw\\error.wav", "source" : "E:\\Software\\SpeechPlugin\\speechutils\\app\\build\\intermediates\\bundles\\default\\res\\raw\\error.wav"}, {"merged" : "E:\\Software\\SpeechPlugin\\app\\build\\intermediates\\res\\merged\\debug\\raw\\explore_begin.ogg", "source" : "E:\\Software\\SpeechPlugin\\speechutils\\app\\build\\intermediates\\bundles\\default\\res\\raw\\explore_begin.ogg"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101879815, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "4a6fb54ce34f145c2e655d94c89f7ca2", "wof:id" : 101879815, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-4.95578, 48.39656, -4.95578, 48.39656], "geometry" : {"coordinates" : [-4.95578, 48.39656], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Xonrupt-Longemer", "dpt" : "Vosges", "inscrits" : 1382, "abs" : 263, "votants" : 1119, "blancs" : 99, "nuls" : 42, "exp" : 978, "res" : [{"panneau" : "1", "voix" : 671}, {"panneau" : "2", "voix" : 307}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"siteId": {"type": "string"}}, "required": ["siteId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"siteId" : "244e635e-8d68-40dd-8d18-4e19b43720b9"}
json_instruct
{"type": "object", "properties": {"siteId": {"type": "string"}}, "required": ["siteId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"displayName": {"type": "string"}, "description": {"type": "string"}}, "required": ["displayName", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"displayName" : "Java Language Features", "description" : "Provides Syntax highlighting, Folding, Bracket matching, Snippets and other language features in Java files"}
json_instruct
{"type": "object", "properties": {"displayName": {"type": "string"}, "description": {"type": "string"}}, "required": ["displayName", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "ConnectionStrings": {"type": "object", "properties": {"LongBoardist": {"type": "string"}}, "required": ["LongBoardist"]}}, "required": ["Logging", "AllowedHosts", "ConnectionStrings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Logging" : {"LogLevel" : {"Default" : "Warning"}}, "AllowedHosts" : "*", "ConnectionStrings" : {"LongBoardist" : "Server=tcp:longboardist-vitya.database.windows.net,1433;Initial Catalog=longboardist;Persist Security Info=False;User ID=longboardist;Password=yOU4can$wiTnEs$s$34234myPa55w0rD_4doWnHere21;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"}}
json_instruct
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "ConnectionStrings": {"type": "object", "properties": {"LongBoardist": {"type": "string"}}, "required": ["LongBoardist"]}}, "required": ["Logging", "AllowedHosts", "ConnectionStrings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "refinedpipes:block/pipe/item/advanced/straight"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "item/generated", "textures" : {"layer0" : "ironcoals:item/iron_coal_chunk"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "target_ref": {"type": "string"}, "description": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "id": {"type": "string"}, "source_ref": {"type": "string"}, "modified": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "relationship_type": {"type": "string"}}, "required": ["type", "target_ref", "description", "created_by_ref", "created", "id", "source_ref", "modified", "object_marking_refs", "relationship_type"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "bundle", "id" : "bundle--609a019f-5d1c-4f8d-b55d-72d601dc1383", "spec_version" : "2.0", "objects" : [{"type" : "relationship", "target_ref" : "attack-pattern--890c9858-598c-401d-a4d5-c67ebcdd703a", "description" : "A Cloud Access Security Broker (CASB) can be used to set usage policies and manage user permissions on cloud applications to prevent access to application access tokens.", "created_by_ref" : "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5", "created" : "2019-10-08T19:55:33.750Z", "id" : "relationship--d3e90e1c-b669-4909-ae44-75bfe8bf89e8", "source_ref" : "course-of-action--93e7968a-9074-4eac-8ae9-9f5200ec3317", "modified" : "2019-10-18T15:20:05.616Z", "object_marking_refs" : ["marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"], "relationship_type" : "mitigates"}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "target_ref": {"type": "string"}, "description": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "id": {"type": "string"}, "source_ref": {"type": "string"}, "modified": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "relationship_type": {"type": "string"}}, "required": ["type", "target_ref", "description", "created_by_ref", "created", "id", "source_ref", "modified", "object_marking_refs", "relationship_type"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d469-30", "text" : "B.\nthose derived from statutory requirements or legislative history.\nAssurances which were included in the old regs. which were not\nrequired by the Act or legislative history will have been deleted or\ntransferred to a section on \"conditions to the grant.\"\nSPECIFIC ASSURANCES\nThere are two specific assurances I suggest you watch for (among others)\nOne of these is an amplification of the assurance required to establish\nthe eligibility of a \"non-profit corporation, association or foundation\"\nas an eligible applicant. As proposed, the assurance would be required that\nan applicant which is otherwise superficially eligible as a nonptofit\ncorporation is so organized as to be reasonably representative of the\neducational cultural and civic groups in the community to be served, and\nfree from control by a single private entity.\nAnother one to look for is a proposed new assurance that the amount of\nthe non-Federal share indicated in the application is the maximum amount\navailable to the applicant. This, of course, relates to the legislative\nhistory in the excerpts from the House Report included among your papers.\nBriefly it will mean (if it is included in the final regulations) that\nafter determining estimated total project costs, an applicant will file a\nspecific assurance that the amount represented as the applicant's share of\nthe project is the maximum which he can raise from non-Federal sources.\nThis would also be the applicant's share of the final total project costs,\nand would be applied to final costs before determining the final amount of\nthe grant."}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "source_ref": {"type": "string"}, "target_ref": {"type": "string"}, "external_references": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "url": {"type": "string"}, "source_name": {"type": "string"}}, "required": ["description", "url", "source_name"]}}, "description": {"type": "string"}, "relationship_type": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "modified": {"type": "string"}, "created": {"type": "string"}}, "required": ["created_by_ref", "object_marking_refs", "source_ref", "target_ref", "external_references", "description", "relationship_type", "id", "type", "modified", "created"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "bundle", "id" : "bundle--605ce0ce-85ad-4a47-8346-23d48a0e9dcf", "spec_version" : "2.0", "objects" : [{"created_by_ref" : "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5", "object_marking_refs" : ["marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"], "source_ref" : "intrusion-set--0ec2f388-bf0f-4b5c-97b1-fc736d26c25f", "target_ref" : "attack-pattern--840a987a-99bd-4a80-a5c9-0cb2baa6cade", "external_references" : [{"description" : "Alyac. (2019, April 3). Kimsuky Organization Steals Operation Stealth Power. Retrieved August 13, 2019.", "url" : "https://blog.alyac.co.kr/2234", "source_name" : "EST Kimsuky April 2019"}], "description" : "[Kimsuky](https://attack.mitre.org/groups/G0094) has used mshta to run malicious scripts on the system.(Citation: EST Kimsuky April 2019)", "relationship_type" : "uses", "id" : "relationship--90f03f42-a2f1-4fab-8a10-ebbbbc4fba19", "type" : "relationship", "modified" : "2019-08-27T15:32:50.300Z", "created" : "2019-08-26T15:27:12.985Z"}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "source_ref": {"type": "string"}, "target_ref": {"type": "string"}, "external_references": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "url": {"type": "string"}, "source_name": {"type": "string"}}, "required": ["description", "url", "source_name"]}}, "description": {"type": "string"}, "relationship_type": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "modified": {"type": "string"}, "created": {"type": "string"}}, "required": ["created_by_ref", "object_marking_refs", "source_ref", "target_ref", "external_references", "description", "relationship_type", "id", "type", "modified", "created"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "null"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Private Technical University of Loja", "alt_name" : "Universidad T\u00e9cnica Particular de Loja (UTPL)", "country" : "Ecuador", "state" : null, "address" : {"street" : "Casilla Postal 11-01-608, Barrio San Cayetano Alto s/n", "city" : "Loja", "province" : null, "postal_code" : null}, "contact" : {"telephone" : "+593(7) 257-0275", "website" : "http://www.utpl.edu.ec", "email" : "info@utpl.edu.ec", "fax" : "+593(7) 256-3159"}, "funding" : "Private", "languages" : null, "academic_year" : "October to August (October-March; April-August)", "accrediting_agency" : null}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "null"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "build-cjs": {"type": "string"}, "build-post": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}, "autofix": {"type": "string"}, "prettier": {"type": "string"}, "tc": {"type": "string"}}, "required": ["clean", "build-cjs", "build-post", "build", "lint", "autofix", "prettier", "tc"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}, "directory": {"type": "string"}}, "required": ["access", "directory"]}, "config": {"type": "object", "properties": {"side": {"type": "array", "items": {}}, "modules": {"type": "array", "items": {}}}, "required": ["side", "modules"]}}, "required": ["name", "version", "license", "repository", "homepage", "scripts", "publishConfig", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@effect-ts/tracing-plugin", "version" : "0.15.3", "license" : "MIT", "repository" : "https://github.com/Effect-TS/core.git", "homepage" : "https://www.matechs.com", "scripts" : {"clean" : "yarn ets:rimraf build tsbuildinfo dist", "build-cjs" : "yarn ets:tsc -p tsconfig.build.cjs.json", "build-post" : "yarn ets:ts-node ../../scripts/pack.ts", "build" : "yarn build-cjs && yarn build-post", "lint" : "yarn ets:eslint . --ext .ts,.tsx", "autofix" : "yarn prettier && yarn lint --fix && yarn prettier", "prettier" : "yarn ets:prettier --write \"./{src,test,demo}/**/*.ts\"", "tc" : "yarn ets:tsc --noEmit"}, "publishConfig" : {"access" : "public", "directory" : "dist"}, "config" : {"side" : [], "modules" : []}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "build-cjs": {"type": "string"}, "build-post": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}, "autofix": {"type": "string"}, "prettier": {"type": "string"}, "tc": {"type": "string"}}, "required": ["clean", "build-cjs", "build-post", "build", "lint", "autofix", "prettier", "tc"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}, "directory": {"type": "string"}}, "required": ["access", "directory"]}, "config": {"type": "object", "properties": {"side": {"type": "array", "items": {}}, "modules": {"type": "array", "items": {}}}, "required": ["side", "modules"]}}, "required": ["name", "version", "license", "repository", "homepage", "scripts", "publishConfig", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"jimp.js": {"type": "string"}, "jimp.min.js": {"type": "string"}}, "required": ["jimp.js", "jimp.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jimp.js" : "sha512-OUZvdc2gD5SbHXb1VGhLzlWaKRGFt3U5XJvCIOqRGU18Wjje2Y6NYgdAe+ANUuA+hFlDkIHeiNzJfs4BibzpKA==", "jimp.min.js" : "sha512-0aqhlEiiwH1TF6NCngJTs/mflrYVy+keWyd7GPE70ZZ2qeQ7bRyF3LV8QEuuNyH7Z8eNhESJcPhYR68yqiKTrg=="}
json_instruct
{"type": "object", "properties": {"jimp.js": {"type": "string"}, "jimp.min.js": {"type": "string"}}, "required": ["jimp.js", "jimp.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[138.0, 31.333333333333332], [138.0, 32.0], [139.0, 32.0], [139.0, 31.333333333333332], [138.0, 31.333333333333332]]]}, "properties" : {"code" : 4738, "url" : "http://madefor.github.io/0410/api/v1/4738.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/4738.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}, "config": {"type": "integer"}, "compile_kind": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata", "config", "compile_kind"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rustc" : 10368881109578526382, "features" : "[]", "target" : 14973750003704100601, "profile" : 15791677790105649212, "path" : 1036222786711178230, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "debug/.fingerprint/scrape_url-7bdc4cba503f8559/dep-test-bin-scrape_url"}}], "rustflags" : [], "metadata" : 7797948686568424061, "config" : 0, "compile_kind" : 0}
json_instruct
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}, "config": {"type": "integer"}, "compile_kind": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata", "config", "compile_kind"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"lumx.js": {"type": "string"}, "lumx.min.js": {"type": "string"}}, "required": ["lumx.js", "lumx.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lumx.js" : "sha256-IzoDt6RXVDBN4skfdVTCLkGKBbIErcViD+uUvrRhANU=", "lumx.min.js" : "sha256-GVTOwolMDIQErahb0dEMVRPTnFq+dQX53C7ukBsO+eg="}
json_instruct
{"type": "object", "properties": {"lumx.js": {"type": "string"}, "lumx.min.js": {"type": "string"}}, "required": ["lumx.js", "lumx.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"MRRm_new" : 0.15382716520318354, "MRm_new" : 905.2785342836619, "HITS@1m_new" : 0.09369735038617509, "HITS@3m_new" : 0.15893655091274994, "HITS@10m_new" : 0.27630884630801156}
json_instruct
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1979, 7], [1986, 5], [1988, 5], [1990, 5], [2002, 5], [2003, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"platform_igf_id": {"type": "string"}, "model_name": {"type": "string"}, "vendor_name": {"type": "string"}, "software_name": {"type": "string"}, "software_version": {"type": "string"}}, "required": ["platform_igf_id", "model_name", "vendor_name", "software_name", "software_version"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"platform_igf_id" : "K00001", "model_name" : "HISEQ4000", "vendor_name" : "ILLUMINA", "software_name" : "RTA", "software_version" : "RTA2"}, {"platform_igf_id" : "NB00001", "model_name" : "NEXTSEQ", "vendor_name" : "ILLUMINA", "software_name" : "RTA", "software_version" : "RTA2"}, {"platform_igf_id" : "MI00001", "model_name" : "MISEQ", "vendor_name" : "ILLUMINA", "software_name" : "RTA", "software_version" : "RTA1.18.64"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"platform_igf_id": {"type": "string"}, "model_name": {"type": "string"}, "vendor_name": {"type": "string"}, "software_name": {"type": "string"}, "software_version": {"type": "string"}}, "required": ["platform_igf_id", "model_name", "vendor_name", "software_name", "software_version"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}, "logo": {"type": "string"}}, "required": ["name", "website", "description", "explorer", "type", "symbol", "decimals", "status", "id", "logo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Chinese Yuan Renminbi", "website" : "https://dollarprotocol.com", "description" : "Dollar Protocol is a suite of algorithmic synthetics governed by Share", "explorer" : "https://etherscan.io/token/0x07f89875b1F142AbCba60FF1D7FCFb7Fe404d4ed", "type" : "ERC20", "symbol" : "CNYx", "decimals" : 9, "status" : "active", "id" : "0x07f89875b1F142AbCba60FF1D7FCFb7Fe404d4ed", "logo" : "ipfs://QmVwPKfaYTWqcAVcTbVNMvc6arvq82cQoTCHd5xfQR87Vu/ethereum/assets/0x07f89875b1F142AbCba60FF1D7FCFb7Fe404d4ed/logo.png"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}, "logo": {"type": "string"}}, "required": ["name", "website", "description", "explorer", "type", "symbol", "decimals", "status", "id", "logo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "locationSet": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}}, "required": ["include"]}, "languageCodes": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}}, "required": ["id", "type", "locationSet", "languageCodes", "name", "description", "url", "contacts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "de-berlin-telegram", "type" : "telegram", "locationSet" : {"include" : ["de-berlin-brandenburg.geojson"]}, "languageCodes" : ["de"], "name" : "@osmberlin on Telegram", "description" : "OpenStreetMap Berlin Telegram chat", "url" : "https://t.me/osmberlin", "contacts" : [{"name" : "Christopher Lorenz", "email" : "osm@lorenz.lu"}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "locationSet": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}}, "required": ["include"]}, "languageCodes": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}}, "required": ["id", "type", "locationSet", "languageCodes", "name", "description", "url", "contacts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}}, "required": ["parent", "name", "flags", "props"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "questIRenderFxManagerNodeType", "name" : "questSetRenderLayer_NodeType", "flags" : 2, "props" : [{"type" : "RenderSceneLayer", "name" : "renderSceneLayer", "flags" : 6627016705}]}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}}, "required": ["parent", "name", "flags", "props"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2021-04-27T08:00:00Z", "Temp" : 15.8, "RelHum" : 67, "WindSpeed" : 3, "WindDir" : 297}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"libraryStrings": {"type": "object", "properties": {"confirmReset": {"type": "string"}, "sameAsSpacing": {"type": "string"}, "noFrame": {"type": "string"}, "uploadError": {"type": "string"}, "zoomIn": {"type": "string"}, "zoomOut": {"type": "string"}, "noMoreZoom": {"type": "string"}, "addImage": {"type": "string"}, "changeImage": {"type": "string"}, "imageSettings": {"type": "string"}, "close": {"type": "string"}, "imageAltLabel": {"type": "string"}, "imageTitleLabel": {"type": "string"}}, "required": ["confirmReset", "sameAsSpacing", "noFrame", "uploadError", "zoomIn", "zoomOut", "noMoreZoom", "addImage", "changeImage", "imageSettings", "close", "imageAltLabel", "imageTitleLabel"]}}, "required": ["libraryStrings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"libraryStrings" : {"confirmReset" : "\u041d\u0430\u0438\u0441\u0442\u0438\u043d\u0430 \u043b\u0438 \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435 \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435\u0442\u043e? \u0422\u043e\u0432\u0430 \u0449\u0435 \u043d\u0443\u043b\u0438\u0440\u0430 \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u043d\u0438\u044f \u0438\u0437\u0433\u043b\u0435\u0434.", "sameAsSpacing" : "\u0421\u044a\u0449\u043e \u043a\u0430\u0442\u043e \u0440\u0430\u0437\u0441\u0442\u043e\u044f\u043d\u0438\u0435", "noFrame" : "\u0411\u0435\u0437 \u0440\u0430\u043c\u043a\u0430", "uploadError" : "\u041f\u0440\u043e\u0431\u043b\u0435\u043c \u043f\u0440\u0438 \u043a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0442\u043e. \u0422\u043e\u0437\u0438 \u0444\u0430\u0439\u043b \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e \u0435 \u043f\u0440\u0435\u043a\u0430\u043b\u0435\u043d\u043e \u0433\u043e\u043b\u044f\u043c.", "zoomIn" : "\u0423\u0432\u0435\u043b\u0438\u0447\u0430\u0432\u0430\u043d\u0435", "zoomOut" : "\u041d\u0430\u043c\u0430\u043b\u044f\u0432\u0430\u043d\u0435", "noMoreZoom" : "\u0411\u0435\u0437 \u043f\u043e\u0432\u0435\u0447\u0435 \u0443\u0432\u0435\u043b\u0438\u0447\u0430\u0432\u0430\u043d\u0435", "addImage" : "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435", "changeImage" : "\u0421\u043c\u044f\u043d\u0430 \u043d\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0442\u043e", "imageSettings" : "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0442\u043e", "close" : "\u0417\u0430\u0442\u0432\u0430\u0440\u044f\u043d\u0435", "imageAltLabel" : "\u0414\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u0435\u043d \u0442\u0435\u043a\u0441\u0442", "imageTitleLabel" : "\u0422\u0435\u043a\u0441\u0442 \u043f\u043e\u0434 \u043c\u0438\u0448\u043a\u0430\u0442\u0430"}}
json_instruct
{"type": "object", "properties": {"libraryStrings": {"type": "object", "properties": {"confirmReset": {"type": "string"}, "sameAsSpacing": {"type": "string"}, "noFrame": {"type": "string"}, "uploadError": {"type": "string"}, "zoomIn": {"type": "string"}, "zoomOut": {"type": "string"}, "noMoreZoom": {"type": "string"}, "addImage": {"type": "string"}, "changeImage": {"type": "string"}, "imageSettings": {"type": "string"}, "close": {"type": "string"}, "imageAltLabel": {"type": "string"}, "imageTitleLabel": {"type": "string"}}, "required": ["confirmReset", "sameAsSpacing", "noFrame", "uploadError", "zoomIn", "zoomOut", "noMoreZoom", "addImage", "changeImage", "imageSettings", "close", "imageAltLabel", "imageTitleLabel"]}}, "required": ["libraryStrings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "import styled from 'styled-components';\n\nvar AntProgress = function AntProgress(ComponentName) {\n return styled(ComponentName).withConfig({\n displayName: \"progressstyle\",\n componentId: \"i6jinq-0\"\n })([\"&.ant-progress-line{.ant-progress-outer{padding-right:calc(2em + 16px);margin-right:calc(-2em - 16px);}.ant-progress-text{text-align:\", \";margin:\", \";}}\"], function (props) {\n return props['data-rtl'] === 'rtl' ? 'right' : 'left';\n }, function (props) {\n return props['data-rtl'] === 'rtl' ? '0 0.75em 0 0' : '0 0 0 0.75em';\n });\n};\n\n_c = AntProgress;\nexport default AntProgress;\n\nvar _c;\n\n$RefreshReg$(_c, \"AntProgress\");", "map" : {"version" : 3, "sources" : ["C:/Users/snowd/Desktop/isoadmin-330/admin/isomorphic/node_modules/@iso/components/uielements/styles/progress.style.js"], "names" : ["styled", "AntProgress", "ComponentName", "props"], "mappings" : "AAAA,OAAOA,MAAP,MAAmB,mBAAnB;;AAEA,IAAMC,WAAW,GAAG,SAAdA,WAAc,CAAAC,aAAa;AAAA,SAAIF,MAAM,CAACE,aAAD,CAAV;AAAA;AAAA;AAAA,mKAQb,UAAAC,KAAK;AAAA,WAAKA,KAAK,CAAC,UAAD,CAAL,KAAsB,KAAtB,GAA8B,OAA9B,GAAwC,MAA7C;AAAA,GARQ,EASjB,UAAAA,KAAK;AAAA,WACbA,KAAK,CAAC,UAAD,CAAL,KAAsB,KAAtB,GAA8B,cAA9B,GAA+C,cADlC;AAAA,GATY;AAAA,CAAjC;;KAAMF,W;AAeN,eAAeA,WAAf", "sourcesContent" : ["import styled from 'styled-components';\n\nconst AntProgress = ComponentName => styled(ComponentName)`\n &.ant-progress-line {\n .ant-progress-outer {\n padding-right: calc(2em + 16px);\n margin-right: calc(-2em - 16px);\n }\n\n .ant-progress-text {\n text-align: ${props => (props['data-rtl'] === 'rtl' ? 'right' : 'left')};\n margin: ${props =>\n props['data-rtl'] === 'rtl' ? '0 0.75em 0 0' : '0 0 0 0.75em'};\n }\n }\n`;\n\nexport default AntProgress;\n"]}, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "chai": {"type": "string"}, "folio": {"type": "string"}}, "required": ["mocha", "chai", "folio"]}, "optionalDependencies": {"type": "object", "properties": {}, "required": []}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["author", "name", "description", "version", "repository", "main", "scripts", "dependencies", "devDependencies", "optionalDependencies", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)", "name" : "sol", "description" : "Hash data structure utility belt for node and the browser.", "version" : "0.3.0", "repository" : {"type" : "git", "url" : "git://github.com/logicalparadox/sol.git"}, "main" : "./index", "scripts" : {"test" : "make test"}, "dependencies" : {}, "devDependencies" : {"mocha" : "*", "chai" : "*", "folio" : "0.3.x"}, "optionalDependencies" : {}, "engines" : {"node" : "*"}}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "chai": {"type": "string"}, "folio": {"type": "string"}}, "required": ["mocha", "chai", "folio"]}, "optionalDependencies": {"type": "object", "properties": {}, "required": []}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["author", "name", "description", "version", "repository", "main", "scripts", "dependencies", "devDependencies", "optionalDependencies", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"month": {"type": "string"}, "num": {"type": "integer"}, "link": {"type": "string"}, "year": {"type": "string"}, "news": {"type": "string"}, "safe_title": {"type": "string"}, "transcript": {"type": "string"}, "alt": {"type": "string"}, "img": {"type": "string"}, "title": {"type": "string"}, "day": {"type": "string"}, "mirror_img": {"type": "string"}}, "required": ["month", "num", "link", "year", "news", "safe_title", "transcript", "alt", "img", "title", "day", "mirror_img"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"month" : "6", "num" : 1698, "link" : "", "year" : "2016", "news" : "", "safe_title" : "Theft Quadrants", "transcript" : "", "alt" : "TinyURL was the most popular link shortener for long enough that it made it into a lot of printed publications. I wonder what year the domain will finally lapse and get picked up by a porn site.", "img" : "https://imgs.xkcd.com/comics/theft_quadrants.png", "title" : "Theft Quadrants", "day" : "24", "mirror_img" : "https://raw.githubusercontent.com/aghontpi/mirror-xkcd-api/main/api/1698/theft_quadrants.png"}
json_instruct
{"type": "object", "properties": {"month": {"type": "string"}, "num": {"type": "integer"}, "link": {"type": "string"}, "year": {"type": "string"}, "news": {"type": "string"}, "safe_title": {"type": "string"}, "transcript": {"type": "string"}, "alt": {"type": "string"}, "img": {"type": "string"}, "title": {"type": "string"}, "day": {"type": "string"}, "mirror_img": {"type": "string"}}, "required": ["month", "num", "link", "year", "news", "safe_title", "transcript", "alt", "img", "title", "day", "mirror_img"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "ambushment", "definition" : "An ambush. [Obs.] 2 Chron. xiii. 13."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "imageName", "nominations", "wins"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 28002, "title" : "Fever", "year" : 2017, "type" : "novel", "imageName" : "dm_fever.jpg", "nominations" : 1, "wins" : -1}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "imageName", "nominations", "wins"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "earthen", "definition" : "Made of earth; made of burnt or baked clay, or other like substances; as, an earthen vessel or pipe."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "planet": {"type": "string"}, "age": {"type": "integer"}}, "required": ["name", "planet", "age"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Andrew", "planet" : "Earth", "age" : 27}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "planet": {"type": "string"}, "age": {"type": "integer"}}, "required": ["name", "planet", "age"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 91960, "cartId" : "a649d212-4aa5-4ee7-aeff-528ca8d3331e", "preferredProducts" : [4227, 3714, 428, 3937, 3308, 4032, 2062, 550], "productReviews" : [{"productId" : 3033, "reviewText" : "this Massachusetts is ratty.", "reviewDate" : "2019-02-07T07:50:24.2502203+02:00"}, {"productId" : 26, "reviewText" : "one of my hobbies is baking. and when i'm baking this works great.", "reviewDate" : "2017-04-14T13:55:48.1651748+03:00"}, {"productId" : 2572, "reviewText" : "The box this comes in is 5 inch by 6 mile and weights 15 ton!!", "reviewDate" : "2019-04-08T22:01:51.6604395+03:00"}, {"productId" : 2631, "reviewText" : "It only works when I'm Norway.", "reviewDate" : "2016-10-11T20:09:08.6294117+03:00"}, {"productId" : 1758, "reviewText" : "I saw one of these in Comoros and I bought one.", "reviewDate" : "2019-02-25T22:04:27.0075859+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"towns" : [{"name" : "Toyakawa", "url" : "toyakawa"}]}
json_instruct
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"4127": {"type": "string"}, "4129": {"type": "string"}}, "required": ["4127", "4129"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"4127" : "4128", "4129" : "4130"}
json_instruct
{"type": "object", "properties": {"4127": {"type": "string"}, "4129": {"type": "string"}}, "required": ["4127", "4129"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "format": {"type": "string"}, "boundingbox": {"type": "array", "items": {"type": "number"}}, "boundingzoom": {"type": "integer"}, "overviewbox": {"type": "array", "items": {"type": "number"}}, "overviewzoom": {"type": "integer"}, "copyright": {"type": "boolean"}}, "required": ["api-version", "format", "boundingbox", "boundingzoom", "overviewbox", "overviewzoom", "copyright"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties": {"viewpResp": {"type": "object", "properties": {"trafficState": {"type": "object", "properties": {"@trafficAge": {"type": "integer"}, "@trafficModelId": {"type": "string"}}, "required": ["@trafficAge", "@trafficModelId"]}, "copyrightIds": {"type": "string"}, "@version": {"type": "string"}, "@maps": {"type": "string"}}, "required": ["trafficState", "copyrightIds", "@version", "@maps"]}}, "required": ["viewpResp"]}}, "required": ["body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parameters" : {"api-version" : "1.0", "format" : "json", "boundingbox" : [-939584.4813015489, -23954526.723651607, 14675583.153020501, 25043442.895825107], "boundingzoom" : 2, "overviewbox" : [-939584.4813018347, -23954526.723651607, 14675583.153020501, 25043442.89582291], "overviewzoom" : 2, "copyright" : true}, "responses" : {"200" : {"body" : {"viewpResp" : {"trafficState" : {"@trafficAge" : 18895, "@trafficModelId" : "1504808593298"}, "copyrightIds" : "&copy; 2017 GeoSmart^&copy; 2017 TomTom^&copy; 2017 Whereis", "@version" : "1.0.51-mascoma", "@maps" : "europe,taiwan,latam,northamerica,israel,middleeast,iraq,guam,australia,newzealand,india,africa,world,southeastasia"}}}}}
json_instruct
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "format": {"type": "string"}, "boundingbox": {"type": "array", "items": {"type": "number"}}, "boundingzoom": {"type": "integer"}, "overviewbox": {"type": "array", "items": {"type": "number"}}, "overviewzoom": {"type": "integer"}, "copyright": {"type": "boolean"}}, "required": ["api-version", "format", "boundingbox", "boundingzoom", "overviewbox", "overviewzoom", "copyright"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties": {"viewpResp": {"type": "object", "properties": {"trafficState": {"type": "object", "properties": {"@trafficAge": {"type": "integer"}, "@trafficModelId": {"type": "string"}}, "required": ["@trafficAge", "@trafficModelId"]}, "copyrightIds": {"type": "string"}, "@version": {"type": "string"}, "@maps": {"type": "string"}}, "required": ["trafficState", "copyrightIds", "@version", "@maps"]}}, "required": ["viewpResp"]}}, "required": ["body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "s"]}}}, "required": ["d"]}}}, "required": ["t", "h"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "tikasan", "h" : [{"d" : [{"f" : "\u8352\u5730\u3001\u8ca7\u7620\u4e4b\u5730\u3002", "s" : ["`fohokan~"]}]}]}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "s"]}}}, "required": ["d"]}}}, "required": ["t", "h"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : "22651"}, "clipped" : true, "id" : "77ecee1262"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : "22869"}, "clipped" : true, "id" : "7d07922516"}, {"arcs" : [[2]], "type" : "Polygon", "properties" : {"id" : "22884"}, "clipped" : true, "id" : "997bb73601"}, {"arcs" : [[3]], "type" : "Polygon", "properties" : {"id" : "16586"}, "clipped" : true, "id" : "9aacac640f"}, {"arcs" : [[4]], "type" : "Polygon", "properties" : {"id" : "22546"}, "clipped" : true, "id" : "94f182b3a6"}]}}, "type" : "Topology", "transform" : {"translate" : [15.243530273437466, 49.43062632296463], "scale" : [1.3411045074497585e-06, 8.722038794886644e-07]}, "arcs" : [[[0, 948], [49, 12], [150, 64], [733, 0], [-107, -46], [-119, -38], [-183, -46], [-126, -60], [-288, -221], [-109, -93], [0, 428]], [[0, 520], [109, 93], [288, 221], [126, 60], [183, 46], [119, 38], [107, 46], [92, 0], [0, -173], [-79, -72], [-257, -287], [-301, -314], [-160, -156], [-28, -22], [-199, 0], [0, 520]], [[123, 1024], [-79, -34], [-44, -10], [0, 44], [123, 0]], [[199, 0], [28, 22], [160, 156], [301, 314], [257, 287], [79, 72], [0, -45], [-52, -49], [-265, -283], [-301, -320], [-166, -151], [-3, -3], [-38, 0]], [[237, 0], [3, 3], [166, 151], [301, 320], [265, 283], [52, 49], [0, -806], [-787, 0]]]}
json_instruct
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "development": {"type": "string"}, "watch": {"type": "string"}, "watch-poll": {"type": "string"}, "prod": {"type": "string"}, "production": {"type": "string"}, "jsdoc": {"type": "string"}}, "required": ["dev", "development", "watch", "watch-poll", "prod", "production", "jsdoc"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "npmlog": {"type": "string"}, "redis": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["express", "npmlog", "redis", "socket.io"]}, "devDependencies": {"type": "object", "properties": {"jsdoc": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["jsdoc", "webpack"]}}, "required": ["name", "version", "description", "main", "private", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "shipwars", "version" : "1.0.0", "description" : "Pirate Ship Wars game over network using Socket.io", "main" : "app.js", "private" : false, "scripts" : {"dev" : "npm run development", "development" : "webpack --progress --hide-modules --config webpack.config.js", "watch" : "webpack --watch --progress --hide-modules --config webpack.config.js", "watch-poll" : "npm run watch -- --watch-poll", "prod" : "npm run production", "production" : "webpack -p --progress --hide-modules --config webpack.config.js", "jsdoc" : "jsdoc src/js/shipwars src/js/shipwars/utils"}, "keywords" : ["pirate", "ship", "wars"], "author" : "\u0141ukasz Mastela", "license" : "ISC", "dependencies" : {"express" : "^4.15.3", "npmlog" : "^4.1.2", "redis" : "^2.8.0", "socket.io" : "^2.0.3"}, "devDependencies" : {"jsdoc" : "^3.5.3", "webpack" : "^3.3.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "development": {"type": "string"}, "watch": {"type": "string"}, "watch-poll": {"type": "string"}, "prod": {"type": "string"}, "production": {"type": "string"}, "jsdoc": {"type": "string"}}, "required": ["dev", "development", "watch", "watch-poll", "prod", "production", "jsdoc"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "npmlog": {"type": "string"}, "redis": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["express", "npmlog", "redis", "socket.io"]}, "devDependencies": {"type": "object", "properties": {"jsdoc": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["jsdoc", "webpack"]}}, "required": ["name", "version", "description", "main", "private", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"fileglob": {"type": "string"}, "timecols": {"type": "array", "items": {"type": "string"}}, "magcols": {"type": "array", "items": {"type": "string"}}, "errcols": {"type": "array", "items": {"type": "string"}}, "magsarefluxes": {"type": "boolean"}, "lcreader_module": {"type": "string"}, "lcreader_func": {"type": "string"}, "lcreader_kwargs": {"type": "null"}, "lcnorm_module": {"type": "null"}, "lcnorm_func": {"type": "null"}, "lcnorm_kwargs": {"type": "null"}}, "required": ["fileglob", "timecols", "magcols", "errcols", "magsarefluxes", "lcreader_module", "lcreader_func", "lcreader_kwargs", "lcnorm_module", "lcnorm_func", "lcnorm_kwargs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fileglob" : "*_llc.fits", "timecols" : ["rjd", "rjd"], "magcols" : ["sap.sap_flux", "pdc.pdc_sapflux"], "errcols" : ["sap.sap_flux_err", "pdc.pdc_sapflux_err"], "magsarefluxes" : true, "lcreader_module" : "astrobase.astrokep", "lcreader_func" : "read_kepler_pklc", "lcreader_kwargs" : null, "lcnorm_module" : null, "lcnorm_func" : null, "lcnorm_kwargs" : null}
json_instruct
{"type": "object", "properties": {"fileglob": {"type": "string"}, "timecols": {"type": "array", "items": {"type": "string"}}, "magcols": {"type": "array", "items": {"type": "string"}}, "errcols": {"type": "array", "items": {"type": "string"}}, "magsarefluxes": {"type": "boolean"}, "lcreader_module": {"type": "string"}, "lcreader_func": {"type": "string"}, "lcreader_kwargs": {"type": "null"}, "lcnorm_module": {"type": "null"}, "lcnorm_func": {"type": "null"}, "lcnorm_kwargs": {"type": "null"}}, "required": ["fileglob", "timecols", "magcols", "errcols", "magsarefluxes", "lcreader_module", "lcreader_func", "lcreader_kwargs", "lcnorm_module", "lcnorm_func", "lcnorm_kwargs"], "$schema": "http://json-schema.org/draft-07/schema#"}