input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "If your ice coffee isn't exciting you, try this. Before adding ice or coffee pour a bit of chocolate syrup at the bottom of the glass, then add the ice, then coffee, ", "created" : "Sun, 04 Aug 2019 17:57:29 GMT", "type" : "outline"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type":... | {"hash" : "0x7ae604f417db16ab2272163ecc0c8e1f03a6ff41e23e524714c31990cee3ad6a", "parentHash" : "0x862af2e9c24447123ca342146a59c9460e90e2f53d062020a102ba2f9c75498f", "number" : 30454, "timestamp" : 1438659100, "nonce" : "0x2d821d74189751d0", "difficulty" : 1137282859671, "gasLimit" : {"_hex" : "0x1388"}, "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"]... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d590-75", "text" : "Inite^national Relations\nWithin the last few months a now cvgmUaU<m9 the Broadoastlag Foundation\nof kmrteB', has coma into being* It was \u00a3<mmd principally % two faster ITAEB\noffioera srd camittee workers.. In exploring to us the reason\u00ae to its formation,\nthaaa individuals stat... | 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": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": ... | {"name" : "@hojihooks/use-url-search-params-get-object", "version" : "1.0.1", "description" : "React Hook to Returns all the values associated with a given search parameter as an object.", "main" : "index.js", "repository" : {"type" : "git", "url" : "git+https://github.com/woohoeon/hojihooks.git"}, "keywords" : ["react... | 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", ... |
Construct a JSON document that adheres to this schema specification:
{"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"}, "n... | {"artist_id" : "ARNFFVQ1242077E94A", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Echoes The Fall", "duration" : 226.16771, "num_songs" : 1, "song_id" : "SOHHKTW12AB01842A2", "title" : "Things Will Change (This Time Around)", "year" : 0} | 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"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"... | {"userId" : 34856, "cartId" : "2d4a4187-9d26-4381-9ee0-f872991f0653", "preferredProducts" : [], "productReviews" : [{"productId" : 3803, "reviewText" : "My neighbor Fannie has one of these. She works as a teacher and she says it looks spiky.", "reviewDate" : "2018-06-28T08:27:44.545655+03:00"}, {"productId" : 407, "rev... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"description": {"type": "string"}, "number": {"type": "string"}, "class": {"type": "string"}}, "required": ["description", "number", "class"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Mercury oleate", "number" : "1640", "class" : "6.1"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "number": {"type": "string"}, "class": {"type": "string"}}, "required": ["description", "number", "class"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}, "lint": {"type"... | {"name" : "event-ts-tests", "version" : "0.1.0", "private" : true, "scripts" : {"serve" : "vue-cli-service serve", "build" : "vue-cli-service build", "lint" : "vue-cli-service lint"}, "dependencies" : {"bootstrap" : "^4.3.1", "chartist" : "^0.11.0", "jquery" : "^3.3.1", "popper.js" : "^1.15.0", "rxjs" : "^6.4.0", "rxjs... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}}, "required": ["serve", "build", "lint"]}, "dependencies": {"type... |
Following the schema specification below, generate a valid JSON instance:
{"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" : "6504030028", "district_id" : "6504030", "name" : "NANTUKIDAN"} | 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": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type"... | {"id" : "15efec9b-0a32-43e5-baad-987bf5d0f7fc", "playerTags" : ["33fbfe23-37bd-4e37-a481-a87eadb8192d"], "teamTags" : [], "gameTags" : ["23919c1b-579d-49cf-a749-fcaf8fccdd40"], "metadata" : {"mod" : "INHABITING", "play" : 23, "type" : 0, "parent" : "b219f2f2-40de-490f-8d81-6d5adbde1eed", "subPlay" : 0}, "created" : "20... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"mod": {"type": "string"}, "play": {"type": "int... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"ids": {"type": "object", "properties": {"ark": {"type": "string"}, "pudl": {"type": "string"}}, "required": ["ark", "pudl"]}, "title": {"type": "string"}, "sort_title": {"type": "string"}, "names": {... | [{"ids" : {"ark" : "ark:/88435/1n79h566m", "pudl" : "pudl0025/02/0002"}, "title" : "\u00bfY si defendemos la salud p\u00fablica?", "sort_title" : "y si defendemos la salud p\u00fablica", "names" : [{"label" : "Central de Trabajadores Argentinos", "established" : true}], "geo_origin" : "Argentina", "date" : "Unknown", "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"ids": {"type": "object", "properties": {"ark": {"type": "string"}, "pudl": {"type": "string"}}, "required": ["ark", "pudl"]}, "title": {"type": "string"}, "sort_title": {"type": "string"}, "names": {"type": "array", "items": {"type": "object", "properties": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"542424100": {"type": "string"}, "542424200": {"type": "string"}, "542424201": {"type": "string"}, "542424202": {"type": "string"}, "542424203": {"type": "string"}, "542424204": {"type": "string"}, "542424205": {"type": "string"}... | {"542424100" : "\u8042\u8363\u9547", "542424200" : "\u5c3c\u739b\u4e61", "542424201" : "\u67e5\u5f53\u4e61", "542424202" : "\u5f53\u6728\u6c5f\u4e61", "542424203" : "\u6c38\u66f2\u4e61", "542424204" : "\u7d22\u96c4\u4e61", "542424205" : "\u767d\u96c4\u4e61", "542424206" : "\u6851\u8363\u4e61", "542424207" : "\u4e0b\u66... | json_instruct | {"type": "object", "properties": {"542424100": {"type": "string"}, "542424200": {"type": "string"}, "542424201": {"type": "string"}, "542424202": {"type": "string"}, "542424203": {"type": "string"}, "542424204": {"type": "string"}, "542424205": {"type": "string"}, "542424206": {"type": "string"}, "542424207": {"type": ... |
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" : "3524250004", "district_id" : "3524250", "name" : "SUMURGAYAM"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"timeout": {"type": "integer"}, "couch": {"type": "string"}, "admin": {"type": "string"}, "cloudant_url": {"type": "string"}, "cloudant_auth": {"type": "string"}}, "required": ["timeout", "couch", "admin", "cloudant_... | {"timeout" : 20000, "couch" : "http://localhost:5984", "admin" : "http://admin:password@localhost:5984", "cloudant_url" : "https://nodejs.cloudant.com", "cloudant_auth" : "https://cloudant.com"} | json_instruct | {"type": "object", "properties": {"timeout": {"type": "integer"}, "couch": {"type": "string"}, "admin": {"type": "string"}, "cloudant_url": {"type": "string"}, "cloudant_auth": {"type": "string"}}, "required": ["timeout", "couch", "admin", "cloudant_url", "cloudant_auth"], "$schema": "http://json-schema.org/draft-07/sc... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"status": {"type": "string"}, "knowledge": {"type": "array", "items": {"type": "string"}}, "degree_of_difficulty": {"type": "integer"}, "explain": {"type": "string"}, "question": {"type": "string"}, "source": {"type... | {"status" : "error", "knowledge" : ["\u8fdb\u7a0b\u72b6\u6001\u4e0e\u63a7\u5236"], "degree_of_difficulty" : 1, "explain" : "\u89e3\u91ca\n", "question" : "\u4f7f\u7528\u4e00\u4e2a\u4fe1\u53f7\u91cf\u534f\u8c035\u4e2a\u8fdb\u7a0b\u5bf93\u4e2a\u540c\u7c7b\u4e34\u754c\u8d44\u6e90\u7684\u8bbf\u95ee\uff0c\u4e0b\u5217\u54ea\... | json_instruct | {"type": "object", "properties": {"status": {"type": "string"}, "knowledge": {"type": "array", "items": {"type": "string"}}, "degree_of_difficulty": {"type": "integer"}, "explain": {"type": "string"}, "question": {"type": "string"}, "source": {"type": "string"}, "answer": {"type": "string"}, "type": {"type": "string"},... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["macattack-express", "macshack", "macstack", "tuber-deploy"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", ... | [{"manufacturer" : "BQru", "market_name" : "BQ-5521 STRIKE POWER MAX", "codename" : "BQru-5521", "model" : "BQru-5521"}] | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schem... | {"Time" : "2021-06-19T15:00:00Z", "Temp" : 30.4, "RelHum" : 42, "WindSpeed" : 6.4, "WindDir" : 306} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type":... | {"id" : 23904, "name" : "Teleport crystal", "qualified_name" : "Teleport crystal (The Gauntlet)", "examine" : "A tiny crystal enchanted to return the user to the start of the Gauntlet.", "members" : true, "release_date" : "2019-07-25", "quest" : false, "weight" : 0.0, "value" : 1, "tradeable" : false, "stackable" : tru... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "tra... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}... | {"user" : "Edouard DUPIN", "value" : "5", "type" : "hand", "time" : 1470843634772678144, "data" : [{"type" : "type::finger", "list" : [[381.646637, 616.919312], [386.519562, 604.513428], [389.984467, 586.081909], [390.905212, 563.611694], [391.693665, 539.540527], [390.07785, 517.81427], [387.320221, 507.935791], [385.... | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "num... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"sideEffects": {"type": "boolean"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@reach/router": {"type": "string"},... | {"sideEffects" : false, "version" : "0.0.0", "name" : "~jab-react", "description" : "Utilities for React", "dependencies" : {"@reach/router" : "^1.3.4", "@types/reach__router" : "^1.3.7", "@types/react" : "^16.14.4", "react" : "^16.14.0", "shallow-equal" : "^1.2.1"}} | json_instruct | {"type": "object", "properties": {"sideEffects": {"type": "boolean"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@reach/router": {"type": "string"}, "@types/reach__router": {"type": "string"}, "@types/react": {"type": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties":... | {"city" : {"name" : "PIO XII", "state" : "MA"}, "borders" : [[{"lat" : -3.71751257344647, "lng" : -45.04791211934878}, {"lat" : -3.723361248722597, "lng" : -45.04269506942188}, {"lat" : -3.873179133010524, "lng" : -44.956903364198865}, {"lat" : -3.9644515190223615, "lng" : -45.01020503883143}, {"lat" : -3.9173030049296... | json_instruct | {"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"example": {"type": "string"}, "overview": {"type": "string"}, "board": {"type": "array", "items": {"type": "string"}}, "version": {"type": "array", "items": {"type": "string"}}, "dsa": {"type": "string"}, "xcl": {"... | {"example" : "Smithwaterman Genetic Sequencing Demo", "overview" : "This is an optimized implementation of the smithwaterman algorithm targeting exection on an SDAccel support FPGA acceleration card.\n\nThe main algorithm characteristics of this application are\n1. Compute MaxScore\n2. Systolic array implementation\n",... | json_instruct | {"type": "object", "properties": {"example": {"type": "string"}, "overview": {"type": "string"}, "board": {"type": "array", "items": {"type": "string"}}, "version": {"type": "array", "items": {"type": "string"}}, "dsa": {"type": "string"}, "xcl": {"type": "boolean"}, "em_cmd": {"type": "string"}, "hw_cmd": {"type": "st... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/bcryptjs": {"type": "string"}... | {"name" : "gymkhapp-backend", "version" : "1.0.0", "description" : "", "main" : "index.ts", "dependencies" : {"@types/bcryptjs" : "^2.4.2", "@types/dotenv" : "^6.1.1", "@types/jsonwebtoken" : "^8.3.2", "bcryptjs" : "^2.4.3", "body-parser" : "^1.18.3", "cors" : "^2.8.4", "dotenv" : "^8.0.0", "express" : "^4.16.3", "json... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/bcryptjs": {"type": "string"}, "@types/dotenv": {"type": "string"}, "@types/jsonwebtoken": {"type": "strin... |
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" : 2933, "cartId" : "1a3b24d4-89c6-41e2-846c-f6b8b98d3ddb", "preferredProducts" : [112, 1999, 1063, 1000, 1954], "productReviews" : [{"productId" : 1296, "reviewText" : "this pixel is mellow.", "reviewDate" : "2017-01-13T07:00:39.3378755+02:00"}, {"productId" : 1071, "reviewText" : "The box this comes in is 4 ... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "prop... | {"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-79.89649148726431, 40.19551005362063], [-79.89683949326641, 40.19557366484382], [-79.9034794744... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "ob... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"TailfinWalking": {"type": "array", "items": {"type": "string"}}}, "required": ["TailfinWalking"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"TailfinWalking" : ["FunnyAnimal", "OurMermaidsAreDifferent", "FeatherFingers", "FishPeople", "TerrestrialSeaLife", "TheMermaidProblem", "FogFeet", "FogFeet", "TruthInTelevision", "LiteralMetaphor", "FishOutOfWater", "OlderThanRadio", "FishPeople", "Cthulhumanoid", "FantasticFaunaCounterpart", "FeatherFingers", "Imagi... | json_instruct | {"type": "object", "properties": {"TailfinWalking": {"type": "array", "items": {"type": "string"}}}, "required": ["TailfinWalking"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type... | {"name" : "dancer", "description" : "dancer.js is a high-level audio API, usable with the Web Audio API, Mozilla's Audio Data API and flash fallback, designed to make sweet visualizations.", "version" : "0.4.0", "homepage" : "https://github.com/jsantell/dancer.js", "author" : {"name" : "Jordan Santell", "url" : "http:/... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "repository": {"type": "object... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[{"count" : 4, "_tpl" : "5672cb724bdc2dc2088b456b"}, {"count" : 4, "_tpl" : "590c5f0d86f77413997acfab"}]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"mainClass": {"type": "string"}, "classPath": {"type": "string"}}, "required": ["mainClass", "classPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mainClass" : "com.google.cloud.teleport.v2.templates.CsvToElasticsearch", "classPath" : "/template/CsvToElasticsearch/libs/*:/template/CsvToElasticsearch/classes"} | json_instruct | {"type": "object", "properties": {"mainClass": {"type": "string"}, "classPath": {"type": "string"}}, "required": ["mainClass", "classPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"path": {"type": "string"}, "zenCodeName": {"type": "string"}, "searchTerms": {"type": "array", "items": {"type": "string"}}}, "required": ["path", "zenCodeName", "searchTerms"], "$schema": "http://json-schema... | {"path" : "vanilla/api/util/math/MutableBlockPos.md", "zenCodeName" : "crafttweaker.api.util.math.BlockPos", "searchTerms" : ["move", "setY", "setX", "crafttweaker.api.util.math.BlockPos", "setValue", "mutable", "setWithOffset", "setZ", "clamp"]} | json_instruct | {"type": "object", "properties": {"path": {"type": "string"}, "zenCodeName": {"type": "string"}, "searchTerms": {"type": "array", "items": {"type": "string"}}}, "required": ["path", "zenCodeName", "searchTerms"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"templateDirectory": {"type": "string"}, "tasks": {"type": "array", "items": {"type": "object", "properties": {"targets": {"type": "array", "items": {"type": "object", "properties": {"templates": {"type": "array", ... | {"templateDirectory" : "./templates", "tasks" : [{"targets" : [{"templates" : ["nodeBase"], "destination" : "./root/finishers/finishers.ts"}, {"templates" : ["nodeTest"], "destination" : "./root/finishers/finishers.test.ts"}], "variables" : {"apiNodeName" : "finishers", "docs" : "This resource returns information about... | json_instruct | {"type": "object", "properties": {"templateDirectory": {"type": "string"}, "tasks": {"type": "array", "items": {"type": "object", "properties": {"targets": {"type": "array", "items": {"type": "object", "properties": {"templates": {"type": "array", "items": {"type": "string"}}, "destination": {"type": "string"}}, "requi... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array"... | {"name" : "mtui", "author" : "Mantou", "version" : "2.4.61", "description" : "webpack and gulp for react", "main" : "index.js", "license" : "MIT", "keywords" : ["mtui", "react", "react ui", "react form", "react plugin"], "homepage" : "https://git.oschina.net/676015863/mtui2.0", "directories" : {"example" : "example"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "directorie... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/brad": {"type": "object", "properties": {"0.1.0": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version... | {"packages" : {"wpackagist-plugin/brad" : {"0.1.0" : {"name" : "wpackagist-plugin/brad", "version" : "0.1.0", "version_normalized" : "0.1.0.0", "uid" : 51333, "dist" : {"type" : "zip", "url" : "https://downloads.wordpress.org/plugin/brad.0.1.0.zip"}, "source" : {"type" : "svn", "url" : "https://plugins.svn.wordpress.or... | json_instruct | {"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/brad": {"type": "object", "properties": {"0.1.0": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"}, "dist": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "st... | {"id" : 80412, "info" : {"name" : "sisi", "description" : "very good", "additionalInfo" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"youtube.com\") {", "format" : "uso", "category" : "youtube", "createdAt" : "2012-12-22T08:43:34.000Z", "updatedAt" : "2012-12-22T08:46:19.000Z", "licens... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type":... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["zen-fs"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "image": {"type": "string"}}, "required": ["text", "created", "type", "image"], "$schema": "http://json-schema.org/draft-07/sche... | {"text" : "When I was a kid, at the height of the cold war, I had dreams of looking out my window and seeing dozens of <a href=\"https://duckduckgo.com/?q=mushroom+cloud&t=hf&iax=images&ia=images\">mushroom clouds</a> off in the distance.", "created" : "Sat, 13 Jan 2018 19:12:42 GMT", "type" : "outline", "image" : "htt... | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "image": {"type": "string"}}, "required": ["text", "created", "type", "image"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"hil\u00b7l\u00eal": {"type": "object", "properties": {"jdg.12.15|3": {"type": "array", "items": {"type": "string"}}, "jdg.12.13|6": {"type":... | {"pos" : "proper", "translits" : {"hil\u00b7l\u00eal" : {"jdg.12.15|3" : ["son", "of Hillel", "the Pirathonite"], "jdg.12.13|6" : ["son", "of Hillel\uff64", "the Pirathonite\uff64"]}}, "meanings" : {"hillel" : 2}, "meaningsCount" : 1, "occurences" : 2} | json_instruct | {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"hil\u00b7l\u00eal": {"type": "object", "properties": {"jdg.12.15|3": {"type": "array", "items": {"type": "string"}}, "jdg.12.13|6": {"type": "array", "items": {"type": "string"}}}, "required": ["jdg.12.15|3", "j... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"typeaheadjs.css": {"type": "string"}, "typeaheadjs.min.css": {"type": "string"}}, "required": ["typeaheadjs.css", "typeaheadjs.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"typeaheadjs.css" : "sha512-EuXVATf+jlhILDhGxiZtnQH3gfc793rhjoHutSV+DgfUSEjNhzGxz21jI9/rs+b49/aQmFVulD0qpwspFt085A==", "typeaheadjs.min.css" : "sha512-CRdSv/52xbLj+ZopwsvCtQutNdGAq6C07FDhPfLPOMBYIo/jKmObVRHjSO5PtHa/AlBPGcJE9zLz92KQmg+erQ=="} | json_instruct | {"type": "object", "properties": {"typeaheadjs.css": {"type": "string"}, "typeaheadjs.min.css": {"type": "string"}}, "required": ["typeaheadjs.css", "typeaheadjs.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ExecutionReport": {"type": "object", "properties": {"orderId": {"type": "string"}, "latestOrderId": {"type": "string"}, "clientOrderId": {"type": "string"}, "orderStatus": {"type": "string"}, "participateDoNo... | {"ExecutionReport" : {"orderId" : "84230381170", "latestOrderId" : "84230381170", "clientOrderId" : "db79c4da6a18334bfbbdee47812e48d0", "orderStatus" : "new", "participateDoNotInitiate" : false, "userId" : "user_101499", "symbol" : "BCNBTC", "side" : "sell", "price" : "0.1200000000", "quantity" : 1, "type" : "limit", "... | json_instruct | {"type": "object", "properties": {"ExecutionReport": {"type": "object", "properties": {"orderId": {"type": "string"}, "latestOrderId": {"type": "string"}, "clientOrderId": {"type": "string"}, "orderStatus": {"type": "string"}, "participateDoNotInitiate": {"type": "boolean"}, "userId": {"type": "string"}, "symbol": {"ty... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license":... | {"name" : "reservation-api-function", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {}, "author" : "WeihanLi", "license" : "MIT", "dependencies" : {"got" : "^9.6.0"}, "devDependencies" : {"@types/got" : "^9.6.7", "@types/node" : "^12.7.2", "@types/tough-cookie" : "^2.3.5", "typescript" : "^3... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "pr... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"_comment": {"type": "string"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "string"}, "private": {"type": "boolean"}, "html_url": {"type": "string"}, "description": {"type": "strin... | {"_comment" : "DO NOT EDIT MANUALLY - See ../../../README.md", "name" : "dennis", "full_name" : "willkg/dennis", "owner" : "willkg", "private" : false, "html_url" : "https://github.com/willkg/dennis", "description" : "Dennis is a set of utilities for working with PO files to ease development and improve quality.", "for... | json_instruct | {"type": "object", "properties": {"_comment": {"type": "string"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "string"}, "private": {"type": "boolean"}, "html_url": {"type": "string"}, "description": {"type": "string"}, "fork": {"type": "boolean"}, "url": {"type": "string"}, "language... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "oligoclase", "definition" : "A triclinic soda-lime feldspar. See Feldspar."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"c" : 1861021, "d" : "21V", "md" : false}, {"c" : 1861022, "d" : "22V", "md" : false}, {"c" : 1861023, "d" : "23V", "md" : false}, {"c" : 1861024, "d" : "24V", "md" : true}, {"c" : 1861025, "d" : "25V", "md" : false}, {"c" : 1861026, "d" : "26V", "md" : false}, {"c" : 1861027, "d" : "27V", "md" : false}, {"c" : 18610... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"icdCodeId": {"type": "string"}, "code": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}}, "required": ["icdCodeId", "code", "description", "category"], "$schema": "http://json-schema.org/dra... | {"icdCodeId" : "n93.9", "code" : "N93.9", "description" : "Abnormal uterine and vaginal bleeding, unspecified", "category" : "Cytology"} | json_instruct | {"type": "object", "properties": {"icdCodeId": {"type": "string"}, "code": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}}, "required": ["icdCodeId", "code", "description", "category"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/s... | [{"name" : "HESMADET", "frequency" : 1, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/sche... | [{"Similarity" : "0.911", "Title" : "Constraining ACT-R Models of Decision Strategies An Experimental Paradigm", "Year" : 2013}, {"Similarity" : "0.907", "Title" : "Risk Cognitive Control and Adolescence Challenging the Dual Systems Model", "Year" : 2017}, {"Similarity" : "0.904", "Title" : "Modeling Human Information ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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": "s... | {"id" : 10740, "title" : ["[Plains of Bone, Virktoth's Path]"], "description" : ["A skeleton lies spread eagle on the dark hill side. Manacles secure the remains at the wrist and ankles. A strong night wind occasionally makes the skeleton rattle. The skeleton is intact except for the skull which is now nothing more ... | 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": {"10739"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "ur... | {"title" : "Saturn's Moon Epimetheus from the Cassini Spacecraft", "credit" : "Cassini Imaging Team, SSI, JPL, ESA, NASA", "explanation" : "How did Epimetheus form? No one is yet sure. To help answer that question, this small moon has recently been imaged again in great detail by the robot spacecraft Cassini now orbiti... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "e... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "runtime": {"type": "integer"}, "gener": {"type": "array", "items": {"type": "string"}}, "bio": {"type": "string"}, "director": {"type": "array", "items": {"type": "string"}}, "Language":... | {"name" : "Ayan", "runtime" : 162, "gener" : ["Action"], "bio" : "A young man's smuggling lifestyle takes a serious turn, when a fierce rival tries to eliminate him from the business.", "director" : ["K.V. Anand"], "Language" : ["Tamil"], "Country" : "India"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "runtime": {"type": "integer"}, "gener": {"type": "array", "items": {"type": "string"}}, "bio": {"type": "string"}, "director": {"type": "array", "items": {"type": "string"}}, "Language": {"type": "array", "items": {"type": "string"}}, "Country": {"type": "s... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbr... | {"place_name" : "Stone Creek", "state_name" : "Ohio", "state_abbrv" : "OH", "lat" : "40.4052", "long" : "-81.589"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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": "str... | {"vendor" : "liberica", "filename" : "bellsoft-jdk13-windows-amd64-lite.msi", "release_type" : "ga", "version" : "13", "java_version" : "13", "jvm_impl" : "hotspot", "os" : "windows", "architecture" : "x86_64", "file_type" : "msi", "image_type" : "jdk", "features" : ["lite"], "url" : "https://github.com/bell-sw/Liberic... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}... | [{"Id" : "241925", "ThreadId" : "70963", "Html" : "<p>Hello,</p>\r\n<p>I've been using the June release and it's great!</p>\r\n<p>I'm implementing input validation in the datagrid and i know the silverlight datagrid supports validation through the System.ComponentModel.DataAnnotations attributes, which is not only stra... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "Ma... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "config": {"type": "object", "properties": {"connector.class": {"type": "string"}, "first.required.param": {"type": "string"}, "second.required.param": {"type": "string"}, "tasks.max": {"... | {"name" : "basic-example", "config" : {"connector.class" : "com.acme.kafka.connect.sample.SampleSourceConnector", "first.required.param" : "Kafka", "second.required.param" : "Connect", "tasks.max" : "1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "config": {"type": "object", "properties": {"connector.class": {"type": "string"}, "first.required.param": {"type": "string"}, "second.required.param": {"type": "string"}, "tasks.max": {"type": "string"}}, "required": ["connector.class", "first.required.para... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parser": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}, "plugins": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"browser": {"type": "boolean"}, "es... | {"parser" : "babel-eslint", "extends" : ["plugin:prettier/recommended", "plugin:jsx-a11y/recommended"], "plugins" : ["jsx-a11y"], "env" : {"browser" : true, "es6" : true}} | json_instruct | {"type": "object", "properties": {"parser": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}, "plugins": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"browser": {"type": "boolean"}, "es6": {"type": "boolean"}}, "required": ["browser", "es6"]}}, "r... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"config": {"type": "string"}, "port": {"type": "string"}, "apiJson": {"type": "string"}, "dataFolder": {"type": "string"}}, "required": ["config", "port", "apiJson", "dataFolder"], "$schema": "http://json-schema.org/d... | {"config" : "", "port" : "", "apiJson" : "", "dataFolder" : ""} | json_instruct | {"type": "object", "properties": {"config": {"type": "string"}, "port": {"type": "string"}, "apiJson": {"type": "string"}, "dataFolder": {"type": "string"}}, "required": ["config", "port", "apiJson", "dataFolder"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"val": {"type": "string"}}, "required": ["val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"val" : "%BF%9D%8B%CD%86%5C%5Ccwfaijdhlklibi%5BNN%8D%D0%DE%9B%5C%5Cd%86ui%7B%88%7B%7Br%60cs%7Ber%7D%7Cw%60r%86vmeo%83zmes%83xggnhS%9F"} | json_instruct | {"type": "object", "properties": {"val": {"type": "string"}}, "required": ["val"], "$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"}, "summary": {"type": "string"}, "swift_versions": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "... | {"name" : "LocalAuthenticator", "version" : "0.1.0", "summary" : "Simple swift class to provide all the functionality to implement LocalAuthentication.", "swift_versions" : "4.2", "description" : "\"LocalAuthenticator provides you all the required methods to easily implement LocalAuthentication Framework, using some co... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "swift_versions": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"condition_occurrence": {"type": "array", "items": {"type": "integer"}}}, "required": ["condition_occurrence"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"condition_occurrence" : [172, 507, 523, 963, 986, 1405, 1572, 15005, 20660, 39893, 46165, 49718, 83257, 84298, 87583]} | json_instruct | {"type": "object", "properties": {"condition_occurrence": {"type": "array", "items": {"type": "integer"}}}, "required": ["condition_occurrence"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"allMarkdownRemark": {"type": "object", "properties": {"tota... | {"componentChunkName" : "component---src-templates-tags-js", "path" : "/tags/oa/", "result" : {"data" : {"allMarkdownRemark" : {"totalCount" : 1, "edges" : [{"node" : {"fields" : {"slug" : "/post/2016/oa/"}, "frontmatter" : {"title" : "\u8f7bOA \u7684\u4e00\u4e9b\u601d\u8003"}}}]}}, "pageContext" : {"tag" : "oa"}}, "st... | json_instruct | {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"allMarkdownRemark": {"type": "object", "properties": {"totalCount": {"type": "integer"}, "edges": {"type": "array", "items": {"ty... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"DocumentId": {"type": "string"}, "StreetName": {"type": "string"}, "Longitude": {"type": "string"}, "Latitude": {"type": "string"}, "City": {"type": "string"}, "Postcode": {"type": "string"}, "State": {"type": "str... | {"DocumentId" : "http://Hilll-Mann.com", "StreetName" : "Ameroo Avenue", "Longitude" : "138.97032551999999", "Latitude" : "-35.408877830000002", "City" : "Milang", "Postcode" : "5256", "State" : "South Australia", "Phone" : "+54 258 228 1551", "BusinessName" : "Hilll-Mann", "FileType" : ".txt", "Department" : "Home", "... | json_instruct | {"type": "object", "properties": {"DocumentId": {"type": "string"}, "StreetName": {"type": "string"}, "Longitude": {"type": "string"}, "Latitude": {"type": "string"}, "City": {"type": "string"}, "Postcode": {"type": "string"}, "State": {"type": "string"}, "Phone": {"type": "string"}, "BusinessName": {"type": "string"},... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "strin... | {"homepage" : "http://schinagl.priv.at/nt/hardlinkshellext/linkshellextension.html", "version" : "3.9.3.5", "license" : "Freeware", "architecture" : {"64bit" : {"url" : "http://schinagl.priv.at/nt/hardlinkshellext/HardLinkShellExt_X64.exe#/HardLinkShellExt_Setup.exe", "hash" : "ca3f26ebf49dc4ea8b5d8c0154acca0de59a8689e... | json_instruct | {"type": "object", "properties": {"homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}, "uninstaller": {"type": "object", "propertie... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"sso_url": {"type": "string"}, "title": {"type": "string"}, "scopes": {"type": "array", "items": {"type": "string"}}, "client_id": {"type": "string"}, "client_id_scim": {"type": "string"}, "client_secret": {"type": "string"}... | {"sso_url" : "demoexample.gluu.org", "title" : "EOEPCA User Profile", "scopes" : ["openid", "is_operator", "email", "user_name", "profile"], "client_id" : "a434a7f5-cabc-4b75-994d-d923eb768e49", "client_id_scim" : "1d6ce839-5cc4-4dda-a298-5b852a85d399", "client_secret" : "XAAks9UMYAcjt7JeVgVuninIVVoQQv4W9pOkmEC4", "cli... | json_instruct | {"type": "object", "properties": {"sso_url": {"type": "string"}, "title": {"type": "string"}, "scopes": {"type": "array", "items": {"type": "string"}}, "client_id": {"type": "string"}, "client_id_scim": {"type": "string"}, "client_secret": {"type": "string"}, "client_secret_scim": {"type": "string"}, "redirect_uri": {"... |
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" : "VQPR0", "name" : {"en" : "Paro / Paro Populated3"}, "country" : "BT", "region" : "PAR", "identifiers" : {"national" : null, "wmo" : null, "ghcn" : null, "wban" : null, "usaf" : "433990", "mosmix" : null, "icao" : "VQPR", "iata" : "PBH"}, "location" : {"latitude" : 27.4032, "longitude" : 89.4246, "elevation" : ... | 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": "null"}, "wmo": {"type": "null"}, "ghcn... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "director... | {"name" : "@talent/parser", "version" : "0.0.0", "description" : "> TODO: description", "author" : "Charles D'Angelo <c.g.dangelo@gmail.com>", "homepage" : "https://github.com/cgdangelo/talent#readme", "license" : "MIT", "main" : "lib/index.js", "directories" : {"lib" : "lib"}, "files" : ["lib"], "repository" : {"type"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type": "strin... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "guzzlehttp/guzzle": {"type":... | {"name" : "soup-bowl/slack-client-php", "description" : "A simple Slack client for PHP.", "license" : "MIT", "homepage" : "https://github.com/soup-bowl/slack-client-php", "require" : {"php" : "^7.0", "guzzlehttp/guzzle" : "^6.3"}, "require-dev" : {"phpunit/phpunit" : "^8.0"}, "autoload" : {"psr-4" : {"SlackClient\\" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}}, "required": ["php", "guzzlehttp/guzzle"]}, "re... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"locale": {"type": "string"}, "format": {"type": "string"}, "required_fields": {"type": "array", "items": {"type": "string"}}, "uppercase_fields": {"type": "array", "items": {"type": "string"}}, "administrative_are... | {"locale" : "zh-Latn", "format" : "%recipient\n%organization\n%addressLine1\n%addressLine2\n%dependentLocality\n%locality\n%administrativeArea, %postalCode", "required_fields" : ["recipient", "addressLine1", "locality", "administrativeArea", "postalCode"], "uppercase_fields" : ["administrativeArea"], "administrative_ar... | json_instruct | {"type": "object", "properties": {"locale": {"type": "string"}, "format": {"type": "string"}, "required_fields": {"type": "array", "items": {"type": "string"}}, "uppercase_fields": {"type": "array", "items": {"type": "string"}}, "administrative_area_type": {"type": "string"}, "locality_type": {"type": "string"}, "depen... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"desc" : "", "id" : "card.faction_token:pok/nomad", "name" : "Nomad Faction Token"} | json_instruct | {"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "mappings": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}},... | {"ast" : null, "code" : "/** PURE_IMPORTS_START _observable_concat PURE_IMPORTS_END */\nimport { concat as concatStatic } from '../observable/concat';\nexport function concat() {\n var observables = [];\n\n for (var _i = 0; _i < arguments.length; _i++) {\n observables[_i] = arguments[_i];\n }\n\n return function... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "mappings": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "sources": {"type": "array", "items": {"type": "string"}}, "sourcesCont... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"algorithm": {"type": "string"}, "trainingOn": {"type": "string"}, "estimating": {"type": "string"}, "parameters": {"type": "object", "properties": {"label": {"type": "string"}, "value": {"type": "string"}, "filenameext": {"typ... | {"algorithm" : "A001", "trainingOn" : "SWE-Archiv-2020.csv", "estimating" : "SWE-Archiv-2020.csv", "parameters" : {"label" : "50%P", "value" : "50", "filenameext" : "050"}, "mean" : -0.9290954001073155, "standard_deviation" : 6.893193084958317, "mse" : 48.33288135776991} | json_instruct | {"type": "object", "properties": {"algorithm": {"type": "string"}, "trainingOn": {"type": "string"}, "estimating": {"type": "string"}, "parameters": {"type": "object", "properties": {"label": {"type": "string"}, "value": {"type": "string"}, "filenameext": {"type": "string"}}, "required": ["label", "value", "filenameext... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"$schema": {"type": "string"}, "dictionary": {"type": "string"}, "kanji": {"type": "string"}, "meanings": {"type": "array", "items": {"type": "object", "properties": {"furigana": {"type": "string"}, "definition": {"type": "string... | {"$schema" : "../../../schemas/kanji.schema.json", "dictionary" : "kanji", "kanji" : "\u5186", "meanings" : [{"furigana" : "\u30a8\u30f3", "definition" : "yen, circle"}, {"furigana" : "\u307e\u308b\uff08\u3044\uff09", "definition" : "round, circular, curved, smooth, calm"}]} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "dictionary": {"type": "string"}, "kanji": {"type": "string"}, "meanings": {"type": "array", "items": {"type": "object", "properties": {"furigana": {"type": "string"}, "definition": {"type": "string"}}, "required": ["furigana", "definition"]}}}, "required... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "prop... | {"name" : "deps-install", "version" : "0.2.1", "description" : "Check if node_modules match package.json versions. npm / yarn install shortcut.", "main" : "index.js", "files" : ["index.js"], "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["check-dependencies", "dependency", "check", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "shortcuts": {"type": "array", "items": {"t... | {"homepage" : "https://www.wintools.info/index.php/black-notepad", "description" : "Yet another plain text editor", "license" : "Unknown", "version" : "2.0.0.0", "url" : "https://www.wintools.info/Download/blacknotepad.exe", "hash" : "md5:c35dc141366ce26975dc5f5606db1521", "shortcuts" : [["blacknotepad.exe", "blacknote... | json_instruct | {"type": "object", "properties": {"homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"key": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}}, "required": ["key", "type", "label"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"key" : "piste:grooming", "type" : "combo", "label" : "Grooming"} | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}}, "required": ["key", "type", "label"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "requ... | [{"review" : "\ube44\ub514\uc624\uac00 \uc720\ud589\ud558\ub358 \uc2dc\uc808 \uac8c\ub9ac\ub2e4\ub2c8\uc5d8\uc2a4 \uc601\ud654\ub3c4 \uaf64 \ub9ce\uc558\ub294\ub370 \uc9c0\uae08\uc740 \ubb50\ud558\uc9c0", "date" : "09.05.30", "rating" : "4", "author" : "deff****", "review_id" : "3533455", "movie_id" : "23929"}, {"revie... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "@context": {"type": "string"}, "displayName": {"type": "string"}, "contents": {"type": "array", "items": {"type": "object", "properties": {"@type": {"type": "st... | {"@id" : "dtmi:com:smartbuilding:Floor;1", "@type" : "Interface", "@context" : "dtmi:dtdl:context;2", "displayName" : "Floor", "contents" : [{"@type" : "Property", "name" : "floornumber", "schema" : "integer", "writable" : false}, {"@type" : "Property", "name" : "lightson", "schema" : "boolean", "writable" : true}]} | json_instruct | {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "@context": {"type": "string"}, "displayName": {"type": "string"}, "contents": {"type": "array", "items": {"type": "object", "properties": {"@type": {"type": "string"}, "name": {"type": "string"}, "schema": {"type": "string"}, "wr... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "sap:block/orange_branch_inventory"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"result": {"type": "object", "properties": {"projectType": {"type": "string"}, "cloudConfigResults": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "descripti... | {"result" : {"projectType" : "k8sconfig", "cloudConfigResults" : [{"id" : "SNYK-CC-K8S-1", "title" : "Reducing the admission of containers with dropped capabilities", "description" : "The requiredDropCapabilities property (as part of the Pod Security Policy) provides a whitelist of capabilities that must be dropped fro... | json_instruct | {"type": "object", "properties": {"result": {"type": "object", "properties": {"projectType": {"type": "string"}, "cloudConfigResults": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "cloudConfigPath": {"type": "array... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "... | {"id" : 404425315, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "41f1fddc6a3d56fed2c13bafeae9c021", "wof:id" : 404425315, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.19401215346055, 47.5490810937826, 3.26119776580118, 47.60064774604096]... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "avatar_ur... | [{"id" : 189502228, "name" : "CVE-2019-0709", "full_name" : "YHZX2013/CVE-2019-0709", "owner" : {"login" : "YHZX2013", "id" : 17893549, "avatar_url" : "https://avatars0.githubusercontent.com/u/17893549?v=4", "html_url" : "https://github.com/YHZX2013"}, "html_url" : "https://github.com/YHZX2013/CVE-2019-0709", "descript... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "html_url": {"type": "string"}}, "requ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "s... | [{"namaKab" : "EMPAT LAWANG", "originalFilename" : "4X6.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 212557, "noUrut" : 1, "nama" : "SUNAN KALIJOGO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "EMPAT LAWANG", "originalFilename" : "4X6.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 202573, "noUrut" : 2, "nama" ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"entries": {"type": "object", "properties": {"/baiduapp/browser": {"type": "object", "properties": {"fs_id": {"type": "integer"}, "path": {"type": "string"}, "size": {"type": "integer"}, "isdir": {"type": "integer"},... | {"entries" : {"/baiduapp/browser" : {"fs_id" : 2427025269, "path" : "/baiduapp/browser", "size" : 0, "isdir" : 1, "md5" : "", "mtime" : 1336631762, "ctime" : 1336631762}}, "has_more" : true, "reset" : true, "cursor" : "MxKx6UPie%2F9WzBkwALPrVWQlyxlmK0LgHG8zutwXp8oyC%2FngIdGgS3w2Jt%2B%2BktMKKQpBbnC%2B11aH7Ec9pt%2BfteS%2... | json_instruct | {"type": "object", "properties": {"entries": {"type": "object", "properties": {"/baiduapp/browser": {"type": "object", "properties": {"fs_id": {"type": "integer"}, "path": {"type": "string"}, "size": {"type": "integer"}, "isdir": {"type": "integer"}, "md5": {"type": "string"}, "mtime": {"type": "integer"}, "ctime": {"t... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"class": {"type": "string"}, "arguments": {"type": "array", "items": {}}, "properties": {"type": "object", "properties": {"identifier": {"type": "string"}, "content": {"type": "array", "items": {"type": "object", "p... | {"class" : "EMS\\CoreBundle\\Entity\\I18n", "arguments" : [], "properties" : {"identifier" : "locale.fr", "content" : [{"locale" : "en", "text" : "French"}, {"locale" : "fr", "text" : "Fran\u00e7ais"}, {"locale" : "nl", "text" : "Frans"}, {"locale" : "de", "text" : "Franz\u00f6sisch"}]}, "replaced" : []} | json_instruct | {"type": "object", "properties": {"class": {"type": "string"}, "arguments": {"type": "array", "items": {}}, "properties": {"type": "object", "properties": {"identifier": {"type": "string"}, "content": {"type": "array", "items": {"type": "object", "properties": {"locale": {"type": "string"}, "text": {"type": "string"}},... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id"... | {"id" : 421189149, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "7516e0903fc098f08d5d571c2d39e043", "wof:id" : 421189149, "wof:repo" : "whosonfirst-data-admin-cr"}, "bbox" : [-82.842407, 8.529416, -82.842407, 8.529416], "geometry" : {"coordinates"... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "questionable": {"type": "object", "properties": {"__... | {"builtin" : {"__set__" : true, "elements" : ["contextlib", "io", "locale", "os", "re", "shlex", "shutil", "sys", "textwrap", "unittest", "urllib", "warnings"]}, "questionable" : {"__set__" : true, "elements" : ["sphinx"]}, "relative" : {"__set__" : true, "elements" : ["parser", "states"]}, "required" : {"__set__" : tr... | json_instruct | {"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "questionable": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "... | {"stationId" : 1110813, "stationGroupId" : 1110813, "name" : "\u539a\u5e8a", "lineId" : 11108, "zipCode" : "086-0064", "pref" : "\u5317\u6d77\u9053", "city" : "\u6839\u5ba4\u5e02", "town" : "\u539a\u5e8a", "longitude" : 145.252096, "latitude" : 43.228224, "status" : 0} | json_instruct | {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": [... | {"name" : "weirdfoodsbuffalo.com", "version" : "1.0.0", "description" : "Weird Foods Buffalo", "main" : "app/app.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "ssh://git@github.com/akirchmyer/my-barebones-app.git"}, "author" : "Andrew Kirchmyer", "bug... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/plugin-proposal-class-properties": {"type": "string"}, "@babel/p... | {"name" : "Protractor-end-to-end-test-framework", "private" : true, "dependencies" : {"@babel/core" : "^7.9.0", "@babel/plugin-proposal-class-properties" : "^7.8.3", "@babel/plugin-transform-arrow-functions" : "^7.8.3", "@babel/preset-env" : "^7.9.5", "@babel/register" : "^7.9.0", "dotenv" : "^8.2.0", "jasmine-allure-r... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/plugin-proposal-class-properties": {"type": "string"}, "@babel/plugin-transform-arrow-functions": {"type": "string"}, "@babel/preset-... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, ... | {"h" : [{"d" : [{"f" : "\ufff9\ufffaterritory * district\ufffb\u7530\u5730"}, {"s" : ["`talapala~"], "f" : "\ufff9\ufffafield (Kwangfu * Hualien)\ufffb\u7530\u5730 (\u82b1\u84ee\u5149\u5fa9\u8a9e)"}]}], "t" : "pala"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"root": {"type": "boolean"}, "extends": {"type": "string"}}, "required": ["root", "extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"root" : true, "extends" : "tslint-config-airbnb-base"} | json_instruct | {"type": "object", "properties": {"root": {"type": "boolean"}, "extends": {"type": "string"}}, "required": ["root", "extends"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "rule": {"type": "string"}, "severity": {"type": "string"}, "text": {"type": "string"}}, "required": ["line", "column", "rul... | [{"line" : 9, "column" : 3, "rule" : "stylus/single-line-comment-double-slash-space-after", "severity" : "error", "text" : "Unexpected whitespace after \"//\" (stylus/single-line-comment-double-slash-space-after)"}, {"line" : 13, "column" : 3, "rule" : "stylus/single-line-comment-double-slash-space-after", "severity" :... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "rule": {"type": "string"}, "severity": {"type": "string"}, "text": {"type": "string"}}, "required": ["line", "column", "rule", "severity", "text"]}, "$schema": "http://json-schema.org/draft-07/schem... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "notes": {"type": "string"}, "template": {"type": "string"}, "class": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "notes", "template", "c... | {"name" : "NavBar", "notes" : "", "template" : "NavBar.html", "class" : "ms-NavBar", "dependencies" : ["List", "ListItem", "ContextualMenu", "Overlay"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "notes": {"type": "string"}, "template": {"type": "string"}, "class": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "notes", "template", "class", "dependencies"], "$schema": "http://json-schema.org/... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "e4579f1efef37828a785f2b726f5d693884f0f0d"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["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"}, "scripts": {"type": "object", "properties": {"deploy": {"type": "string"}, "postinstall": {"ty... | {"name" : "ffmpegd", "version" : "4.4.0", "description" : "Download \"ffmpeg\" and add to PATH.", "main" : "index.js", "scripts" : {"deploy" : "ebuild publish+github --publishMin=false --publishBranch=false", "postinstall" : "node ./postinstall.js", "test" : "exit"}, "bin" : {"ffmpeg" : "ffmpeg.cmd", "ffplay" : "ffplay... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"deploy": {"type": "string"}, "postinstall": {"type": "string"}, "test": {"type": "string"}}, "required": ["deploy", "p... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema... | {"word" : "Condition", "definitions" : ["The state of something with regard to its appearance, quality, or working order.", "A person's or animal's state of health or physical fitness.", "An illness or other medical problem.", "The situation in life of a particular group.", "Social position.", "The circumstances or fac... | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"pli-tv-bi-vb-pc28:1.2": {"type": "string"}, "pli-tv-bi-vb-pc28:1.3": {"type": "string"}, "pli-tv-bi-vb-pc28:1.15.1": {"type": "string"}}, "required": ["pli-tv-bi-vb-pc28:1.2", "pli-tv-bi-vb-pc28:1.3", "pli-tv... | {"pli-tv-bi-vb-pc28:1.2" : "kumbhath\u016b\u1e47ik\u0101nampi \u2192 kumbhath\u016bnik\u0101na\u1e41pi (sya-all); kumbhathu\u1e47ik\u0101nampi (mr); sokajjh\u0101yik\u0101nampi \u2192 sokas\u0101yik\u0101nampi (bj)", "pli-tv-bi-vb-pc28:1.3" : "parisati \u2192 parisati\u1e41 (bj)", "pli-tv-bi-vb-pc28:1.15.1" : "ag\u0101... | json_instruct | {"type": "object", "properties": {"pli-tv-bi-vb-pc28:1.2": {"type": "string"}, "pli-tv-bi-vb-pc28:1.3": {"type": "string"}, "pli-tv-bi-vb-pc28:1.15.1": {"type": "string"}}, "required": ["pli-tv-bi-vb-pc28:1.2", "pli-tv-bi-vb-pc28:1.3", "pli-tv-bi-vb-pc28:1.15.1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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"}}}}}, "requ... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[122.25, 45.833333333333336], [122.25, 45.916666666666664], [122.375, 45.916666666666664], [122.375, 45.833333333333336], [122.25, 45.833333333333336]]]}, "properties" : {"code" : 682262, "url" : "http://madefor.github.io/0410/api/v1/682262.geojso... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:i... | {"id" : 404397157, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "faf936e1e13ceac819d9cb7073a7b712", "wof:id" : 404397157, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.05119208955911, 49.18529147517407, 4.11728859581056, 49.22375515201072... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"$schema": {"type": "string"}, "itemDisplayName": {"type": "string"}, "description": {"type": "string"}, "summary": {"type": "string"}, "githubUsername": {"type": "string"}, "dateUpdated": {"type": "string"}}, "required": ["... | {"$schema" : "https://aka.ms/azure-quickstart-templates-metadata-schema#", "itemDisplayName" : "McAfee Endpoint Security (trial license) on Windows VM", "description" : "This template creates a Windows VM and sets up a trial version of McAfee Endpoint Security", "summary" : "Windows VM with McAfee Endpoint Security", "... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "itemDisplayName": {"type": "string"}, "description": {"type": "string"}, "summary": {"type": "string"}, "githubUsername": {"type": "string"}, "dateUpdated": {"type": "string"}}, "required": ["$schema", "itemDisplayName", "description", "summary", "github... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"extension": {"type": "array", "items": {"type": "string"}}, "include": {"type": "array", "items": {"type": "string"}}, "require": {"type": "array", "items": {"type": "string"}}}, "required": ["extension", "include", "requir... | {"extension" : [".ts"], "include" : ["src/*.ts"], "require" : ["ts-node/register"]} | json_instruct | {"type": "object", "properties": {"extension": {"type": "array", "items": {"type": "string"}}, "include": {"type": "array", "items": {"type": "string"}}, "require": {"type": "array", "items": {"type": "string"}}}, "required": ["extension", "include", "require"], "$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.