input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "company": {"type": "string"}, "price": {"type": "string"}, "change": {"type": "string"}, "volumne": {"type": "string"}}, "required": ["symbol", "company", "price", "chan...
[{"symbol" : "NCLH", "company" : "Norwegian Cruise Lin...", "price" : "19.58", "change" : "+13.51%", "volumne" : "2,516,305"}, {"symbol" : "CCL", "company" : "Carnival Corp", "price" : "19.63", "change" : "+12.56%", "volumne" : "2,110,052"}, {"symbol" : "RCL", "company" : "Royal Caribbean Crui...", "price" : "60.01", "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "company": {"type": "string"}, "price": {"type": "string"}, "change": {"type": "string"}, "volumne": {"type": "string"}}, "required": ["symbol", "company", "price", "change", "volumne"]}, "$schema": "http://json-schema.org/draft-...
Generate a valid JSON object that conforms to the following schema: {"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"}},...
[{"postal_code" : "99095", "place_name" : "Villas del Campestre", "place_type" : "Fraccionamiento", "county" : "Fresnillo", "state" : "Zacatecas", "city" : "Fresnillo"}]
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", "s...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}...
{"id" : 623, "source" : "gileadi", "verse_id" : 18730, "verse_count" : 3, "reference" : "54:6\u20138", "title" : "", "html" : " <p>Jehovah&rsquo;s ancient covenant people, now received back, remarry their Redeemer whom they long repudiated. The account of his taking back his former spouse thus abounds in covenant langu...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "integer"}}, "required": ["id", "source", "verse_id"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "7826b2dd6e5cd4c01279", "c" : {"0" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$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#"}
[[1958, 5], [1960, 6], [1970, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "MARC-PHILIPPE", "frequency" : 0, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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": "int...
{"nom" : "Joncy", "circ" : "2\u00e8me circonscription", "dpt" : "Sa\u00f4ne-et-Loire", "inscrits" : 345, "abs" : 184, "votants" : 161, "blancs" : 7, "nuls" : 2, "exp" : 152, "res" : [{"nuance" : "LR", "nom" : "Mme Josiane CORNELOUP", "voix" : 83}, {"nuance" : "REM", "nom" : "M. Vincent CHAUVET", "voix" : 69}]}
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"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"python.pythonPath": {"type": "string"}, "editor.formatOnType": {"type": "boolean"}, "workbench.colorTheme": {"type": "string"}}, "required": ["python.pythonPath", "editor.formatOnType", "workbench.colorTheme"], "$sch...
{"python.pythonPath" : "/Library/Frameworks/Python.framework/Versions/3.6/bin/python3", "editor.formatOnType" : true, "workbench.colorTheme" : "One Dark Pro Vivid"}
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}, "editor.formatOnType": {"type": "boolean"}, "workbench.colorTheme": {"type": "string"}}, "required": ["python.pythonPath", "editor.formatOnType", "workbench.colorTheme"], "$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"}, "author": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "source": {"type": "string"}, "issues_url": {"type": "string...
{"name" : "treydock-puppet-module-site_mysql", "version" : "0.0.1", "author" : "treydock", "summary" : "Site specific MySQL Puppet module", "license" : "Apache 2.0", "source" : "git://github.com/treydock/puppet-module-site_mysql.git", "issues_url" : "https://github.com/treydock/puppet-module-site_mysql/issues", "projec...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "source": {"type": "string"}, "issues_url": {"type": "string"}, "project_page": {"type": "string"}, "tags": {"type": "array", "items": ...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "DORATHY", "frequency" : 0, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "ar...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-86.506435, 39.071121], [-86.506263, 39.071123], [-86.505748, 39.071131], [-86.505577, 39.071134], [-86.505712, 39.07089], [-86.506119, 39.070159], [-86.506255, 39.069916], [-86.506431, 39.069601], [-86.506604, 39.069295]...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ext_min": {"type": "string"}, "php_min": {"type": "string"}}, "required": ["name", "ext_min", "php_min"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "oci_get_implicit_resultset", "ext_min" : "2.0.0", "php_min" : "7.0.0"}, {"name" : "oci_register_taf_callback", "ext_min" : "2.1.7", "php_min" : "7.0.0"}, {"name" : "oci_unregister_taf_callback", "ext_min" : "2.1.7", "php_min" : "7.0.0"}, {"name" : "oci_set_db_operation", "ext_min" : "2.2.0", "php_min" : "7....
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ext_min": {"type": "string"}, "php_min": {"type": "string"}}, "required": ["name", "ext_min", "php_min"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"4*4*((J * (1 - J))*(r * (1 - r)))": {"type": "object", "properties": {"10": {"type": "object", "properties": {"compiler_version": {"type": "string"}, "flags": {"type": "string"}, "tapenade": {"type": "number"}, "tap...
{"4*4*((J * (1 - J))*(r * (1 - r)))" : {"10" : {"compiler_version" : "", "flags" : "-ffast-math -O3", "tapenade" : 2.2e-06, "tapenade_compile_time" : 0.5388472080230713, "tapenade_file_gen" : 3.7155444622039795, "us" : 1.7e-06, "us_compile_time" : 0.6291768550872803, "us_file_gen" : 0.7844386100769043, "wenzel_dynamic"...
json_instruct
{"type": "object", "properties": {"4*4*((J * (1 - J))*(r * (1 - r)))": {"type": "object", "properties": {"10": {"type": "object", "properties": {"compiler_version": {"type": "string"}, "flags": {"type": "string"}, "tapenade": {"type": "number"}, "tapenade_compile_time": {"type": "number"}, "tapenade_file_gen": {"type":...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "deps": {"type": "array", "items": {"type": "string"}}, "parser": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "deps", ...
[{"name" : "gentoo-base", "deps" : [""], "parser" : "includejson", "args" : ["subtargets/gentoo-base.json", "patchtargets/gentoo-aarch64.json", "patchtargets/gentoo-openrc.json"]}, {"name" : "genpi64-lite-finalize", "deps" : ["gentoo-base"], "parser" : "includejson", "args" : ["subtargets/genpi64-lite-finalize.json"]},...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "deps": {"type": "array", "items": {"type": "string"}}, "parser": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "deps", "parser", "args"]}, "$schema": "http://json-schema.org/draf...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "pr...
{"contract" : "0x1a8ad1257ba89e55fdbd71436931f9714dbfb9f6", "tool" : "osiris", "start" : 1564632367.8413165, "end" : 1564632371.7645657, "duration" : 3.9232492446899414, "analysis" : [{"errors" : [{"line" : 31, "column" : 13, "message" : "overflow_bugs"}, {"line" : 27, "column" : 13, "message" : "overflow_bugs"}], "fil...
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properti...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"TODO": {"type": "array", "items": {"type": "object", "properties": {"TODO": {"type": "string"}}, "required": ["TODO"]}}}, "required": ["TODO"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"TODO" : [{"TODO" : "Eligibility_1_OtherEligibility(Eligibility1OtherEligibility)"}]}
json_instruct
{"type": "object", "properties": {"TODO": {"type": "array", "items": {"type": "object", "properties": {"TODO": {"type": "string"}}, "required": ["TODO"]}}}, "required": ["TODO"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"consumed_commands": {"type": "integer"}, "energy": {"type": "integer"}, "engine_name": {"type": "string"}, "successful": {"type": "boolean"}}, "required": ["consumed_commands", "energy", "engine_name", "successful"],...
{"consumed_commands" : 333555, "energy" : 7294816300604, "engine_name" : "unknown", "successful" : true}
json_instruct
{"type": "object", "properties": {"consumed_commands": {"type": "integer"}, "energy": {"type": "integer"}, "engine_name": {"type": "string"}, "successful": {"type": "boolean"}}, "required": ["consumed_commands", "energy", "engine_name", "successful"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"...
{"id" : 98598, "info" : {"name" : "clubt\u3000\u898b\u3084\u3059\u304f", "description" : ",", "additionalInfo" : null, "format" : "uso", "category" : "clubt", "createdAt" : "2014-02-26T07:59:25.000Z", "updatedAt" : "2014-02-26T07:59:25.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 256359, "name" : "uuueee"...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"webhook_not_internet_accessible": {"type": "string"}}, "required": ["webhook_not_internet_accessible"]}}, "required": ["abort"]}}, "require...
{"config" : {"abort" : {"webhook_not_internet_accessible" : "\u05de\u05d5\u05e4\u05e2 \u05d4-Home Assistant \u05e9\u05dc\u05da \u05e6\u05e8\u05d9\u05da \u05dc\u05d4\u05d9\u05d5\u05ea \u05e0\u05d2\u05d9\u05e9 \u05de\u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05db\u05d3\u05d9 \u05dc\u05e7\u05d1\u05dc \u05d4\u05d5\...
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"webhook_not_internet_accessible": {"type": "string"}}, "required": ["webhook_not_internet_accessible"]}}, "required": ["abort"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ENV": {"type": "string"}, "PORT": {"type": "object", "properties": {"PUBLIC": {"type": "object", "properties": {"DEV": {"type": "integer"}, "PROD": {"type": "integer"}}, "required": ["DEV", "PROD"]}, "ADMIN": {"type": "obje...
{"ENV" : "development", "PORT" : {"PUBLIC" : {"DEV" : 3000, "PROD" : 3000}, "ADMIN" : {"DEV" : 4000, "PROD" : 4000}, "MOBILE" : {"DEV" : 5000, "PROD" : 5000}}, "MONGO_URI" : {"DEVELOPMENT" : "mongodb://localhost:27017/boibazar"}, "REDIS_SERVER" : {"DEVELOPMENT" : "localhost", "PRODUCTION" : "localhost"}, "SESSION_SECRE...
json_instruct
{"type": "object", "properties": {"ENV": {"type": "string"}, "PORT": {"type": "object", "properties": {"PUBLIC": {"type": "object", "properties": {"DEV": {"type": "integer"}, "PROD": {"type": "integer"}}, "required": ["DEV", "PROD"]}, "ADMIN": {"type": "object", "properties": {"DEV": {"type": "integer"}, "PROD": {"type...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type"...
{"code" : 8172020005, "parent" : 8172020, "name" : "TAM NGURHIR", "latitude" : null, "longitude" : null, "postal" : [97621, 97613], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1997, 10], [2014, 7]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": ...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Punta Flecha, Pitogo, Zamboanga del Sur, Zamboanga Peninsula (Region IX), PH", "locale" : "ph.zamboanga-peninsula-region-ix.zamboanga-del-sur.pitogo.punta-flecha", "country_id" : 177, "country_reference" : 177, "country_name" : "Philipp...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"t...
{"name" : "@olrtg/macd", "version" : "1.0.0-beta.3", "description" : "macOS defaults for humans", "author" : "Jos\u00e9 Ol\u00f3rtegui <jolortegui98@gmail.com>", "license" : "MIT", "files" : ["dist", "bin"], "keywords" : ["macOS", "cli", "dotfiles", "defaults"], "repository" : {"type" : "git", "url" : "git+https://gith...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": ...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"...
[{"label" : "Person", "normalizedVertices" : [{"x" : 0.45998457, "y" : 0.2758111}, {"x" : 0.60904336, "y" : 0.2758111}, {"x" : 0.60904336, "y" : 0.44086996}, {"x" : 0.45998457, "y" : 0.44086996}], "score" : 0.5575739}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertice...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"response": {"type": "object", "properties": {"status": {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"]}, "count": {"type": "integer"}, "k...
{"response" : {"status" : {"code" : 200, "message" : "OK"}, "count" : 2, "kind" : "spotinst:lb:middleware", "items" : [{"id" : "mw-01c4ec988f3d", "balancerId" : "lb-57e0dad0627c", "type" : "ACL", "priority" : 1, "spec" : {"action" : "ALLOW", "conditions" : [{"type" : "HTTP_REQUEST_IP", "values" : ["1.2.3.4", "1.2.3.5"]...
json_instruct
{"type": "object", "properties": {"response": {"type": "object", "properties": {"status": {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"]}, "count": {"type": "integer"}, "kind": {"type": "string"}, "items": {"type": "array", "items": {"type"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "context": {"type": "string"}}, "required": ["title", "context"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "\u7279\u522b\u653e\u9001\u5bfc\u8bfb | \u7814\u7a76 Vue \u5b98\u65b9\u751f\u6001\u7684\u5b9e\u73b0\u539f\u7406", "context" : "\n <p data-nodeid=\"57282\">\n Vue.js\n \u662f\u4e00\u4e2a\u6e10\u8fdb\u5f0f\u7684\u524d\u7aef\u6846\u67b6\uff0c\u9664\u4...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "context": {"type": "string"}}, "required": ["title", "context"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required...
{"generated_at" : "2017-01-27T09:37:26.117550", "required_by" : ["ztfy.i18n", "z3c.language.negotiator", "ztfy.myams"], "requires" : ["setuptools", "zope.app.generations", "zope.component", "zope.interface", "zope.publisher", "zope.session"], "package" : "z3c.language.session"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-sch...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"defaultTitle": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"tips-dialog": {"type": "string"}, "am-button": {"type": "string"}, "am-icon": {"type": "string"}, "list-item": {"type": "string...
{"defaultTitle" : "Tips", "usingComponents" : {"tips-dialog" : "../../../es/tips/tips-dialog/index", "am-button" : "../../../es/button/index", "am-icon" : "../../../es/am-icon/index", "list-item" : "../../../es/list/list-item/index", "input-item" : "../../../es/input-item/index"}}
json_instruct
{"type": "object", "properties": {"defaultTitle": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"tips-dialog": {"type": "string"}, "am-button": {"type": "string"}, "am-icon": {"type": "string"}, "list-item": {"type": "string"}, "input-item": {"type": "string"}}, "required": ["tips-dialog", "a...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", ...
{"name" : "Token EhKc", "symbol" : "EhKcm", "decimals" : 6, "address" : "EhKcmiXoMwhmkuhjpf8bEiTbSQUrbX8wR3y4GBGtBL3L", "chainId" : 103}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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": "stri...
{"name" : "Girne American University", "alt_name" : "Girne Amerikan \u00dcniversitesi \u2013 The American University, Girne-Cyprus (GAU)", "country" : "Turkey", "state" : null, "address" : {"street" : "University Drive", "city" : "Girne", "province" : "Mersin", "postal_code" : "10"}, "contact" : {"telephone" : "+90(392...
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": "string"}, "postal_code": {"type": "string"}...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"builds": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "builder_type": {"type": "string"}, "build_time": {"type": "integer"}, "files": {"type": "null"}, "artifact_id": {"typ...
{"builds" : [{"name" : "virtualbox-iso", "builder_type" : "virtualbox-iso", "build_time" : 1543776796, "files" : null, "artifact_id" : "", "packer_run_uuid" : "95b5be2d-7316-e652-7b9b-63be4a77e1c1", "custom_data" : null}, {"name" : "virtualbox-iso", "builder_type" : "virtualbox-iso", "build_time" : 1547877642, "files" ...
json_instruct
{"type": "object", "properties": {"builds": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "builder_type": {"type": "string"}, "build_time": {"type": "integer"}, "files": {"type": "null"}, "artifact_id": {"type": "string"}, "packer_run_uuid": {"type": "string"}, "custom_data": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"ty...
{"name" : "VLRNotificationScheduler", "version" : "0.9.0", "summary" : "Simple notification scheduler using thresholds", "homepage" : "https://github.com/rezzza/VLRNotificationScheduler", "description" : "When you want to schedule actions in your app depending of an event count or some days ellapsed.", "license" : {"ty...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": ...
{"contract" : "0x103c3a209da59d3e7c4a89307e66521e081cfdf0", "tool" : "manticore", "start" : 1563918814.3241549, "end" : 1563920616.068918, "duration" : 1801.74476313591, "analysis" : [[], [], [{"name" : "INVALID instruction", "line" : 24, "code" : ""}], []]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "ana...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "urox", "definition" : "The aurochs."}
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": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["des...
{"latest_version" : ["0.0.1"], "meta" : {"description" : "Automake of Native Client from Google", "homepage" : "http://alexchi.me/", "license" : "Creative Commons Attribution 3.0 Unported License"}, "versions" : {"0.0.1" : {"sha256" : "4247f371edf500f4c7365046c64817402598e4fc458a7077cf8cc7c32f3a8a53", "url" : "https://...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}...
[{"oq" : "0", "q" : "5870", "rvnm" : "\u957f\u6c5f", "stcd" : "60105400", "stnm" : "\u5bf8\u6ee9", "tm" : 1606636800000, "wptn" : "4", "z" : "174.01"}, {"oq" : "0", "q" : "390", "rvnm" : "\u4e4c\u6c5f", "stcd" : "60803000", "stnm" : "\u6b66\u9686", "tm" : 1606636800000, "wptn" : "4", "z" : "173.93"}, {"oq" : "0", "q" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"type": "string"}}, "required": ["oq", "q", "rvnm", "stcd", "st...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["bui...
{"name" : "trumpyjumpy", "version" : "1.0.0", "description" : "Experimental JavaScript game made with ThreeJs", "scripts" : {"build" : "parcel build index.html assets/**/* --no-source-maps", "serve" : "parcel index.html assets/**/*"}, "repository" : {"type" : "git", "url" : "git+https://github.com/xi-osman/trumpyjumpy....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["build", "serve"]}, "repository": {"type": "object", "properties": {"type":...
Generate a valid JSON object that conforms to the following schema: {"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": {"t...
{"nom" : "Evricourt", "circ" : "6\u00e8me circonscription", "dpt" : "Oise", "inscrits" : 129, "abs" : 70, "votants" : 59, "blancs" : 1, "nuls" : 0, "exp" : 58, "res" : [{"nuance" : "FN", "nom" : "M. Michel GUINIOT", "voix" : 41}, {"nuance" : "REM", "nom" : "Mme Carole BUREAU-BONNARD", "voix" : 17}]}
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"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "re...
{"name" : "ReactiveAlamofire", "version" : "1.0.0-alpha.2", "summary" : "Alamofire 3 integration for ReactiveCocoa 4", "homepage" : "https://github.com/envoy/ReactiveAlamofire", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Victor" : "victor@envoy.com"}, "social_media_url" : "http://twitter.com/victor...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}, "c...
{"image" : "https://ipfs.infura.io/ipfs/QmSw49WZXGPMK9PkYYCsWZUZ9rKBH52SHEy3oMUNY3cVx7", "attributes" : [{"trait_type" : "Type", "value" : "Human"}, {"trait_type" : "Gender", "value" : "Female"}, {"trait_type" : "Hair Style", "value" : "Page Boy"}, {"trait_type" : "Sweater", "value" : "Knit Wrap"}, {"trait_type" : "Swe...
json_instruct
{"type": "object", "properties": {"image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}, "code": {"type": "string"}, "hash": {"type": "string"}}, "required": ["image", ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"editor-style.css": {"type": "string"}, "main.css": {"type": "string"}, "modernizr.js": {"type": "string"}, "jquery.js": {"type": "string"}, "main.js": {"type": "string"}}, "required": ["editor-style.css", "main.cs...
{"editor-style.css" : "editor-style-05b2218a.css", "main.css" : "main-a6b0833e.css", "modernizr.js" : "modernizr-45f0e1f4.js", "jquery.js" : "jquery-cb5eadd1.js", "main.js" : "main-6d9c56fb.js"}
json_instruct
{"type": "object", "properties": {"editor-style.css": {"type": "string"}, "main.css": {"type": "string"}, "modernizr.js": {"type": "string"}, "jquery.js": {"type": "string"}, "main.js": {"type": "string"}}, "required": ["editor-style.css", "main.css", "modernizr.js", "jquery.js", "main.js"], "$schema": "http://json-sch...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"IdentityType": {"type": "string"}, "EventSource": {"type": "string"}, "UserName": {"type": "string"}, "ResourceId": {"type": "string"}, "ResourceName": {"type": "string"}, "EventTime": {"type": "string"}, "UserAgent...
{"IdentityType" : "IAMUser", "EventSource" : "redshift.amazonaws.com", "UserName" : "test001@test.com", "ResourceId" : "arn:aws:redshift:us-east-1:999999999999:cluster:redshift-cluster-1", "ResourceName" : "redshift-cluster-1", "EventTime" : "2021-06-24T12:19:40Z", "UserAgent" : "aws-internal/3 aws-sdk-java/1.11.965 Li...
json_instruct
{"type": "object", "properties": {"IdentityType": {"type": "string"}, "EventSource": {"type": "string"}, "UserName": {"type": "string"}, "ResourceId": {"type": "string"}, "ResourceName": {"type": "string"}, "EventTime": {"type": "string"}, "UserAgent": {"type": "string"}, "AWSRegion": {"type": "string"}, "EventId": {"t...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "hooks": {"type": "object", "properties": {"clientVars": {"type": "string"}, "eejsBlock_scripts": {"type": "string"}},...
{"parts" : [{"name" : "chat_always_on_screen_and_tokbox_link", "hooks" : {"clientVars" : "ep_chat_always_on_screen_and_tokbox_link/index:clientVars", "eejsBlock_scripts" : "ep_chat_always_on_screen_and_tokbox_link/index:eejsBlock_scripts"}, "client_hooks" : {"aceInitialized" : "ep_chat_always_on_screen_and_tokbox_link/...
json_instruct
{"type": "object", "properties": {"parts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "hooks": {"type": "object", "properties": {"clientVars": {"type": "string"}, "eejsBlock_scripts": {"type": "string"}}, "required": ["clientVars", "eejsBlock_scripts"]}, "client_hooks": {"t...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "longname": {"type": "string"}, "name": {"type": "string"}, "scope": {"type": "string"}, "kind": {"type": "string"}, "description": {"type": "string"}, "pro...
[{"id" : "personality", "longname" : "personality", "name" : "personality", "scope" : "global", "kind" : "namespace", "description" : "A personality object, documented using the more concise `@property` notation.", "properties" : [{"type" : {"names" : ["object"]}, "description" : "openness", "name" : "openness"}, {"typ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "longname": {"type": "string"}, "name": {"type": "string"}, "scope": {"type": "string"}, "kind": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "array", "items": {"type": "object", "properties": {"type"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"getAllItems": {"type": "object", "properties": {"SAMPLE_TABLE": {"type": "string"}}, "required": ["SAMPLE_TABLE"]}, "getById": {"type": "object", "properties": {"SAMPLE_TABLE": {"type": "string"}}, "required": ["SA...
{"getAllItems" : {"SAMPLE_TABLE" : "<TABLE-NAME>"}, "getById" : {"SAMPLE_TABLE" : "<TABLE-NAME>"}, "putItem" : {"SAMPLE_TABLE" : "<TABLE-NAME>"}}
json_instruct
{"type": "object", "properties": {"getAllItems": {"type": "object", "properties": {"SAMPLE_TABLE": {"type": "string"}}, "required": ["SAMPLE_TABLE"]}, "getById": {"type": "object", "properties": {"SAMPLE_TABLE": {"type": "string"}}, "required": ["SAMPLE_TABLE"]}, "putItem": {"type": "object", "properties": {"SAMPLE_TAB...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"t...
{"title" : "Graph Clustering With Missing Data: Convex Algorithms and Analysis.", "fields" : ["matrix norm", "contextual image classification", "regularization", "clustering coefficient", "stochastic block model"], "abstract" : "We consider the problem of finding clusters in an unweighted graph, when the graph is parti...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1991, 7], [1992, 7], [1995, 6], [1996, 17], [1997, 15], [1998, 22], [1999, 24], [2000, 22], [2001, 36], [2002, 41], [2003, 44], [2004, 49], [2005, 64], [2006, 52], [2007, 64], [2008, 71], [2009, 57], [2010, 42], [2011, 51], [2012, 59], [2013, 38], [2014, 47]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array",...
{"name" : "dspe/pvrezcommentbundle", "description" : "pvr EzComemnt Bundle", "keywords" : ["symfony2", "comment", "pvr", "ezpublish"], "homepage" : "https://github.com/dspe/pvrEzCommentBundle", "license" : "MIT", "authors" : [{"name" : "Philippe Vincent-Royol", "homepage" : "http://www.pheelit.fr/"}], "minimum-stabilit...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, ...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "requ...
[{"id" : 27963, "title" : "Pan-Humanism: Hope and Pragmatics", "year" : 2017, "type" : "novelette", "nominations" : 0, "wins" : -1}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "nominations", "wins"]}, "$schema": ...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "511321243200", "text" : "\u7ea2\u82b1\u6751\u6751\u59d4\u4f1a"}, {"id" : "511321243201", "text" : "\u9ad8\u6cb3\u6751\u6751\u59d4\u4f1a"}, {"id" : "511321243202", "text" : "\u82f1\u96c4\u6751\u6751\u59d4\u4f1a"}, {"id" : "511321243203", "text" : "\u5357\u5c71\u6751\u6751\u59d4\u4f1a"}, {"id" : "511321243204",...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$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": ...
{"id" : 404348455, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "a05d60719a656d06497ea59622365530", "wof:id" : 404348455, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.3, 43.72056, 0.3, 43.72056], "geometry" : {"coordinates" : [0.3,...
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": ["...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"typ...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Saud, Pagudpud, Ilocos Norte, Ilocos Region (Region I), PH", "locale" : "ph.ilocos-region-region-i.ilocos-norte.pagudpud.saud", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "11", "region_r...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "games": {"type": "object", "properties": {"nl": {"type": "object", "properties": {"orderable": {"type": "boolean"}, "sources": {"type": "...
{"id" : "rotten-apple", "name" : "Rotten Apple", "category" : "Fruit", "games" : {"nl" : {"orderable" : false, "sources" : ["Dying perfect apple tree", "rotten apple tree"]}}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "games": {"type": "object", "properties": {"nl": {"type": "object", "properties": {"orderable": {"type": "boolean"}, "sources": {"type": "array", "items": {"type": "string"}}}, "required": ["orderable...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01021399": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, ...
{"type" : "Topology", "objects" : {"E01021399" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00108692", "LAD11CD" : "E07000067"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properti...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01021399": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"run_scripts": {"type": "object", "properties": {"run_servers": {"type": "string"}}, "required": ["run_servers"]}, "should_compile": {"type": "boolean"}, "compile_profile": {"type": "string"}, "compress": {"type": "boolean"}...
{"run_scripts" : {"run_servers" : "start %~dp0WindowsNoEditor/DriftMMOPlugin.exe /Game/Maps/Map_Red_P?listen -port=20000 -nullRHI -log \n start %~dp0WindowsNoEditor/DriftMMOPlugin.exe /Game/Maps/Map_Blue_P?listen -port=20001 -nullRHI -log"}, "should_compile" : true, "compile_profile" : "default_source", "compress" : fa...
json_instruct
{"type": "object", "properties": {"run_scripts": {"type": "object", "properties": {"run_servers": {"type": "string"}}, "required": ["run_servers"]}, "should_compile": {"type": "boolean"}, "compile_profile": {"type": "string"}, "compress": {"type": "boolean"}, "deploy_location": {"type": "string"}, "build_configuration"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"stove": {"type": "object", "properties": {"sideall": {"type": "string"}, "sidey+": {"type": "string"}, "sidey-": {"type": "string"}}, "required": ["sideall", "sidey+", "sidey-"]}, "grindstone": {"type": "object...
{"stove" : {"sideall" : "stoveside", "sidey+" : "stovetop", "sidey-" : "stovebottom"}, "grindstone" : {"sideall" : "planks", "sidey+" : "grindstone"}, "chickencoop" : {"sideall" : "chickencoopside", "sidey+" : "chickencooptop", "sidex+" : "chickencoopfront"}, "beehive" : {"sideall" : "SELF", "sidey+" : "beehivetop", "s...
json_instruct
{"type": "object", "properties": {"stove": {"type": "object", "properties": {"sideall": {"type": "string"}, "sidey+": {"type": "string"}, "sidey-": {"type": "string"}}, "required": ["sideall", "sidey+", "sidey-"]}, "grindstone": {"type": "object", "properties": {"sideall": {"type": "string"}, "sidey+": {"type": "string...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "4c2ce79f4c4d37f50fc8", "c" : {"app" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"...
{"id" : 98, "info" : {"de" : "Der Legende zufolge l\u00e4sst er ein Gewichtsst\u00fcck der Harmonie auf Sophias Waage fallen, wann immer das Gleichgewicht der Welt in Gefahr ist. Es hei\u00dft, beim Auftreffen des Gewichts werde ein neuer Held geboren.", "en" : "History tells us that disruption in balance 'twixt good a...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "quote": {"type": "object", "properties": {"de": {"type": "string"}, "en"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"431224100": {"type": "string"}, "431224101": {"type": "string"}, "431224102": {"type": "string"}, "431224103": {"type": "string"}, "431224104": {"type": "string"}, "431224105": {"type": "string"}, "431224106": {"type": "string...
{"431224100" : "\u5362\u5cf0\u9547", "431224101" : "\u5927\u6c5f\u53e3\u9547", "431224102" : "\u4f4e\u5e84\u9547", "431224103" : "\u6865\u6c5f\u9547", "431224104" : "\u9f99\u6f6d\u9547", "431224105" : "\u5747\u576a\u9547", "431224106" : "\u89c2\u97f3\u9601\u9547", "431224107" : "\u53cc\u4e95\u9547", "431224108" : "\u6c...
json_instruct
{"type": "object", "properties": {"431224100": {"type": "string"}, "431224101": {"type": "string"}, "431224102": {"type": "string"}, "431224103": {"type": "string"}, "431224104": {"type": "string"}, "431224105": {"type": "string"}, "431224106": {"type": "string"}, "431224107": {"type": "string"}, "431224108": {"type": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindD...
{"Time" : "2020-09-02T00:00:00Z", "Temp" : 25.9, "RelHum" : 86, "WindSpeed" : 1.6, "WindDir" : 269}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"message": {"type": "string"}, "token": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "accountType": {"type": "string"}, "email": {"type": "string"}, "firstName": {"type": "string"}...
{"message" : "user created successfully", "token" : "Auth token", "user" : {"id" : 1, "accountType" : "client", "email" : "testing.testing@testing.testing", "firstName" : "testing", "lastName" : "testingson", "phoneNumber" : "1234567890", "stripeUUID" : null, "streetAddress" : "1051 Market St", "streetAddress2" : "APT ...
json_instruct
{"type": "object", "properties": {"message": {"type": "string"}, "token": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "accountType": {"type": "string"}, "email": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "phoneNumber": {"type": "str...
Construct a JSON document that adheres to this schema specification: {"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": "intege...
{"appid" : 6420, "name" : "Nexus: The Jupiter Incident", "windows" : true, "mac" : false, "linux" : false, "early_access" : false, "lookup_time" : 1490962713}
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_...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boo...
{"id" : 10960, "name" : "Green gloop soup", "qualified_name" : "Green gloop soup", "examine" : "Thick and tasty soup.", "members" : true, "release_date" : "2007-03-20", "quest" : false, "weight" : 0.001, "value" : 10, "alchemy" : {"high" : 6, "low" : 4}, "tradeable" : false, "stackable" : false, "noteable" : false, "eq...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "alc...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"640423100": {"type": "string"}, "640423101": {"type": "string"}, "640423102": {"type": "string"}, "640423200": {"type": "string"}, "640423201": {"type": "string"}, "640423202": {"type": "string"}, "640423203": {"type": "str...
{"640423100" : "\u57ce\u5173\u9547", "640423101" : "\u6c99\u5858\u9547", "640423102" : "\u8054\u8d22\u9547", "640423200" : "\u9648\u9773\u4e61", "640423201" : "\u597d\u6c34\u4e61", "640423202" : "\u89c2\u5e84\u4e61", "640423203" : "\u6768\u6cb3\u4e61", "640423204" : "\u795e\u6797\u4e61", "640423205" : "\u5f20\u7a0b\u4e...
json_instruct
{"type": "object", "properties": {"640423100": {"type": "string"}, "640423101": {"type": "string"}, "640423102": {"type": "string"}, "640423200": {"type": "string"}, "640423201": {"type": "string"}, "640423202": {"type": "string"}, "640423203": {"type": "string"}, "640423204": {"type": "string"}, "640423205": {"type": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"AccountAliases": {"type": "array", "items": {"type": "string"}}, "IsTruncated": {"type": "boolean"}, "ResponseMetadata": {"type": "object", "prop...
{"status_code" : 200, "data" : {"AccountAliases" : ["custodian-skunkworks"], "IsTruncated" : false, "ResponseMetadata" : {"RetryAttempts" : 0, "HTTPStatusCode" : 200, "RequestId" : "8acdf90b-a9d2-11e7-b33d-135e5714e9a5", "HTTPHeaders" : {"x-amzn-requestid" : "8acdf90b-a9d2-11e7-b33d-135e5714e9a5", "date" : "Thu, 05 Oct...
json_instruct
{"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"AccountAliases": {"type": "array", "items": {"type": "string"}}, "IsTruncated": {"type": "boolean"}, "ResponseMetadata": {"type": "object", "properties": {"RetryAttempts": {"type": "integer"}, "HTTPStatusCod...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"set": {"type": "string"}, "cell_size": {"type": "integer"}, "width": {"type": "integer"}, "cells": {"type": "array", "items": {"type": "integer"}}}, "required": ["set", "cell_size", "width", "cells"], "$schem...
{"set" : "ca79570a-0438-4728-95a6-1b42ba327c3b", "cell_size" : 1, "width" : 10, "cells" : [0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0...
json_instruct
{"type": "object", "properties": {"set": {"type": "string"}, "cell_size": {"type": "integer"}, "width": {"type": "integer"}, "cells": {"type": "array", "items": {"type": "integer"}}}, "required": ["set", "cell_size", "width", "cells"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "homepage": {"type": "string"}, "version": {"type": "string"}, "des...
{"name" : "tfjs-examples-electron", "author" : {"name" : "TensorFlow.js Team", "email" : "package@tensorflow.org"}, "homepage" : "https://js.tensorflow.org", "version" : "0.1.0", "description" : "An example for deploying TensorFlow.js models in an Electron.js-based desktop app", "license" : "Apache-2.0", "repository" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "homepage": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "strin...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-0...
{"id" : "http://data.doremus.org/performance/f95b5678-fdaf-38a3-acca-4993f70c2ae2", "expression" : [{"id" : "http://data.doremus.org/expression/1a251910-31e8-3d0a-aeb2-b7a3007bcf20"}, {"id" : "http://data.doremus.org/expression/d2b0bf2b-cf45-3e22-a0cf-af4579cbe157"}, {"id" : "http://data.doremus.org/expression/ddb2dfa6...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "projectId": {"type": "string"}, "projectRef": {"type": "string"}, "projectName": {"type": "string"}, "projectDescription": {"type": "string"}, "startDate": {"type...
[{"id" : 1, "projectId" : "PRJ-19-000001", "projectRef" : "DEMO-Tech_01", "projectName" : "Demo 1", "projectDescription" : "Project for demo nubmer one", "startDate" : "2019-3-15", "endDate" : "2019-11-15"}, {"id" : 2, "projectId" : "PRJ-19-000002", "projectRef" : "DEMO-Tech_02", "projectName" : "Demo 2", "projectDescr...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "projectId": {"type": "string"}, "projectRef": {"type": "string"}, "projectName": {"type": "string"}, "projectDescription": {"type": "string"}, "startDate": {"type": "string"}, "endDate": {"type": "string"}}, "required": ["id", "pro...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, ...
{"userId" : 74410, "cartId" : "eaece1f6-e5a3-4fa1-9eff-e56a32ddc1e4", "preferredProducts" : [], "productReviews" : [{"productId" : 2005, "reviewText" : "My co-worker Mitchell has one of these. He says it looks dry.", "reviewDate" : "2018-07-01T11:14:05.5326282+03:00"}, {"productId" : 3702, "reviewText" : "i use it once...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "s...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "duration": {"type": "integer"}, "collect_project": {"type": "boolean"}, "collect_project_number": {"type": "boolean"}, "collect_region": {"type": "boolean"}, "collect_billing_account": {"...
{"title" : "TODO", "duration" : 9, "collect_project" : true, "collect_project_number" : true, "collect_region" : true, "collect_billing_account" : false, "region_type" : "run", "region_default" : "us-central1", "collect_zone" : true, "hard_settings" : {"basename" : "todo"}}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "duration": {"type": "integer"}, "collect_project": {"type": "boolean"}, "collect_project_number": {"type": "boolean"}, "collect_region": {"type": "boolean"}, "collect_billing_account": {"type": "boolean"}, "region_type": {"type": "string"}, "region_default...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nu...
{"nom" : "Chapelle-des-Bois", "circ" : "5\u00e8me circonscription", "dpt" : "Doubs", "inscrits" : 223, "abs" : 71, "votants" : 152, "blancs" : 2, "nuls" : 0, "exp" : 150, "res" : [{"nuance" : "LR", "nom" : "Mme Annie GENEVARD", "voix" : 46}, {"nuance" : "REM", "nom" : "Mme Sylvie LE HIR", "voix" : 44}, {"nuance" : "FI"...
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"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"measurement_node": {"type": "string"}, "peer_cloud_server": {"type": "string"}, "data_flow_direction": {"type": "string"}, "link_type": {"type": "string"}, "data_source_url": {"type": "string"}, "config": {"t...
{"measurement_node" : "stanford", "peer_cloud_server" : "aws california", "data_flow_direction" : "upload", "link_type" : "cellular", "data_source_url" : "https://pantheon.stanford.edu/result/549/", "config" : {"uplink" : {"bottleneck_bandwidth" : 14904, "buffer_size_bytes" : 315020, "buffer_size_packets" : 210, "propa...
json_instruct
{"type": "object", "properties": {"measurement_node": {"type": "string"}, "peer_cloud_server": {"type": "string"}, "data_flow_direction": {"type": "string"}, "link_type": {"type": "string"}, "data_source_url": {"type": "string"}, "config": {"type": "object", "properties": {"uplink": {"type": "object", "properties": {"b...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"},...
{"id" : "idl-token", "symbol" : "idl", "name" : "IDL Token", "platforms" : {"ethereum" : "0x6febd6be8fa45be6a5eeb61a17c82d33b9addd41"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "DeFi protocol that users get governance token IDL by staking Uniswap LP tokens"}, "country_origin" : "KR", "gene...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "descripti...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-115.315476, 36.144404], [-115.306703, 36.144406], [-115.305865, 36.136649], [-115.306532, 36.133702], [-115.306202, 36.129833], [-115.315185, 36.129836], [-115.315476, 36.144404]]]}, "type" : "Feature", "properties" : {"...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"angular-mapboxgl-directive.css": {"type": "string"}, "angular-mapboxgl-directive.js": {"type": "string"}, "angular-mapboxgl-directive.min.css": {"type": "string"}, "angular-mapboxgl-directive.min.js": {"type": ...
{"angular-mapboxgl-directive.css" : "sha512-U3GlLZ5zzwVSz40ijAcNFAt8ZFAC3OWuV+/Vba0sJGz3culJr2mxen+CloNtV1KxgxCzN8N+N8lGX+bew8PetQ==", "angular-mapboxgl-directive.js" : "sha512-+L0YxndzQ4bjiom8hzyA/ZhKgKMwX1nLnM5OssZBTceSiKxJ8Lf5ii6MUBGlEzqfMIoHHIhYL427tFbUTFuzBA==", "angular-mapboxgl-directive.min.css" : "sha512-At3Sr...
json_instruct
{"type": "object", "properties": {"angular-mapboxgl-directive.css": {"type": "string"}, "angular-mapboxgl-directive.js": {"type": "string"}, "angular-mapboxgl-directive.min.css": {"type": "string"}, "angular-mapboxgl-directive.min.js": {"type": "string"}}, "required": ["angular-mapboxgl-directive.css", "angular-mapboxg...
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"}, "start": {"type": "s...
{"name" : "client", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "webpack serve --mode=development --open --hot", "build" : "webpack --mode=production"}, "author" : "", "license" : "ISC", "proxy" : "http://localhost:5000", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "start", "b...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "ingredient": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "result": {"type": "string"}, "experience": {"type": "integer"}, "cookin...
{"type" : "smelting", "group" : "tea", "ingredient" : {"tag" : "imfeelinglucky:evaporating_tea"}, "result" : "minecraft:glass_bottle", "experience" : 0, "cookingtime" : 100}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "ingredient": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "result": {"type": "string"}, "experience": {"type": "integer"}, "cookingtime": {"type": "integer"}}, "required": ["type", "group",...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"status": {"type": "string"}, "chunks": {"type": "object", "properties": {"kolibri.core.frontend_head_assets": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}}...
{"status" : "done", "chunks" : {"kolibri.core.frontend_head_assets" : [{"name" : "kolibri.core.frontend_head_assets-0.14.3.js", "path" : "/kolibri/kolibri/core/static/kolibri.core.frontend_head_assets/kolibri.core.frontend_head_assets-0.14.3.js"}, {"name" : "kolibri.core.frontend_head_assets-0.14.3.js.map", "path" : "/...
json_instruct
{"type": "object", "properties": {"status": {"type": "string"}, "chunks": {"type": "object", "properties": {"kolibri.core.frontend_head_assets": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}}, "required": ["name", "path"]}}}, "required": ["kolibri.co...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "st...
{"nft" : {"id" : 5864, "image" : "ipfs://QmS7vBnAUnPEFEETcEQxyvR5VciVzdgtshhDeumCntHag9", "attributes" : [{"trait_type" : "Clothes", "value" : "Caveman Pelt"}, {"trait_type" : "Fur", "value" : "Red"}, {"trait_type" : "Eyes", "value" : "Coins"}, {"trait_type" : "Background", "value" : "Aquamarine"}, {"trait_type" : "Mou...
json_instruct
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": ...
{"userId" : 29591, "cartId" : "542746b1-0ab0-464d-8729-b0176671c2c0", "preferredProducts" : [2963, 4016, 878, 4858, 3763, 328], "productReviews" : [{"productId" : 4173, "reviewText" : "This relationships works extremely well. It wetly improves my tennis by a lot.", "reviewDate" : "2018-02-06T05:02:09.857679+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"}, "reviewD...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d55-106", "text" : "\"T^RTvERS 1 TY OF CHICAGO SUBMISSIONS\nSCORE CARD - NETWORK ACCEPTANCE COMMITTEE * DATE\nHAMS OF PROGRAM\nSferect\nB3f\nHalyard\nAbbot\nDawson\nHill\nHolmberg\nPinal\nJ apa ne se Poe try\nNo\nYes\nNo\nYes\nNo\nT*S. El 1io 11 \u2014His Poetry\nYes\nYes\nYes\nYes\nYes\nPoetry of 18th Century...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {...
{"userId" : 29503, "cartId" : "66a92829-c474-492d-9e5c-c23fa10cac81", "preferredProducts" : [1947, 3183, 3933, 3043, 4925, 1972, 3436, 4661, 1540, 2298], "productReviews" : [{"productId" : 264, "reviewText" : "this groupware is top-notch.", "reviewDate" : "2017-10-04T17:39:36.097349+03:00"}, {"productId" : 2844, "revie...
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"}, "reviewD...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "type": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "type"], "$schema":...
{"name" : "Official Made Beaver; The traditional Metis Currency", "symbol" : "MB", "address" : "0x6daaf4cfcda1605519d331d35e7a978ee71327cf", "decimals" : 4, "type" : "ERC20"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "type": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type":...
{"hash" : "0x60a547f24eb7b8196d23c09aa925575399f029c702a13e034aba292727f63ce6", "parentHash" : "0xe4483eb3a89efad156791f48822827e3a0be36113015ef18aa1711549cd8e9fb", "number" : 42732, "timestamp" : 1438861210, "nonce" : "0xd3127c2916b315dc", "difficulty" : 1356506572278, "gasLimit" : {"_hex" : "0x1798"}, "gasUsed" : {"_...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"create-nextjs-starter": {"type": "string"}}, ...
{"name" : "create-nextjs-starter", "version" : "1.0.0", "description" : "Clone NextJS Starter Project", "main" : "index.js", "bin" : {"create-nextjs-starter" : "./index.js"}, "files" : ["index.js"], "homepage" : "https://github.com/shandysiswandi/create-nextjs-starter", "repository" : {"type" : "git", "url" : "git+http...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"create-nextjs-starter": {"type": "string"}}, "required": ["create-nextjs-starter"]}, "files": {"type": "array", "items": {...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repo...
{"name" : "mtpb", "version" : "0.0.1", "description" : "Murder Trivia Party Bot! Invite me and I'll play the game with you.", "main" : "index.js", "scripts" : {"test" : "test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/loganripplinger/mtpb.git"}, "keywords" : ["jackbox", "murder", "trivia", "part...
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": "s...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"...
{"citations" : [{"textCitation" : "[See entr on Metamath](http://us.metamath.org/mpegif/entr.html)"}], "argumentText" : "ARGUMENT\n\n| Step | Hyp | Ref | Expression |\n|---|---|---|---|\n\n| 1 | | #P_ener | |- ~~ Er _V |\n| 2 | 1 | #P_a1i | |- ( T. -> ~~ Er _V ) |\n| 3 | 2 | #P_ertr | |- ( T. -> ( ( A ~~ B /\\ B ~~ C ...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": ...
{"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "G3Rl88lgdGehiH+oCkQYbzMaao8Pa/nTHRAv2GjcO+T09Mm3E92Kj9Youc6V2Ln5MkwPTw8IjDKugNXKNX/zF/Q=", "cert_user_id" : "sp1ke77@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/17e5ywk9sEK5uXWzMMJVsjhnxtcE6B8tcy/content.json", "modifi...
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-sc...
{"variants" : {"" : {"model" : "chipped:block/magenta_concrete_17"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2006, 6], [2009, 7]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"black": {"type": "string"}, "white": {"type": "string"}, "winner": {"type": "string"}, "playedAt": {"type": "string"}, "location": {"type": "string"}, "event": {"type": "string"}, "moves": {"type": "string"}}, "required": [...
{"black" : "Rapport,R", "white" : "Radjabov,T", "winner" : "Draw", "playedAt" : "2017.11.25", "location" : "Palma de Mallorca ESP", "event" : "Palma De Mallorca GP 2017", "moves" : "pgn1. d4 d5 2. c4 c6 3. Nf3 e6 4. Bg5 Be7 5. Bxe7 Qxe7 6. Nbd2 Nf6 7. g3 O-O\n8. Bg2 b6 9. O-O Bb7 10. Ne5 Nbd7 11. Nxd7 Nxd7 12. Rc1 Rfd8...
json_instruct
{"type": "object", "properties": {"black": {"type": "string"}, "white": {"type": "string"}, "winner": {"type": "string"}, "playedAt": {"type": "string"}, "location": {"type": "string"}, "event": {"type": "string"}, "moves": {"type": "string"}}, "required": ["black", "white", "winner", "playedAt", "location", "event", "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"hello": {"type": "string"}}, "required": ["hello"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hello" : "https://23294_49615.adobeioruntime.net/api/v1/web/JaegerHackathon-0.0.1/hello"}
json_instruct
{"type": "object", "properties": {"hello": {"type": "string"}}, "required": ["hello"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"identifier": {"type": "string"}, "url": {"type": "string"}}, "required":...
{"version" : "6.2.17", "description" : "NoSQLBooster for MongoDB (formerly MongoBooster) is a shell-centric cross-platform GUI tool for MongoDB v2.6-4.4, which provides comprehensive server monitoring tools, fluent query builder, SQL query, query code, task schedulingserver monitoring tools, ESNext support, and true In...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"identifier": {"type": "string"}, "url": {"type": "string"}}, "required": ["identifier", "url"]}, "url": {"type": "string"}, "hash": {"type": "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"900621321": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900621322": {"type": "object", "properties": {"nama": {"type...
{"900621321" : {"nama" : "TPS 1", "dapil" : [5101, 15105, 2510805]}, "900621322" : {"nama" : "TPS 2", "dapil" : [5101, 15105, 2510805]}, "900621323" : {"nama" : "TPS 3", "dapil" : [5101, 15105, 2510805]}, "900621324" : {"nama" : "TPS 4", "dapil" : [5101, 15105, 2510805]}, "900621325" : {"nama" : "TPS 5", "dapil" : [510...
json_instruct
{"type": "object", "properties": {"900621321": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900621322": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type"...
{"locationData" : {"relativeBoundingBox" : {"xmin" : 0.6504294, "width" : 0.07389122, "ymin" : 0.6102045, "height" : 0.09236418}, "relativeKeypoints" : [{"y" : 0.62175465, "x" : 0.66703993}, {"y" : 0.67795455, "x" : 0.7105621}, {"y" : 0.68923724, "x" : 0.69031006}, {"y" : 0.6965691, "x" : 0.67216754}, {"y" : 0.70063204...
json_instruct
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeyp...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category":...
{"id" : 119519, "info" : {"name" : "forum.ncis.ir", "description" : "\u0628\u0639\u062f \u0627\u0632 \u0644\u0627\u06af\u06cc\u0646 \u0628\u0647 \u0641\u0631\u0648\u0645\u060c \u067e\u0633\u062a \u0647\u0627\u06cc \u0637\u0648\u0644\u0627\u0646\u06cc \u0646\u0627\u0642\u0635 \u0646\u0645\u0627\u06cc\u0634 \u062f\u0627\...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/index.js": {"type": "boolean"}}, "required": ["static/development/pages/index.js"]}}, "required": ["h", "c"], "$schema": "http...
{"h" : "1272ebb8fe2f644b94b3", "c" : {"static/development/pages/index.js" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/index.js": {"type": "boolean"}}, "required": ["static/development/pages/index.js"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items"...
{"version" : "4.5.7", "flags" : {}, "shapes" : [{"label" : "null", "points" : [[542.0, 295.0], [1897.0, 157.0], [1941.0, 615.0], [490.0, 730.0]], "group_id" : 0, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[2295.0, 462.0], [2584.4155844155844, 448.11688311688306], [2588.0, 599.0], [2301.2987...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "group...