input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produ... | {"userId" : 47826, "cartId" : "ebc4f71e-8ad0-49e0-91a2-a60113bcc67e", "preferredProducts" : [2463, 3898, 3044, 3626], "productReviews" : [{"productId" : 4226, "reviewText" : "This instruction set works really well. It sympathetically improves my baseball by a lot.", "reviewDate" : "2017-12-04T04:00:06.870785+02:00"}, {... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"... | {"uuid" : "d27dc935-73e9-46fe-8f4d-a8ad233dc9b0", "befores" : [{"name" : "assert_dict", "status" : "passed", "start" : 1580622239122, "stop" : 1580622239122}], "start" : 1580622239122, "stop" : 1580622239213} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type":... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "r... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[137.875, 24.333333333333332], [137.875, 24.416666666666668], [138.0, 24.416666666666668], [138.0, 24.333333333333332], [137.875, 24.333333333333332]]]}, "properties" : {"code" : 363747, "url" : "http://madefor.github.io/0410/api/v1/363747.geojson... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"android": {"type": "string"}, "ios": {"type": "string"}, "start": {"type": "st... | {"name" : "example", "version" : "0.0.1", "private" : true, "scripts" : {"android" : "react-native run-android", "ios" : "react-native run-ios", "start" : "react-native start", "test" : "jest", "lint" : "eslint .", "bundle" : "react-native bundle --platform android --dev false --entry-file index.js --bundle-output andr... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"android": {"type": "string"}, "ios": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}, "lint": {"type": "string"}, "bundle... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "id"]}, "geometry": {"type": "... | {"type" : "Feature", "id" : "node/470284840", "properties" : {"amenity" : "marketplace", "id" : "node/470284840"}, "geometry" : {"type" : "Point", "coordinates" : [10.939739, 52.4076512]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"typ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "wikieditor-toolbar-preference": {"type": "string"}}, "required": ["@metadata", "wikieditor... | {"@metadata" : {"authors" : ["Abshirdheere"]}, "wikieditor-toolbar-preference" : "Hawlgali marinka qalabka waxbedelka ee horumariyaha."} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "wikieditor-toolbar-preference": {"type": "string"}}, "required": ["@metadata", "wikieditor-toolbar-preference"], "$schema": "http://json-schema.org/draf... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"jquery.serialize-object.compiled.js": {"type": "string"}}, "required": ["jquery.serialize-object.compiled.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jquery.serialize-object.compiled.js" : "sha512-11L/uzqVvm8zSeyM0N/CwBqRqhT0P2XhrVz03IV4Qo3MV/GsdS270CiH67NrsOMg9JOr5PR7cYf042V5o9qTOw=="} | json_instruct | {"type": "object", "properties": {"jquery.serialize-object.compiled.js": {"type": "string"}}, "required": ["jquery.serialize-object.compiled.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "baking", "definition" : "1. The act or process of cooking in an oven, or of drying and hardening by heat or cold. 2. The quantity baked at once; a batch; as, a baking of bread. Baking powder, a substitute for yeast, usually consisting of an acid, a carbonate, and a little farinaceous matter."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"generator-node": {"type": "object", "properties": {"promptValues": {"type": "object", "properties": {"authorName": {"type": "string"}, "authorEmail": {"type": "string"}, "authorUrl": {"type": "string"}}, "required": ["autho... | {"generator-node" : {"promptValues" : {"authorName" : "kkito", "authorEmail" : "kkitokkito@126.com", "authorUrl" : "kkito.cn"}}} | json_instruct | {"type": "object", "properties": {"generator-node": {"type": "object", "properties": {"promptValues": {"type": "object", "properties": {"authorName": {"type": "string"}, "authorEmail": {"type": "string"}, "authorUrl": {"type": "string"}}, "required": ["authorName", "authorEmail", "authorUrl"]}}, "required": ["promptVal... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "requi... | {"name" : "generator-garden", "version" : "0.1.0", "description" : "Test package.json", "author" : {"name" : "Garden User", "email" : "garden@awesome.com", "url" : ""}, "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "str... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "... | {"probe_id" : 6162, "resolvers" : [{"ipv6_tcp" : true, "resolver_asn" : 56055, "resolver_net" : "202.22.224.0/20", "ipv4_tcp" : true, "internal" : "127.0.0.1", "ipv6_cap" : true}, {"ipv6_tcp" : true, "resolver_asn" : 36624, "resolver_net" : "216.87.136.0/24", "ipv4_tcp" : true, "internal" : "2620:74:1b::1:1", "ipv6_cap... | json_instruct | {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_ca... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "object", "properties": {"alpha": {"type": "string"}, "alpha_dash": {"type": "string"}, "alpha_num": {"type": "string"}, "alpha_spaces": {"type": "string"}, "between": {"type": "... | {"code" : "nb_NO", "messages" : {"alpha" : "{_field_}-feltet kan bare inneholde bokstaver", "alpha_dash" : "{_field_}-feltet kan bare inneholde alfanumeriske tegn, samt bindestrek og understrek", "alpha_num" : "{_field_} kan bare inneholde alfanumeriske tegn", "alpha_spaces" : "{_field_}-feltet kan bare inneholde alfan... | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "object", "properties": {"alpha": {"type": "string"}, "alpha_dash": {"type": "string"}, "alpha_num": {"type": "string"}, "alpha_spaces": {"type": "string"}, "between": {"type": "string"}, "confirmed": {"type": "string"}, "digits": {"type... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, ... | {"userId" : 29555, "cartId" : "ecb7d02c-1db2-40b6-b7d7-466af1cc50ce", "preferredProducts" : [], "productReviews" : [{"productId" : 3975, "reviewText" : "I saw one of these in Barbados and I bought one.", "reviewDate" : "2018-10-20T02:33:45.9502495+03:00"}, {"productId" : 2256, "reviewText" : "one of my hobbies is drawi... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "s... |
Generate sample JSON data that conforms to the following schema definition:
{"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" : ["pokecube:oricorio_baile", "pokecube:oricorio_pom_pom", "pokecube:oricorio_sensu", "pokecube:oricorio_pau"]} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200895970175000, "key" : "/static/6dcf7a2c63e43c91c93a2b063400e24b/90df9/payroll_4.webp", "val" : "2630f5a836a746231094cdb95b91dd6a"} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "null"}, "publishers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "isbn_10... | {"key" : "/books/OL10909402M", "title" : "Road Atlas of Britain 1997", "subtitle" : null, "publishers" : ["Universal Map Enterprises"], "authors" : ["Universal"], "isbn_10" : "0762503343", "isbn_13" : "9780762503346", "publish_date" : "January 1997", "subjects" : ["Europe - Great Britain - General", "Travel - Foreign"]... | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "null"}, "publishers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "isbn_10": {"type": "string"}, "isbn_13": {"type": "string"}, "publish_date": {... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d703-139", "text" : "June 17, 1957\n- 2 -\n5* The Educational Television and Radio Center hill encourage\nALL COOPERATING STATIONS TO CONTRIBUTE A COPY OF EACH\nPROGRAM DEVELOPED BY THEM TO KENT STATE UNIVERSITY FOR THE\nARCHIEVES\u00ab Any PROGRAM SO DEPOSITED HILL BE SUBJECT TO\nPARAGRAPH NUMBER ONE OF THIS ... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[23.0, 46.0, 69.0, 92.0, 115.0, 138.0, 161.0, 184.0, 207.0, 230.0, 253.0, 276.0, 299.0, 322.0, 345.0, 368.0, 391.0, 414.0, 437.0, 460.0, 483.0, 506.0, 529.0, 552.0, 575.0, 598.0, 621.0, 644.0, 667.0, 690.0, 713.0, 736.0, 759.0, 782.0, 805.0, 828.0, 851.0, 874.0, 897.0, 920.0, 943.0, 966.0, 989.0, 1012.0, 1035.0, 1058.... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org... | {"title" : "\u604b\uff1f\u3067\u611b\uff1f\u3067\u66b4\u541b\u3067\u3059-\u604b\u7231\u66b4\u541bOP", "author" : "Wake Up", "musicType" : "\u52a8\u6f2b", "musicNo" : "0007818"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["item", "data", "count"]}, "pattern": {"type": "array"... | {"type" : "minecraft:crafting_shaped", "result" : {"item" : "avaritia:extreme_crafting_table", "data" : 0, "count" : 1}, "pattern" : ["CCC", "CXC", "CCC"], "key" : {"X" : {"type" : "minecraft:item", "item" : "#double_compressed_crafting_table"}, "C" : {"type" : "minecraft:item", "item" : "#crystal_matrix_ingot"}}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["item", "data", "count"]}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"Script": {"type": "string"}, "Bindings": {"type": "object", "properties": {"_a": {"type": "string"}, "_b": {"type": "string"}, "_c": {"type": "string"}}, "required": ["_a", "_b", "_c"... | [{"Script" : "V().hasLabel(_a).not(__.has(_b, _c))", "Bindings" : {"_a" : "Company", "_b" : "PhoneNumbers", "_c" : "+4912345"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Script": {"type": "string"}, "Bindings": {"type": "object", "properties": {"_a": {"type": "string"}, "_b": {"type": "string"}, "_c": {"type": "string"}}, "required": ["_a", "_b", "_c"]}}, "required": ["Script", "Bindings"]}, "$schema": "http://json-schema.or... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_... | {"generated_at" : "2017-01-27T09:37:30.401375", "required_by" : ["dontasq"], "requires" : [], "package" : "asq"} | json_instruct | {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["110113006001", "\u6768\u9547\u7b2c\u4e00\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["110113006002", "\u6768\u9547\u7b2c\u4e8c\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["110113006003", "\u6768\u9547\u7b2c\u4e09\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["110113006004", "\u6768\u9547\u946b\u56ed\u793e\u533a\... | json_instruct | {"type": "array", "items": {"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": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "... | {"title" : "WAA!!!!\u3000\u9b42\u9b44\u5996\u5922\u3000\u30cf\u30ed\u30a6\u30a3\u30f3\u98a8\u30e1\u30a4\u30c9", "author" : "kotobuki_risa", "description" : "\uff14\uff2b\u3067\u306f\u3063\u304d\u308a\u304f\u3063\u304d\u308a\u898b\u305f\u3044\u65b9\u306f\uff1a<aundefinedhref='https://youtu.be/RRsrihqXoFw'>https://youtu.... | 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": "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... | {"ast" : null, "code" : "// https://tc39.github.io/proposal-setmap-offrom/#sec-map.from\nrequire('./_set-collection-from')('Map');", "map" : {"version" : 3, "sources" : ["/Users/abdulkhan/Documents/waymax/Waymax/node_modules/core-js/library/modules/es7.map.from.js"], "names" : ["require"], "mappings" : "AAAA;AACAA,OAAO... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ep_subscript_and_superscript.subscript": {"type": "string"}, "ep_subscript_and_superscript.superscript": {"type": "string"}}, "required": ["ep_subscript_and_superscript.subscript", "ep_subscript_and_superscript.superscript"], ... | {"ep_subscript_and_superscript.subscript" : "subscript", "ep_subscript_and_superscript.superscript" : "superscript"} | json_instruct | {"type": "object", "properties": {"ep_subscript_and_superscript.subscript": {"type": "string"}, "ep_subscript_and_superscript.superscript": {"type": "string"}}, "required": ["ep_subscript_and_superscript.subscript", "ep_subscript_and_superscript.superscript"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string... | {"body" : "fix filebench compile error.", "user" : "darmac", "url" : "https://api.github.com/repos/spack/spack/issues/17305", "updated_at" : "2021-03-06 03:10:49", "created_at" : "2020-06-30 06:08:35", "closed_at" : "2020-06-30 16:05:40", "state" : "closed", "title" : "filebench:remove autoreconf()", "number" : 17305, ... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
Create an example JSON object that satisfies this schema:
{"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" : "5307061015", "district_id" : "5307061", "name" : "FUNGAFENG"} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"input_file": {"type": "object", "properties": {"class": {"type": "string"}, "path": {"type": "string"}}, "required": ["class", "path"]}, "reference_file": {"type": "object", "properties": {"class": {"type": "string"}, "path": {"... | {"input_file" : {"class" : "File", "path" : "../tests/inputs/NWD119836.0005.recab.cram"}, "reference_file" : {"class" : "File", "path" : "../tests/inputs/hs38DH.fa"}, "reference_index_file" : {"class" : "File", "path" : "../tests/inputs/hs38DH.fa.fai"}, "truth_md5sum_file" : {"class" : "File", "path" : "../tests/inputs... | json_instruct | {"type": "object", "properties": {"input_file": {"type": "object", "properties": {"class": {"type": "string"}, "path": {"type": "string"}}, "required": ["class", "path"]}, "reference_file": {"type": "object", "properties": {"class": {"type": "string"}, "path": {"type": "string"}}, "required": ["class", "path"]}, "refer... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "OmniOutliner Pro", "description" : "A task manager for the Mac.", "url" : "https://www.omnigroup.com/omnioutliner/"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"tutorial": {"type": "string"}, "pageNumber": {"type": "integer"}, "type": {"type": "string"}, "definition": {"type": "object", "properties": {"icon": {"type": "object", "properties": {"project": {"type": "string"}, "... | {"tutorial" : "Testing a Trading Idea - The Trigger Stage", "pageNumber" : 56, "type" : "Tutorial Step - Candle Properties", "definition" : {"icon" : {"project" : "Superalgos", "name" : "layer-candles"}, "text" : "We have direct access to the properties of candles, and the value of the close is available at the close p... | json_instruct | {"type": "object", "properties": {"tutorial": {"type": "string"}, "pageNumber": {"type": "integer"}, "type": {"type": "string"}, "definition": {"type": "object", "properties": {"icon": {"type": "object", "properties": {"project": {"type": "string"}, "name": {"type": "string"}}, "required": ["project", "name"]}, "text":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "deploy": {"type": ... | {"name" : "petex", "version" : "1.0.0", "description" : "Pet Exchange App", "main" : "app.js", "scripts" : {"start" : "nodemon app.js", "deploy" : "git add . && git commit -am 'Deployment to Heroku' && git push heroku master"}, "repository" : {"type" : "git", "url" : "git+https://github.com/grittylemur/petex.git"}, "ke... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["start", "deploy"]}, "repository": {"type": "o... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"app_hello": {"type": "string"}, "language": {"type": "string"}}, "required": ["app_hello", "language"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"app_hello" : "Hello!", "language" : "Language"} | json_instruct | {"type": "object", "properties": {"app_hello": {"type": "string"}, "language": {"type": "string"}}, "required": ["app_hello", "language"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "slots": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "improvements": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "slot... | {"replace" : false, "slots" : ["crossbow/string"], "type" : "tetra:basic_module", "improvements" : ["tetra:enchantment/miningmaster_floatation"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "slots": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "improvements": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "slots", "type", "improvements"], "$schema": "http://json-schema.org/draft-07/sc... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"adult": {"type": "boolean"}, "also_known_as": {"type": "array", "items": {}}, "biography": {"type": "string"}, "birthday": {"type": "string"}, "deathday": {"type": "string"}, "homepage": {"type": "string"}, "id": {"... | {"adult" : false, "also_known_as" : [], "biography" : "\u200bFrom Wikipedia, the free encyclopedia\n\nJoel Grey (born April 11, 1932) is an American stage and screen actor, singer, and dancer, best known for his role as the Master of Ceremonies in both the stage and film adaptation of the Kander & Ebb musical Cabar... | json_instruct | {"type": "object", "properties": {"adult": {"type": "boolean"}, "also_known_as": {"type": "array", "items": {}}, "biography": {"type": "string"}, "birthday": {"type": "string"}, "deathday": {"type": "string"}, "homepage": {"type": "string"}, "id": {"type": "integer"}, "imdb_id": {"type": "string"}, "name": {"type": "st... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "signed_content": {"type": "object", "properties": {"payload": {"type": "string"}, "signatures": {"type": "array", "items": {"type": "object", "pro... | [{"description" : "treehash per file", "signed_content" : {"payload" : "eyJjb250ZW50X2hhc2hlcyI6W3siYmxvY2tfc2l6ZSI6NDA5NiwiZGlnZXN0Ijoic2hhMjU2IiwiZmlsZXMiOlt7InBhdGgiOiJQcmVsb2FkIERhdGEiLCJyb290X2hhc2giOiJEdjFvSzlscUtnX0NHTUtYeDAtcWlBWXd0RHc1TndRb2RMWlVZTXpmbEE4In0seyJwYXRoIjoibWFuaWZlc3QuanNvbiIsInJvb3RfaGFzaCI6Impu... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "signed_content": {"type": "object", "properties": {"payload": {"type": "string"}, "signatures": {"type": "array", "items": {"type": "object", "properties": {"header": {"type": "object", "properties": {"kid": {"type": "strin... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": ... | {"locationData" : {"relativeBoundingBox" : {"xmin" : 0.4903652, "width" : 0.031175911, "ymin" : 0.16471654, "height" : 0.038969852}, "relativeKeypoints" : [{"y" : 0.16995287, "x" : 0.49767864}, {"y" : 0.19303578, "x" : 0.5125303}, {"y" : 0.18847685, "x" : 0.5159082}, {"y" : 0.18474185, "x" : 0.5169661}, {"y" : 0.181660... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"inv_metric": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["inv_metric"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inv_metric" : [[1.5]]} | json_instruct | {"type": "object", "properties": {"inv_metric": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["inv_metric"], "$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": {"start": {"type": "string"}, "test": {"type"... | {"name" : "Hoopla", "version" : "1.0.0", "description" : "Silly incarnate! Endlessly playful work.", "main" : "app.js", "scripts" : {"start" : "nodemon -L app.js", "test" : "jest", "sequelize" : "sequelize"}, "contributors" : ["Laisa Barros", "Abigail Banting", "Chris Panican", "Adam Ibrahim"], "license" : "ISC", "devD... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "sequelize": {"type": "string"}}, "required": ["start", "test"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object... | {"name" : "@bitwala/eslint-config", "version" : "0.0.11", "license" : "MIT", "description" : "ESLint preset for Bitwala", "files" : ["base.js", "react.js", "typescript.js", "node.js"], "engines" : {"node" : ">=12.0.0"}, "publishConfig" : {"access" : "public"}, "dependencies" : {"@typescript-eslint/eslint-plugin" : "2.3... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "publis... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"github_username": {"type": "string"}, "name": {"type": "string"}, "link_text": {"type": "null"}, "link_url": {"type": "null"}, "avatar_url": {"type": "null"}, "bio": {"type": "string"}}, ... | [{"github_username" : "Yardanico", "name" : "Daniil Yarancev", "link_text" : null, "link_url" : null, "avatar_url" : null, "bio" : "I'm a student who loves to use Nim. It is a very unique and powerful language which contains a lot of features. Sometimes you can even forget that you're writing in a compiled language rat... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"github_username": {"type": "string"}, "name": {"type": "string"}, "link_text": {"type": "null"}, "link_url": {"type": "null"}, "avatar_url": {"type": "null"}, "bio": {"type": "string"}}, "required": ["github_username", "name", "link_text", "link_url", "avata... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"INFO": {"type": "object", "properties": {"VarianceThreshold": {"type": "string"}, "SelectPercentile": {"type": "string"}, "SelectFpr": {"type": "string"}}, "required": ["VarianceThreshold", "SelectPercentile", "Selec... | {"INFO" : {"VarianceThreshold" : "http://scikit-learn.org/stable/modules/generated/sklearn.feature_selection.VarianceThreshold.html", "SelectPercentile" : "http://scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectPercentile.html#sklearn.feature_selection.SelectPercentile", "SelectFpr" : "http://... | json_instruct | {"type": "object", "properties": {"INFO": {"type": "object", "properties": {"VarianceThreshold": {"type": "string"}, "SelectPercentile": {"type": "string"}, "SelectFpr": {"type": "string"}}, "required": ["VarianceThreshold", "SelectPercentile", "SelectFpr"]}, "VarianceThreshold": {"type": "object", "properties": {"thre... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"flow_title": {"type": "string"}, "step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"host": {"ty... | {"config" : {"flow_title" : "Dispositivos universais ISY994 {name} ({host})", "step" : {"user" : {"data" : {"host" : "URL"}, "description" : "A entrada do endere\u00e7o deve estar no formato de URL completo, por exemplo, http://192.168.10.100:80", "title" : "Conecte-se ao seu ISY994"}}}, "options" : {"step" : {"init" :... | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"flow_title": {"type": "string"}, "step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"host": {"type": "string"}}, "required": ["host"]}, "description": {"type": "strin... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "requir... | {"ETag" : "W/\"ac51b770eba125751e5a2d847e078dd30c3f6f2bd858fcae39586e9f219449a4\"", "Last-Modified" : "Thu, 17 Dec 2020 16:26:59 GMT", "base" : {"repo" : {"name" : "scikit-cycling-feedstock"}}, "closed_at" : null, "created_at" : "2020-07-18T01:44:26Z", "draft" : false, "head" : {"ref" : "rebuild-python38-0-1_h80912f"},... | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "null"}, "created_at": {"type": "string... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Cotacao": {"type": "number"}, "Cresc. Rec.5a": {"type": "number"}, "Div.Brut/ Patrim.": {"type": "number"}, "Div.Yield": {"type": "number"}, "EV/EBIT": {"type": "number"}, "EV/EBITDA": {"type": "number"}, "Liq. Corr.": {"type"... | {"Cotacao" : 59.86, "Cresc. Rec.5a" : 0.3807, "Div.Brut/ Patrim." : 0.28, "Div.Yield" : 0.0356, "EV/EBIT" : 22.9, "EV/EBITDA" : 19.02, "Liq. Corr." : 1.88, "Liq.2meses" : 671212000.0, "Mrg Ebit" : 0.5992, "Mrg. Liq." : 0.4497, "P/Ativ Circ.Liq" : -28.92, "P/Ativo" : 2.716, "P/Cap.Giro" : 16.31, "P/EBIT" : 24.43, "P/L" ... | json_instruct | {"type": "object", "properties": {"Cotacao": {"type": "number"}, "Cresc. Rec.5a": {"type": "number"}, "Div.Brut/ Patrim.": {"type": "number"}, "Div.Yield": {"type": "number"}, "EV/EBIT": {"type": "number"}, "EV/EBITDA": {"type": "number"}, "Liq. Corr.": {"type": "number"}, "Liq.2meses": {"type": "number"}, "Mrg Ebit": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "strin... | {"name" : "Tay Bac University", "alt_name" : "Tru\u00f2ng Dai hoc T\u00e2y Bac", "country" : "Vietnam", "state" : null, "address" : {"street" : "12 Ho\u00e0ng C\u00f4ng Ch\u1ea5t, Ph\u01b0\u1eddng Quang Trung, Th\u00e0nh Ph\u1ed1", "city" : "Th\u00e1i B\u00ecnh", "province" : null, "postal_code" : null}, "contact" : {"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "null"}}, "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"release": {"type": "string"}}, "required": ["... | {"name" : "lsk-upload", "version" : "0.1.4", "author" : "isuvorov", "license" : "MIT", "scripts" : {"release" : "npm publish"}, "dependencies" : {"aws-sdk" : "^2.77.0", "multer" : "1.3.0", "multer-s3" : "^2.7.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"release": {"type": "string"}}, "required": ["release"]}, "dependencies": {"type": "object", "properties": {"aws-sdk": {"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"... | {"edges" : [[26, 14], [4, 8], [21, 18], [26, 14], [16, 0], [14, 26], [27, 14], [6, 14], [14, 27], [6, 12], [1, 6], [14, 19], [19, 14], [14, 3], [15, 20], [12, 14], [27, 14], [14, 6], [14, 27], [34, 6], [3, 14], [3, 14], [14, 6], [13, 9], [14, 10], [7, 14], [6, 14], [14, 4], [27, 14], [32, 35], [6, 14], [19, 14], [31, 2... | json_instruct | {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "language": {"type": "string"}, "gitbook": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "string"}}}, ... | {"title" : "\u7f16\u7a0b\u7b14\u8bb0", "description" : "\u5f00\u53d1\u4e2d\u5173\u4e8e\u95ee\u9898\u3001\u5b66\u4e60\u7b49\u8bb0\u5f55", "author" : "iszhange", "language" : "zh-hans", "gitbook" : "3.2.3", "plugins" : ["toc", "-lunr", "-search", "search-pro", "flexible-alerts"]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "language": {"type": "string"}, "gitbook": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "description", "author", "language", "gitbook",... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "str... | {"id" : 170369, "name" : "Milemoa - KB Dusk", "description" : "Dusk color (light purple) theme for Milemoa BBS", "user" : {"id" : 795950, "name" : "KoreanBard", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2019-03-28T01:21:21.000Z", "weekly_install_coun... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "... | {"title" : "SPALS: Fast Alternating Least Squares via Implicit Leverage Scores Sampling.", "fields" : ["tensor", "data analysis", "matrix", "sublinear function", "leverage"], "abstract" : "Tensor CANDECOMP/PARAFAC (CP) decomposition is a powerful but computationally challenging tool in modern data analytics. In this pa... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "strin... | {"edges" : [[9, 17], [17, 9], [18, 47], [47, 9], [30, 12], [45, 9], [9, 15], [25, 9], [42, 7], [48, 9], [46, 9], [15, 9], [27, 9], [9, 52], [9, 1], [1, 26], [47, 9], [9, 32], [9, 29], [9, 24], [48, 47], [39, 20], [9, 11], [50, 9], [9, 8], [21, 9], [9, 29], [8, 6], [51, 53], [2, 9], [9, 38], [37, 9], [40, 7], [9, 10], [... | json_instruct | {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6":... |
Please provide a valid JSON object following 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-03-03T00:00:00Z", "Temp" : 7.4, "RelHum" : 92, "WindSpeed" : 3.1, "WindDir" : 132} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "TvApp", "displayName" : "TvApp"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"mongoUri": {"type": "string"}, "mongoDBName": {"type": "string"}}, "required": ["mongoUri", "mongoDBName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mongoUri" : "mongodb://127.0.0.1:35095/jest?", "mongoDBName" : "jest"} | json_instruct | {"type": "object", "properties": {"mongoUri": {"type": "string"}, "mongoDBName": {"type": "string"}}, "required": ["mongoUri", "mongoDBName"], "$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": {"time": {"type": "string"}, "quote_first": {"type": "string"}, "quote_time_case": {"type": "string"}, "quote_last": {"type": "string"}, "title": {"type": "string"}, "author": {"type"... | [{"time" : "16:33", "quote_first" : "At ", "quote_time_case" : "4.33pm", "quote_last" : ", a short bald man puffing on a cigar arrived at the library. He approached a huge cabinet storing thousands of alphabetically arranged cards and slid a drawer out. The tips of his fingers were bandaged.", "title" : "Havana World S... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "string"}, "quote_first": {"type": "string"}, "quote_time_case": {"type": "string"}, "quote_last": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}}, "required": ["time", "quote_first", "quote_time_case", "quote_l... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"my-own-script": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["my-own-script", "p... | {"name" : "no-deps-nested-postinstall", "version" : "1.0.0", "scripts" : {"my-own-script" : "node scripts/postinstall", "postinstall" : "run my-own-script"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"my-own-script": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["my-own-script", "postinstall"]}}, "required": ["name", "version", "scripts"], "$schema": "http:... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"uid": {"type": "string"}, "append": {"type": "boolean"}, "watch": {"type": "boolean"}, "script": {"type": "string"}, "sourceDir": {"type": "string"}, "logFile": {"type": "string"}, "outFile": {"type": "string... | {"uid" : "wickrio-user-engagement-bot", "append" : true, "watch" : false, "script" : "./user-engagement-bot.js", "sourceDir" : "", "logFile" : "", "outFile" : "", "errFile" : ""} | json_instruct | {"type": "object", "properties": {"uid": {"type": "string"}, "append": {"type": "boolean"}, "watch": {"type": "boolean"}, "script": {"type": "string"}, "sourceDir": {"type": "string"}, "logFile": {"type": "string"}, "outFile": {"type": "string"}, "errFile": {"type": "string"}}, "required": ["uid", "append", "watch", "s... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"count": {"type": "integer"}, "537062": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "436010": {"type": "object", "properties": {"count": {"type": "integer"}}, "requir... | {"count" : 11, "537062" : {"count" : 1}, "436010" : {"count" : 1}, "N.A.//" : {"count" : 4}, "412010" : {"count" : 1}, "439021" : {"count" : 1}, "251000" : {"count" : 1}, "399030" : {"count" : 1}, "271020" : {"count" : 1}} | json_instruct | {"type": "object", "properties": {"count": {"type": "integer"}, "537062": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "436010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"typ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "supersedes": {"type": "string"}, "superseded_by": {"type": "string"}, "count_objects": {"type": "string"}, "biography": {"type": "null"}, "woe:coun... | {"id" : "18539285", "url" : "http://collection.cooperhewitt.org/people/18539285/", "name" : "Adelaide Alsop Robineau", "supersedes" : "0", "superseded_by" : "0", "count_objects" : "1", "biography" : null, "woe:country" : "23424977", "date" : "American, 1865 \u2013 1929", "roles" : [{"id" : "35236757", "name" : "Executo... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "supersedes": {"type": "string"}, "superseded_by": {"type": "string"}, "count_objects": {"type": "string"}, "biography": {"type": "null"}, "woe:country": {"type": "string"}, "date": {"type": "string"}, "ro... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["first_koa_app", "nails-resource"] | 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": {"require": {"type": "array", "items": {"type": "string"}}, "loadBefore": {"type": "array", "items": {}}, "loadAfter": {"type": "array", "items": {}}, "conflict": {"type": "array", "items": {}}}, "required": ["requi... | {"require" : ["core"], "loadBefore" : [], "loadAfter" : [], "conflict" : []} | json_instruct | {"type": "object", "properties": {"require": {"type": "array", "items": {"type": "string"}}, "loadBefore": {"type": "array", "items": {}}, "loadAfter": {"type": "array", "items": {}}, "conflict": {"type": "array", "items": {}}}, "required": ["require", "loadBefore", "loadAfter", "conflict"], "$schema": "http://json-sch... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type"... | {"name" : "frontend-applications", "version" : "0.0.1", "description" : "Frontend applications", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "rollup -c", "dev" : "rollup -c -w", "start" : "sirv public"}, "repository" : {"type" : "git", "url" : "git+https://github.... | 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"}, "dev": {"type": "string"}, "start": {"type": "string"}}, "requ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object... | {"name" : "LimeConnectSDK", "version" : "1.5.2", "summary" : "Connect your apps to Lime Connect service", "description" : "Connect your apps to Lime Connect service with a single line of code and\nmake your app context-aware with beacons.", "homepage" : "http://lime-company.eu/", "license" : "GPL", "authors" : {"Lime -... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Lime - HighTech Solutions s.r.o.": {"type": "string"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"t... | {"id" : "220067887", "name" : "Chapel Street", "nodes" : [{"type" : "node", "id" : 1134262257, "lat" : 52.508098, "lon" : -0.4136397}, {"type" : "node", "id" : 1134262266, "lat" : 52.5082976, "lon" : -0.4143532}, {"type" : "node", "id" : 1134262283, "lat" : 52.5097851, "lon" : -0.4150774}, {"type" : "node", "id" : 1134... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunte... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@aksel/structjs": {"type": "string"}, "js-salsa20": {"type": "string"}, "jspack": {"type": "string"}, "lzo": {"type": "string"}, "zlib": {"type": "string"}}, "required": ["@aks... | {"dependencies" : {"@aksel/structjs" : "^1.0.0", "js-salsa20" : "^1.0.0", "jspack" : "^0.0.4", "lzo" : "^0.4.11", "zlib" : "^1.0.5"}, "name" : "node-mdict", "version" : "1.0.0", "description" : "Node implementation of https://github.com/csarron/mdict-analysis mdict parser", "main" : "index.js", "scripts" : {"test" : "e... | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@aksel/structjs": {"type": "string"}, "js-salsa20": {"type": "string"}, "jspack": {"type": "string"}, "lzo": {"type": "string"}, "zlib": {"type": "string"}}, "required": ["@aksel/structjs", "js-salsa20", "jspack", "lzo", "zlib"]}, "nam... |
Create an example JSON object that satisfies this schema:
{"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": {"... | {"id" : "71775", "name" : {"en" : "Pitt Meadows CS"}, "country" : "CA", "region" : "BC", "identifiers" : {"national" : "6830", "wmo" : "71775", "icao" : "CWMM", "ghcn" : "CA001106178", "usaf" : "717750"}, "location" : {"latitude" : 49.21, "longitude" : -122.69, "elevation" : 5}, "timezone" : "America/Vancouver"} | 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": {"national": {"type": "string"}, "wmo": {"type": "string"}, "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required"... | {"latest_version" : ["0.0.1-dev"], "meta" : {"description" : "PO File Translation Verification Web App", "homepage" : "http://github.com/mongodb/docs-tools.git", "license" : "Apache 2.0"}, "versions" : {"0.0.1-dev" : {"sha256" : "2270045e34b8920c251cbe7823116478944eb2f4c6addcffba98763a184f4e46", "url" : "https://files.... | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"better-dateinput-polyfill.css": {"type": "string"}, "better-dateinput-polyfill.js": {"type": "string"}, "better-dateinput-polyfill.min.css": {"type": "string"}, "better-dateinput-polyfill.min.js": {"type": "string"}, "i18n/bet... | {"better-dateinput-polyfill.css" : "sha256-2K22Oej8GMV68WGE2FlL0Mg6WftayUx9OAKjpMOo9qM=", "better-dateinput-polyfill.js" : "sha256-SJ3YiuafqBF+wlAVXIpF6IwZ1Gqoh9AzEONjzcrDSrs=", "better-dateinput-polyfill.min.css" : "sha256-aG9tiD2N/mqmNndJOuRnn7Sgws6QzL8qGCAEvlHYftc=", "better-dateinput-polyfill.min.js" : "sha256-uuoz... | json_instruct | {"type": "object", "properties": {"better-dateinput-polyfill.css": {"type": "string"}, "better-dateinput-polyfill.js": {"type": "string"}, "better-dateinput-polyfill.min.css": {"type": "string"}, "better-dateinput-polyfill.min.js": {"type": "string"}, "i18n/better-dateinput-polyfill.fr.js": {"type": "string"}, "i18n/be... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"... | {"artist_id" : "ARE6SXW1187B996F34", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Evan and Jaron", "duration" : 208.92689, "num_songs" : 1, "song_id" : "SOQLCCD12A8C1333F3", "title" : "Ready Or Not", "year" : 2000} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "str... | {"name" : "zomentum-hiring-ticket-booking-system", "version" : "1.0.0", "description" : "Zomentum Hiring Challenge (Backend Track): Ticket Booking System", "main" : "index.js", "scripts" : {"test" : "mocha --timeout 10000 --exit", "start" : "node index.js", "dev" : "nodemon index.js"}, "repository" : {"type" : "git", "... | 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"}, "dev": {"type": "string"}}, "required": ["test", "start", "dev... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "updated"], "$schema": "http://json-schema.org/draft-07/sch... | {"_id" : "beer_Hacker-Pschorr_Dunkel_Weisse", "brewery" : "Paulaner", "name" : "Hacker-Pschorr Dunkel Weisse", "updated" : "2010-07-22 20:00:20"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "repository": {"type": "string"}, "engines": {"type"... | {"description" : "Development tools for jskit projects", "homepage" : "https://jskit.dev", "bugs" : {"url" : "https://github.com/breakside/JSKit/issues"}, "repository" : "github:breakside/JSKit", "engines" : {"node" : ">=10.10.0"}} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "repository": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"jquery.linkify.js": {"type": "string"}, "jquery.linkify.min.js": {"type": "string"}}, "required": ["jquery.linkify.js", "jquery.linkify.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jquery.linkify.js" : "sha256-n31pqSjGkD3Ob0xr4fBgzkYxT9t/upSpjWJM3mXeqQI=", "jquery.linkify.min.js" : "sha256-t/WbTjilYLRj4k3zv07PHOA1HUfWIfU2wXNE+1D+HRA="} | json_instruct | {"type": "object", "properties": {"jquery.linkify.js": {"type": "string"}, "jquery.linkify.min.js": {"type": "string"}}, "required": ["jquery.linkify.js", "jquery.linkify.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"History.js": {"type": "string"}, "History.min.js": {"type": "string"}}, "required": ["History.js", "History.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"History.js" : "sha256-uQyQelaAsZnOIs/P7Hu3vIBEIdz0ymOzOY+ttldo0gY=", "History.min.js" : "sha256-J5ig8A8orxQa2DfiRSvAgLcgx5sdO7mPRPkh1+2r3No="} | json_instruct | {"type": "object", "properties": {"History.js": {"type": "string"}, "History.min.js": {"type": "string"}}, "required": ["History.js", "History.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"baasUrl": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "object", "properties": {"class": {"type": "string"}, "parameters": {"type": "object", "properties": {"gcmSenderId": {"type": "string"}}, "require... | {"baasUrl" : "https://mobile.stage1.ng.bluemix.net", "plugins" : [{"class" : "com.ibm.mobile.services.push.IBMPushService", "parameters" : {"gcmSenderId" : "821272323489"}}]} | json_instruct | {"type": "object", "properties": {"baasUrl": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "object", "properties": {"class": {"type": "string"}, "parameters": {"type": "object", "properties": {"gcmSenderId": {"type": "string"}}, "required": ["gcmSenderId"]}}, "required": ["class", "parameters"]}}},... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"group": {"type": "object", "properties": {"alias": {"type": "string"}, "format": {"type": "string"}, "column": {"type": "string"}}, "required": ["alias", "format", "column"]}}, "required": ["group"], "$schema": "http://json... | {"group" : {"alias" : "timestamp", "format" : "YYYY-MM-DD HH24:MI:SS.MS", "column" : "user_ts"}} | json_instruct | {"type": "object", "properties": {"group": {"type": "object", "properties": {"alias": {"type": "string"}, "format": {"type": "string"}, "column": {"type": "string"}}, "required": ["alias", "format", "column"]}}, "required": ["group"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [2.8486579716265723, 2.907015761587527, 3.390145104021492, 2.9362519120472483, 4.755353402783794, 3.000348329171027, 3.428816021621744, 2.742892084390352, 3.9570799109633636, 2.7740901444951764] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"language": {"type": "string"}, "app": {"type": "string"}, "projectId": {"type": "string"}, "terraformProviders": {"type": "array", "items": {"type": "string"}}, "terraformModules": {"type": "array", "items": ... | {"language" : "python", "app" : "pipenv run python main.py", "projectId" : "8dd3e94b-07f4-4c7e-8584-63f0f62098e7", "terraformProviders" : ["hashicorp/aws@~>3.69.0"], "terraformModules" : [{"name" : "AwsLambda", "source" : "terraform-aws-modules/lambda/aws", "version" : "2.34.0"}], "codeMakerOutput" : "imports", "contex... | json_instruct | {"type": "object", "properties": {"language": {"type": "string"}, "app": {"type": "string"}, "projectId": {"type": "string"}, "terraformProviders": {"type": "array", "items": {"type": "string"}}, "terraformModules": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "source": {"typ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
... | {"id" : "region2loc2lloc116", "type" : "HAS", "start" : "noctilum", "end" : "loc116"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Name": {"type": "string"}, "Registry ID": {"type": "string"}, "Class": {"type": "string"}}, "required": ["Name", "Registry ID", "Class"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "totemic:baykok", "Registry ID" : "totemic:baykok", "Class" : "pokefenn.totemic.entity.boss.EntityBaykok"} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "Registry ID": {"type": "string"}, "Class": {"type": "string"}}, "required": ["Name", "Registry ID", "Class"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/js/app.js.map": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css", "/js/app.js.map"], "$schema": "http://json-schema.org/draft-07/s... | {"/js/app.js" : "/js/app.js?id=9702d1f8ed937f4826b6", "/css/app.css" : "/css/app.css?id=c57a429bfa9393601c02", "/js/app.js.map" : "/js/app.js.map?id=e87a60e97730cb803542"} | json_instruct | {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/js/app.js.map": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css", "/js/app.js.map"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"read_files": {"type": "string"}, "expected_format": {"type": "string"}, "compatible_fragment_ratio": {"type": "number"}, "num_compatible_fragments": {"type": "integer"}, "num_assigned_fragments": {"type": "integer"... | {"read_files" : "[ /shares/B110-Isilon1/004927/data/151201_SN7001438_0172_AC7YYKANXX/AS-97422-LR-13625/fastq/AS-97422-LR-13625_R1.fastq.gz ]", "expected_format" : "U", "compatible_fragment_ratio" : 1.0, "num_compatible_fragments" : 13514559, "num_assigned_fragments" : 13514559, "num_frags_with_concordant_consistent_map... | json_instruct | {"type": "object", "properties": {"read_files": {"type": "string"}, "expected_format": {"type": "string"}, "compatible_fragment_ratio": {"type": "number"}, "num_compatible_fragments": {"type": "integer"}, "num_assigned_fragments": {"type": "integer"}, "num_frags_with_concordant_consistent_mappings": {"type": "integer"}... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2000, 5], [2003, 6], [2008, 5], [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": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type... | {"vendor" : "liberica", "filename" : "bellsoft-jdk11.0.14.1+1-macos-aarch64-lite.pkg", "release_type" : "ga", "version" : "11.0.14.1+1", "java_version" : "11.0.14.1+1", "jvm_impl" : "hotspot", "os" : "macosx", "architecture" : "aarch64", "file_type" : "pkg", "image_type" : "jdk", "features" : ["lite"], "url" : "https:/... | json_instruct | {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "stri... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01003773": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, ... | {"type" : "Topology", "objects" : {"E01003773" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00018930", "LAD11CD" : "E09000026"}, "arcs" : [[0, 1, 2, 3, 4]]}, {"type" : "Polygon", ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01003773": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 1110821, "stations" : ["1110821"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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": {}}, ... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [252.462, 201.272, 1, 255.572, 223.252, 1, 237.858, 230.507, 1, 223.706, 277.441, 1, 182.62, 286.434, 1, 276.754, 214.26, 1, 284.981, 257.292, 1, 257.93, 290.498, 1, 331.881, 269.46, 1, 417.158, 280.446, 1, 419.356, 276.556, 0, 351.967, 246.474, 1, 412.075, 261.453, ... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"seeds": {"type": "array", "items": {"type": "integer"}}, "batch_sizes": {"type": "array", "items": {"type": "integer"}}, "word_embedding": {"type": "string"}, "epochs": {"type": "array", "items": {"type": "in... | {"seeds" : [1, 2, 3, 4, 5], "batch_sizes" : [4, 8], "word_embedding" : "de-model-skipgram-300-minc20-ws5-maxn-6.bin", "epochs" : [200], "learning_rates" : [0.1], "hipe_datasets" : ["ajmc/de"], "use_crf" : true, "cuda" : "1"} | json_instruct | {"type": "object", "properties": {"seeds": {"type": "array", "items": {"type": "integer"}}, "batch_sizes": {"type": "array", "items": {"type": "integer"}}, "word_embedding": {"type": "string"}, "epochs": {"type": "array", "items": {"type": "integer"}}, "learning_rates": {"type": "array", "items": {"type": "number"}}, "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Second object", "tags" : ["yolo", "ipsum", "diam", "amet", "lectus"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "f... | {"user" : "ednapiranha", "repos" : 1, "login" : "ednapiranha", "id" : 83059, "avatar_url" : "https://avatars0.githubusercontent.com/u/83059?v=3", "url" : "https://api.github.com/users/ednapiranha", "html_url" : "https://github.com/ednapiranha", "followers_url" : "https://api.github.com/users/ednapiranha/followers", "fo... | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gist... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "populat... | {"type" : "Feature", "properties" : {"name" : "Dawes County", "fips" : "31045", "state_code" : 31, "county_code" : 45, "population" : 8589, "countrylevel_id" : "fips:31045", "census_data" : {"COUNTYNS" : "00835844", "AFFGEOID" : "0500000US31045", "LSAD" : "06", "ALAND" : 3616875588, "AWATER" : 11870270}}, "geometry" : ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_d... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "s... | {"symbol" : "VKNF", "address" : "0xD501900646641eAf5755758E11EeAA43dF691924", "overview" : {"en" : ""}, "email" : "support@vkenaf.com", "website" : "https://vkenaf.com/", "state" : "NORMAL", "links" : {"blog" : "", "twitter" : "https://twitter.com/vkenaf", "telegram" : "https://t.me/officialvkenafcommunity", "github" :... | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": ... |
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#"}
| [[150, -22, -10759, 89, 106, 3545, -6537, 9310, 110, -30, -2, -82, 2440, -129, -62, 8961, -323, -2710, -511, 48, 78, 90, 908, -132, 6351, 16, 77, 39, 7454, 41, 43, 69, 220, -13, 96, -1288, 144, 169, -20, -19, 9029, -9667, -25, -108, -3184, 29, 15, -136, 62, -1371, 4, -12011, -91, 5959, 51, -3085, -95, -87, -2, -7116, 1... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"sn22.89:0.3": {"type": "string"}, "sn22.89:10.2": {"type": "string"}, "sn22.89:12.3": {"type": "string"}, "sn22.89:13.2": {"type": "string"}}, "required": ["sn22.89:0.3", "sn22.89:10.2", "sn22.89:12.3", "sn22.89:13.2... | {"sn22.89:0.3" : "Khemakasutta \u2192 khemo (pts1ed)", "sn22.89:10.2" : "va\u1e47\u1e47assa \u2192 va\u1e47\u1e6dassa (katthaci)", "sn22.89:12.3" : "hoti yeva \u2192 hoteva (bj); hoti yo (bj); hoti yo ca (sya-all, pts1ed)", "sn22.89:13.2" : "na kho \u2192 na kho pana (pts1ed, mr)"} | json_instruct | {"type": "object", "properties": {"sn22.89:0.3": {"type": "string"}, "sn22.89:10.2": {"type": "string"}, "sn22.89:12.3": {"type": "string"}, "sn22.89:13.2": {"type": "string"}}, "required": ["sn22.89:0.3", "sn22.89:10.2", "sn22.89:12.3", "sn22.89:13.2"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"react-contextmenu.js": {"type": "string"}}, "required": ["react-contextmenu.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"react-contextmenu.js" : "sha512-9iHvXjds5O5WKbWzpC/9KvDl5Jvvw6dijEs5MKDUBeYy5cxrwkV2aUs2MpmGoxFChlNOfL1X+G/I/3cPcSfLkQ=="} | json_instruct | {"type": "object", "properties": {"react-contextmenu.js": {"type": "string"}}, "required": ["react-contextmenu.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords"... | {"name" : "instagram-node-app", "version" : "1.0.0", "description" : "Instagram Node App", "main" : "server.js", "scripts" : {"test" : "test"}, "keywords" : ["node", "ejs", "instagram", "express", "js"], "author" : "Raja Avinash", "license" : "ISC", "dependencies" : {"ejs" : "^2.5.7", "express" : "^4.15.4", "instagram-... | 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"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m... | {"MRRm_new" : 0.22514543657975156, "MRm_new" : 249.78098009479046, "HITS@1m_new" : 0.1420031061682501, "HITS@3m_new" : 0.24030011672144755, "HITS@10m_new" : 0.38851705473479814} | json_instruct | {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.or... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}}, "required": [... | {"name" : "MetalReFresh", "version" : "0.7.7", "summary" : "It is a library using metal.", "homepage" : "https://github.com/daisukenagata/MetalReFresh", "license" : {"type" : "MIT"}, "authors" : {"daisukenagata" : "dbank0208@gmail.com"}, "social_media_url" : "http://twitter.com/daisukenagata", "platforms" : {"ios" : "1... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "authors": {"type": "object", "properties": {"daisukenagata": {"typ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : ["http://placeimg.com/640/480/abstract"]} | json_instruct | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.