input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create a JSON structure that matches this 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", "properties": {"er... | {"contract" : "0x5a386eb0fcbfee3f0d759e263053c09162ff102d", "tool" : "osiris", "start" : 1564577693.8023324, "end" : 1564577763.7496724, "duration" : 69.94734001159668, "analysis" : [{"errors" : [], "file" : "/unique_chucks/4/0x5a386eb0fcbfee3f0d759e263053c09162ff102d.sol", "name" : "Owned"}, {"errors" : [], "file" : "... | 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": {}}, "file": {"type": "strin... |
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" : [[[-118.440846, 34.064813], [-118.439239, 34.067059], [-118.438759, 34.070357], [-118.437378, 34.071742], [-118.43734, 34.072978], [-118.43327, 34.068165], [-118.433465, 34.065978], [-118.432224, 34.064255], [-118.433165, 34... | 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... |
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" : "Qu\u00e9zac", "circ" : "1\u00e8re circonscription", "dpt" : "Cantal", "inscrits" : 255, "abs" : 108, "votants" : 147, "blancs" : 7, "nuls" : 2, "exp" : 138, "res" : [{"nuance" : "LR", "nom" : "M. Vincent DESCOEUR", "voix" : 79}, {"nuance" : "REM", "nom" : "M. Fran\u00e7ois DANEMANS", "voix" : 59}]} | 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": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "count": {"type": "integer"}}, "required": ["url", "title", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"url" : "https://bbs.byr.cn/article/Talking/6258521", "title" : "\u535a\u58eb\u7684\u6027\u4ef7\u6bd4\u9ad8\u5417\uff1f", "count" : 48}, {"url" : "https://bbs.byr.cn/article/Sichuan/237875", "title" : "\u6c42AB\u578bRH\u9634\u6027\u8840", "count" : 24}, {"url" : "https://bbs.byr.cn/article/Friends/1986043", "title" :... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "count": {"type": "integer"}}, "required": ["url", "title", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "stat... | {"station" : [{"pref_cd" : 18, "line_cd" : 11421, "line_name" : "\u4e5d\u982d\u7adc\u7dda", "station_cd" : 1142119, "station_g_cd" : 1142119, "station_name" : "\u4e0b\u552f\u91ce", "lon" : 136.56027, "lat" : 35.974208}]} | json_instruct | {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["bwplus:yew_chest", "bwplus:trapped_yew_chest", "bwplus:mimic_chest", "bwplus:leech_chest"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"extends": {"type": "string"}, "rules": {"type": "object", "properties": {"react/no-unescaped-entities": {"type": "string"}}, "required": ["react/no-unescaped-entities"]}}, "required": ["extends", "rules"], "$sc... | {"extends" : "next", "rules" : {"react/no-unescaped-entities" : "off"}} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "rules": {"type": "object", "properties": {"react/no-unescaped-entities": {"type": "string"}}, "required": ["react/no-unescaped-entities"]}}, "required": ["extends", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"secret": {"type": "string"}, "expire": {"type": "integer"}}, "required": ["secret", "expire"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"secret" : "THE_SEVEN_DEADLY_SINS_SECRET", "expire" : -1} | json_instruct | {"type": "object", "properties": {"secret": {"type": "string"}, "expire": {"type": "integer"}}, "required": ["secret", "expire"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"fuse.js": {"type": "string"}, "fuse.min.js": {"type": "string"}}, "required": ["fuse.js", "fuse.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"fuse.js" : "sha256-Smx5Pl+l8fSKsdjKjJAaPuZW8hZieoOK8MiRkwpxhI4=", "fuse.min.js" : "sha256-KN2Mxma/eDTDAEj8VFqlAkpxAkjucPPkBoob9Q9GNqE="} | json_instruct | {"type": "object", "properties": {"fuse.js": {"type": "string"}, "fuse.min.js": {"type": "string"}}, "required": ["fuse.js", "fuse.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "r... | {"id" : 24615, "citation_title" : "Judicial Politics and Sentencing Decisions", "citation_author" : ["Alma Cohen", "Crystal Yang"], "citation_publication_date" : "2018-05-21", "issue_date" : "2018-05-18", "revision_date" : "2018-05-23", "topics" : ["Public Economics", "Labor Economics", "Demography and Aging", "Labor D... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"baseFontSize": {"type": "integer"}, "theme": {"type": "string"}, "cssTheme": {"type": "string"}, "enabledCssSnippets": {"type": "array", "items": {"type": "string"}}, "translucency": {"type": "boolean"}}, "requ... | {"baseFontSize" : 16, "theme" : "moonstone", "cssTheme" : "Solarized", "enabledCssSnippets" : ["checkbox", "notation-colour-blocks", "realistic-highlight"], "translucency" : false} | json_instruct | {"type": "object", "properties": {"baseFontSize": {"type": "integer"}, "theme": {"type": "string"}, "cssTheme": {"type": "string"}, "enabledCssSnippets": {"type": "array", "items": {"type": "string"}}, "translucency": {"type": "boolean"}}, "required": ["baseFontSize", "theme", "cssTheme", "enabledCssSnippets", "translu... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"t... | {"ast" : null, "code" : "import React from\"react\";function TimelineHeader(props){return React.createElement(\"header\",{className:\"timeline-header\"},React.createElement(\"span\",{className:\"tag is-success\"},props.year));}export default TimelineHeader;", "map" : {"version" : 3, "sources" : ["/Users/jameshuang/Desk... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["color-difference", "colors-to-less-operations", "grunt-colors-to-less-operations"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"result": {"type": "integer"}, "count": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "sensor": {"type": "string"}, "time": {"type": "string"}, "... | {"result" : 1, "count" : 7, "data" : [{"name" : "\u9ad8\u5206\u4e8c\u53f7", "sensor" : "8888", "time" : "151234567891234", "cloud" : "70", "url" : "../../images/gf1.png"}, {"name" : "\u9ad8\u5206\u4e00\u53f7", "sensor" : "8888", "time" : "151234567891234", "cloud" : "70", "url" : "../../images/gf1.png"}, {"name" : "\u9... | json_instruct | {"type": "object", "properties": {"result": {"type": "integer"}, "count": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "sensor": {"type": "string"}, "time": {"type": "string"}, "cloud": {"type": "string"}, "url": {"type": "string"}}, "required": [... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}, "platform": {"... | {"id" : "fa4def8c-1898-4a35-a139-7b76b1acdef0", "queryName" : "Insecure Port Not Properly Set", "severity" : "HIGH", "category" : "Networking and Firewall", "descriptionText" : "When using kube-apiserver command, the '--insecure-port' flag should be defined and set to 0", "descriptionUrl" : "https://kubernetes.io/docs/... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}, "platform": {"type": "string"}, "descriptionID": {"type": "string"}}, "required": ["id... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "stri... | {"name" : "pem-fr/phpwtf", "description" : "This tool allows for silent human code reviews on -any language- source file, with reports usable in jenkins for example.", "authors" : [{"name" : "Pierre-Emmanuel Manteau", "email" : "pe.manteau@gmail.com", "role" : "Developer"}], "keywords" : ["code", "review", "reporting",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "keywords": {"type": "ar... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "less-version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"less-fixed": {"type": "string"}}, "required": ["less-fi... | {"name" : "less-fixed", "version" : "0.0.4", "less-version" : "1.6.3", "description" : "The less compiler with a few features you absolutely need", "bin" : {"less-fixed" : "./bin/less.js"}, "keywords" : [], "dependencies" : {"promise" : "~4.0.0", "resolve" : "~0.6.1", "slugg" : "~0.1.2", "minimist" : "0.0.7", "clean-cs... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "less-version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"less-fixed": {"type": "string"}}, "required": ["less-fixed"]}, "keywords": {"type": "array", "items": {}}, "depend... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "pr... | {"id" : "93365", "name" : {"en" : "South Waiouru"}, "country" : "NZ", "region" : "MWT", "identifiers" : {"wmo" : "93365"}, "location" : {"latitude" : -39.4894, "longitude" : 175.6703, "elevation" : 813}, "timezone" : "Pacific/Auckland"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "... | {"title" : "shota n man in bathroom\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "Banbee", "description" : "\u6b63\u592a", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/2244517/thumbnail-2244517_0001.jpg?itok=u-Zri4T8", "download" : "https://ecchi.iwara.tv/api/video/m97oxcpb8... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coord... | {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[2.362731, 51.042909], [2.363446, 51.042729], [2.364303, 51.044169], [2.363589, 51.044349], [2.362731, 51.042909]]]}, "properties" : {"classification" : "ship", "identificationscore" : 1}}, {"type" : "F... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "arra... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"cursor": {"type": "string"}, "function": {"type": "string"}, "level": {"type": "string"}, "message": {"type": "string"}, "time": {"type": "string"}}, "required": ["cursor", "function", "level", "message", "time"], "$schema": "ht... | {"cursor" : "/Users/latona2/bitbucket/sap-api-integrations-purchasing-info-record-reads/SAP_API_Caller/caller.go#L67", "function" : "sap-api-integrations-purchasing-info-record-reads/SAP_API_Caller.(*SAPAPICaller).General", "level" : "INFO", "message" : "&{ConditionRecord:0000010248 ConditionValidityEndDate:/Date(18933... | json_instruct | {"type": "object", "properties": {"cursor": {"type": "string"}, "function": {"type": "string"}, "level": {"type": "string"}, "message": {"type": "string"}, "time": {"type": "string"}}, "required": ["cursor", "function", "level", "message", "time"], "$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"}, "category": {"type": "string"}, "documentation": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type... | {"name" : "AI_SetCondition_OnTime", "category" : "aidata", "documentation" : "Sets the given condition of the given player after the give amount of minutes to true (=10000).", "parameters" : [{"name" : "PlayerId", "type" : "NUMBER"}, {"name" : "ConditionId", "type" : "NUMBER"}, {"name" : "TimeInMinutes", "type" : "NUMB... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "documentation": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}}, "required": ["name", "ca... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"testDelete": {"type": "string"}, "testGetSmallHTMLDocument": {"type": "string"}, "testHeadSmallHTMLDocument": {"ty... | {"class" : {}, "instance" : {"testDelete" : "SvenVanCaekenberghe 8/23/2012 14:34", "testGetSmallHTMLDocument" : "SvenVanCaekenberghe 8/23/2012 14:34", "testHeadSmallHTMLDocument" : "SvenVanCaekenberghe 7/4/2012 17:33", "testPost" : "SvenVanCaekenberghe 8/23/2012 14:34", "testPostUnicodeUtf8" : "SvenVanCaekenberghe 8/23... | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"testDelete": {"type": "string"}, "testGetSmallHTMLDocument": {"type": "string"}, "testHeadSmallHTMLDocument": {"type": "string"}, "testPost": {"type": "string"}, "testPostUnico... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "status": {"type"... | {"resourceType" : "DataElement", "id" : "Coverage.group", "meta" : {"lastUpdated" : "2015-10-24T07:41:03.495+11:00"}, "url" : "http://hl7.org/fhir/DataElement/Coverage.group", "status" : "draft", "experimental" : true, "stringency" : "fully-specified", "element" : [{"path" : "Coverage.group", "short" : "An identifier f... | json_instruct | {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "status": {"type": "string"}, "experimental": {"type": "boolean"}, "stringency": {"type":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"standard": {"type": "object", "properties": {"colorName": {"type": "string"}, "colortheme": {"type": "array", "items": {}}, "pattern": {"type": "object", "properties": {"morphdata": {"type": "object", "properties": ... | {"standard" : {"colorName" : "Wild", "colortheme" : [], "pattern" : {"morphdata" : {"0" : {"anchorX" : 240, "anchorY" : -200, "anchorZ" : 0, "anchorRadius" : 900, "moveToX" : 260, "moveToY" : 160, "moveToZ" : 400}, "1" : {"anchorX" : -240, "anchorY" : 200, "anchorZ" : 0, "anchorRadius" : 900, "moveToX" : -260, "moveToY... | json_instruct | {"type": "object", "properties": {"standard": {"type": "object", "properties": {"colorName": {"type": "string"}, "colortheme": {"type": "array", "items": {}}, "pattern": {"type": "object", "properties": {"morphdata": {"type": "object", "properties": {"0": {"type": "object", "properties": {"anchorX": {"type": "integer"}... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"]... | {"place_name" : "Jones", "state_name" : "Oklahoma", "state_abbrv" : "OK", "lat" : "35.5753", "long" : "-97.2891"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"c" : 2161051, "d" : "51V", "md" : false}, {"c" : 2161052, "d" : "52V", "md" : false}, {"c" : 2161053, "d" : "53V", "md" : false}, {"c" : 2161054, "d" : "54V", "md" : false}, {"c" : 2161055, "d" : "55V", "md" : false}, {"c" : 2161056, "d" : "56V", "md" : false}, {"c" : 2161057, "d" : "57V", "md" : false}, {"c" : 2161... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"issuer": {"type": "string"}, "jwks_uri": {"type": "string"}, "authorization_endpoint": {"type": "string"}, "token_endpoint": {"type": "string"}, "userinfo_endpoint": {"type": "string"}, "end_session_endpoint"... | {"issuer" : "https://demo.identityserver.io", "jwks_uri" : "https://demo.identityserver.io/.well-known/jwks", "authorization_endpoint" : "https://demo.identityserver.io/connect/authorize", "token_endpoint" : "https://demo.identityserver.io/connect/token", "userinfo_endpoint" : "https://demo.identityserver.io/connect/us... | json_instruct | {"type": "object", "properties": {"issuer": {"type": "string"}, "jwks_uri": {"type": "string"}, "authorization_endpoint": {"type": "string"}, "token_endpoint": {"type": "string"}, "userinfo_endpoint": {"type": "string"}, "end_session_endpoint": {"type": "string"}, "check_session_iframe": {"type": "string"}, "revocation... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"miles": {"type": "number"}, "imports": {"type": "number"}, "exports": {"type": "integer"}, "domestic": {"type": "integer"}, "countries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type":... | {"miles" : 152.00269332416684, "imports" : 3617.5, "exports" : 0, "domestic" : 64592, "countries" : [{"name" : "Egypt", "abbreviation" : "EGY", "distance" : 6765.763463105186, "pct" : 1.53}, {"name" : "Greece", "abbreviation" : "GRC", "distance" : 5830.58194931862, "pct" : 0.04}, {"name" : "Guyana", "abbreviation" : "G... | json_instruct | {"type": "object", "properties": {"miles": {"type": "number"}, "imports": {"type": "number"}, "exports": {"type": "integer"}, "domestic": {"type": "integer"}, "countries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "abbreviation": {"type": "string"}, "distance": {"type": "n... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ot-min.js": {"type": "string"}, "ot.js": {"type": "string"}}, "required": ["ot-min.js", "ot.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ot-min.js" : "sha256-8RA61BT7BeFMzPVP9kQC4NND6mSR2u0IdCOSMHMxG5k=", "ot.js" : "sha256-r2OwaxWErtvOjWrlgvLGbrKCnCxVCmp1O0Cj5KCbIek="} | json_instruct | {"type": "object", "properties": {"ot-min.js": {"type": "string"}, "ot.js": {"type": "string"}}, "required": ["ot-min.js", "ot.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": ... | {"text" : {"0" : {"m1" : "\u0628\u0647 \u062a\u06cc\u063a\u0645 \u06af\u0631 \u06a9\u0634\u062f \u062f\u0633\u062a\u0634 \u0646\u06af\u06cc\u0631\u0645", "m2" : "\u0648\u06af\u0631 \u062a\u06cc\u0631\u0645 \u0632\u0646\u062f \u0645\u0646\u062a \u067e\u0630\u06cc\u0631\u0645"}, "1" : {"m1" : "\u06a9\u0645\u0627\u0646 \u... | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"},... | {"name" : "SwiftShip", "version" : "0.1.0", "summary" : "A toolbelt for interacting with shipping APIs.", "description" : "Make interacting with shipping APIs (USPS, UPS, FedEx) easier by provding simple methods\nfor calculating shipping rates.", "homepage" : "https://github.com/aarons22/SwiftShip", "license" : {"type"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"person2": {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "string"}}}, "required": ["features"]}, "person1": {"type": "object", "properties": {"features": {"type": "array", "items": ... | {"person2" : {"features" : ["features/person2_0_frame_0_idx_0.tensor", "features/person2_1_frame_0_idx_0.tensor"]}, "person1" : {"features" : ["features/person1_1_frame_0_idx_0.tensor", "features/person1_0_frame_0_idx_0.tensor"]}, "person3" : {"features" : ["features/person3_0_frame_0_idx_0.tensor"]}} | json_instruct | {"type": "object", "properties": {"person2": {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "string"}}}, "required": ["features"]}, "person1": {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "string"}}}, "required": ["features"]}, "person3": {"type": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "string"}}, "files": {"type": "object", "properties": {"solution": {"type": "array", "items": {"type": "string"}}, "... | {"authors" : ["verdammelt"], "contributors" : ["dnmfarrell"], "files" : {"solution" : ["allergies.lisp"], "test" : ["allergies-test.lisp"], "example" : [".meta/example.lisp"]}, "blurb" : "Given a person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.", "sour... | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "string"}}, "files": {"type": "object", "properties": {"solution": {"type": "array", "items": {"type": "string"}}, "test": {"type": "array", "items": {"type": "string"}}, "exa... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"... | {"name" : "gatsby-plugin-owa", "version" : "1.1.1", "description" : "Gatsby plugin to add Open Web Analytics (OWA) javascript tracker", "main" : "index.js", "repository" : "github:sigvei/gatsby-plugin-owa", "author" : "Sigve Indregard <sigve.indregard@pm.me>", "license" : "MIT", "scripts" : {"build" : "babel src --out-... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "strin... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"transparency.js": {"type": "string"}, "transparency.min.js": {"type": "string"}}, "required": ["transparency.js", "transparency.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"transparency.js" : "sha512-wo0b9d1UPHdD5VapUh/o7YEQKaQkYO9KcTXsJruwl72Yp4hr5aHC8ItAfjyxCtZf3SVa/IyHis32fajTxPeQVQ==", "transparency.min.js" : "sha512-lU1RLhdHLM2eyH3Hzy7FqQCQ5fOwmW3FKUJAywpuxNNxx8pKGZNLvi35BykbXirNzRK0Vzqx0o8R82HCEs96/g=="} | json_instruct | {"type": "object", "properties": {"transparency.js": {"type": "string"}, "transparency.min.js": {"type": "string"}}, "required": ["transparency.js", "transparency.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"webtorrent.min.js": {"type": "string"}}, "required": ["webtorrent.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"webtorrent.min.js" : "sha512-dnAx4QN3WfEmEN/aGyqhTdplsmsD9l2OIBFQbjoZ4kniGexxaRROnUoZeIPbJMstSuEiP99rIee6vs72hLCEsg=="} | json_instruct | {"type": "object", "properties": {"webtorrent.min.js": {"type": "string"}}, "required": ["webtorrent.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["createautomated:lapis_ore_piece", "createautomated:iron_ore_piece", "createautomated:zinc_ore_piece", "createautomated:gold_ore_piece", "createautomated:copper_ore_piece", "createautomated:cinder_flour_ore_piece"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"rooms": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "floor": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "floor", "name"]}}}, "required": ["rooms"], "$schema":... | {"rooms" : [{"id" : "6", "floor" : "", "name" : "Auditorium"}, {"id" : "2", "floor" : "", "name" : "Room 1"}, {"id" : "3", "floor" : "", "name" : "Room 2"}, {"id" : "4", "floor" : "", "name" : "Room 3"}, {"id" : "5", "floor" : "", "name" : "Room 4"}, {"id" : "7", "floor" : "Skills Matter, 116-120 Goswell Road London, E... | json_instruct | {"type": "object", "properties": {"rooms": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "floor": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "floor", "name"]}}}, "required": ["rooms"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [0.0, 0.0, 0.0, 4.0, 0.0, 1.0, 2.0, 0.0, 1.0, 4.0] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severit... | {"schema_version" : "1.2.0", "id" : "GHSA-4r59-w36x-w685", "modified" : "2022-05-02T00:01:44Z", "published" : "2022-05-02T00:01:44Z", "aliases" : ["CVE-2008-3610"], "details" : "Race condition in Login Window in Apple Mac OS X 10.5 through 10.5.4, when a blank-password account is enabled, allows attackers to bypass pas... | 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": {}}, "affected": {"type": "a... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"exclude": {"type": "array", "items": {"type": "string"}}, "extends": {"type": "string"}}, "required": ["exclude", "extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"exclude" : ["**/*spec.ts", "dist", "frontend", "next-env.d.ts", "node_modules", "public", "test", "gui", "out"], "extends" : "./tsconfig.json"} | json_instruct | {"type": "object", "properties": {"exclude": {"type": "array", "items": {"type": "string"}}, "extends": {"type": "string"}}, "required": ["exclude", "extends"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "completeInEnglish": {"type": "string"}, "issueTypeLabel": {"type": "string"}, "issueSourceLabel": {"type": "string"}, "vscode": {"type": "string"}, "extension": {"... | {"" : ["--------------------------------------------------------------------------------------------", "Copyright (c) Microsoft Corporation. All rights reserved.", "Licensed under the MIT License. See License.txt in the project root for license information.", "-----------------------------------------------------------... | json_instruct | {"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "completeInEnglish": {"type": "string"}, "issueTypeLabel": {"type": "string"}, "issueSourceLabel": {"type": "string"}, "vscode": {"type": "string"}, "extension": {"type": "string"}, "disableExtensionsLabelText": {"type": "string"}, "d... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"make:osx": {"type": "string"}, "make:win": {"typ... | {"name" : "electron-prebuilt-safe", "version" : "0.36.7", "description" : "Prebuilt electron binaries without dodgy ffmpeg things", "main" : "index.js", "scripts" : {"make:osx" : "node index.js", "make:win" : "node index.js --arch=x64", "make:win32" : "node index.js --arch=ia32", "test" : "echo \"Error: no test specifi... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"make:osx": {"type": "string"}, "make:win": {"type": "string"}, "make:win32": {"type": "string"}, "test": {"type": "str... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"performanceInstanceRecord": {"type": "object", "properties": {"contactCenterPositionUtilization": {"type": "string"}, "contactCenterServiceStatistics": {"type": "object", "properties": {"contactCenterServiceStatisticInterpreta... | {"performanceInstanceRecord" : {"contactCenterPositionUtilization" : "contactCenterPositionUtilization", "contactCenterServiceStatistics" : {"contactCenterServiceStatisticInterpretation" : "contactCenterServiceStatisticInterpretation", "contactCenterServiceStatisticRecommendation" : "contactCenterServiceStatisticRecomm... | json_instruct | {"type": "object", "properties": {"performanceInstanceRecord": {"type": "object", "properties": {"contactCenterPositionUtilization": {"type": "string"}, "contactCenterServiceStatistics": {"type": "object", "properties": {"contactCenterServiceStatisticInterpretation": {"type": "string"}, "contactCenterServiceStatisticRe... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "stri... | {"name" : "server-nodejs", "version" : "1.0.0", "description" : "webrtc demo server by nodejs", "main" : "main.ts", "scripts" : {"test" : "null", "dev" : "nodemon --ext js,ts --exec 'ts-node main.ts'"}, "author" : "zhouxhere", "license" : "MIT", "dependencies" : {"@types/express" : "^4.17.13", "express" : "^4.17.1", "s... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "dev"]}, "author": {"type": "string"}, "li... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "ha... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [204.945, 136.507, 0.895814, 204.954, 153.136, 0.889616, 191.238, 158.939, 0.884573, 186.377, 183.448, 0.815992, 189.267, 206.926, 0.786419, 216.707, 151.159, 0.887496, 231.397, 167.714, 0.905638, 231.361, 184.393, 0.900615, 200.061, 200.08, 0.860314, 221.542, 238.16... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "530702004001", "text" : "\u9f99\u6cc9\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "530702004002", "text" : "\u9ec4\u5c71\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "530702004003", "text" : "\u4e2d\u6d4e\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "530702004004", "text" : "\u5f00\u6587\u793e\u533a\u5c45\u59d4\u4f1a"},... | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"model": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "deprecated": {"type": "boolean"}, "label": {"... | {"model" : {"kind" : "model", "name" : "templateBeanFactory", "title" : "Template Bean Factory", "description" : "A route template bean factory (local bean)", "deprecated" : false, "label" : "configuration", "javaType" : "org.apache.camel.model.RouteTemplateBeanFactoryDefinition", "input" : false, "output" : false}, "p... | json_instruct | {"type": "object", "properties": {"model": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "deprecated": {"type": "boolean"}, "label": {"type": "string"}, "javaType": {"type": "string"}, "input": {"type": "boolean"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"comment": {"type": "string"}, "ignore": {"type": "string"}, "package": {"type": "array", "items": {"type": "object", "properties": {"checksumSHA1": {"type": "string"}, "path": {"type": "string"}, "revision": ... | {"comment" : "", "ignore" : "test", "package" : [{"checksumSHA1" : "72kPPbr/2hNc4K+/ax6qDQJeXrI=", "path" : "github.com/go-chi/chi", "revision" : "05458a106b818450cc46ce81491a6ed006f7657b", "revisionTime" : "2017-12-07T23:45:15Z"}, {"checksumSHA1" : "oozAtDM7zyQcNmoi1MF0HNECXBk=", "path" : "github.com/gorilla/websocket... | json_instruct | {"type": "object", "properties": {"comment": {"type": "string"}, "ignore": {"type": "string"}, "package": {"type": "array", "items": {"type": "object", "properties": {"checksumSHA1": {"type": "string"}, "path": {"type": "string"}, "revision": {"type": "string"}, "revisionTime": {"type": "string"}}, "required": ["checks... |
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" : ["Heat oven to 450 degrees F. Spray 10 1/2-inch cast iron skillet with no-stick cooking spray. Place in oven to heat. Beat egg in large bowl. Add remaining cornbread ingredients; mix well. Pour into hot skillet. Bake 20 to 25 minutes. Cool cornbread; crumble to make 6 cups; set aside. Reduce heat to 425... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "value": {"type": "integer"}}, "required": ["uuid", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"uuid" : "7fe76779-7cf3-4689-b059-2fe4754dddd0", "value" : 49}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "value": {"type": "integer"}}, "required": ["uuid", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"_+tvmKa3YEOqWGKKXzwjtaw": {"type": "object", "properties": {"additionalCredentialsWarning": {"type": "object", "properties": {"comment": {"type": "string"}, "value": {"type": "string"}}, "required": ["comment", "value"]}, "servi... | {"_+tvmKa3YEOqWGKKXzwjtaw" : {"additionalCredentialsWarning" : {"comment" : "[Tag:ODSP-SPPPLAT-SPHttp] Message to show the end user when additional credentials are required to access restricted information.", "value" : "To view the information on this page, you need to verify your identity."}, "servicePrincipalNotAvali... | json_instruct | {"type": "object", "properties": {"_+tvmKa3YEOqWGKKXzwjtaw": {"type": "object", "properties": {"additionalCredentialsWarning": {"type": "object", "properties": {"comment": {"type": "string"}, "value": {"type": "string"}}, "required": ["comment", "value"]}, "servicePrincipalNotAvaliableError": {"type": "object", "proper... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text"... | {"author" : "Edmund Waller", "classification" : "Rhymed Stanza", "keywords" : ["Time", "Brevity", "Relationships", "Living", "Love", "Separation", "Divorce", "Infatuation", "Crushes", "Break-ups", "Vexed Love", "Realistic", "Complicated"], "period" : "17th Century", "reference" : "http://www.poetryfoundation.org/poem/1... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema... | [{"class_name" : "artifact", "bbox" : "101 363 116 392", "used" : true}, {"class_name" : "blur", "bbox" : "104 14 427 386", "used" : true}, {"class_name" : "contrast", "bbox" : "148 16 380 219", "used" : true}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$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" : [[[-122.579061, 45.52045], [-122.579038, 45.533747], [-122.571448, 45.531881], [-122.564742, 45.533234], [-122.56874, 45.531211], [-122.566079, 45.530267], [-122.568609, 45.529866], [-122.56865, 45.526347], [-122.566773, 45.... | 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": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "prop... | {"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "CAPINZAL", "Description" : "CAPINZAL / SC"}, "geometry" : {"type" : "LineString", "coordinates" : [[-51.55377668254783, -27.400339797143886], ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "ob... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"text": {"type": "string"}, "image": {"type": "string"}}, "required": ["text", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : " O F TACITUS. 115 LXII. The new-emperor and his presented a striking contrast: thei burneis with impatience, mnr~\"witkvone voice demanded to be. led against t! enemy.\" It was time/1 they said,\" to ft push on the war with vigour, while the** two Gauls are in commotion, and <span class=\"place\" data-place-... | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "image": {"type": "string"}}, "required": ["text", "image"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object... | {"name" : "camp2016-email-template", "version" : "1.0.0", "description" : "", "main" : "gulpfile.js", "dependencies" : {}, "devDependencies" : {"browser-sync" : "^2.13.0", "gulp" : "^3.9.1", "gulp-htmlmin" : "^2.0.0", "gulp-inline-css" : "^3.1.0", "gulp-rename" : "^1.2.2"}, "scripts" : {"start" : "pnpm i; ./node_module... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"browser-sync": {"type": "string"}, "gulp... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "... | {"slug" : "chooseleads", "relevant-countries" : ["gb"], "categories" : ["addresses"], "name" : "ChooseLeads Ltd.", "address" : "Unit 82\nBasepoint Business Centre\nRivermead Drive, Westlea\nSwindon\nSN5 7EX\nUnited Kingdom", "phone" : "+44 1793 60 88 34", "email" : "info@chooseleads.co.uk", "web" : "https://chooseleads... | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "web": {"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "apiChineseName": {"type": "string"}, "description": {"type": "string"}, "requestParams": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "st... | {"name" : "taobao.qimen.storeitem.query", "apiChineseName" : "\u95e8\u5e97\u5173\u8054\u5546\u54c1\u67e5\u8be2\u63a5\u53e3", "description" : "\u5546\u5bb6\u5728ERP\u7b49\u7cfb\u7edf\u4e2d\u8c03\u7528\u8be5\u63a5\u53e3\uff0c\u67e5\u8be2\u67d0\u95e8\u5e97\u6240\u5173\u8054\u7684\u7ebf\u4e0a\u5546\u54c1\u5217\u8868", "req... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "apiChineseName": {"type": "string"}, "description": {"type": "string"}, "requestParams": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["n... |
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"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies"... | {"name" : "db-manger", "version" : "1.0.0", "description" : "Web db manager", "main" : "gulp.js", "dependencies" : {}, "devDependencies" : {"gulp" : "^3.8.11", "gulp-changed" : "^1.2.1", "gulp-concat" : "^2.5.2", "gulp-merge" : "^0.1.1", "gulp-minify-css" : "^1.0.0", "gulp-removelogs" : "^0.1.0", "gulp-rename" : "^1.2.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-changed... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}},... | {"id" : 32604, "children" : [{"id" : 43707, "name" : "War on Poverty -- and jobs"}, {"id" : 43421, "name" : "War on Poverty -- and Vietnam War"}, {"id" : 43702, "name" : "War on Poverty -- as Black-specific project"}, {"id" : 43701, "name" : "War on Poverty -- assimilation of"}, {"id" : 43703, "name" : "War on Poverty ... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ja318:2.5": {"type": "string"}, "ja318:3.3": {"type": "string"}, "ja318:4.1": {"type": "string"}}, "required": ["ja318:2.5", "ja318:3.3", "ja318:4.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ja318:2.5" : "k\u0101lakat\u0101 \u2192 k\u0101la\u1e45kat\u0101 (mr)", "ja318:3.3" : "Ekabhattikin\u012b \u2192 ekabhatt\u0101 kira (bj, sya1ed, sya2ed); ekabhattakin\u012b (pts-vp-pli1)", "ja318:4.1" : "Asanthuta\u1e41 ma\u1e41 cirasanthutena \u2192 asandhata\u1e41 ma\u1e41 cirasandhatena (mr)"} | json_instruct | {"type": "object", "properties": {"ja318:2.5": {"type": "string"}, "ja318:3.3": {"type": "string"}, "ja318:4.1": {"type": "string"}}, "required": ["ja318:2.5", "ja318:3.3", "ja318:4.1"], "$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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"typ... | {"name" : "react-character-counter", "version" : "1.0.1", "description" : "A React Wrapper Component to display character counts against controllered input elements", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "./node_modules/.bin/babel src --out-file index.js"},... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "repository": {"type": "objec... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "export": {"type": "string"}}, "required": ["dev", "build"... | {"name" : "codotype-cli-next-app", "scripts" : {"dev" : "next", "build" : "next build", "start" : "next start", "export" : "next export"}, "version" : "0.1.0", "description" : "A web project for running a Codotype plugin", "author" : "Alexander Schwartzberg", "license" : "MIT", "dependencies" : {"@codotype/ui" : "^0.8.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "export": {"type": "string"}}, "required": ["dev", "build", "start", "export"]}, "version": {"type": "string"}, "description": {... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "str... | {"type" : "Feature", "properties" : {"name" : "West Macedonia Region", "iso2" : "GR-C", "admin_level" : 5, "osm_id" : 956701, "wikidata_id" : "Q165408", "wikipedia_id" : "el:\u03a0\u03b5\u03c1\u03b9\u03c6\u03ad\u03c1\u03b5\u03b9\u03b1 \u0394\u03c5\u03c4\u03b9\u03ba\u03ae\u03c2 \u039c\u03b1\u03ba\u03b5\u03b4\u03bf\u03bd... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"slices": {"type": "object", "properties": {"BannerSlice": {"type": "object", "properties": {}, "required": []}, "FullWidthImage": {"type": "object", "properties": {}, "required": []}, "ImageGallery": {"type": "object", "proper... | {"slices" : {"BannerSlice" : {}, "FullWidthImage" : {}, "ImageGallery" : {}, "FeaturedImage" : {}, "TextSlice" : {}, "Quote" : {}, "FunWithDates" : {}, "TopBanner" : {}, "Links" : {"default-slice" : {"primary" : {}}}, "DropdownHeader" : {}, "DropdownRow" : {}}, "_cts" : {"page" : {}, "home-page" : {}, "header-dropdowns... | json_instruct | {"type": "object", "properties": {"slices": {"type": "object", "properties": {"BannerSlice": {"type": "object", "properties": {}, "required": []}, "FullWidthImage": {"type": "object", "properties": {}, "required": []}, "ImageGallery": {"type": "object", "properties": {}, "required": []}, "FeaturedImage": {"type": "obje... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"80911": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["80911"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"80911" : {"success" : false}} | json_instruct | {"type": "object", "properties": {"80911": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["80911"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "eslintConfig": {"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"]}, "devDependencies... | {"name" : "jask-web-app", "version" : "0.1.0", "private" : true, "eslintConfig" : {"extends" : "codogo"}, "devDependencies" : {"codogo-react-scripts" : "1.0.14-delta.84"}, "dependencies" : {"autobind-decorator" : "^2.1.0", "jask-core" : "^0.1.3", "ramda" : "^0.25.0", "react" : "^16.2.0", "react-dom" : "^16.2.0", "react... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "eslintConfig": {"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"]}, "devDependencies": {"type": "object", "properties": {"codogo-react-scripts": {"type": "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/... | [{"package" : "bloomfiltertrie", "downloads" : 5900, "count" : 5070}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "strin... | [{"namaKab" : "SIDOARJO", "originalFilename" : "FOTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 11105, "noUrut" : 1, "nama" : "ANDRI DWI NOVIANTORO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SIDOARJO", "originalFilename" : "YAHMAN.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 11110, "noUrut" : 2,... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"new_version" : "2.44"} | json_instruct | {"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "created_by_ref": {"typ... | {"type" : "bundle", "id" : "bundle--0a94924e-caad-457e-b0c0-222f68d8b16f", "spec_version" : "2.0", "objects" : [{"id" : "relationship--8b0e9de1-a7b0-479e-aee7-76f2549508c6", "created_by_ref" : "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5", "description" : "[BLACKCOFFEE](https://attack.mitre.org/software/S0069) uses ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "created_by_ref": {"type": "string"}, "description": {"type": "string"}, "object_marking_refs": {"... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["The", "rain", "is", "fallin", "'", "and", "the", "weather", "is", "cold"], ["Do", "n't", "know", "which", "way", "to", "go", "but", "I", "continue", "to", "roll"], ["The", "rainfall", "is", "really", "takin", "'", "a", "toll"], ["On", "my", "mind", "and", "my", "body", "and", "on", "my", "spirit", "and", "soul"], ["... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type"... | {"name" : "zhongtuo", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node ./bin/www"}, "author" : "", "license" : "ISC", "dependencies" : {"body-parser" : "^1.15.2", "browser-sync" : "^2.14.0", "connect-mongodb" : "^1.1.5", "... | 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"}}, "required": ["test", "start"]}, "author": {"type": "string"},... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "cable_id": {"type": "integer"}, "landing_points": {"type": "array", "items": {"type": "object", "properties": {"landing_point_id": {"type": "integer"}, "i... | {"id" : "far-east-submarine-cable-system", "name" : "Far East Submarine Cable System", "cable_id" : 1825, "landing_points" : [{"landing_point_id" : 15833, "id" : "okha-russia", "name" : "Okha, Russia", "latlon" : "53.577548,142.942443", "url" : "#/landing-point/okha-russia"}, {"landing_point_id" : 15834, "id" : "ola-ru... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "cable_id": {"type": "integer"}, "landing_points": {"type": "array", "items": {"type": "object", "properties": {"landing_point_id": {"type": "integer"}, "id": {"type": "string"}, "name": {"type": "string"}, "latlon": {"type": "strin... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": ... | {"name" : "Marktschule St\u00e4dt. Gem. Grundschule Beuel", "id" : "NRW-111363", "address" : "Marktstr. 47, 53229 Bonn", "school_type" : "Grundschule", "fax" : "", "phone" : "0228 948620", "website" : "", "email" : " 111363@schule.nrw.de ", "state" : "NRW", "programs" : {"programs" : []}, "full_time_school" : false, ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "menu": {"type": "array", "items": {}}, "ordering": {"type": "string"}, "version": {"type": "string"}... | {"config" : {"title" : "Rn Docz Play", "description" : "My awesome app using docz", "menu" : [], "ordering" : "descending", "version" : "0.0.1", "repository" : null, "native" : true, "codeSandbox" : true, "themeConfig" : {}}, "entries" : {"src/button.mdx" : {"name" : "Button", "id" : "8f5789ed061427117979d8e0b65d5dbe",... | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "menu": {"type": "array", "items": {}}, "ordering": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "null"}, "native": {"type": "boolean"}, "codeSandbox... |
Please provide a valid JSON object following this schema:
{"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": {"... | {"id" : 15881, "source" : "parry", "verse_id" : 18819, "verse_count" : 1, "reference" : "59:18", "title" : "", "html" : " <i>According to their deeds…he will repay.</i> The Lord, who is perfectly just, will bring the wrath of his judgments against those who deserve them.</p> <p><i>fury to his adversaries/recompe... | 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": "null"}}, "required": ["id", "source", "verse_id", "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}},... | {"n_dim" : 13, "n_trials" : 340, "objective" : "markowitz_realized_on_cube", "white" : "platypus_moead", "black" : "optuna_random", "traceback" : ["passing", "Black took 341 function evals when instructed to use 341"], "best_val" : [1.2500001794200841, 2.6867070264807977], "best_x" : [[0.006482961794590181, 0.008326231... | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["pretrainedmodels"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"dialogue": {"type": "array", "items": {"type": "object", "properties": {"speed": {"type": "number"}, "portrait": {"type": "string"}, "boxState": {"type": "string"}, "expression": {"type": "string"}, "text": {"type": "string"}}... | {"dialogue" : [{"speed" : 0.05, "portrait" : "gf", "boxState" : "normal", "expression" : "confused", "text" : "Wait, hold on. There's an incoming phone call fromDave"}, {"speed" : 0.05, "portrait" : "gf", "boxState" : "normal", "expression" : "shocked", "text" : "This isn't good then.."}, {"speed" : 0.05, "portrait" : ... | json_instruct | {"type": "object", "properties": {"dialogue": {"type": "array", "items": {"type": "object", "properties": {"speed": {"type": "number"}, "portrait": {"type": "string"}, "boxState": {"type": "string"}, "expression": {"type": "string"}, "text": {"type": "string"}}, "required": ["speed", "portrait", "boxState", "expression... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"900633865": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900633866": {"type": "object", "properties":... | {"900633865" : {"nama" : "TPS 1", "dapil" : [5201, 15206, 2520601]}, "900633866" : {"nama" : "TPS 2", "dapil" : [5201, 15206, 2520601]}, "900633867" : {"nama" : "TPS 3", "dapil" : [5201, 15206, 2520601]}, "900633868" : {"nama" : "TPS 4", "dapil" : [5201, 15206, 2520601]}} | json_instruct | {"type": "object", "properties": {"900633865": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900633866": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Create a JSON structure that matches this schema definition:
{"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"},... | [{"results" : [{"tech" : 1, "pts" : 131, "connections" : 182357, "capacity" : 12432069, "investments" : 62068258}, {"tech" : 4, "pts" : 1129, "connections" : 86655, "capacity" : 11173857, "investments" : 26594131}]}] | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "required": ["@angu... | {"name" : "angular-translate-numbers", "version" : "0.0.3", "peerDependencies" : {"@angular/common" : "^13.2.0", "@angular/core" : "^13.2.0"}, "keywords" : ["Angular", "Translate", "Numbers", "Arabic", "Dynamic", "Digits", "Gujarati ", "Gurmukhi ", "Bengali ", "Assamese ", "Kannada ", "Odia ", "Malayalam ", "Telugu ", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "required": ["@angular/common", "@angular/core"]}, "keywords": {"type": "array", "items": {"type... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "strin... | {"id" : 20005, "children" : [{"id" : 22631, "name" : "Madison, James -- and Bill of Rights"}, {"id" : 22632, "name" : "Madison, James -- and citizenship"}, {"id" : 22633, "name" : "Madison, James -- and foreign policy"}, {"id" : 22634, "name" : "Madison, James -- and fraternal unity"}, {"id" : 20008, "name" : "Madison,... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "rate": {"type": "number"}, "unit": {"type": "string"}, "type": {"type": "string"}, "lastAnnotation": {"type": "integer"}}, "required": ["name"... | {"name" : "channel-1", "start" : 1000, "end" : 6000, "rate" : 1000.0, "unit" : "uV", "type" : "CONTINUOUS", "lastAnnotation" : 0} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "rate": {"type": "number"}, "unit": {"type": "string"}, "type": {"type": "string"}, "lastAnnotation": {"type": "integer"}}, "required": ["name", "start", "end", "rate", "unit", "type", "lastAnnotation... |
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"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scrip... | {"name" : "aws-extend-switch-roles", "version" : "0.6.1", "description" : "Extend your AWS IAM switching roles by Chrome extension", "main" : "index.js", "directories" : {"test" : "test"}, "scripts" : {"archive" : "./bin/build.sh; ./bin/archive.sh", "build" : "./bin/build.sh", "test" : "karma start", "ci" : "karma star... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"archive": {"type"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"9322e883-5305-4086-a2e9-b2ee90d95325": {"type": "integer"}, "e5c10f7e-61e9-485d-8... | {"configuration" : ["POSTCONVERTWEBP", "UPSCALINGALGORITHM", "ENABLEPNGCRUSH"], "regionsToProcessedPerformance" : {"9322e883-5305-4086-a2e9-b2ee90d95325" : -7598, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52" : 44758000918, "dd633998-ffd1-45a9-8f5a-75a618ff5ca7" : -6020, "081c8632-590b-45cd-8fb8-54355461d1d8" : 1745341394, "f... | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"9322e883-5305-4086-a2e9-b2ee90d95325": {"type": "integer"}, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52": {"type": "integer"}, "dd633998-ffd1-45a9-8f5a-75a618f... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"longProperty": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["longProperty"]}}, ... | {"type" : "object", "properties" : {"longProperty" : {"type" : "integer"}}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"longProperty": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["longProperty"]}}, "required": ["type", "properties"], "$schema": "http://json-schema.org/draf... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schem... | {"id" : "http://data.doremus.org/performance/968996e0-8d22-3770-a93a-c97f5ae1c79e", "expression" : [{"id" : "http://data.doremus.org/expression/54661917-3b59-368d-80cb-0730f8a65e11"}, {"id" : "http://data.doremus.org/expression/5da0234a-6d88-343c-9a64-a5757ab85d2c"}, {"id" : "http://data.doremus.org/expression/ec45c181... | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"... | {"id" : "0xfcf9d52355f764eee31713360e216269ba57927e1f7b1cd11e21c2c0fe21fca1", "title" : "Sorry this is a test", "body" : "yes", "choices" : ["yes", "yes"], "start" : 1636344000, "end" : 1636430400, "snapshot" : "13574633", "state" : "closed", "author" : "0x1B3dfF537b7d46A0d30B1D20b101c483586747AA", "space" : {"id" : "x... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "strin... |
Using the following JSON schema, generate a compatible 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": "ob... | {"hash" : "0x4e07d2ac439bc948dfa5605ecff16a28a3a16a0ae047186c5b18d60101f9462a", "parentHash" : "0x2e50b58684f11a5afdc57c9cdf4bdc2b8c2f57e98657c63d1a3e98f57cc0e491", "number" : 16007, "timestamp" : 1438423225, "nonce" : "0xdc1e60933fc12d68", "difficulty" : 873914650748, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_h... | 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 a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"7313": {"type": "string"}, "7315": {"type": "string"}}, "required": ["7313", "7315"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"7313" : "7314", "7315" : "7316"} | json_instruct | {"type": "object", "properties": {"7313": {"type": "string"}, "7315": {"type": "string"}}, "required": ["7313", "7315"], "$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": {"start": {"type": "string"}}, "required": ["start"]}, "re... | {"name" : "bkash-payment", "version" : "0.0.1", "description" : "Bkash payment api integration", "main" : "app.js", "scripts" : {"start" : "nodemon app.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/bilashcse/bKash-payment.git"}, "keywords" : ["bkash"], "author" : "Bilash", "license" : "MIT", "bu... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"doofinder.css": {"type": "string"}, "doofinder.js": {"type": "string"}, "doofinder.min.css": {"type": "string"}, "doofinder.min.js": {"type": "string"}}, "required": ["doofinder.css", "doofinder.js", "doofinder.min... | {"doofinder.css" : "sha256-m7fQBbTQB6mwEl338dOO2f5nrX2vfrOGhyHmnuKguFU=", "doofinder.js" : "sha256-uBkVpXDBLpdc2uqR+zuAf3ut4NcRkmN9NQfCPCpsM3s=", "doofinder.min.css" : "sha256-0QMImSNseo+uv7SNG0n5JTByTtCtiZjm58uZW0m5hvg=", "doofinder.min.js" : "sha256-32sfFdBB1xOSwDZaEA7jM0iz4ttZViTSNJcb22gxN98="} | json_instruct | {"type": "object", "properties": {"doofinder.css": {"type": "string"}, "doofinder.js": {"type": "string"}, "doofinder.min.css": {"type": "string"}, "doofinder.min.js": {"type": "string"}}, "required": ["doofinder.css", "doofinder.js", "doofinder.min.css", "doofinder.min.js"], "$schema": "http://json-schema.org/draft-07... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Firefox", "value" : 45.0}, {"name" : "IE", "value" : 26.8}, {"name" : "Chrome", "value" : 12.8}, {"name" : "Safari", "value" : 8.5}, {"name" : "Opera", "value" : 6.2}, {"name" : "Others", "value" : 0.7}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "dec... | {"name" : "Unblocked Ledger Token", "symbol" : "ULT", "address" : "0x09617F6fD6cF8A71278ec86e23bBab29C04353a7", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.o... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test... | {"name" : "addons-gulp", "version" : "1.0.0", "description" : "fastadmin addons gulp", "main" : "index.js", "scripts" : {"test" : "npm test"}, "author" : "litemelon", "license" : "ISC", "devDependencies" : {"browser-sync" : "^2.26.7", "gulp" : "^3.9.1", "gulp-connect-php" : "^1.0.3", "gulp-less" : "^3.5.0", "gulp-load-... | 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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDe... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.