input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"administratorsGroup": {"type": "null"}, "authorization": {"type": "object", "properties": {"scheme": {"type": "string"}, "parameters": {"type": "object", "properties": {"serviceprincipalid": {"type": "string"},... | {"administratorsGroup" : null, "authorization" : {"scheme" : "ServicePrincipal", "parameters" : {"serviceprincipalid" : "__SERVICE_PRINCIPAL_ID__", "authenticationType" : "spnKey", "serviceprincipalkey" : "__SERVICE_PRINCIPAL_KEY__", "tenantid" : "__SERVICE_PRINCIPAL_TENANT_ID__"}}, "createdBy" : null, "data" : {"envir... | json_instruct | {"type": "object", "properties": {"administratorsGroup": {"type": "null"}, "authorization": {"type": "object", "properties": {"scheme": {"type": "string"}, "parameters": {"type": "object", "properties": {"serviceprincipalid": {"type": "string"}, "authenticationType": {"type": "string"}, "serviceprincipalkey": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"A0A1F6CTG8": {"type": "string"}, "UBACT_HANXR": {"type": "string"}, "Prokaryotic ubiquitin-like protein UBact": {"type": "string"}, "ubact": {"type": "string"}}, "required": ["A0A1F6CTG8", "UBACT_HANXR", "Pro... | {"A0A1F6CTG8" : "A0A1F6CTG8", "UBACT_HANXR" : "A0A1F6CTG8", "Prokaryotic ubiquitin-like protein UBact" : "A0A1F6CTG8", "ubact" : "A0A1F6CTG8"} | json_instruct | {"type": "object", "properties": {"A0A1F6CTG8": {"type": "string"}, "UBACT_HANXR": {"type": "string"}, "Prokaryotic ubiquitin-like protein UBact": {"type": "string"}, "ubact": {"type": "string"}}, "required": ["A0A1F6CTG8", "UBACT_HANXR", "Prokaryotic ubiquitin-like protein UBact", "ubact"], "$schema": "http://json-sch... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"900762767": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900762768": {"type": "object", "properties": {"n... | {"900762767" : {"nama" : "TPS 1", "dapil" : [9101, 19104, 2911404]}, "900762768" : {"nama" : "TPS 2", "dapil" : [9101, 19104, 2911404]}} | json_instruct | {"type": "object", "properties": {"900762767": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900762768": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "integer"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "number"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event_type": {"... | {"upper_left_x" : 409.9491135494093, "upper_left_y" : 0, "bottom_right_x" : 1037.9562662208448, "bottom_right_y" : 901.8880498087007, "time" : 1480345197042, "is_final" : true, "event_type" : "movement", "op_order" : 82, "id" : 82} | json_instruct | {"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "integer"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "number"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event_type": {"type": "string"}, "op_order": {"type": "integer"}, "id": {"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"sir-trevor.css": {"type": "string"}, "sir-trevor.js": {"type": "string"}, "sir-trevor.min.css": {"type": "string"}, "sir-trevor.min.js": {"type": "string"}}, "required": ["sir-trevor.css", "sir-trevor.js", "sir-tr... | {"sir-trevor.css" : "sha256-KHpwqrbC6t/DheX9O7glwUpcBDKQCsri4I6dtrxcYX4=", "sir-trevor.js" : "sha256-QJz93s/Oxf9rBj83B+VH4Kjz0fb3lS54CQR388IF4gU=", "sir-trevor.min.css" : "sha256-6X0zEAHD/EYS0w2N07uPgI1t6FfY+9yNqxsadvbcwAE=", "sir-trevor.min.js" : "sha256-gMp3b/5ihmjQOP4E/9h/4+vN+/o5P8wifb1tIcHZz7Q="} | json_instruct | {"type": "object", "properties": {"sir-trevor.css": {"type": "string"}, "sir-trevor.js": {"type": "string"}, "sir-trevor.min.css": {"type": "string"}, "sir-trevor.min.js": {"type": "string"}}, "required": ["sir-trevor.css", "sir-trevor.js", "sir-trevor.min.css", "sir-trevor.min.js"], "$schema": "http://json-schema.org/... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description"... | {"name" : "yahook", "version" : "0.0.2", "description" : "Yet Another React hooks library", "main" : "dist/index.js", "author" : "v.klepov <v.klepov@corp.vk.com>", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "author", "license"], "$schema": "http://json-s... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "ob... | {"versionEnd" : {"versionNum" : 2896, "commit" : "197ca1cf2ed433cd1a83993d697d6adaeda673c2", "date" : "2021-07-12T15:58:49.904Z"}, "versionStart" : {"versionNum" : 2895, "commit" : "c9f59ef7f8d91aebc22090a621ee92c5900a8080", "date" : "2021-07-12T01:27:25.523Z"}, "changes" : ["blockchains/smartchain/assets/0xABEB9c25a0F... | json_instruct | {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"version": {"type": "integer"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "compilerPath": {"type": "string"}, "intelliSenseMode": {"type": "string"}, "... | {"version" : 4, "configurations" : [{"name" : "gcc", "compilerPath" : "C:/MinGW/bin/g++.exe", "intelliSenseMode" : "gcc-x64", "cStandard" : "c11", "cppStandard" : "c++17", "includePath" : ["${workspaceFolder}", "${workspaceFolder}/**"], "defines" : [], "browse" : {"path" : ["${workspaceFolder}", "${workspaceFolder}/**"... | json_instruct | {"type": "object", "properties": {"version": {"type": "integer"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "compilerPath": {"type": "string"}, "intelliSenseMode": {"type": "string"}, "cStandard": {"type": "string"}, "cppStandard": {"type": "string"}, "in... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ids": {"type": "array", "items": {"type": "string"}}, "parameters": {"type": "object", "properties": {"field_statistics": {"type": "boolean"}, "term_statistics": {"type": "boolean"}, "payloads": {"type": "boolean"... | {"ids" : ["1", "2"], "parameters" : {"field_statistics" : false, "term_statistics" : true, "payloads" : false, "offsets" : false, "positions" : false, "fields" : ["a", "b", "c"], "_index" : "testidx", "_type" : "test"}} | json_instruct | {"type": "object", "properties": {"ids": {"type": "array", "items": {"type": "string"}}, "parameters": {"type": "object", "properties": {"field_statistics": {"type": "boolean"}, "term_statistics": {"type": "boolean"}, "payloads": {"type": "boolean"}, "offsets": {"type": "boolean"}, "positions": {"type": "boolean"}, "fi... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]},... | {"name" : "bqplot", "version" : "0.3.6", "description" : "bqplot", "author" : {"name" : "BQPlot Development team", "email" : "bqplot@bloomberg.net"}, "license" : "Apache-2.0", "main" : "src/index.js", "repository" : {"type" : "git", "url" : "https://github.com/bloomberg/bqplot.git"}, "scripts" : {"build" : "webpack && ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "main": {"type": "string"},... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-typescript": {"type": "string"}, "@types/jest": {"type": "string"},... | {"devDependencies" : {"@babel/core" : "^7.13.14", "@babel/preset-env" : "^7.13.12", "@babel/preset-typescript" : "^7.13.0", "@types/jest" : "^26.0.22", "babel-jest" : "^26.6.3", "jest" : "^26.6.3", "ts-node" : "^9.1.1", "typescript" : "^4.2.4"}, "scripts" : {"test" : "jest"}} | json_instruct | {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-typescript": {"type": "string"}, "@types/jest": {"type": "string"}, "babel-jest": {"type": "string"}, "jest": {"type": "string"}, "ts-node": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"AT-1": {"type": "object", "properties": {"name": {"type": "string"}, "level": {"type": "string"}}, "required": ["name", "level"]}, "AT-2": {"type": "object", "properties": {"name": {"type": "string"}, "level": {"typ... | {"AT-1" : {"name" : "Burgenland", "level" : "state"}, "AT-2" : {"name" : "Korut\u00e1nsko", "level" : "state"}, "AT-3" : {"name" : "Doln\u00e9 Rak\u00fasko", "level" : "state"}, "AT-5" : {"name" : "Salzburg", "level" : "state"}, "AT-6" : {"name" : "\u0160tajersko", "level" : "state"}, "AT-7" : {"name" : "Tirol", "level... | json_instruct | {"type": "object", "properties": {"AT-1": {"type": "object", "properties": {"name": {"type": "string"}, "level": {"type": "string"}}, "required": ["name", "level"]}, "AT-2": {"type": "object", "properties": {"name": {"type": "string"}, "level": {"type": "string"}}, "required": ["name", "level"]}, "AT-3": {"type": "obje... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id... | {"id" : "http://data.doremus.org/performance/e75bb64e-3c8a-384c-8a41-5389496b0d7a", "expression" : [{"composer" : "http://data.doremus.org/artist/19f9e7cf-152f-31da-bbac-5a90f3824594", "id" : "http://data.doremus.org/expression/c7ce2678-c87b-3fd1-b201-51d133367c78"}, {"composer" : "http://data.doremus.org/artist/f2fea2... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"imports": {"type": "object", "properties": {"@atom/design-system": {"type": "string"}, "@atom/design-system/": {"type": "string"}, "@atom-dashboard/root-config": {"type": "string"}, "@atom-dashboard/root-config/":... | {"imports" : {"@atom/design-system" : "http://52.191.232.138:6005/atom-design-system.js", "@atom/design-system/" : "http://52.191.232.138:6005/", "@atom-dashboard/root-config" : "http://52.154.70.180:9000/atom-dashboard-root-config.js?v=3811cee8ccb5bad2d5bfe34c22adc7e615ffa075", "@atom-dashboard/root-config/" : "http:/... | json_instruct | {"type": "object", "properties": {"imports": {"type": "object", "properties": {"@atom/design-system": {"type": "string"}, "@atom/design-system/": {"type": "string"}, "@atom-dashboard/root-config": {"type": "string"}, "@atom-dashboard/root-config/": {"type": "string"}, "@atom/authorization": {"type": "string"}, "@atom/a... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 1120919, "stations" : ["1120919"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"format": {"type": "string"}}, "required": ["format"]}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "string"},... | {"private" : true, "scripts" : {"format" : "prettier -w '*.{ts,json}'"}, "dependencies" : {"@types/node" : "^14.0.5", "@wzlin/html-data" : "^2020103004.0.1", "prettier" : "2.3.2", "ts-node" : "^8.10.1", "typescript" : "^3.7.4", "yaml" : "^1.10.0"}} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"format": {"type": "string"}}, "required": ["format"]}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@wzlin/html-data": {"type": "string"}, "prettier": {"type": "string... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredPro... | {"userId" : 18207, "cartId" : "455411e8-fdbf-4456-851b-89e581846e36", "preferredProducts" : [], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/sche... |
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#"}
| [[1960, 5], [1962, 5], [1964, 8], [1966, 7]] | 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": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "abruptly", "definition" : "1. In an abrupt manner; without giving notice, or without the usual forms; suddenly. 2. Precipitously. Abruptly pinnate (Bot.), pinnate without an odd leaflet, or other appendage, at the end. Gray."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract",... | {"contract" : "0x1e71fd6fb5d94d124f7a959e8274d61d3f502753", "tool" : "osiris", "start" : 1564606995.4227614, "end" : 1564606997.8548365, "duration" : 2.432075023651123, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "na... | [{"id" : 558408327, "name" : "\u534a\u5c71", "dt" : 320000, "ar" : {"id" : 12932129, "name" : "MOONAGE"}, "al" : {"id" : 38604682, "name" : "\u534a\u5c71", "picUrl" : "https://p2.music.126.net/Y7qEdef12v61FUHGvD391A==/109951163288516746.jpg"}}, {"id" : 1356981576, "name" : "\u6211\u60f3\u6211\u518d\u4e5f\u89c1\u4e0d\u5... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type... |
Generate a valid JSON object that conforms to the following schema:
{"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/sche... | {"_id" : "5e064f53eb009468d90ba4e0", "_tpl" : "55d355e64bdc2d962f8b4569", "parentId" : "5e064f53eb009468d90ba4dd", "slotId" : "mod_reciever"} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"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"}, "provinc... | {"name" : "Centre for Studies in Administration", "alt_name" : "Centro de Estudios de Administraci\u00f3n Superior", "country" : "Mexico", "state" : null, "address" : {"street" : "Av. Presidente Masarik N\u00ba 25, 1er. Piso, Col. Polanco", "city" : "M\u00e9xico", "province" : "D.F.", "postal_code" : "11560"}, "contact... | 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"}... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"chart.js": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "st... | {"requires" : true, "lockfileVersion" : 1, "dependencies" : {"chart.js" : {"version" : "3.4.0", "resolved" : "https://registry.npmjs.org/chart.js/-/chart.js-3.4.0.tgz", "integrity" : "sha512-mJsRm2apQm5mwz2OgYqGNG4erZh/qljcRZkWSa0kLkFr3UC3e1wKRMgnIh6WdhUrNu0w/JT9PkjLyylqEqHXEQ=="}}} | json_instruct | {"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"chart.js": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["versio... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "version", "private", "main"], "$schema": "http://json-schema.org/dr... | {"name" : "ItemA", "version" : "0.0.0", "private" : true, "main" : "./ItemA.js"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "version", "private", "main"], "$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": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "... | [{"results" : [{"tech" : 3, "pts" : 8578, "connections" : 186371, "capacity" : 30666748, "investments" : 168666799}, {"tech" : 5, "pts" : 592, "connections" : 40656, "capacity" : 6673645, "investments" : 38456977}, {"tech" : 7, "pts" : 4, "connections" : 187, "capacity" : 15123, "investments" : 154463}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["pipe-segment-scope-codec"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$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"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "team.billing"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "category", "name"]}, "2": {"type": "object", "properties": {"id": {... | {"1" : {"id" : 1, "category" : "\u0421\u043f\u043e\u0440\u0442", "name" : "sport"}, "2" : {"id" : 2, "category" : "\u041f\u043e\u043b\u0438\u0442\u0438\u043a\u0430", "name" : "politics"}} | json_instruct | {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "category", "name"]}, "2": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}, "name": {"type": "st... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ServerIP": {"type": "string"}, "UserName": {"type": "string"}, "PassWD": {"type": "string"}, "LocalRepoDir": {"type": "string"}, "RemoteDir": {"type": "string"}, "SubDirsNoNeedUpload": {"type": "array", "items": {... | {"ServerIP" : "192.168.53.241", "UserName" : "", "PassWD" : "", "LocalRepoDir" : "", "RemoteDir" : "L3_Dev", "SubDirsNoNeedUpload" : [".git", "mocons", "ResourceFile", "PUB\\cfg\\cfg_macro\\resource", "PUB\\cfg\\cfg_macro_etc", "PUB\\cfg\\cfg_macro\\pmm", "PUB\\cfg\\cfg_atca_etc", "PUB\\cfg\\cfg_ibs_etc", "PUB\\cfg\\cf... | json_instruct | {"type": "object", "properties": {"ServerIP": {"type": "string"}, "UserName": {"type": "string"}, "PassWD": {"type": "string"}, "LocalRepoDir": {"type": "string"}, "RemoteDir": {"type": "string"}, "SubDirsNoNeedUpload": {"type": "array", "items": {"type": "string"}}, "CompileAndFetchBin": {"type": "object", "properties... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "resolvent": {"type": "string"}}, "required": ["code", "description", "resolvent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 707, "description" : "[F707]boost6\u8fc7\u6d41", "resolvent" : "[F707]Boost6 Over Current"} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "resolvent": {"type": "string"}}, "required": ["code", "description", "resolvent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"event": {"type": "string"}, "signature": {"type": "string"}, "address": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionHash": {"type": "string"}, "transactionInd... | {"event" : "EventWithIndexes", "signature" : "0x126b39afc24f1b4620a70863e8052a5234983988118231a43d5d4d5edad73142", "address" : "0xe661C164c0B3405D5f8C6B17DC80FC216172bA04", "blockHash" : "0xcc8c704fcc5a9c8fa1b9029b3eb456951ee10f3bc10b33a308a3f6b11869e9ef", "blockNumber" : 6648219, "transactionHash" : "0x40de3e4b0c509c1... | json_instruct | {"type": "object", "properties": {"event": {"type": "string"}, "signature": {"type": "string"}, "address": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionHash": {"type": "string"}, "transactionIndex": {"type": "integer"}, "logIndex": {"type": "integer"}, "raw": {"ty... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"class": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"dueDate": {"type": "string"}, "type": {"type": "string"}}, "required": ["dueDate", "type"]}, "entities": {"ty... | {"class" : ["user-progress-outcome-activity"], "properties" : {"dueDate" : "2020-01-01T00:01:00.000Z", "type" : "Dropbox"}, "entities" : [{"class" : ["demonstration", "assessed"], "rel" : ["item"], "href" : "/data/demonstrations/dem500.json"}], "links" : [{"rel" : ["self"], "href" : "/data/outcome-activity-collections/... | json_instruct | {"type": "object", "properties": {"class": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"dueDate": {"type": "string"}, "type": {"type": "string"}}, "required": ["dueDate", "type"]}, "entities": {"type": "array", "items": {"type": "object", "properties": {"class": {"typ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"module": {"type": "string"}, "noImplicitAny": {"type": "boolean"}, "removeComments": {"type": "boolean"}, "preserveConstEnums": {"type": "boolean"}, "outFile... | {"compilerOptions" : {"module" : "system", "noImplicitAny" : true, "removeComments" : true, "preserveConstEnums" : true, "outFile" : "sched.js", "sourceMap" : true, "strictNullChecks" : true}, "files" : ["SaxSchedules.ts", "SaxSchedZusatzinfoBase.ts", "SaxSchedulesTyped.ts", "SaxSchedulesTypedNachberechnung.ts", "SaxRe... | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"module": {"type": "string"}, "noImplicitAny": {"type": "boolean"}, "removeComments": {"type": "boolean"}, "preserveConstEnums": {"type": "boolean"}, "outFile": {"type": "string"}, "sourceMap": {"type": "boolean"}, "strictNullChecks"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "... | {"name" : "paymentrails/php-sdk", "type" : "library", "description" : "Payment Rails PHP Client Library", "homepage" : "https://github.com/PaymentRails/php-sdk", "keywords" : ["PaymentRails"], "license" : "MIT", "authors" : [{"name" : "PaymentRails", "homepage" : "https://www.paymentrails.com"}], "require" : {"php" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "include": {"type": "string"}, "colors": {"type": "object", "properties": {"statusBarItem.remoteBackground": {"type": "string"}, "statusBarItem.remoteForeground": {"type": "string"}, "stat... | {"name" : "Gitpod Dark", "include" : "./dark_plus.json", "colors" : {"statusBarItem.remoteBackground" : "#D67400", "statusBarItem.remoteForeground" : "#f9f9f9", "statusBar.background" : "#252526", "statusBar.foreground" : "#F3F3F3", "statusBar.noFolderBackground" : "#D67400", "statusBar.debuggingBackground" : "#D67400"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "include": {"type": "string"}, "colors": {"type": "object", "properties": {"statusBarItem.remoteBackground": {"type": "string"}, "statusBarItem.remoteForeground": {"type": "string"}, "statusBar.background": {"type": "string"}, "statusBar.foreground": {"type"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"piwik.js": {"type": "string"}}, "required": ["piwik.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"piwik.js" : "sha256-cWC11NHhHMf0r04nGCleIsTmjLeuN0HB7ChsiVJW6qM="} | json_instruct | {"type": "object", "properties": {"piwik.js": {"type": "string"}}, "required": ["piwik.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["users"], "$schema": "http://json-schema.... | {"users" : [{"id" : 1, "name" : "FirstName LastName"}, {"id" : 2, "name" : "FirstName2 LastName2"}, {"id" : 3, "name" : "FirstName3 LastName3"}]} | json_instruct | {"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["users"], "$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"}, "repository": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "stri... | {"name" : "cryptiles", "description" : "General purpose crypto utilities", "version" : "3.1.4", "repository" : "git://github.com/hapijs/cryptiles", "main" : "lib/index.js", "keywords" : ["cryptography", "security", "utilites"], "dependencies" : {"boom" : "5.x.x"}, "devDependencies" : {"code" : "4.x.x", "lab" : "13.x.x"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"boom": {"type": "st... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"DefensiveFailure": {"type": "array", "items": {"type": "string"}}}, "required": ["DefensiveFailure"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"DefensiveFailure" : ["AlwaysFemale", "SwordOverHead", "BreakingSpeech", "HannibalLecture", "YouWouldntShootMe", "DoubleSubversion", "TheMole", "GrapplingHookGun", "BreakingSpeech", "HeroicBSOD", "DissonantSerenity", "Mooks", "YouWouldntShootMe", "OhCrap", "IfYouKillHimYouWillBeJustLikeHim", "TheHost", "NotWithTheSafe... | json_instruct | {"type": "object", "properties": {"DefensiveFailure": {"type": "array", "items": {"type": "string"}}}, "required": ["DefensiveFailure"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "picture": {"type": "string"}, "ircnick": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "picture", "ircnick", "description", ... | {"name" : "Joonas", "picture" : "http://65.media.tumblr.com/114911471d916b52e5b5e40899f45cf6/tumblr_o8dfeffzJi1rpwm80o1_250.jpg", "ircnick" : "Pyro", "description" : "moro :)", "homepage" : "https://cs.helsinki.fi/u/awjoonas"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "picture": {"type": "string"}, "ircnick": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "picture", "ircnick", "description", "homepage"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repo... | {"name" : "hoods", "version" : "1.2.0", "description" : "Give me a lng/lat and I'll give you a neighborhood", "main" : "index.js", "scripts" : {"test" : "mocha"}, "repository" : {"type" : "git", "url" : "git+https://github.com/zeke/hoods.git"}, "keywords" : ["geo", "gis", "location", "geolocation", "people", "humanity"... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"pergunta": {"type": "string"}, "respostas": {"type": "array", "items": {"type": "string"}}, "numResposta": {"type": "integer"}}, "required": ["pergunta", "respostas", "numResposta"], "$schema": "http://json-schema.org/draft-07... | {"pergunta" : "Leia as afirma\u00e7\u00f5es abaixo e verifique se s\u00e3o condizentes com a concep\u00e7\u00e3o te\u00f3rica): \n\n I- Todo o conhecimento come\u00e7a na experi\u00eancia sensorial (interacionista) \n II- O sujeito modifica o mundo e \u00e9 modificado por ele.(ambientalista) \n III- Determinadas por fa... | json_instruct | {"type": "object", "properties": {"pergunta": {"type": "string"}, "respostas": {"type": "array", "items": {"type": "string"}}, "numResposta": {"type": "integer"}}, "required": ["pergunta", "respostas", "numResposta"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"leaflet.contextmenu.css": {"type": "string"}, "leaflet.contextmenu.js": {"type": "string"}, "leaflet.contextmenu.min.css": {"type": "string"}, "leaflet.contextmenu.min.js": {"type": "string"}}, "required": ["leaflet.... | {"leaflet.contextmenu.css" : "sha256-ubb3QCCYuLqqXWZUaR8jWTV5nzABsx/WkAtIYorVMC0=", "leaflet.contextmenu.js" : "sha256-l0yJoRxeReqV3VAHXK6iPijrpaId5NswnLIPgczLFpo=", "leaflet.contextmenu.min.css" : "sha256-/pRTmdgpDxfu1Oxb7DnP/DTdA44G+k3kf0otWP8gEnc=", "leaflet.contextmenu.min.js" : "sha256-lI95v8OrcpmisfM8k+c828FOKcCL... | json_instruct | {"type": "object", "properties": {"leaflet.contextmenu.css": {"type": "string"}, "leaflet.contextmenu.js": {"type": "string"}, "leaflet.contextmenu.min.css": {"type": "string"}, "leaflet.contextmenu.min.js": {"type": "string"}}, "required": ["leaflet.contextmenu.css", "leaflet.contextmenu.js", "leaflet.contextmenu.min.... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "v... | {"name" : "async", "version" : "0.2.5", "repository" : {"type" : "git", "url" : "git://github.com/caolan/async"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "repository"], "$schema": "http://json-schema.org/draft-07/s... |
Create a JSON structure that matches this 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"}}}}}, "r... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[123.25, 34.583333333333336], [123.25, 34.666666666666664], [123.375, 34.666666666666664], [123.375, 34.583333333333336], [123.25, 34.583333333333336]]]}, "properties" : {"code" : 512372, "url" : "http://madefor.github.io/0410/api/v1/512372.geojso... | 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": "ob... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"900081434": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900081435": {"type": "object", "properties": {"nama": {"t... | {"900081434" : {"nama" : "TPS 1", "dapil" : [1401, 11404, 2140704]}, "900081435" : {"nama" : "TPS 2", "dapil" : [1401, 11404, 2140704]}, "900081436" : {"nama" : "TPS 3", "dapil" : [1401, 11404, 2140704]}, "900081437" : {"nama" : "TPS 4", "dapil" : [1401, 11404, 2140704]}, "900081438" : {"nama" : "TPS 5", "dapil" : [140... | json_instruct | {"type": "object", "properties": {"900081434": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900081435": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "strin... | {"schema_version" : "1.2.0", "id" : "GHSA-6gvq-9qg6-r8xp", "modified" : "2022-05-13T01:26:57Z", "published" : "2022-05-13T01:26:57Z", "aliases" : ["CVE-2017-7412"], "details" : "NixOS 17.03 before 17.03.887 has a world-writable Docker socket, which allows local users to gain privileges by executing docker commands.", "... | 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", "properti... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "it... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-82.019492, 28.038236], [-82.01774, 28.044374], [-82.019098, 28.04805], [-82.018713, 28.049756], [-82.01814, 28.049975], [-82.018368, 28.049245], [-81.999653, 28.054723], [-81.990187, 28.054759], [-81.990048, 28.038701], ... | 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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"TeamMentor_Article": {"type": "object", "properties": {"$": {"type": "object", "properties": {"Metadata_Hash": {"type": "string"}, "Content_Hash": {"type": "string"}}, "required": ["Metadata_Hash", "Content_Hash"]}, "Metadata"... | {"TeamMentor_Article" : {"$" : {"Metadata_Hash" : "-378694239", "Content_Hash" : "1966419664"}, "Metadata" : [{"Id" : ["84e51b49-1e08-45c5-80a7-fd3a5a47bf64"], "Library_Id" : ["e7d92b5b-e1d8-4039-b019-8b02594ea93a"], "Title" : ["Notify the User about Redirection"], "Category" : ["Redirects and Forwards"], "Phase" : ["I... | json_instruct | {"type": "object", "properties": {"TeamMentor_Article": {"type": "object", "properties": {"$": {"type": "object", "properties": {"Metadata_Hash": {"type": "string"}, "Content_Hash": {"type": "string"}}, "required": ["Metadata_Hash", "Content_Hash"]}, "Metadata": {"type": "array", "items": {"type": "object", "properties... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "aluminum", "definition" : "See Aluminium."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this 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"}}, "requ... | {"appid" : 599460, "name" : "Weapon Shop Fantasy", "windows" : true, "mac" : true, "linux" : true, "early_access" : false, "lookup_time" : 1491010907} | 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_... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"admindisableddownload": {"type": "string"}, "clicktoupload": {"type": "string"}, "couldnotloadfiles": {"type": "string"}, "emptyfilelist": {"type": "string"}, "erroruploadnotworking": {"type": "string"}, "fil... | {"admindisableddownload" : "Das Herunterladen von Dateien ist deaktiviert. Sie k\u00f6nnen nur die Dateiliste sehen und nichts herunterladen.", "clicktoupload" : "Tippen Sie auf die Taste, um Dateien in den Bereich 'Meine Dateien' hochzuladen.", "couldnotloadfiles" : "Die Liste der Dateien konnte nicht geladen werden."... | json_instruct | {"type": "object", "properties": {"admindisableddownload": {"type": "string"}, "clicktoupload": {"type": "string"}, "couldnotloadfiles": {"type": "string"}, "emptyfilelist": {"type": "string"}, "erroruploadnotworking": {"type": "string"}, "files": {"type": "string"}, "myprivatefilesdesc": {"type": "string"}, "privatefi... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "st... | {"text" : "If any provision of this chapter or its application to any person or circumstance is held to be invalid, the remaining provisions and other applications shall not be affected.", "historical" : "Prior Codifications\n\n1981 Ed., \u00a7 31-508.\n\n1973 Ed., \u00a7 31-2208.\n\nLegislative History of Laws\n\nFor ... | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "ti... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"user_id": {"type": "string"}, "model_cat": {"type": "string"}, "model_id": {"type": "string"}, "version": {"type": "string"}, "anno_id": {"type": "string"}, "time_in_sec": {"type": "string"}}, "required": ["user_id", "model_ca... | {"user_id" : "haozhu", "model_cat" : "Eyeglasses", "model_id" : "1065a548dee0058d89cf6a343602477f", "version" : "1", "anno_id" : "1284", "time_in_sec" : "156"} | json_instruct | {"type": "object", "properties": {"user_id": {"type": "string"}, "model_cat": {"type": "string"}, "model_id": {"type": "string"}, "version": {"type": "string"}, "anno_id": {"type": "string"}, "time_in_sec": {"type": "string"}}, "required": ["user_id", "model_cat", "model_id", "version", "anno_id", "time_in_sec"], "$sch... |
Construct a JSON document that adheres to this schema specification:
{"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": {"... | {"nom" : "Les Bois-d'Anjou", "dpt" : "Maine-et-Loire", "inscrits" : 1880, "abs" : 293, "votants" : 1587, "blancs" : 25, "nuls" : 10, "exp" : 1552, "res" : [{"panneau" : "2", "voix" : 407}, {"panneau" : "11", "voix" : 321}, {"panneau" : "3", "voix" : 306}, {"panneau" : "9", "voix" : 270}, {"panneau" : "1", "voix" : 106}... | 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"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, ... | {"name" : "viinavaatlus", "version" : "0.0.0", "private" : true, "scripts" : {"start" : "node ./bin/www", "dev" : "nodemon ./bin/www"}, "dependencies" : {"cookie-parser" : "~1.4.3", "debug" : "~4.1.1", "express" : "~4.17.1", "http-errors" : "~1.6.2", "morgan" : "~1.9.0", "pug" : "2.0.4", "request" : "^2.88.0", "request... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "dependencies": {"type": "object", "properties": {"cookie-pars... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array"... | {"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-2.966308, 35.178017], [-2.952575, 35.177174], [-2.949528, 35.177956], [-2.937469, 35.18784], [-2.928886, 35.187557], [-2.923049, 35.187557], [-2.920303, 35.185314], [-2.917041, 35.172546], [-2.930688, 35.167355], [-2.939872, 35.169319], [-... | 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": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "string"}}, "summary": {"type": "string"}, "description": {"type": "string"}, "operationId": {"type": "string"}, "produces": {"type": "array", "items": {"type": "string"}},... | {"tags" : ["notifications"], "summary" : "Retrieve the list of notifications for an address with pagination", "description" : "Return notifications in an array", "operationId" : "HandleGetNotifications", "produces" : ["application/json"], "parameters" : [{"name" : "userAddress", "in" : "query", "description" : "User ad... | json_instruct | {"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "string"}}, "summary": {"type": "string"}, "description": {"type": "string"}, "operationId": {"type": "string"}, "produces": {"type": "array", "items": {"type": "string"}}, "parameters": {"type": "array", "items": {"type": "object", "properti... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}... | [{"code" : "166", "name" : "\u539f\u6728\u4e2d\u5c71", "name_kana" : "\uff8a\uff9e\uff97\uff77\uff85\uff76\uff94\uff8f"}, {"code" : "262", "name" : "\u521d\u77f3", "name_kana" : "\uff8a\uff82\uff72\uff7c"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"recommendations" : ["editorconfig.editorconfig", "standard.vscode-standard"]} | json_instruct | {"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$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"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": ... | [{"name" : "Mayflower Electronics T50RP Version 2", "id" : "83068c10ae36cd179771cfcb0e879875062e570d", "isDefault" : false, "gains" : {"global" : -7.0, "bands" : [5.7, 6.0, -1.7, -1.8, 4.7, 3.6, -2.1, -2.7, -1.6, -0.7]}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": {"type": "number"}}}, "required": ["global", "bands"]}}, "requ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"count": {"type": "integer"}, "537062": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "399011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]},... | {"count" : 24, "537062" : {"count" : 3}, "399011" : {"count" : 2}, "999920" : {"count" : 1}, "537064" : {"count" : 1}, "311010" : {"count" : 1}, "399021" : {"count" : 2}, "511011" : {"count" : 1}, "N.A.//" : {"count" : 9}, "5191XX" : {"count" : 1}, "21109X" : {"count" : 1}, "512090" : {"count" : 1}, "516031" : {"count"... | json_instruct | {"type": "object", "properties": {"count": {"type": "integer"}, "537062": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "399011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "999920": {"type": "object", "properties": {"count": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"... | {"probe_id" : 28944, "resolvers" : [{"ipv4_tcp" : true, "internal" : "8.8.4.4", "resolver_asn" : 29608, "resolver_net" : "79.143.240.0/20"}]} | json_instruct | {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}}, "required": ["ipv4_tcp", "internal", "re... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obje... | {"hash" : "0x0340fbd22991e3a2cb482abd4a2e140f00d1a373c7a796682f0b4989d7c89658", "parentHash" : "0x26cf0bc36c9aa130d877e7e8aa23475e3365707f20d2f175b91766160853dcaf", "number" : 63468, "timestamp" : 1439204868, "nonce" : "0x37b47b2ec9b14550", "difficulty" : 1840538120722, "gasLimit" : {"_hex" : "0x2fefd8"}, "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"]... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Driver#2 NEW NAME"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"nendo": {"type": "integer"}, "seibetu": {"type": "string"}, "nenrei": {"type": "integer"}, "sintyoo": {"type": "integer"}, "taizyuu": {"type": "number"}}, "required": ["nendo", "seibetu", "nenrei", "sintyoo", "taizyu... | {"nendo" : 2018, "seibetu" : "\u5973", "nenrei" : 14, "sintyoo" : 168, "taizyuu" : 56.9} | json_instruct | {"type": "object", "properties": {"nendo": {"type": "integer"}, "seibetu": {"type": "string"}, "nenrei": {"type": "integer"}, "sintyoo": {"type": "integer"}, "taizyuu": {"type": "number"}}, "required": ["nendo", "seibetu", "nenrei", "sintyoo", "taizyuu"], "$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"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "... | {"id" : 101885999, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "25e55e9d76f56177640ffc38b0aedfd7", "wof:id" : 101885999, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.40902586376421, 48.10560763682781, 5.42007101401322, 48.11105030519434... | 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": ["... |
Create a JSON structure that matches this schema definition:
{"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" : [[[-117.285663, 33.049707], [-117.285146, 33.065112], [-117.277292, 33.065565], [-117.272182, 33.06868], [-117.262216, 33.067585], [-117.262643, 33.057519], [-117.259723, 33.04852], [-117.259562, 33.045916], [-117.266678, 33... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"networkCallRecords": {"type": "array", "items": {}}, "variables": {"type": "array", "items": {"type": "string"}}}, "required": ["networkCallRecords", "variables"], "$schema": "http://json-schema.org/draft-07/schema... | {"networkCallRecords" : [], "variables" : ["jtcbuffereduploadac0blockblobapitestbuffereduploadac467987911", "javablobbuffereduploadac17659458986187a0ca4173", "javablobbuffereduploadac280868dfa4e4cc091449ec", "60bfa281-9cee-4d39-b751-44b8e6cd5445"]} | json_instruct | {"type": "object", "properties": {"networkCallRecords": {"type": "array", "items": {}}, "variables": {"type": "array", "items": {"type": "string"}}}, "required": ["networkCallRecords", "variables"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type... | {"id" : 100274003, "name" : "Divine Evolution", "is_illegal" : false, "is_custom" : false, "text" : "This card's activation and effect cannot be negated. Choose 1 monster you control that hasn't already had the effect of \"Divine Evolution\" applied to it, whose original Type is Divine-Beast OR whose original name is \... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "spell_type": {"type": "string"}}, "required": [... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"endpoints": {"type": "array", "items": {"type": "object", "properties": {"content": {"type": "string"}, "verb": {"type": "array", "items": {"type": "object", "properties": {"verbName": {"type": "string"}, "co... | {"endpoints" : [{"content" : "This is a description of employee's endpoint. ", "verb" : [{"verbName" : "get", "content" : "This is the description for get all employees "}, {"verbName" : "post", "content" : "This is a description for post employees"}], "endpoint" : "/employees"}], "title" : "Freshteam API ", "api_descr... | json_instruct | {"type": "object", "properties": {"endpoints": {"type": "array", "items": {"type": "object", "properties": {"content": {"type": "string"}, "verb": {"type": "array", "items": {"type": "object", "properties": {"verbName": {"type": "string"}, "content": {"type": "string"}}, "required": ["verbName", "content"]}}, "endpoint... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "testmod3:block/colored_rotatable/lime_multi_rotatable_block"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "description": {"type": "string"}, "score": {"type": "number"}, "topicality": {"type": "number"}}, "required": ["mid", "description", "score", "topicality"]}, "$schema": "http... | [{"mid" : "/m/06ntj", "description" : "sports", "score" : 0.9889867305755615, "topicality" : 0.9889867305755615}, {"mid" : "/m/0h8my_4", "description" : "tennis racket", "score" : 0.9860226511955261, "topicality" : 0.9860226511955261}, {"mid" : "/m/07bs0", "description" : "tennis", "score" : 0.9859575629234314, "topica... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "description": {"type": "string"}, "score": {"type": "number"}, "topicality": {"type": "number"}}, "required": ["mid", "description", "score", "topicality"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"disk": {"type": "object", "properties": {"I": {"type": "number"}, "Re": {"type": "number"}, "c": {"type": "number"}, "mux": {"type": "number"}, "muy": {"type": "number"}, "n": {"type": "number"}, "q": {"type": "number"}, "r... | {"disk" : {"I" : 0.11405796418760619, "Re" : 9.936261242053773, "c" : 2.0, "mux" : 37.51363408885036, "muy" : 37.17092357104036, "n" : 1.0, "q" : 0.9497475285381887, "roll" : 1.5151206289682182}, "bulge" : {"I" : 2.0111929237863344, "Re" : 0.7387909347795786, "c" : 2.0, "mux" : 37.199004729172785, "muy" : 36.8735850025... | json_instruct | {"type": "object", "properties": {"disk": {"type": "object", "properties": {"I": {"type": "number"}, "Re": {"type": "number"}, "c": {"type": "number"}, "mux": {"type": "number"}, "muy": {"type": "number"}, "n": {"type": "number"}, "q": {"type": "number"}, "roll": {"type": "number"}}, "required": ["I", "Re", "c", "mux",... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["descri... | {"latest_version" : ["0.3"], "meta" : {"description" : "Provides maildir like access to files", "homepage" : "http://pypi.python.org/pypi/gocept.filestore", "license" : "ZPL 2.1"}, "versions" : {"0.2" : {"sha256" : "b4aa426dc7ceca6924f149578fb2bdc7336e0c469b6bc6dd9cbfb2539d21744c", "url" : "https://files.pythonhosted.o... | 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... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"ip-address": {"type": "string"}}, "required": ["ip-address"]... | {"name" : "ip-address", "version" : "1.1.0", "description" : "Prints and copies the en5 address to the clipboard.", "main" : "cli.js", "bin" : {"ip-address" : "cli.js"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["ip", "address", "en5"], "author" : "Emil Johansson <emijohansson.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"ip-address": {"type": "string"}}, "required": ["ip-address"]}, "scripts": {"type": "object", "properties": {"test": {"type... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "redemptioner", "definition" : "1. One who redeems himself, as from debt or servitude. 2. Formerly, one who, wishing to emigrate from Europe to America, sold his services for a stipulated time to pay the expenses of his passage."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "flags": {"type": "array", "items": {"type": "string"}}, "restrictions": {"type": "array", "items": {}}, "rarity": {"type": ... | {"name" : "Magister's Pack", "description" : "The backpack of a Durmand Priory leader.\n<c=@flavor>\"In my short life, you've taught me the most important lesson: Friends will go through anything for each other.\"</c> \n\u2014Magister Sieran, Durmand Priory", "type" : "Back", "flags" : ["ShowInWardrobe"], "restrictions... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "flags": {"type": "array", "items": {"type": "string"}}, "restrictions": {"type": "array", "items": {}}, "rarity": {"type": "string"}, "id": {"type": "integer"}, "icon": {"type": "string"}}, "req... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["... | {"ETag" : "W/\"19a143a1511c24dce4979de0893c98bd\"", "Last-Modified" : "Thu, 18 Apr 2019 00:49:52 GMT", "base" : {"repo" : {"name" : "terraform-provider-spotinst-feedstock"}}, "closed_at" : "2019-04-18T00:49:52Z", "created_at" : "2019-04-16T17:27:31Z", "head" : {"ref" : "1.11.0"}, "html_url" : "https://github.com/conda-... | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"element_properties": {"type": "object", "properties": {"Hd": {"type": "array", "items": {"type": "integer"}}}, "required": ["Hd"]}, "property_names": {"type": "array", "items": {"type": "string"}}, "stats": {"type": "array", "... | {"element_properties" : {"Hd" : [0, 1, 2]}, "property_names" : ["p1", "p2", "p3"], "stats" : ["mean"]} | json_instruct | {"type": "object", "properties": {"element_properties": {"type": "object", "properties": {"Hd": {"type": "array", "items": {"type": "integer"}}}, "required": ["Hd"]}, "property_names": {"type": "array", "items": {"type": "string"}}, "stats": {"type": "array", "items": {"type": "string"}}}, "required": ["element_propert... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "dealerdirect/phpcod... | {"name" : "sun-asterisk/coding-standard", "description" : "Sun* R&D PHP coding standard", "type" : "phpcodesniffer-standard", "license" : "MIT", "require" : {"php" : "^7.1", "dealerdirect/phpcodesniffer-composer-installer" : "^0.6.2", "slevomat/coding-standard" : "^6.1", "squizlabs/php_codesniffer" : "^3.5"}, "autoload... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "dealerdirect/phpcodesniffer-composer-installer": {"type": "string"}, "slevomat/coding-stand... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "inglut", "definition" : "To glut. [R.] Ascham."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "questionable": {"type": "object", "properties": {"... | {"builtin" : {"__set__" : true, "elements" : ["__future__", "builtins", "collections", "copy", "enum", "functools", "itertools", "json", "logging", "math", "os", "re", "subprocess", "tempfile"]}, "questionable" : {"__set__" : true, "elements" : ["lunr", "nltk"]}, "required" : {"__set__" : true, "elements" : ["lunr", "m... | json_instruct | {"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "questionable": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "C... | {"SolverName" : "EAGO", "ObjBound" : 1.3908224369647915, "SolveTime" : 0.08899998664855957, "PrimalStatus" : "FEASIBLE_POINT", "InstanceName" : "14_sigmoid_3_3_3", "SolveTimeRaw" : 0.08999991416931152, "CompletedSolveTime" : 0.08899998664855957, "ObjValue" : 1.3909943802958806, "Error" : false, "TerminationStatus" : "O... | json_instruct | {"type": "object", "properties": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "CompletedSolveTime": {"type": "number"}, "ObjValue": {"type": "number"}, "Erro... |
Based on the schema below, produce a valid JSON object:
{"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" : "3501070006", "district_id" : "3501070", "name" : "JETISLOR"} | 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": {"DTDproc_z0p007_bw500_1.3<mwd": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTDproc_z0p007_bw500_1.3<mwd", "arrbool"], "$schema": "http://json-schema.org/draft-07/... | {"DTDproc_z0p007_bw500_1.3<mwd" : [2.944921450736106e-07, 8.203417479934489e-08, 6.221264554628335e-08, 4.245340486806152e-08, 2.9353707112580973e-07, 1.6715879775181437e-07, 2.0783283108737762e-07, 1.03489559266519e-07, 1.3304632766135068e-07, 8.303856340958353e-08, 5.2859716590275384e-08, 9.493563453951257e-08, 4.436... | json_instruct | {"type": "object", "properties": {"DTDproc_z0p007_bw500_1.3<mwd": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTDproc_z0p007_bw500_1.3<mwd", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01005290": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "stri... | {"type" : "Topology", "objects" : {"E01005290" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00026812", "LAD11CD" : "E08000003"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "prope... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01005290": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "bodytext": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "bodytext", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "Hello", "bodytext" : "hey guys", "url" : "https://www.napowildlifecenter.com/wp-content/uploads/2019/04/Captura-de-Tela-2019-04-03-a%CC%80s-18.03.54-1190x675.png"}, {"title" : "amazing", "bodytext" : "asdasdasd", "url" : "https://ichef.bbci.co.uk/news/936/cpsprodpb/11EE4/production/_100644437_hi045823502.j... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "bodytext": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "bodytext", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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:i... | {"id" : 404337117, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "1eff66b5aac200edb19e34de6d343f00", "wof:id" : 404337117, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [-3.99781, 37.84392, -3.99781, 37.84392], "geometry" : {"coordinate... | 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": ["... |
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" : "PICCO: a general-purpose compiler for private distributed computation.", "fields" : ["secure two party computation", "implementation", "secure multi party computation", "distributed computing environment", "secret sharing"], "abstract" : "Secure computation on private data has been an active area of researc... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"braindata": {"type": "object", "properties": {}, "required": []}, "piedata": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "label": {"type": "string"}, "value": {"t... | {"braindata" : {}, "piedata" : [{"color" : "#0eff7f", "label" : "comm:email (3.42%)", "value" : 3.42}, {"color" : "#17b02c", "label" : "comm:im (3.85%)", "value" : 3.85}, {"color" : "#28d2f7", "label" : "maps (1.71%)", "value" : 1.71}, {"color" : "#dadebd", "label" : "prj:wcst (14.96%)", "value" : 14.96}, {"color" : "#... | json_instruct | {"type": "object", "properties": {"braindata": {"type": "object", "properties": {}, "required": []}, "piedata": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "label": {"type": "string"}, "value": {"type": "number"}}, "required": ["color", "label", "value"]}}, "tagdata": {"typ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "msg": {"type": "string"}}, "required": ["line", "column", "msg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"line" : 35, "column" : 1, "msg" : "Type 'S2' is not assignable to type 'T'."}, {"line" : 36, "column" : 1, "msg" : "Type '(x"}, {"line" : 37, "column" : 1, "msg" : "Type '(x"}, {"line" : 38, "column" : 1, "msg" : "Type '(x"}, {"line" : 39, "column" : 1, "msg" : "Type 'S2' is not assignable to type '(x"}, {"line" : 4... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "msg": {"type": "string"}}, "required": ["line", "column", "msg"]}, "$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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "browser": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"t... | {"name" : "@allgemein/eventbus", "version" : "0.0.0-PLACEHOLDER", "description" : "", "main" : "index.js", "browser" : "browser.js", "scripts" : {"test" : "nyc mocha test/functional/*.spec.ts", "posttest" : "nyc report --reporter=json && codecov -f coverage/*.json"}, "repository" : {"type" : "git", "url" : "git+https:/... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "browser": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "posttest": {"type": "string"}}, "required": ["test", "postt... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "... | {"directions" : ["Melt butter in a medium (10-inch/25 cm) frying pan over medium heat. Add mushrooms, peppers and onion; saute until tender.", "While vegetables are cooking, whisk together eggs and water. Pour egg mixture over vegetables in the frying pan. Cover and cook over medium heat, occasionally poking through th... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "directory": {"type": "string"}, "queue": {"type": "array", "items": {"type": "string"}}, "max_instances": {"type": "integer"}, "scale_threshold": {"type": "integer"}, "ofile": {"ty... | {"name" : "eval_test_dhs_calculate_averages.hvt", "directory" : "Kernels/MirageOS/evaluation_test_dhs/calculate_averages/", "queue" : ["eval_test_dhs_new_value"], "max_instances" : 10, "scale_threshold" : 1, "ofile" : "eval_dhs_calculate_average.output"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "directory": {"type": "string"}, "queue": {"type": "array", "items": {"type": "string"}}, "max_instances": {"type": "integer"}, "scale_threshold": {"type": "integer"}, "ofile": {"type": "string"}}, "required": ["name", "directory", "queue", "max_instances", ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Name": {"type": "string"}, "Version": {"type": "string"}, "Author": {"type": "string"}, "Number of Nodes": {"type": "integer"}, "Number of Namespaces": {"type": "integer"}, "Number of Edges": {"type": "integer"}, "... | {"Name" : "Autophagy and the ubiquitin-proteasome system: collaborators in neuroprotection", "Version" : "1.0.0", "Author" : "Sandra Spalek", "Number of Nodes" : 127, "Number of Namespaces" : 6, "Number of Edges" : 243, "Number of Annotations" : 6, "Number of Citations" : 1, "Number of Authors" : 3, "Network Density" :... | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "Version": {"type": "string"}, "Author": {"type": "string"}, "Number of Nodes": {"type": "integer"}, "Number of Namespaces": {"type": "integer"}, "Number of Edges": {"type": "integer"}, "Number of Annotations": {"type": "integer"}, "Number of Citations": {"t... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"... | {"userId" : 54881, "cartId" : "4d1a76a9-2bb1-4155-890f-b70a987cd393", "preferredProducts" : [4373, 4304, 4731, 2465, 2475], "productReviews" : [{"productId" : 3928, "reviewText" : "this Ports is snowy.", "reviewDate" : "2017-11-07T20:58:25.3812859+02:00"}, {"productId" : 2306, "reviewText" : "My neighbor Lonnie has one... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type"... | [{"results" : [{"tech" : 4, "pts" : 15191, "connections" : 1977855, "capacity" : 247049765, "investments" : 466064574}, {"tech" : 1, "pts" : 412, "connections" : 261216, "capacity" : 29160760, "investments" : 208889414}, {"tech" : 3, "pts" : 1400, "connections" : 5982, "capacity" : 1133424, "investments" : 6233867}, {"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "prop... | {"hash" : "0xc5ea2e0113572c7c3af2459d64647f6788eca75392104cbd1c08af6988bcb824", "parentHash" : "0x9850267d78a814120b7ae0894283bbabef10466cfd2645782a4118623d3b453b", "number" : 90723, "timestamp" : 1439644545, "nonce" : "0x794b8624f73c74c6", "difficulty" : 3369347618143, "gasLimit" : {"_hex" : "0x2fefd8"}, "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"]... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.