input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"latestUrl": {"type": "string"}}, "required": ["latestUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latestUrl" : "https://storage.googleapis.com/workbox-cdn/releases/3.0.0-alpha.17"}
json_instruct
{"type": "object", "properties": {"latestUrl": {"type": "string"}}, "required": ["latestUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "7503050001", "nama" : "LIBUO"}, {"id" : "7503050002", "nama" : "PENTADU"}, {"id" : "7503050003", "nama" : "SIDUAN"}, {"id" : "7503050004", "nama" : "BUNUYO"}, {"id" : "7503050005", "nama" : "SIPAYO"}, {"id" : "7503050006", "nama" : "SOGINTI"}, {"id" : "7503050010", "nama" : "MALEO"}, {"id" : "7503050011", "na...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
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" : [[[-89.264146, 37.083731], [-89.261412, 37.088058], [-89.254594, 37.093672], [-89.252387, 37.099638], [-89.24882, 37.098765], [-89.248483, 37.099921], [-89.244351, 37.100777], [-89.242161, 37.09492], [-89.24107, 37.094878], ...
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": {"activeViewId": {"type": "string"}, "appPageId": {"type": "string"}, "id": {"type": "string"}, "label": {"type": "string"}, "pageAccess": {"type": "string"}, "routeType": {"type": "string"}, "type": {"type": "string"}, "urlPref...
{"activeViewId" : "2fc89c7d-4109-4390-855c-d5eb271b09f6", "appPageId" : "aa01fd5c-7326-4b5e-9b1a-4821ffc1260e", "id" : "36cbab91-6063-4bfa-bb78-f13a674dd5e0", "label" : "Error", "pageAccess" : "UseParent", "routeType" : "error", "type" : "route", "urlPrefix" : "error"}
json_instruct
{"type": "object", "properties": {"activeViewId": {"type": "string"}, "appPageId": {"type": "string"}, "id": {"type": "string"}, "label": {"type": "string"}, "pageAccess": {"type": "string"}, "routeType": {"type": "string"}, "type": {"type": "string"}, "urlPrefix": {"type": "string"}}, "required": ["activeViewId", "app...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"outFile": {"type": "string"}}, "required": ["outFile"]}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "...
{"extends" : "../tsconfig-botland", "compilerOptions" : {"outFile" : "../../build/lib/lib1.js"}, "include" : ["**/*.ts"]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"outFile": {"type": "string"}}, "required": ["outFile"]}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "include"], "$schema": "http://json-schem...
Construct a JSON document that adheres to this schema specification: {"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" : "0x3f5d43454b31c8cef1dfcbf722fc66dea3cf5196", "tool" : "osiris", "start" : 1564607096.315109, "end" : 1564607098.8075554, "duration" : 2.4924464225769043, "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": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "config": {"type": "object", "properties": {"bin-dir": {"type": "string"}}, "required": ["bin-dir"]}, "license": {"type"...
{"name" : "triple-i/qoasc", "description" : " ", "keywords" : [], "config" : {"bin-dir" : "bin"}, "license" : "BSD-3-Clause", "autoload" : {"psr-4" : {"TripleI\\Qoasc\\" : "src/"}}, "require" : {"app2641/aws-client-manager" : "*", "aws/aws-sdk-php" : "2.*", "satooshi/php-coveralls" : "*"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "config": {"type": "object", "properties": {"bin-dir": {"type": "string"}}, "required": ["bin-dir"]}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "versions": {"type": "object", "properties": {"0.4.0": {"type": "object", "properties": {"engines": {"type": "object", "properties"...
{"repository" : {"url" : "https://github.com/hello/world"}, "versions" : {"0.4.0" : {"engines" : {"atom" : "*"}}}}
json_instruct
{"type": "object", "properties": {"repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "versions": {"type": "object", "properties": {"0.4.0": {"type": "object", "properties": {"engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}}, "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"LOADING": {"type": "string"}, "UNPACKING": {"type": "string"}}, "required": ["LOADING", "UNPACKING"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"LOADING" : "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430", "UNPACKING" : "\u0420\u0430\u0441\u043f\u0430\u043a\u043e\u0432\u043a\u0430"}
json_instruct
{"type": "object", "properties": {"LOADING": {"type": "string"}, "UNPACKING": {"type": "string"}}, "required": ["LOADING", "UNPACKING"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"viewBox": {"type": "string"}, "font": {"type": "string"}, "code": {"type": "string"}, "ref": {"type": "string"}, "path": {"type": "string"}}, "required": ["viewBox", "font", "code", "ref", "path"], "$schema":...
{"viewBox" : "0 0 1664 1792", "font" : "font-awesome", "code" : "f2dc", "ref" : "uniF2DC", "path" : "M1566 1117l-167 33 186 107q23 13 29.5 38.5t-6.5 48.5q-14 23-39 29.5t-48-6.5l-186-106 55 160q13 38-12 63.5t-60.5 20.5q-35.5-5-48.5-42l-102-300-271-156v313l208 238q16 18 17 39t-11 36.5q-12 15.5-28.5 25t-37 5.5q-20.5-4-36....
json_instruct
{"type": "object", "properties": {"viewBox": {"type": "string"}, "font": {"type": "string"}, "code": {"type": "string"}, "ref": {"type": "string"}, "path": {"type": "string"}}, "required": ["viewBox", "font", "code", "ref", "path"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"...
{"web" : [{"value" : ["\u5c0f\u7684", "\u5c0f\u53f7", "\u5c0f\u5b57\u4f53\u6587\u672c"], "key" : "small"}, {"value" : ["\u5bd2\u55a7", "\u95f2\u804a", "\u5bd2\u6684"], "key" : "small talk"}, {"value" : ["\u83dc\u7c89\u8776", "\u83dc\u7c89\u8776", "\u7eb9\u767d\u8776"], "key" : "Small White"}], "query" : "small", "trans...
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCod...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["red", "green", "blue"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-122.845985, 38.483319], [-122.841807, 38.484522], [-122.834968, 38.481813], [-122.821664, 38.483682], [-122.815611, 38.484893], [-122.805178, 38.489403], [-122.791982, 38.491484], [-122.779509, 38.496284], [-122.772543, ...
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": {"subreddits": {"type": "array", "items": {"type": "string"}}}, "required": ["subreddits"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subreddits" : ["dankmemes", "memes", "wholesomememes", "2meirl4meirl", "memeeconomy", "wholesomememes", "hentai", "nsfw", "ass", "TheUnderbun", "booty", "SpreadEm", "HighResASS", "bdsm", "BDSMGW", "Boobies", "TittyDrop", "boobbounce", "boobs", "homegrowntits", "tits", "handbra", "PerfectTits", "ecchi", "FacialFun", "...
json_instruct
{"type": "object", "properties": {"subreddits": {"type": "array", "items": {"type": "string"}}}, "required": ["subreddits"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"lineId": {"type": "integer"}, "name": {"type": "string"}, "stations": {"type": "array", "items": {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}}, "requ...
{"lineId" : 99651, "name" : "\u8cb4\u5fd7\u5ddd\u7dda", "stations" : [{"stationId" : 9965101, "stationGroupId" : 1162635}, {"stationId" : 9965102, "stationGroupId" : 9965102}, {"stationId" : 9965103, "stationGroupId" : 9965103}, {"stationId" : 9965104, "stationGroupId" : 9965104}, {"stationId" : 9965105, "stationGroupI...
json_instruct
{"type": "object", "properties": {"lineId": {"type": "integer"}, "name": {"type": "string"}, "stations": {"type": "array", "items": {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}}, "required": ["stationId", "stationGroupId"]}}}, "required": ["lineId", "name", "...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1979, 8], [1981, 6], [1982, 8], [1984, 9], [1986, 8], [1988, 6], [1989, 5], [1990, 7], [1991, 15], [1992, 11], [1993, 8], [1995, 6], [1998, 6]]
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": {"uaa": {"type": "array", "items": {"type": "string"}}, "hana": {"type": "array", "items": {}}}, "required": ["uaa", "hana"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uaa" : ["uaa"], "hana" : []}
json_instruct
{"type": "object", "properties": {"uaa": {"type": "array", "items": {"type": "string"}}, "hana": {"type": "array", "items": {}}}, "required": ["uaa", "hana"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"341504001": {"type": "string"}, "341504002": {"type": "string"}, "341504102": {"type": "string"}, "341504103": {"type": "string"}, "341504104": {"type": "string"}, "341504200": {"type": "string"}}, "required": ...
{"341504001" : "\u53f2\u6cb3\u8857\u9053", "341504002" : "\u5e73\u5c97\u8857\u9053", "341504102" : "\u4e09\u5143\u9547", "341504103" : "\u6d2a\u96c6\u9547", "341504104" : "\u59da\u674e\u9547", "341504200" : "\u5b59\u5c97\u4e61"}
json_instruct
{"type": "object", "properties": {"341504001": {"type": "string"}, "341504002": {"type": "string"}, "341504102": {"type": "string"}, "341504103": {"type": "string"}, "341504104": {"type": "string"}, "341504200": {"type": "string"}}, "required": ["341504001", "341504002", "341504102", "341504103", "341504104", "34150420...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "e...
{"nom" : "Villers-Cotter\u00eats", "dpt" : "Aisne", "inscrits" : 7015, "abs" : 1808, "votants" : 5207, "blancs" : 84, "nuls" : 29, "exp" : 5094, "res" : [{"panneau" : "2", "voix" : 1745}, {"panneau" : "9", "voix" : 1016}, {"panneau" : "3", "voix" : 934}, {"panneau" : "11", "voix" : 730}, {"panneau" : "4", "voix" : 249}...
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"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word_size": {"type": "integer"}, "endian": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}}, "required": ["word_size", "endian", "aliases"], "$schema": "http://json-schema.org/draft-07/...
{"word_size" : 32, "endian" : "big", "aliases" : ["680x0", "68k"]}
json_instruct
{"type": "object", "properties": {"word_size": {"type": "integer"}, "endian": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}}, "required": ["word_size", "endian", "aliases"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"users" : 211, "id" : "BD-H"}, {"users" : 982, "id" : "BD-G"}, {"users" : 365, "id" : "BD-F"}, {"users" : 804, "id" : "BD-E"}, {"users" : 905, "id" : "BD-D"}, {"users" : 23995, "id" : "BD-C"}, {"users" : 1391, "id" : "BD-B"}, {"users" : 109, "id" : "BD-A"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "stri...
{"name" : "uibox-api", "version" : "1.0.0", "main" : "index.js", "author" : "Dany Boza", "license" : "MIT", "scripts" : {"dev" : "ts-node-dev src", "build" : "tsc", "start" : "npm run build && node dist"}, "engines" : {"node" : "14.x"}, "dependencies" : {"@types/cors" : "^2.8.12", "@types/express" : "^4.17.12", "@types...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "requir...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array"...
{"commentStamp" : "Casco 11/25/2018 08:54", "super" : "BootstrapComponentSkeleton", "category" : "Logikos-web", "classinstvars" : [], "pools" : [], "classvars" : [], "instvars" : ["name", "object"], "name" : "AHPAlternativeEditorComponent", "type" : "normal"}
json_instruct
{"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {"type": "strin...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"stackblur-es.js": {"type": "string"}, "stackblur-es.min.js": {"type": "string"}, "stackblur.js": {"type": "string"}, "stackblur.min.js": {"type": "string"}}, "required": ["stackblur-es.js", "stackblur-es.min.js", "stackblur.js...
{"stackblur-es.js" : "sha256-8BCfJwOs/y8L2z4BuaGUvZkB+c8tHr9V7JievM7kU5A=", "stackblur-es.min.js" : "sha256-hxCIANRrtsljTGQ7ayXSBYrvKYDTBszJE0JG65izJIE=", "stackblur.js" : "sha256-t3rT+EBgmFBBk3mBF9VFdi6Xgz491xbdKvgyXn7wJkM=", "stackblur.min.js" : "sha256-nRUPvbrKEiM62mRNq6+FpjPV22J2BN3Ea0kkOC7MDwU="}
json_instruct
{"type": "object", "properties": {"stackblur-es.js": {"type": "string"}, "stackblur-es.min.js": {"type": "string"}, "stackblur.js": {"type": "string"}, "stackblur.min.js": {"type": "string"}}, "required": ["stackblur-es.js", "stackblur-es.min.js", "stackblur.js", "stackblur.min.js"], "$schema": "http://json-schema.org/...
Construct a JSON document that adheres to this schema specification: {"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" : 1889775501, "name" : "\u6df1\u6c34\u70b8\u5f39", "dt" : 146767, "ar" : {"id" : 35122263, "name" : "COSTAN"}, "al" : {"id" : 135238069, "name" : "\u6821\u56ed\u8bf4\u5531\u6b4c\u624b", "picUrl" : "https://p2.music.126.net/ey_BIYJq82r17xyiL1dhnA==/109951166555691869.jpg"}}, {"id" : 1897850314, "name" : "MADE", "...
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 sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "stri...
{"URL" : "https://www.wired.com/1999/03/more-tech-backers-for-linux", "heading" : "more tech backers for linux", "subheading" : "red hat gets a new round of financing from ibm, compaq, and novell. communicator 4.51 hits the web.... linux os' debian gets an update.", "author" : "wired news report", "category" : "science...
json_instruct
{"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}, "text": {"type": "string"}}, "required": ["URL", "heading", "subheading...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"temp1": {"type": "number"}, "temp1_err": {"type": "number"}, "scale1": {"type": "number"}, "scale1_err": {"type": "number"}, "temp2": {"type": "number"}, "temp2_err": {"type": "number"}, "scale2": {"type": "number"}, "scale2_err...
{"temp1" : 12363.754794968694, "temp1_err" : 492.58704162382406, "scale1" : 6.856928823940724e+23, "scale1_err" : 7.953911231803242e+22, "temp2" : 2377.223696012686, "temp2_err" : 41.89903706564464, "scale2" : 8.433930054526793e+20, "scale2_err" : 5.30391740838858e+19, "extinction_av" : null, "extinction_rv" : null}
json_instruct
{"type": "object", "properties": {"temp1": {"type": "number"}, "temp1_err": {"type": "number"}, "scale1": {"type": "number"}, "scale1_err": {"type": "number"}, "temp2": {"type": "number"}, "temp2_err": {"type": "number"}, "scale2": {"type": "number"}, "scale2_err": {"type": "number"}, "extinction_av": {"type": "null"},...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "uuid": {"type": "string"}, "version": {"type": "integer"}}, "...
{"code" : "ORG_GEN", "description" : "Organisation der Institution", "label" : "Organisation der Institution", "language" : "DE", "type" : "Secondary", "uuid" : "d2023d89-44d1-11e9-a78c-0800277f0571", "version" : 1}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "uuid": {"type": "string"}, "version": {"type": "integer"}}, "required": ["code", "description", "label", "language", "type", "uuid", ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, ...
{"author" : {"id" : "t2_d2n4x", "name" : "miguelbm8"}, "date" : {"day" : 1527465600, "full" : 1527532372, "month" : 1525132800, "week" : 1527379200}, "id" : "t3_8ms9mh", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 134984, "fullUrl" : "https://preview.redd.it/zltptfqk2n011.png?auto=webp&s=26bd03f279c5cd86...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
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" : "Sainte-Marguerite-sur-Mer", "circ" : "6\u00e8me circonscription", "dpt" : "Seine-Maritime", "inscrits" : 401, "abs" : 188, "votants" : 213, "blancs" : 11, "nuls" : 9, "exp" : 193, "res" : [{"nuance" : "REM", "nom" : "M. Philippe DUFOUR", "voix" : 133}, {"nuance" : "COM", "nom" : "M. S\u00e9bastien JUMEL", "vo...
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"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "addons": {"type": "array", "items": {}}}, "required": ["name", "description", "repository", "addons"], "$schema": "http://json...
{"name" : "Utopian Manual Curation", "description" : "Tool for Utopian curators", "repository" : "https://github.com/eastmaels/utopian-manual-curation", "addons" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "addons": {"type": "array", "items": {}}}, "required": ["name", "description", "repository", "addons"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}, "postalCode": {"type": "string"}, "country": {"type": "string"}}, "required": ["name", "addressLines", "postalCode", "countr...
{"name" : "Coatbridge", "addressLines" : ["Unit 8", "Faraday Retail Park", "Coatbridge", "North Lanarkshire"], "postalCode" : "ML5 3SQ", "country" : "gb"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}, "postalCode": {"type": "string"}, "country": {"type": "string"}}, "required": ["name", "addressLines", "postalCode", "country"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "numb...
{"locationData" : {"relativeBoundingBox" : {"xmin" : 0.112096064, "width" : 0.07915611, "ymin" : 0.43453687, "height" : 0.140722}, "relativeKeypoints" : [{"y" : 0.5551547, "x" : 0.11716605}, {"y" : 0.47572124, "x" : 0.1863975}, {"y" : 0.45380512, "x" : 0.17527276}, {"y" : 0.44427046, "x" : 0.15992959}, {"y" : 0.4427431...
json_instruct
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeyp...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"imports": {"type": "array", "items": {"type": "string"}}}, "required": ["imports"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"imports" : ["./base/animations.json", "./base/borders.json", "./base/buttons.json", "./base/carousel-indicator-dots.json", "./base/colors.json", "./base/elevation.json", "./base/spacing.json", "./base/typography.json"]}
json_instruct
{"type": "object", "properties": {"imports": {"type": "array", "items": {"type": "string"}}}, "required": ["imports"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"aws-sdk.js" : "sha256-8cq2cQ9ub5IV3mtaDkqaVwMZXRtZ4y0YtgkJYs0EPXc=", "aws-sdk.min.js" : "sha256-LcYdT+e2sn/kQB39Qej+9gryxJGcKqhDtiJ10CssfT0="}
json_instruct
{"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"information": {"type": "object", "properties": {"author": {"type": "string"}, "date": {"type": "string"}, "name": {"type": "string"}, "website": {"type": "string"}, "category": {"type": "string"}, "icon": {"type":...
{"information" : {"author" : "e0", "date" : "2015/03/11", "name" : "\u597d\u4e50\u4e70", "website" : "http://www.okbuy.com/", "category" : "\u8d2d\u7269", "icon" : "http://www.okbuy.com/resources/images/miniheaderlogo.png", "desc" : "\u597d\u4e50\u4e70\u4f7f\u7528OkBuy\u7684\u7528\u610f\u5c31\u662f\u8ba9\u66f4\u591a\u7...
json_instruct
{"type": "object", "properties": {"information": {"type": "object", "properties": {"author": {"type": "string"}, "date": {"type": "string"}, "name": {"type": "string"}, "website": {"type": "string"}, "category": {"type": "string"}, "icon": {"type": "string"}, "desc": {"type": "string"}}, "required": ["author", "date", ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"examine": {"type": "string"}, "realPrice": {"type": "integer"}}, "required": ["examine", "realPrice"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "The fat, slimy, corpse of a deceased giant snail.", "realPrice" : 659}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}, "realPrice": {"type": "integer"}}, "required": ["examine", "realPrice"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema":...
{"Time" : "2021-01-30T01:00:00Z", "Temp" : 10.5, "RelHum" : 87, "WindSpeed" : 1.6, "WindDir" : 177}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema":...
[{"name" : "AMRAN", "frequency" : 326, "males" : "45.70552147239264 %", "females" : "54.29447852760736 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"sampling_mode": {"type": "string"}, "iters": {"type": "array", "items": {"type": "number"}}, "times": {"type": "array", "items": {"type": "number"}}}, "required": ["sampling_mode", "iters", "times"], "$schema": "http://json-sche...
{"sampling_mode" : "Flat", "iters" : [14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, ...
json_instruct
{"type": "object", "properties": {"sampling_mode": {"type": "string"}, "iters": {"type": "array", "items": {"type": "number"}}, "times": {"type": "array", "items": {"type": "number"}}}, "required": ["sampling_mode", "iters", "times"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"pro...
{"userId" : 6748, "cartId" : "a9670e7b-e8b3-4445-a5c3-56d38dfa0436", "preferredProducts" : [2107, 3246, 3878], "productReviews" : [{"productId" : 4977, "reviewText" : "I saw one of these in Vanuatu and I bought one.", "reviewDate" : "2018-02-22T10:40:52.7767012+02:00"}, {"productId" : 3455, "reviewText" : "I tried to s...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author"...
{"title" : "Conqueror - Miku Succubus\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "deltamaster", "description" : "Reworkundefinedofundefinedpreviousundefinedvideo.", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/2189210/thumbnail-2189210_0005.jpg?itok=FoGtVZZv", "download" :...
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...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["Hyderabad ", "Andhra Pradesh", "2.21", "536"], ["Papum Pare ", "Arunachal Pradesh", "1.98", "248"], ["Longleng ", "Nagaland", "1.91", "268"], ["Baksa ", "Assam", "1.90", "324"], ["Bandipore ", "Jammu & Kashmir", "1.84", "9"], ["Tamenglong ", "Manipur", "1.61", "273"], ["Punch ", "Jammu & Kashmir", "1.60", "5"], ["Ku...
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": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type":...
{"rustc" : 6083129628281641223, "features" : "[\"default\", \"std\"]", "target" : 11560034055147055162, "profile" : 10796641224631929329, "path" : 18163712265041341745, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "release/.fingerprint/bytes-6f93280234a29fa0/dep-lib-bytes"}}], "rustflags" : [], "metadata" : ...
json_instruct
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"disk": {"type": "object", "properties": {"mu": {"type": "array", "items": {"type": "number"}}, "roll": {"type": "number"}, "rEff": {"type": "number"}, "axRatio": {"type": "number"}, "i0": {"type": "number"}, "c": {"t...
{"disk" : {"mu" : [52.122265219688416, 50.076953530311584], "roll" : -1.911178265436804, "rEff" : 32.91132749371683, "axRatio" : 0.8276140672742177, "i0" : 0.2, "c" : 2, "n" : 1}, "bulge" : {"mu" : [51.723827719688416, 50.59492349624634], "roll" : 0.9848388346045378, "rEff" : 2.8211924272765834, "axRatio" : 0.555400769...
json_instruct
{"type": "object", "properties": {"disk": {"type": "object", "properties": {"mu": {"type": "array", "items": {"type": "number"}}, "roll": {"type": "number"}, "rEff": {"type": "number"}, "axRatio": {"type": "number"}, "i0": {"type": "number"}, "c": {"type": "integer"}, "n": {"type": "integer"}}, "required": ["mu", "roll...
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#"}
[[1991, 6], [1992, 5], [1993, 5], [1994, 5], [1995, 6], [1997, 5], [1998, 6], [2000, 5], [2002, 5], [2003, 8], [2005, 8], [2006, 8], [2007, 6], [2008, 5], [2010, 8], [2011, 13], [2012, 7], [2013, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-85.787027, 39.988332], [-85.787004, 40.046168], [-85.710719, 40.046833], [-85.707563, 40.047393], [-85.700983, 40.046481], [-85.673057, 40.047113], [-85.673176, 40.022796], [-85.682041, 40.018382], [-85.690443, 40.017497...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"lerna": {"type": "string"}, "version": {"type": "string"}, "packages": {"type": "array", "items": {"type": "string"}}, "changelog": {"type": "object", "properties": {"repo": {"type": "string"}, "labels": {"type": "object", "prop...
{"lerna" : "2.0.0-rc.4", "version" : "independent", "packages" : ["scripts", "packages/*"], "changelog" : {"repo" : "ionic-team/ionic-cli", "labels" : {"fix" : "Bug fix", "feat" : "New Feature"}, "cacheDir" : ".changelog"}, "conventionalCommits" : true}
json_instruct
{"type": "object", "properties": {"lerna": {"type": "string"}, "version": {"type": "string"}, "packages": {"type": "array", "items": {"type": "string"}}, "changelog": {"type": "object", "properties": {"repo": {"type": "string"}, "labels": {"type": "object", "properties": {"fix": {"type": "string"}, "feat": {"type": "st...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "illuminate/support": {"type": "string"}}, "required": ["php", "illuminate/support...
{"name" : "jordan-adams/presenter", "description" : "A simple framework-agnostic model presenter", "require" : {"php" : ">=5.4.0", "illuminate/support" : "~4.2.16"}, "require-dev" : {"phpunit/phpunit" : "~4.4.1", "mockery/mockery" : "~0.9.3"}, "autoload" : {"psr-0" : {"JordanAdams\\Presenter\\" : "src/"}}, "autoload-de...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "illuminate/support": {"type": "string"}}, "required": ["php", "illuminate/support"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpuni...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "5201040010", "district_id" : "5201040", "name" : "BANYUMULEK"}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"url": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "twitter": {"type": "string"}, "business": {"type": "object", "properties": {"cta": {"type": "string"}, "name": {"type": ...
{"url" : "https://wipdeveloper.com/", "name" : "Brett Nelsons\u2019s Blog", "description" : "A blog about Web development with a focus on Salesforce.com and front-end technologies.", "twitter" : "brettmn", "business" : {"cta" : "https://nelson.consulting/", "name" : "Nelson Consulting"}}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "twitter": {"type": "string"}, "business": {"type": "object", "properties": {"cta": {"type": "string"}, "name": {"type": "string"}}, "required": ["cta", "name"]}}, "required": ["url", "name", "des...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type":...
{"hash" : "0xd781a615d6f9530a4e33a966005ad28036574584ddd031ceaf42eb5f97e42893", "parentHash" : "0xd9d9a057c433bc9a36cabf5e5edf72316b1802f61e6c6acb78e2dc744f36d643", "number" : 11058, "timestamp" : 1438349515, "nonce" : "0xe18fcbc37a9bb510", "difficulty" : 649504250041, "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"]...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["test-on-fire"]
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": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "...
{"id" : 3367, "surahNumber" : "029", "ayatNumber" : "027", "arabic" : "\u0648\u064e\u0648\u064e\u0647\u064e\u0628\u0652\u0646\u064e\u0627 \u0644\u064e\u0647\u064f \u0625\u0650\u0633\u0652\u062d\u064e\u0627\u0642\u064e \u0648\u064e\u064a\u064e\u0639\u0652\u0642\u064f\u0648\u0628\u064e \u0648\u064e\u062c\u064e\u0639\u064...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"main.css": {"type": "string"}, "main.css.map": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}}, "required": ["main.css", "main.css.map", "main.js", "main.js.map"], "$schema": "h...
{"main.css" : "static/css/main.eaa5ac6b.css", "main.css.map" : "static/css/main.eaa5ac6b.css.map", "main.js" : "static/js/main.70e99e8d.js", "main.js.map" : "static/js/main.70e99e8d.js.map"}
json_instruct
{"type": "object", "properties": {"main.css": {"type": "string"}, "main.css.map": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}}, "required": ["main.css", "main.css.map", "main.js", "main.js.map"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "laborous", "definition" : "Laborious. [Obs.] Wyatt. -- La\"bor*ous*ly, adv. [Obs.] Sir T. Elyot."}
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": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}}, "required": ["kind", "name", "href", "description"], "$schema": "http://json-schema.org/draft-0...
{"kind" : "Method", "name" : "IDBIndex.get", "href" : "https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/get", "description" : "If a value is found, then a structured clone of it is created and set as the result of the request object: this returns the record the key is associated with."}
json_instruct
{"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}}, "required": ["kind", "name", "href", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "prop...
{"name" : "onecodemonkey/amap_sdk", "description" : "AMap SDK for PHP (\u9ad8\u5fb7\u5730\u56fe web API) ", "keywords" : ["amap", "gaode_map", "amap_sdk", "gaode_map_sdk", "\u9ad8\u5fb7\u5730\u56fe"], "license" : "MIT", "authors" : [{"name" : "OneCodeMonkey", "email" : "jujulia09@outlook.com"}], "require" : {"php" : ">...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "r...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"T2MDCli": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}, "workingDirectory": {"type": "string"}}, "required": ["command...
{"profiles" : {"T2MDCli" : {"commandName" : "Project", "commandLineArgs" : "--output-folder .\\t2md-test", "workingDirectory" : "%userprofile%"}}}
json_instruct
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"T2MDCli": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}, "workingDirectory": {"type": "string"}}, "required": ["commandName", "commandLineArgs", "workingDirectory"]}}, "required"...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "string"}, "points": {"type": "integer"}, "start_name": {"type": "string"}, "allowed_locs": {"ty...
[{"type" : "scenario", "name" : "Freeform", "description" : "Test scenario, please ignore.", "id" : "madd_freeform", "points" : 0, "start_name" : "Freeform", "allowed_locs" : ["forest", "shelter", "house_w_1", "s_grocery", "s_gun", "s_garage", "pawn", "bank", "mil_surplus", "furniture", "s_library", "s_bookstore", "boa...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "string"}, "points": {"type": "integer"}, "start_name": {"type": "string"}, "allowed_locs": {"type": "array", "items": {"type": "string"}}}, "required": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}, "user_id": {"type": "integer"}}, "required": ["title", "content", "user_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "The title", "content" : "This is definitely Content man", "user_id" : 1}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}, "user_id": {"type": "integer"}}, "required": ["title", "content", "user_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "s...
{"name" : "@natpkg/vue-module-acl", "version" : "1.0.0", "description" : "permission, module, acl, vue, role, rule", "main" : "src/index.js", "repository" : {"type" : "git", "url" : "git@github.com:natpkg/vue-module-acl.git"}, "keywords" : ["permission", "module", "acl", "vue", "role", "rule"], "author" : "NatCoop", "l...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "emailAddress": {"type": "string"}, "id": {"type": "integer"}, "displayName": {"type": "string"}, "active": {"type": "boolean"}, "slug": {"type": "string"}, "type": {"type": "string"}, "links": {"typ...
{"name" : "name", "emailAddress" : "email@domain.ca", "id" : 1234, "displayName" : "Fist Last", "active" : true, "slug" : "user-slug", "type" : "NORMAL", "links" : {"self" : [{"href" : "https://localhost/users/user-slug"}]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "emailAddress": {"type": "string"}, "id": {"type": "integer"}, "displayName": {"type": "string"}, "active": {"type": "boolean"}, "slug": {"type": "string"}, "type": {"type": "string"}, "links": {"type": "object", "properties": {"self": {"type": "array", "ite...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"merged" : "/home/advanz101/Dinesh_WorkSpace/SampleProjects/TouristAttractions/Application/build/intermediates/res/merged/debug/anim-v21/design_bottom_sheet_slide_out.xml", "source" : "/home/advanz101/.android/build-cache/c95abaea0e288b12a6ed80e8b573afbf3963c7be/output/res/anim-v21/design_bottom_sheet_slide_out.xml"}...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "comment": {"type": "string"}, "packageName": {"type": "string"}, "email": {"type": "string"}, "dependentChangeType": {"type": "string"}, "date": {"type": "string"}}, "required": ["type", "...
{"type" : "minor", "comment" : "update MessageBar colors", "packageName" : "office-ui-fabric-react", "email" : "chrismo@microsoft.com", "dependentChangeType" : "patch", "date" : "2020-04-24T20:46:36.869Z"}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "comment": {"type": "string"}, "packageName": {"type": "string"}, "email": {"type": "string"}, "dependentChangeType": {"type": "string"}, "date": {"type": "string"}}, "required": ["type", "comment", "packageName", "email", "dependentChangeType", "date"], "$s...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01016405": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, ...
{"type" : "Topology", "objects" : {"E01016405" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00082869", "LAD11CD" : "E06000038"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01016405": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Please provide a valid JSON object following this schema: {"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": "s...
{"name" : "Regionale Schule mit Grundschule Penzlin", "id" : "MV-75435615", "address" : "Hirtenstra\u00dfe 12, 17217 Penzlin", "school_type" : "Regionale Schule mit Grundschule", "fax" : "03962/210233", "phone" : "03962/210232", "website" : "www.voss-schule-penzlin.de", "email" : "regionale-schule@voss-schule-penzlin.c...
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"}, "headmaster": {"type": "string"}, "state": {"type"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"App": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"]}, "Camera3D": {"type": "object", "properties": {"FOV": {"type": "number"}, "...
{"App" : {"name" : "Elit3d", "version" : "0.6.2"}, "Camera3D" : {"FOV" : 60.0, "mov_speed" : 15.0, "orbit_speed" : 0.10000000149011612, "pan_speed" : 0.5, "turbo_speed" : 2.0, "zoom_speed" : 15.0}, "Events" : null, "GUI" : null, "Importer" : null, "Input" : null, "MapEditor" : null, "Objects" : null, "Render3D" : {"maj...
json_instruct
{"type": "object", "properties": {"App": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"]}, "Camera3D": {"type": "object", "properties": {"FOV": {"type": "number"}, "mov_speed": {"type": "number"}, "orbit_speed": {"type": "number"}, "pan_speed...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]},...
{"name" : "mediawiki/drawio-editor", "type" : "mediawiki-extension", "description" : "This is a MediaWiki extension that integrates the draw.io flow chart editor and allows inline editing of charts.", "require" : {"composer/installers" : "~1.0"}, "require-dev" : {"mediawiki/mediawiki-codesniffer" : "38.0.0", "mediawiki...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "require-dev": {"type": "object", "properties": {"mediawiki/mediawik...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"transactionDate": {"type": "string"}, "produceNumber": {"type": "string"}, "produceName": {"type": "string"}, "marketNumber": {"type": "string"}, "marketName": {"type": "string"}, "topPrice...
[{"transactionDate" : "105.03.24", "produceNumber" : "D1", "produceName" : "\u6876\u67d1-\u6876\u67d1", "marketNumber" : "423", "marketName" : "\u6771\u52e2\u93ae", "topPrice" : "42.2", "middlePrice" : "22.2", "lowPrice" : "6.5", "averagePrice" : "23.3", "transactionAmount" : "7858.2", "number" : "D1", "main_category" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"transactionDate": {"type": "string"}, "produceNumber": {"type": "string"}, "produceName": {"type": "string"}, "marketNumber": {"type": "string"}, "marketName": {"type": "string"}, "topPrice": {"type": "string"}, "middlePrice": {"type": "string"}, "lowPrice":...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "jsnext:main": {"type": "string"}}, "required": ["name", "private", "main", "module", "jsnext:main...
{"name" : "styled-components/no-parser", "private" : true, "main" : "../dist/styled-components-no-parser.cjs.js", "module" : "../dist/styled-components-no-parser.esm.js", "jsnext:main" : "../dist/styled-components-no-parser.esm.js"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "jsnext:main": {"type": "string"}}, "required": ["name", "private", "main", "module", "jsnext:main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "in...
[{"id" : 15464, "title" : "Tales from the Fathomless Abyss", "year" : 2011, "type" : "novel", "imageName" : "pa_talesfro.jpg", "nominations" : 0, "wins" : -1}, {"id" : 15407, "title" : "Baldur's Gate", "year" : 1999, "type" : "novel", "imageName" : "pa_bandurs1.jpg", "nominations" : 0, "wins" : -1}, {"id" : 15408, "tit...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "im...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"by": {"type": "string"}, "descendants": {"type": "integer"}, "id": {"type": "integer"}, "kids": {"type": "array", "items": {"type": "integer"}}, "score": {"type": "integer"}, "time": {"type": "integer"}, "title": {"type": "strin...
{"by" : "jgrahamc", "descendants" : 3, "id" : 18084434, "kids" : [18084557, 18089072], "score" : 11, "time" : 1538056208, "title" : "What happens when you register a domain?", "type" : "story", "url" : "https://blog.cloudflare.com/using-cloudflare-registrar/"}
json_instruct
{"type": "object", "properties": {"by": {"type": "string"}, "descendants": {"type": "integer"}, "id": {"type": "integer"}, "kids": {"type": "array", "items": {"type": "integer"}}, "score": {"type": "integer"}, "time": {"type": "integer"}, "title": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}}, "required": ["url", "method"]}, "response": {"type": "object", "properties": {"status...
{"id" : "e26f7e2f-b25e-3bcb-a78f-6e6a312ec2f2", "request" : {"url" : "/879/880/881/882", "method" : "GET"}, "response" : {"status" : 200, "bodyFileName" : "body-879-880-881-882-xIx9P.json", "headers" : {"Content-Type" : "application/json", "X-Cloud-Trace-Context" : "ecef984a9d96ae750dd9c7abd4297fcf", "Date" : "Fri, 21 ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}}, "required": ["url", "method"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "bodyFileName": {"type": "string"}, "headers": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type"...
{"name" : "SLCategoryObjCKit", "version" : "0.1.1", "summary" : "\u5c01\u88c5\u4e86\u5e38\u7528\u63a7\u4ef6\u7684\u5206\u7c7b\u5e93", "description" : "\u5c01\u88c5\u4e86BarButtonItem\u3001Button\u3001Calendar\u3001Color\u3001Date\u3001Image\u3001ImageView\u3001String\u3001TextField\u3001View\u3001Window\u7b49\u5206\u7c...
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"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"serviceName": {"type": "string"}, "cluster": {"type": "string"}, "launchType": {"type": "string"}, "deploymentConfiguration": {"type": "object", "properties": {"maximumPercent": {"type": "integer"}, "minimumHealthyPercent":...
{"serviceName" : "Mysfits-Service", "cluster" : "ecsworkshop-cluster", "launchType" : "FARGATE", "deploymentConfiguration" : {"maximumPercent" : 200, "minimumHealthyPercent" : 0}, "desiredCount" : 1, "networkConfiguration" : {"awsvpcConfiguration" : {"assignPublicIp" : "ENABLED", "securityGroups" : ["REPLACE_ME_SECURIT...
json_instruct
{"type": "object", "properties": {"serviceName": {"type": "string"}, "cluster": {"type": "string"}, "launchType": {"type": "string"}, "deploymentConfiguration": {"type": "object", "properties": {"maximumPercent": {"type": "integer"}, "minimumHealthyPercent": {"type": "integer"}}, "required": ["maximumPercent", "minimum...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "loca...
{"id" : 7584, "title" : ["[Ant Nest, Tunnels]"], "description" : ["The passage ends here in a wall of solid rock, but you notice a tunnel winding up through the dirt next to the slab. Piles of refuse, glowing with the greenish lichen that has spread over them, litter the ground at your feet."], "paths" : ["Obvious exi...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"7582":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"editor.formatOnSave": {"type": "boolean"}, "editor.codeActionsOnSave": {"type": "object", "properties": {"source.fixAll.eslint": {"type": "boolean"}, "source.organizeImports": {"type": "boolean"}}, "required": ["source.fixAll....
{"editor.formatOnSave" : false, "editor.codeActionsOnSave" : {"source.fixAll.eslint" : true, "source.organizeImports" : true}, "typescript.preferences.importModuleSpecifier" : "non-relative", "jest.autoRun" : "off"}
json_instruct
{"type": "object", "properties": {"editor.formatOnSave": {"type": "boolean"}, "editor.codeActionsOnSave": {"type": "object", "properties": {"source.fixAll.eslint": {"type": "boolean"}, "source.organizeImports": {"type": "boolean"}}, "required": ["source.fixAll.eslint", "source.organizeImports"]}, "typescript.preference...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Adavi": {"type": "string"}, "Ajaokuta": {"type": "string"}, "Ankpa": {"type": "string"}, "Bassa": {"type": "string"}, "Dekina": {"type": "string"}, "Ibaji": {"type": "string"}, "Idah": {"type": "string"}, "Igalamela-Odolu":...
{"Adavi" : "Adavi", "Ajaokuta" : "Ajaokuta", "Ankpa" : "Ankpa", "Bassa" : "Bassa", "Dekina" : "Dekina", "Ibaji" : "Ibaji", "Idah" : "Idah", "Igalamela-Odolu" : "Igalamela-Odolu", "Ijumu" : "Ijumu", "Kabba/Bunu" : "Kabba/Bunu", "Kogi" : "Kogi", "Lokoja" : "Lokoja", "Mopa-Muro" : "Mopa-Muro", "Ofu" : "Ofu", "Ogori/Mangon...
json_instruct
{"type": "object", "properties": {"Adavi": {"type": "string"}, "Ajaokuta": {"type": "string"}, "Ankpa": {"type": "string"}, "Bassa": {"type": "string"}, "Dekina": {"type": "string"}, "Ibaji": {"type": "string"}, "Idah": {"type": "string"}, "Igalamela-Odolu": {"type": "string"}, "Ijumu": {"type": "string"}, "Kabba/Bunu"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "subject": {"type": "string"}, "column": {"type": "string"}, "intro": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "s...
{"name" : "\uff1c\u5929\u7487\uff1e\u53ea\u662f\u5f53\u65f6\u5df2\u60d8\u7136", "title" : "\uff1c\u5929\u7487\uff1e\u53ea\u662f\u5f53\u65f6\u5df2\u60d8\u7136", "author" : "\u4f5a\u540d", "subject" : "", "column" : "", "intro" : "**\u6211\u8fd8\u628a\u4fe1\u5199\u5728\u4e94\u7ebf\u8c31\u4e0a\uff0c\u5c31\u50cf\u738b\u5c0...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "subject": {"type": "string"}, "column": {"type": "string"}, "intro": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "cover": {"type": "string"}, "date": {"type": "st...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type...
{"hash" : "0x83c987b9f884586eb4fbb5c09adcf4cfc46b7c66b986f0b3203b8e55581bd57b", "parentHash" : "0xaf4997f60794f7207098f17cfe4f828f022a1cdebe2c9ad31316bedda41c10b5", "number" : 60590, "timestamp" : 1439158427, "nonce" : "0xf010209fc69f06cc", "difficulty" : 1729618848103, "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"]...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"confidence": {"type": "integer"}, "a...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"confidence" : 9, "authenticationResultCode" : "ValidCredentials", "brandLogoUri" : "http://dev.virtualearth.net/Branding/logo_powered_by.png", "copyright" : "Copyright \u00a9 2017 Microsoft and its suppliers. All rights reserved. This AP...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"confidence": {"type": "integer"}, "authenticationResultCode": {"type": "string"}, "brandLogoUri": {"type": "...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["name-suggestion-index"]
json_instruct
{"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"}, "codepoint": {"type": "string"}, "title": {"type": "string"}, "svg": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": ...
{"name" : "brain", "codepoint" : "f5dc", "title" : "Brain", "svg" : "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M208 0c-29.9 0-54.7 20.5-61.8 48.2-.8 0-1.4-.2-2.2-.2-35.3 0-64 28.7-64 64 0 4.8.6 9.5 1.7 14C52.5 138 32 166.6 32 200c0 12.6 3.2 24.3 8.3 34.9C16.3 248.7 0 274.3 0 304c0 33.3...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "codepoint": {"type": "string"}, "title": {"type": "string"}, "svg": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "titleZh": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "i...
{"body" : "I can look at it if it kann wait until the weekend. But I don't think there\nis much point in updating the whole package to a new Blender version. The\ncurrent Blender API is still not finalised and may not offer all the\nfeatures the script needs.\n\n\nThe best way to use brad is to use an old version of Bl...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"simplebar.css": {"type": "string"}, "simplebar.min.css": {"type": "string"}, "simplebar.min.js": {"type": "string"}}, "required": ["simplebar.css", "simplebar.min.css", "simplebar.min.js"], "$schema": "http://json-s...
{"simplebar.css" : "sha256-SGostzLzUOOCpINFLKiLFxjsJLGf8laiNddHAk/1m8U=", "simplebar.min.css" : "sha256-Kd690gTGhwRx8yt8S1qDaQ6mvDNYIFi2CXyoquxjvtA=", "simplebar.min.js" : "sha256-VDbOPclLNmJfKIvnTmS/X5fxQBotzHQs7Rd01xoIIk4="}
json_instruct
{"type": "object", "properties": {"simplebar.css": {"type": "string"}, "simplebar.min.css": {"type": "string"}, "simplebar.min.js": {"type": "string"}}, "required": ["simplebar.css", "simplebar.min.css", "simplebar.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"load_assets": {"type": "string"}}, "required": ...
{"name" : "@ayang4114/load_assets", "version" : "0.1.1", "license" : "ISC", "description" : "Generates a JavaScript file that loads all files via 'require' in a given directory. This is stored as an exported object.", "bin" : {"load_assets" : "dist/load_assets-cli.js"}, "scripts" : {"test" : "mocha -r ts-node/register ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"load_assets": {"type": "string"}}, "required": ["load_assets"]}, "scripts": {"type": "object", "properties": {"test": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"returned_dict": {"type": "object", "properties": {"loss": {"type": "number"}, "r2": {"type": "number"}, "status": {"type": "string"}, "start_time": {"type": "number"}, "duration": {"type": "number"}}, "required": ["loss", "r2", ...
{"returned_dict" : {"loss" : 10.547127616259198, "r2" : -42.675586060337245, "status" : "ok", "start_time" : 1607968993.7291977, "duration" : 0.6910650730133057}, "current_params" : {"N" : 500, "iss" : 0.9, "leak" : 0.003603793669360292, "ridge" : 1e-07, "seed" : 1234, "sr" : 0.02799721569793766}}
json_instruct
{"type": "object", "properties": {"returned_dict": {"type": "object", "properties": {"loss": {"type": "number"}, "r2": {"type": "number"}, "status": {"type": "string"}, "start_time": {"type": "number"}, "duration": {"type": "number"}}, "required": ["loss", "r2", "status", "start_time", "duration"]}, "current_params": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"servers": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "port": {"type": "integer"}, "start_tls": {"type": "boolean"}, "bind_dn": {"type": "string"}, "bind_password": {...
{"servers" : [{"address" : "ldap1.example.com", "port" : 386, "start_tls" : true, "bind_dn" : "", "bind_password" : ""}, {"address" : "ldap2.example.com", "port" : 386, "start_tls" : true, "bind_dn" : "", "bind_password" : ""}], "user_search" : {"base_dn" : "dc=example,dc=com", "user_filter" : "objectClass=posixAccount...
json_instruct
{"type": "object", "properties": {"servers": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "port": {"type": "integer"}, "start_tls": {"type": "boolean"}, "bind_dn": {"type": "string"}, "bind_password": {"type": "string"}}, "required": ["address", "port", "start_tls", "bind_...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"requestHugAnswer": {"type": "array", "items": {"type": "string"}}, "botHugAnswer": {"type": "array", "items": {"type": "string"}}, "selfHugAnswer": {"type": "array", "items": {"type": "string"}}, "hugAnswer": {"type": "array",...
{"requestHugAnswer" : ["%s Of course you can have a hug! \n*HUGS* %s %s"], "botHugAnswer" : ["Awwww. That's very sweet of you. \nThank you %s. %s"], "selfHugAnswer" : ["*HUGS* %s %s"], "hugAnswer" : ["Hey %s! %s hugged you %s"], "phrase_askHug" : ["can I get a hug", "can i have a hug", "please hug me"], "cooldownMessag...
json_instruct
{"type": "object", "properties": {"requestHugAnswer": {"type": "array", "items": {"type": "string"}}, "botHugAnswer": {"type": "array", "items": {"type": "string"}}, "selfHugAnswer": {"type": "array", "items": {"type": "string"}}, "hugAnswer": {"type": "array", "items": {"type": "string"}}, "phrase_askHug": {"type": "a...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e"...
{"h" : [{"d" : [{"e" : ["\ufff9`Adihay~ `ko~ `cacekiwen~ `a~ `la~`lacan~.\ufffa\ufffb\u8981\u64bf\u62fe\u7684\u6d77\u87ba\u5f88\u591a\u3002", "\ufff9`Cacekiwen~ `a~ `ceka~.\ufffa\ufffb\u5f9e\u808c\u8089\u5167\u628a\u523a\u6316\u51fa\u4f86\u3002"], "f" : "\u8981\u6316\u523a\u51fa\u4f86\uff0c\u8981\u6458\u64bf\u7684\u6d7...
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "tag": {"type": "string"}, ...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/sc...
[{"year" : 1940, "sex" : "F", "n" : 5, "prop" : 4.23e-06}, {"year" : 1949, "sex" : "F", "n" : 6, "prop" : 3.42e-06}, {"year" : 1952, "sex" : "F", "n" : 5, "prop" : 2.63e-06}, {"year" : 1953, "sex" : "F", "n" : 7, "prop" : 3.63e-06}, {"year" : 1958, "sex" : "F", "n" : 9, "prop" : 4.36e-06}, {"year" : 1960, "sex" : "F", ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"_id": {"type": "string"}, "oid": {"type": "string"}, "display_name": {"type": "string"}, "version": {"type": "string"}, "concepts": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "code"...
{"_id" : "50b65a92cb7ab921b8000051", "oid" : "2.16.840.1.113883.3.464.1003.115.12.1088", "display_name" : "Physical Exam, Finding: Retinal or Dilated Eye Exam Codeset", "version" : "", "concepts" : [{"_id" : "50b65a96cb7ab921b8000052", "code" : "252779009", "code_system_name" : "SNOMED-CT", "code_system_version" : null...
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "oid": {"type": "string"}, "display_name": {"type": "string"}, "version": {"type": "string"}, "concepts": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "code": {"type": "string"}, "code_system_name": {"type": "string"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "baseUrl": {"type": "string"}, "classNamespace": {"type": "string"}, "library": {"type": "string"}, "publicPath": {"type": "string"}, "port": {"type": "integer"}}, "required": ["name", "baseUrl", ...
{"name" : "reactnews", "baseUrl" : "/reactnews", "classNamespace" : "reactnews", "library" : "reactnews", "publicPath" : "http://localhost:9300", "port" : 9300}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "baseUrl": {"type": "string"}, "classNamespace": {"type": "string"}, "library": {"type": "string"}, "publicPath": {"type": "string"}, "port": {"type": "integer"}}, "required": ["name", "baseUrl", "classNamespace", "library", "publicPath", "port"], "$schema":...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"project-1": {"type": "object", "properties": {"path": {"type": "string"}, "name": {"type": "string"}}, "required": ["path", "name"]}}, "required": ["project-1"], "$schema": "http://json-schema.org/draft-07/schema#"}...
{"project-1" : {"path" : "project1", "name" : "Monorepo demo"}}
json_instruct
{"type": "object", "properties": {"project-1": {"type": "object", "properties": {"path": {"type": "string"}, "name": {"type": "string"}}, "required": ["path", "name"]}}, "required": ["project-1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"/js/admin.js": {"type": "string"}, "/css/admin.css": {"type": "string"}}, "required": ["/js/admin.js", "/css/admin.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"/js/admin.js" : "/js/admin.js?id=7517ca563905015def47", "/css/admin.css" : "/css/admin.css?id=83761266152291fdbe48"}
json_instruct
{"type": "object", "properties": {"/js/admin.js": {"type": "string"}, "/css/admin.css": {"type": "string"}}, "required": ["/js/admin.js", "/css/admin.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "ite...
{"AB" : ["pc", "pd", "od", "nd", "mc", "me", "le", "ke", "jd", "jc", "ic", "ib", "rb", "rc"], "AW" : ["kc", "lb", "ld", "md", "nc", "oc", "pb", "qb"], "SZ" : "19", "C" : "Black to play", "SOL" : [["B", "mb", "", ""]]}
json_instruct
{"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"],...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ply": {"type": "string"}}, "required": ["ply"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ply" : "3.11"}
json_instruct
{"type": "object", "properties": {"ply": {"type": "string"}}, "required": ["ply"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"raw_json_code": {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "github": {"type": "string"}, "twitter": {"type": "string"}, "musescore": {"type": "string"}}, "required": ...
{"raw_json_code" : {"name" : "Daniel Lopez", "website" : "tennisgazelle.com", "github" : "tennisgazelle", "twitter" : "@tennis_gazelle", "musescore" : "payload"}, "backgroundColor" : "#4A4A4A"}
json_instruct
{"type": "object", "properties": {"raw_json_code": {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "github": {"type": "string"}, "twitter": {"type": "string"}, "musescore": {"type": "string"}}, "required": ["name", "website", "github", "twitter", "musescore"]}, "backgroundCo...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$...
[{"manufacturer" : "Samsung", "market_name" : "Galaxy TabS 8.4", "codename" : "klimtltecan", "model" : "SM-T705W"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}