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": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items":... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-72.478038, 43.639258], [-72.426372, 43.721826], [-72.421215, 43.720802], [-72.416803, 43.709534], [-72.41621, 43.70448], [-72.407367, 43.701732], [-72.405992, 43.700208], [-72.40032, 43.686658], [-72.396469, 43.682201], ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-87.684272, 41.975433], [-87.674408, 41.976103], [-87.674174, 41.968822], [-87.682865, 41.968702], [-87.682395, 41.972348], [-87.684166, 41.972325], [-87.684272, 41.975433]]]}, "type" : "Feature", "properties" : {"cartodb... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bitcoinjs-lib": {"type": "string"}, "bitcore-lib-dash": {"type": "string... | {"name" : "cryptotools", "version" : "1.0.0", "description" : "basic helpers for offline actions on btc and ethereum", "dependencies" : {"bitcoinjs-lib" : "^3.2.1", "bitcore-lib-dash" : "^0.15.0", "coinselect" : "^3.1.11", "ethereumjs-tx" : "^1.3.3", "ethereumjs-units" : "^0.2.0", "minimist" : "^1.2.0", "request" : "^2... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bitcoinjs-lib": {"type": "string"}, "bitcore-lib-dash": {"type": "string"}, "coinselect": {"type": "string"}, "ethereumjs-tx": {"type": "stri... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require-dev": {"type": "object", "properties": {"phalcon/ide-stubs": {"type": "string"}}, "... | {"name" : "someson/phalcon5-docker", "description" : "dockerized application based on phalcon framework 5.x", "type" : "project", "license" : "MIT", "require-dev" : {"phalcon/ide-stubs" : "v5.0.0-alpha.6"}, "autoload" : {"psr-4" : {"App\\" : "app/"}}, "config" : {"sort-packages" : true, "optimize-autoloader" : true}, "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require-dev": {"type": "object", "properties": {"phalcon/ide-stubs": {"type": "string"}}, "required": ["phalcon/ide-stubs"]}, "autoload": {"type": "object", "prope... |
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" : "fum", "definition" : "To play upon a fiddle. [Obs.] Follow me, and fum as you go. B. Jonson."} | 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": {"schemaVersion": {"type": "integer"}, "label": {"type": "string"}, "message": {"type": "string"}, "color": {"type": "string"}}, "required": ["schemaVersion", "label", "message", "color"], "$schema": "http://json-schema.org/d... | {"schemaVersion" : 1, "label" : "response time 7d", "message" : "732 ms", "color" : "yellow"} | json_instruct | {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "label": {"type": "string"}, "message": {"type": "string"}, "color": {"type": "string"}}, "required": ["schemaVersion", "label", "message", "color"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, ... | [{"manufacturer" : "Samsung", "market_name" : "Galaxy S7 Edge", "codename" : "hero2lteskt", "model" : "SM-G935S"}] | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"HostConfigHash" : "7a1e012", "CardHash" : "d12e030", "Error" : null} | json_instruct | {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "descript... | {"title" : "\u306a\u3044\u3068\u30fb\u304a\u3076\u30fb\u30fb\u30fb\u30fb", "author" : "system777", "description" : "\u306c\u304c\u3082\u3093\u30a2\u30ea\u30b9\u306fiwara\u521d\u767b\u5834?\u3067\u3059\u304b\u306d\uff5ew", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/320149/thumb... | 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 a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "propertie... | {"name" : "@depyronick/ng-feedback", "version" : "1.1.14", "license" : "MIT", "description" : "An angular directive for sending feedback featuring Angular 8, Html2canvas, Angular Material, Rxjs, inspired by Google send feedback, based on angular-cli.", "keywords" : ["angular6", "rxjs", "html2canvas", "feedback", "direc... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}},... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"sink1": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "string"}, "rate": {"type": "integer"}, "FOO": {"type": "array", "items": {"type": "integer"}}, "BAR": {"type": "integer"}, "BAZ":... | {"sink1" : [{"time" : "1970-01-01T00:00:01.000Z", "rate" : 1, "FOO" : [1, 2, 3], "BAR" : 2, "BAZ" : 3}, {"time" : "1970-01-01T00:00:02.000Z", "rate" : 5, "FOO" : [1, 2, 3], "BAR" : 2, "BAZ" : 3}, {"time" : "1970-01-01T00:00:03.000Z", "rate" : 2, "FOO" : [1, 2, 3], "BAR" : 2, "BAZ" : 3}, {"time" : "1970-01-01T00:00:04.0... | json_instruct | {"type": "object", "properties": {"sink1": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "string"}, "rate": {"type": "integer"}, "FOO": {"type": "array", "items": {"type": "integer"}}, "BAR": {"type": "integer"}, "BAZ": {"type": "integer"}}, "required": ["time", "rate", "FOO", "BAR", "BA... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "string"}}}, "required": ["baseObjects", "retur... | {"baseObjects" : ["[\"8\",\"#\",0,627,157]", "[\"8\",\"#\",0,627,157]", "[\"8\",\"#\",0,627,157]", "[null,null,null,null,null]"], "returnObjects" : ["\"Error\"", "[null,null,null,null,null]", "[\"8NaN\",\"#NaN\",null,null,null]", "\"Error\""], "callbackArgs" : ["{\"0\":\"8\",\"1\":0,\"2\":[\"8\",\"#\",0,627,157]}", "{\... | json_instruct | {"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "string"}}}, "required": ["baseObjects", "returnObjects", "callbackArgs"], "$schema": "http://json-schema.... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}, "barres": {"type": "strin... | {"key" : "G#", "suffix" : "m11/E", "positions" : [{"frets" : "021122", "fingers" : "021134", "barres" : "1", "capo" : "true"}, {"frets" : "c99b99", "fingers" : "411311", "barres" : "9", "capo" : "true"}, {"frets" : "cb9b99", "fingers" : "421311", "barres" : "9", "capo" : "true"}]} | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}, "barres": {"type": "string"}, "capo": {"type": "string"}}, "required": ["frets", "fingers", "ba... |
Construct a JSON document that adheres to this schema specification:
{"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"}, "follower... | {"user" : "andreafalzetti", "repos" : 1, "login" : "andreafalzetti", "id" : 2318450, "avatar_url" : "https://avatars0.githubusercontent.com/u/2318450?v=3", "url" : "https://api.github.com/users/andreafalzetti", "html_url" : "https://github.com/andreafalzetti", "followers_url" : "https://api.github.com/users/andreafalze... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "it... | {"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=6691", "name" : "THE EASTERN REGIONAL BOARD OF HEALTH SERVICES SOCIETY", "primaryEmail" : "anilhenry@gmail.com", "website" : "http://www.chmungeli.org", "organisationType" : ["Direct Service", "Support"], "telephone" : ["919425225208"]... | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"t... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "ob... | {"city" : {"name" : "AN\u00cdSIO DE ABREU", "state" : "PI"}, "borders" : [[{"lat" : -9.129595338354136, "lng" : -42.98194800599566}, {"lat" : -9.157150649482844, "lng" : -42.975743304409946}, {"lat" : -9.265410971738902, "lng" : -42.98597804525053}, {"lat" : -9.30801179500827, "lng" : -42.96562740358178}, {"lat" : -9.3... | 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"}}, ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"about": {"type": "string"}, "avatar_url": {"type": "string"}, "context": {"type": "object", "properties": {}, "required": []}, "created_at": {"type": "string"}, "description": {"type": "string"}, "flag_text": {"type"... | {"about" : "this is about field", "avatar_url" : "", "context" : {}, "created_at" : "2016-09-15 18:01:30", "description" : "this is description\nsecond line of description", "flag_text" : "first rule\nsecond rule\nthird rule\nand the last rule", "id" : 92465, "is_nsfw" : true, "lang" : "pl", "name" : "hive-186713", "nu... | json_instruct | {"type": "object", "properties": {"about": {"type": "string"}, "avatar_url": {"type": "string"}, "context": {"type": "object", "properties": {}, "required": []}, "created_at": {"type": "string"}, "description": {"type": "string"}, "flag_text": {"type": "string"}, "id": {"type": "integer"}, "is_nsfw": {"type": "boolean"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}, "app_url": {"type": "string"}... | {"id" : 9007199254741437, "status" : "active", "created_at" : "2016-07-19T16:47:30.653Z", "updated_at" : "2016-07-19T18:24:05.737Z", "type" : "Questionnaire", "url" : "https://3.basecampapi.com/195539477/buckets/2085958498/questionnaires/9007199254741437.json", "app_url" : "https://3.basecamp.com/195539477/buckets/2085... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}, "app_url": {"type": "string"}, "bucket": {"type": "object", "properties": {"id": {"type": "integer"}, "nam... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "... | {"title" : "Dancing Dog", "creation_date" : "1685", "creation_date_earliest" : "1685-01-01", "creation_date_latest" : "1685-01-01", "medium" : "etching", "accession_number" : "2002.12", "id" : "cmoa:things/e812ab60-b2d6-4f01-afb8-2aa862c1cf5e", "credit_line" : "Leisser Art Fund", "date_acquired" : "2002-04-04", "depart... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"},... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "version": {"type": "string"}, "body": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}}},... | {"type" : "AdaptiveCard", "version" : "1.0", "body" : [{"type" : "TextBlock", "text" : "This should be the only TextBlock visible"}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "version": {"type": "string"}, "body": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}}}, "required": ["type", "version", "body"], "$schema": "http://json-sch... |
Generate sample JSON data that conforms to the following schema definition:
{"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-0... | {"text" : "It takes courage to write a <a href=\"https://werd.io/2018/life-on-the-darkest-timeline\">blog post</a> like this from Ben Werdm\u00fcller. Whenever we write, imho, we're saying something simple. This is what I see. These are my values. This is what it's like to be me. By showing yourself, you become vulnera... | 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#"} |
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" : "26375903", "name" : "Cranemore", "nodes" : [{"type" : "node", "id" : 288762005, "lat" : 52.6208233, "lon" : -0.2828305}, {"type" : "node", "id" : 288960822, "lat" : 52.6211493, "lon" : -0.282632}], "volunteer_postcode" : "PE8 6QF", "closest_distance" : 17737} | 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... |
Generate a valid JSON object that conforms to the following schema:
{"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" : 404352025, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "0a898cc329c683a054b7f0985fadb0bd", "wof:id" : 404352025, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.92940117731203, 49.62496727674506, 1.96165680781255, 49.64238481296828... | 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": ["... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "... | [{"id" : "2001", "provinceId" : "18", "regencyId" : "02", "districtId" : "24", "name" : "Sri Kencono"}, {"id" : "2002", "provinceId" : "18", "regencyId" : "02", "districtId" : "24", "name" : "Bumi Nabung Ilir"}, {"id" : "2003", "provinceId" : "18", "regencyId" : "02", "districtId" : "24", "name" : "Bumi Nabung Utara"},... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.or... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type"... | {"answers" : ["biddy", "bidi", "bird", "buddy", "budi", "burd", "diddy", "didy", "dirt", "ditt", "dittit", "ditty", "drib", "drub", "druid", "druidry", "duddy", "duit", "durr", "durry", "duty", "irid", "rubbidy", "rubbydub", "rudd", "ruddy", "rudi", "rudy", "tidbit", "tiddy", "tidy", "turbid", "turbidity", "urdy", "yir... | json_instruct | {"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "items": {"type": "string"}}, "validLetters": {"type": "array... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"001": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "kana": {"type": "string"}, "hira": {"type": "string"}, "roma": {"type": "string"}}, "required": ["code", "name", "kana", "hira... | {"001" : {"code" : "001", "name" : "\u672c\u5e97", "kana" : "\u30db\u30f3\u30c6\u30f3", "hira" : "\u307b\u3093\u3066\u3093", "roma" : "honten"}, "002" : {"code" : "002", "name" : "\u5357\u90f7", "kana" : "\u30ca\u30f3\u30b4\u30a6", "hira" : "\u306a\u3093\u3054\u3046", "roma" : "nangou"}, "003" : {"code" : "003", "name"... | json_instruct | {"type": "object", "properties": {"001": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "kana": {"type": "string"}, "hira": {"type": "string"}, "roma": {"type": "string"}}, "required": ["code", "name", "kana", "hira", "roma"]}, "002": {"type": "object", "properties": {"code": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children... | {"code" : 9430040007, "parent" : 9430040, "name" : "BALIME", "latitude" : null, "longitude" : null, "postal" : [99534, 99583], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vertices" : [[80, 91], [70, 88], [42, 16], [61, 71], [58, 70], [38, 45], [35, 8], [57, 60], [55, 80], [51, 70], [31, 36], [62, 69], [45, 80], [56, 79], [35, 75], [35, 47], [14, 13], [23, 16], [20, 91], [30, 94]]} | json_instruct | {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"torch": {"type": "string"}}, "required": ["torch"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "block/torch_wall", "textures" : {"torch" : "wildnature:blocks/dungeon/crystal_torch"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"torch": {"type": "string"}}, "required": ["torch"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"go.buildOnSave": {"type": "boolean"}, "go.lintOnSave": {"type": "boolean"}, "go.vetOnSave": {"type": "boolean"}, "go.useCodeSnippetOnFunctionSuggest": {"type": "boolean"}, "go.formatOnSave": {"type": "boolean"}, "go.formatTool... | {"go.buildOnSave" : true, "go.lintOnSave" : true, "go.vetOnSave" : true, "go.useCodeSnippetOnFunctionSuggest" : true, "go.formatOnSave" : false, "go.formatTool" : "goreturns", "workbench.colorTheme" : "Visual Studio Light", "window.zoomLevel" : 0} | json_instruct | {"type": "object", "properties": {"go.buildOnSave": {"type": "boolean"}, "go.lintOnSave": {"type": "boolean"}, "go.vetOnSave": {"type": "boolean"}, "go.useCodeSnippetOnFunctionSuggest": {"type": "boolean"}, "go.formatOnSave": {"type": "boolean"}, "go.formatTool": {"type": "string"}, "workbench.colorTheme": {"type": "st... |
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" : "Beaman", "state_name" : "Iowa", "state_abbrv" : "IA", "lat" : "42.2367", "long" : "-92.8162"} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "home", "name", "twitter"], "$s... | {"country" : "Dallas, TX, USA", "github" : "travist", "home" : "https://form.io/", "name" : "Travis Tidwell", "twitter" : "softwaregnome"} | json_instruct | {"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"imports": {"type": "object", "properties": {"http/": {"type": "string"}, "http2/": {"type": "string"}, "http3/": {"type": "string"}, "soxa/": {"type": "string"}, "soxa2/": {"type": "string"}, "deno-chunked/": {"ty... | {"imports" : {"http/" : "https://deno.land/std@0.51.0/http/", "http2/" : "https://deno.land/std@0.50.0/http/", "http3/" : "https://deno.land/std@0.52.0/http/", "soxa/" : "https://deno.land/x/soxa@1.4/", "soxa2/" : "https://deno.land/x/soxa@v0.4/", "deno-chunked/" : "https://deno.land/x/deno-chunked/", "checksum" : "htt... | json_instruct | {"type": "object", "properties": {"imports": {"type": "object", "properties": {"http/": {"type": "string"}, "http2/": {"type": "string"}, "http3/": {"type": "string"}, "soxa/": {"type": "string"}, "soxa2/": {"type": "string"}, "deno-chunked/": {"type": "string"}, "checksum": {"type": "string"}, "curve": {"type": "strin... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"instantsearch-theme-algolia.css": {"type": "string"}, "instantsearch-theme-algolia.min.css": {"type": "string"}, "instantsearch-theme-algolia.nomin.css": {"type": "string"}, "instantsearch.css": {"type": "string"}, "instantsearc... | {"instantsearch-theme-algolia.css" : "sha512-iiwHsCK8Uab6vUqHHR/J57o6u6e+WwpOok+XdIHT8ClvSH3L7dsIFx3zF39d5CIED9aJbZ55iPBEuElrMXfr0w==", "instantsearch-theme-algolia.min.css" : "sha512-9t3Zafa28TGALyKEC56d+rLIKSINup769Hajjb7LtfxEQWcn9Rh9kLlgYZYUuntI6WjInCHzi5sRTgXNfhv66Q==", "instantsearch-theme-algolia.nomin.css" : "sh... | json_instruct | {"type": "object", "properties": {"instantsearch-theme-algolia.css": {"type": "string"}, "instantsearch-theme-algolia.min.css": {"type": "string"}, "instantsearch-theme-algolia.nomin.css": {"type": "string"}, "instantsearch.css": {"type": "string"}, "instantsearch.js": {"type": "string"}, "instantsearch.min.css": {"typ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "peerDepende... | {"name" : "stylelint-config-vtech", "version" : "0.4.0", "description" : "The stylelint config used at V-Technologies", "author" : "F\u00e9lix Girault <felix@vtech.fr>", "repository" : "v-technologies/stylelint-config-vtech", "license" : "MIT", "main" : "index.js", "peerDependencies" : {"stylelint" : "^12.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"stylelint": {"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": ... | {"name" : "RisingSun Token", "website" : "https://risingsun.finance/", "description" : "RisingSun powers the greatest play to earn NFT card game ecosystem on the Binance Smart Chain. Over 4 billion collectable samurai battle cards make for one of the most unique gaming experiences on blockchain. The novel NFT card game... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}, "links": {"ty... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"buildFSharpPlus": {"type": "string"}, "pretest": {"type": "string"}, "test": {"type": "string"}}, "required": ["buildFSharpPlus", "pr... | {"private" : true, "scripts" : {"buildFSharpPlus" : "fable-splitter ../../src/FSharpPlus -o FSharpPlusFable --commonjs --allFiles", "pretest" : "fable-splitter -o build --commonjs", "test" : "mocha build -t 10000"}, "dependencies" : {"@babel/core" : "^7.6.0", "fable-compiler" : "^2.3.24", "fable-loader" : "^2.1.8", "mo... | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"buildFSharpPlus": {"type": "string"}, "pretest": {"type": "string"}, "test": {"type": "string"}}, "required": ["buildFSharpPlus", "pretest", "test"]}, "dependencies": {"type": "object", "properties": {"@babel... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"ws": {"type": "string"}}, "required": ["ws"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"ws" : "^1.1.1"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"ws": {"type": "string"}}, "required": ["ws"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"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" : "Organophosphorus compound, toxic, solid, n.o.s.", "number" : "3464", "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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "FontoXML Editor DITA Example"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"about.column1": {"type": "string"}, "about.column2": {"type": "string"}, "about.story": {"type": "string"}, "about.title": {"type": "string"}, "contact.button": {"type": "string"}, "contact.title": {"type": "string"}, "menu.ab... | {"about.column1" : "The 4Cavaleiros drama begins when Baal, a creature from Hell, decides to bring the Apocalypse to Earth, before the agreement between Paradise and Hell (In this case Paradise won in Rock Paper Scissors from Hell and decided to leave the Apocalypse for another millennium). When Baal is on his daily re... | json_instruct | {"type": "object", "properties": {"about.column1": {"type": "string"}, "about.column2": {"type": "string"}, "about.story": {"type": "string"}, "about.title": {"type": "string"}, "contact.button": {"type": "string"}, "contact.title": {"type": "string"}, "menu.about": {"type": "string"}, "menu.contact": {"type": "string"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "perl", "name" : "Perl"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/phpsword-smtp-email-setup": {"type": "object", "properties": {"1.0": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, ... | {"packages" : {"wpackagist-plugin/phpsword-smtp-email-setup" : {"1.0" : {"name" : "wpackagist-plugin/phpsword-smtp-email-setup", "version" : "1.0", "version_normalized" : "1.0.0.0", "uid" : 255711, "dist" : {"type" : "zip", "url" : "https://downloads.wordpress.org/plugin/phpsword-smtp-email-setup.zip?timestamp=14176657... | json_instruct | {"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/phpsword-smtp-email-setup": {"type": "object", "properties": {"1.0": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type":... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Poblacion, Pinamungahan, Cebu, Central Visayas (Region VII), PH", "locale" : "ph.central-visayas-region-vii.cebu.pinamungahan.poblacion", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "7", ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type... | {"name" : "b3n/azurestorage", "type" : "typo3-cms-extension", "description" : "TYPO3 FAL driver extension for Microsoft Azure Blob Storage", "keywords" : ["TYPO3", "extension", "azure", "storage"], "homepage" : "https://github.com/benjaminhirsch/typo3-azurestorage", "authors" : [{"name" : "Benjamin Hirsch", "email" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "em... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "conversionType": {"type": "string"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "object", "properties": {"item... | {"type" : "caldera:item_conversion", "conversionType" : "caldera:iron_to_gold", "ingredient" : {"item" : "minecraft:activator_rail"}, "result" : {"item" : "minecraft:powered_rail"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "conversionType": {"type": "string"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "c... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "ClassName": {"type": "string"}}, "required": ["Name", "ClassName"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Name" : "aclsh:CT_ClassificationOutcome/aclsh:classification", "ClassName" : "ClassificationOutcome"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "ClassName": {"type": "string"}}, "required": ["Name", "ClassName"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type":... | {"\u5de5\u5ee0\u540d\u7a31" : "\u6613\u5b99\u98df\u54c1\u5de5\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99655561", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "06810000225418", "\u5de5\u5ee0\u5730\u5740" : "\u5609\u7fa9\u7e23\u6885\u5c71\u9109\u904e\u5c71\u6751\u958b... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "p... | {"hash" : "0xd5ef86a8c363357a0baa31ac2067fd0e2b3aa4ad9e562687b9bddecd8fe00c83", "parentHash" : "0x1852daab508d1e0582d24d1b5c644d2796221dbb9667824470ba641cd49a8476", "number" : 97284, "timestamp" : 1439753636, "nonce" : "0x7b11d8d6ceda92d5", "difficulty" : 3783449789853, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"special": {"type": "object", "properties": {"background": {"type": "string"}, "foreground": {"type": "string"}, "cursor": {"type": "string"}}, "required": ["background", "foreground", "cursor"]}, "colors": {"type": "object", "pr... | {"special" : {"background" : "#37273a", "foreground" : "#b3a67d", "cursor" : "#c3bec3"}, "colors" : {"color0" : "#37273a", "color1" : "#9c595c", "color2" : "#8ba07a", "color3" : "#b3a67d", "color4" : "#7B6677", "color5" : "#83466D", "color6" : "#899079", "color7" : "#c3bec3", "color8" : "#5e5261", "color9" : "#b48284",... | json_instruct | {"type": "object", "properties": {"special": {"type": "object", "properties": {"background": {"type": "string"}, "foreground": {"type": "string"}, "cursor": {"type": "string"}}, "required": ["background", "foreground", "cursor"]}, "colors": {"type": "object", "properties": {"color0": {"type": "string"}, "color1": {"typ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"... | {"name" : "difftechnology/notifynder", "description" : "Management system of internal notifications for Laravel 5.*", "keywords" : ["notifications", "laravel"], "license" : "MIT", "authors" : [{"name" : "difftechnology", "email" : "admin@onlinemediaspace.com", "role" : "Developer"}], "require" : {"php" : ">=5.5.0", "il... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "ro... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "comment": {"type": "string"}, "packageName": {"type": "string"}, "email": {"type": "string"}, "dependentChangeType": {"type": "string"}}, "required": ["type", "comment", "packageName", "email", "depen... | {"type" : "patch", "comment" : "Update ADAL to MSAL SSO logic to use preferred_username instead of upn by default #3945", "packageName" : "@azure/msal-browser", "email" : "ellymakuba@microsoft.com", "dependentChangeType" : "patch"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "comment": {"type": "string"}, "packageName": {"type": "string"}, "email": {"type": "string"}, "dependentChangeType": {"type": "string"}}, "required": ["type", "comment", "packageName", "email", "dependentChangeType"], "$schema": "http://json-schema.org/draf... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper... | {"hash" : "0x9eb2168530ef99d4b341b87070b054b8019c9fdc9b04cdb240e90a3ecb4d22de", "parentHash" : "0x0bb3b39c863f57614bac866519ec800012c8b1d3c8c86be8f78878233ab57124", "number" : 113861, "timestamp" : 1440031032, "nonce" : "0xfd0ac1ff9f6c16f3", "difficulty" : 4429683270620, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : ... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "description": ... | {"id" : "166a03d7-fe4c-47b0-a4ea-0265fd9aca6f", "name" : "server_side", "values" : [{"key" : "url", "value" : "http://localhost:8000", "type" : "text", "description" : "", "enabled" : true}, {"key" : "token", "value" : "", "type" : "text", "description" : "", "enabled" : true}, {"key" : "user_token", "value" : "", "typ... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "enabled": {"type": "boolean"}}, "required... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"yield": {"type": "string"}, "nutritionEstimates": {"type": "array", "items": {}}, "totalTime": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"hostedSmallUrl": {"type": "st... | {"yield" : "4 servings", "nutritionEstimates" : [], "totalTime" : "1 hr 5 min", "images" : [{"hostedSmallUrl" : "https://lh3.googleusercontent.com/OnGbqZyuu4EpdZ48E0JbHxO05_8cieFL9fvFfHYEtmaBo2titHUsXt2C7mmRYIQEb-sl_UTEhYblmCCDiIG27Q=s90", "hostedMediumUrl" : "https://lh3.googleusercontent.com/OnGbqZyuu4EpdZ48E0JbHxO05... | json_instruct | {"type": "object", "properties": {"yield": {"type": "string"}, "nutritionEstimates": {"type": "array", "items": {}}, "totalTime": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"hostedSmallUrl": {"type": "string"}, "hostedMediumUrl": {"type": "string"}, "hostedLargeUrl": {"ty... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "proper... | {"name" : "newsgazette/formcinch", "description" : "A form GUI for making simple forms in Laravel 5", "keywords" : ["forms"], "type" : "library", "authors" : [{"name" : "Jason Frye", "email" : "jfrye@news-gazette.com", "role" : "Developer"}], "require" : {"laravel/framework" : "5.5.*|5.6.*|5.7.*|5.8.*"}, "require-dev" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role"... |
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" : 101843275, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "3fd256c354677b6480f6ecdd9b1f1a91", "wof:id" : 101843275, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-2.54013, 48.5563, -2.54013, 48.5563], "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": ["... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ... | {"372012" : {"count" : 1}, "count" : 20, "N.A.//" : {"count" : 11}, "353031" : {"count" : 1}, "399021" : {"count" : 1}, "519111" : {"count" : 2}, "352010" : {"count" : 3}, "537064" : {"count" : 1}} | json_instruct | {"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "353031": {"type": "object", "properties": {"count": {"typ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"roc-package-web": {"type": "string"}}, "required": ["roc-package-web"]}}, "required": ["name", "dependencies"], "$schema": "http://json-... | {"name" : "roc-test", "dependencies" : {"roc-package-web" : "1.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"roc-package-web": {"type": "string"}}, "required": ["roc-package-web"]}}, "required": ["name", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "req... | {"name" : "react_spa_calculator", "version" : "1.0.0", "description" : "Example calculator made with Nodejs, Express and React", "author" : {"name" : "Boris Misljencevic", "email" : "bmisljen@gmail.com", "url" : "https://www.boriswebappdevelopment.ca"}, "license" : "MIT", "scripts" : {"client" : "cd client && yarn star... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"arXiv": {"type": "string"}, "title": {"type": "string"}, "pdf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "s2id": {"type": "string"}, "twit... | {"arXiv" : "http://arxiv.org/abs/2105.01839", "title" : "Encoder Fusion Network With Co-Attention Embedding for Referring Image Segmentation", "pdf" : "https://openaccess.thecvf.com/content/CVPR2021/papers/Feng_Encoder_Fusion_Network_With_Co-Attention_Embedding_for_Referring_Image_Segmentation_CVPR_2021_paper.pdf", "au... | json_instruct | {"type": "object", "properties": {"arXiv": {"type": "string"}, "title": {"type": "string"}, "pdf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "s2id": {"type": "string"}, "twitter": {"type": "object", "properties": {"retweets": {"type": "integer"}, "lik... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"chai.js": {"type": "string"}, "chai.min.js": {"type": "string"}}, "required": ["chai.js", "chai.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"chai.js" : "sha256-l8WrSs8rU3g+mCko1Hfd4tGTUtVxb/Hv6jqpgbIU2xc=", "chai.min.js" : "sha256-69AzwE7k+6tIP7HtGJiFxHYFBKDlIY6VODL/UTZbMJE="} | json_instruct | {"type": "object", "properties": {"chai.js": {"type": "string"}, "chai.min.js": {"type": "string"}}, "required": ["chai.js", "chai.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$... | {"id" : "2004", "provinceId" : "35", "regencyId" : "14", "districtId" : "21", "name" : "Watestani"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"summary_date": {"type": "string"}, "period_id": {"type": "integer"}, "score": {"type": "integer"}, "score_activity_balance": {"type": "integer"}, "score_hrv_balance": {"type": "integer"}, "score_p... | [{"summary_date" : "2021-11-23", "period_id" : 0, "score" : 76, "score_activity_balance" : 67, "score_hrv_balance" : 86, "score_previous_day" : 55, "score_previous_night" : 68, "score_recovery_index" : 19, "score_resting_hr" : 66, "score_sleep_balance" : 98, "score_temperature" : 98, "rest_mode_state" : 0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"summary_date": {"type": "string"}, "period_id": {"type": "integer"}, "score": {"type": "integer"}, "score_activity_balance": {"type": "integer"}, "score_hrv_balance": {"type": "integer"}, "score_previous_day": {"type": "integer"}, "score_previous_night": {"t... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"allMdx": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"fields": {"type":... | {"data" : {"allMdx" : {"edges" : [{"node" : {"fields" : {"slug" : "/introduction", "title" : "Introduction"}}}, {"node" : {"fields" : {"slug" : "/codeblock/1-index", "title" : "Sub Page"}}}, {"node" : {"fields" : {"slug" : "/", "title" : "Landing Page"}}}, {"node" : {"fields" : {"slug" : "/codeblock", "title" : "Syntax... | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"allMdx": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type"... |
Create an example JSON object that satisfies this schema:
{"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... | {"uuid" : "de8961ff-9254-441d-aef7-bc5d6e25b665", "befores" : [{"name" : "assert_dict", "status" : "passed", "start" : 1580623858467, "stop" : 1580623858467}], "start" : 1580623858467, "stop" : 1580623858898} | 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":... |
Using the following JSON schema, generate a compatible JSON instance:
{"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"... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[135.125, 35.333333333333336], [135.125, 35.416666666666664], [135.25, 35.416666666666664], [135.25, 35.333333333333336], [135.125, 35.333333333333336]]]}, "properties" : {"code" : 533501, "url" : "http://madefor.github.io/0410/api/v1/533501.geojs... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items"... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [403.543, 299.083, 1, 359.956, 334.185, 1, 373.844, 333.105, 1, 444.217, 353.55, 1, 477.981, 382.304, 1, 340.929, 334.238, 1, 1051.73, 497.928, 0, 961.792, 506.901, 0, 383.049, 476.843, 1, 436.06, 367.543, 1, 473.898, 446.946, 1, 352.868, 471.681, 1, 477.971, 318.951... | 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": {"dependencies": {"type": "object", "properties": {"@types/spotify-web-playback-sdk": {"type": "string"}, "spotify-web-api-js": {"type": "string"}, "spotify-web-sdk": {"type": "string"}}, "required": ["@types/s... | {"dependencies" : {"@types/spotify-web-playback-sdk" : "^0.1.12", "spotify-web-api-js" : "^1.5.2", "spotify-web-sdk" : "^0.7.1"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@types/spotify-web-playback-sdk": {"type": "string"}, "spotify-web-api-js": {"type": "string"}, "spotify-web-sdk": {"type": "string"}}, "required": ["@types/spotify-web-playback-sdk", "spotify-web-api-js", "spotify-web-sdk"]}}, "requir... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"version": {"type": "integer"}, "device_info": {"type": "object", "properties": {"vid": {"type": "string"}, "pid": {"type": "string"}, "name": {"type": "string"}, "manufac... | {"config" : {"version" : 2, "device_info" : {"vid" : "0xFEED", "pid" : "0x0A70", "name" : "angel70", "manufacture" : "kakunkb", "description" : ""}, "matrix" : {"rows" : 16, "cols" : 5, "device_rows" : 8, "device_cols" : 5, "debounce" : 1, "is_left_hand" : 1, "diode_direction" : 4, "row_pins" : [20, 19, 18, 17, 16, 15,... | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"version": {"type": "integer"}, "device_info": {"type": "object", "properties": {"vid": {"type": "string"}, "pid": {"type": "string"}, "name": {"type": "string"}, "manufacture": {"type": "string"}, "description": {"type": "string"}}, "require... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "eradicate", "definition" : "1. To pluck up by the roots; to root up; as, an oak tree eradicated. 2. To root out; to destroy utterly; to extirpate; as, to eradicate diseases, or errors. This, although now an old an inveterate evil, might be eradicated by vigorous treatment. Southey. Syn. -- To extirpate; root... | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "icon": {"type": "string"}, "order": {"type": "integer"}, "item_id": {"type": "integer"}}, "required": ["id", "name", "icon", "order", "item_id"], "$schema": "... | {"id" : 88, "name" : "Mini High Inquisitor Maut", "icon" : "https://render.guildwars2.com/file/4E20D2CE38EFA06DC4633666B647975D05C0B8F0/102736.png", "order" : 154, "item_id" : 20198} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "icon": {"type": "string"}, "order": {"type": "integer"}, "item_id": {"type": "integer"}}, "required": ["id", "name", "icon", "order", "item_id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "trigger_cond": {"type": "integer"}, "trigger_msg": {"type": "string"}, "period": {"type": "string"}}, "required": ["id", "trigger_cond", "trigger_msg", "period"]}... | [{"id" : "JIVMtpjVZqJ", "trigger_cond" : 2, "trigger_msg" : "Cases of Cholera have been identified this month", "period" : "monthly"}, {"id" : "Tt5TAvdfdVK", "trigger_cond" : 1, "trigger_msg" : "Cases of Cholera have been identified this week", "period" : "weekly"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "trigger_cond": {"type": "integer"}, "trigger_msg": {"type": "string"}, "period": {"type": "string"}}, "required": ["id", "trigger_cond", "trigger_msg", "period"]}, "$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"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "version": {"type": "string"}, "main": {"type": "st... | {"name" : "ogp-server", "author" : {"name" : "Misir Jafarov", "url" : "https://themisir.com"}, "version" : "1.0.0", "main" : "index.js", "dependencies" : {"open-graph" : "^0.2.6"}, "scripts" : {"start" : "node ./server.js"}, "bin" : {"ogp-server" : "server.js"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"open-graph": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"docs": {"type": "string"}, "docs:bu... | {"name" : "eslint-base", "version" : "1.0.0", "license" : "MIT", "main" : "src/index.js", "type" : "module", "scripts" : {"docs" : "run-s docs:clear docs:build", "docs:build" : "jsdoc -c jsdoc.config.json", "docs:clear" : "rimraf docs/", "docs:serve" : "web-dev-server -r ./docs", "format" : "run-p format:*", "format:es... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"docs": {"type": "string"}, "docs:build": {"type": "string"}, "docs:clear": {"type": "string"},... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "null"}, "state": {... | {"name" : "Edith-Stein-Volksschule Memmingen-Ost", "id" : "BY-8583", "address" : "Kneippstra\u00dfe 22 87700 Memmingen", "school_type" : "Grundschule", "fax" : "08331 82713", "phone" : "08331 86073", "website" : null, "state" : "BY", "programs" : {"programs" : []}, "full_time_school" : false, "lon" : 10.194644, "lat" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "null"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"progr... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : ["hmanipulate.accelerate-testing_the.looking-and.define.with", "_industry_and", "la.pages.be.is-busines", "dwithin_and.and-thus_is.file_robust_particula", "vis.for_in-of-is.to-be", "tyears_the_", "mweb.promine", "_world", "tprecise_wil"]} | json_instruct | {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Products": {"type": "array", "items": {"type": "object", "properties": {"childbyautoid": {"type": "object", "properties": {"name": {"type": "string"}, "color": {"type": "string"}, "price": {"type": "string"}, "peices": {"type": ... | {"Products" : [{"childbyautoid" : {"name" : "Mango", "color" : "Green", "price" : "45", "peices" : "10"}}, {"childbyautoid" : {"name" : "Mango", "color" : "Yellow", "price" : "60", "peices" : "15"}}, {"childbyautoid" : {"name" : "Apple", "color" : "Red", "price" : "50", "peices" : "5"}}, {"childbyautoid" : {"name" : "A... | json_instruct | {"type": "object", "properties": {"Products": {"type": "array", "items": {"type": "object", "properties": {"childbyautoid": {"type": "object", "properties": {"name": {"type": "string"}, "color": {"type": "string"}, "price": {"type": "string"}, "peices": {"type": "string"}}, "required": ["name", "color", "price", "peice... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"guid": {"type": "string"}, "name": {"type": "string"}, "docType": {"type": "string"}, "size": {"type": "integer"}, "directory": {"type": "boolean"}}, "required": ["guid", "name", "docType", "size", "... | [{"guid" : "/SubFolder/FileInSubFolder", "name" : "FileInSubFolder.docx", "docType" : "Words", "size" : 11912, "directory" : false}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"guid": {"type": "string"}, "name": {"type": "string"}, "docType": {"type": "string"}, "size": {"type": "integer"}, "directory": {"type": "boolean"}}, "required": ["guid", "name", "docType", "size", "directory"]}, "$schema": "http://json-schema.org/draft-07/s... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "side": {"type": "string"}, "bottom": {"type": "string"}}, "required": ["top", "side", "bottom"]}}, "required": ["parent"... | {"parent" : "gm4:block/cube_small_display", "textures" : {"top" : "gm4:block/red_sand_display_top", "side" : "gm4:block/red_sand_display_side", "bottom" : "gm4:block/red_sand_display_top"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "side": {"type": "string"}, "bottom": {"type": "string"}}, "required": ["top", "side", "bottom"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/sch... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "d... | {"name" : "yarn_workspaces_project", "version" : "independent", "author" : "Kuldip", "license" : "MIT", "private" : true, "workspaces" : ["app", "packages"], "devDependencies" : {"lerna" : "^4.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"lerna": {"type": "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"memberId": {"type": "integer"}, "givenName": {"type": "string"}, "nickName": {"type": "string"}, "surNames": {"type": "array", "items": {"type": "object", "properties": {"surName": {"type": "string"}, "current"... | {"memberId" : 206, "givenName" : "Glen", "nickName" : "", "surNames" : [{"surName" : "Maxey", "current" : true}]} | json_instruct | {"type": "object", "properties": {"memberId": {"type": "integer"}, "givenName": {"type": "string"}, "nickName": {"type": "string"}, "surNames": {"type": "array", "items": {"type": "object", "properties": {"surName": {"type": "string"}, "current": {"type": "boolean"}}, "required": ["surName", "current"]}}}, "required": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "strin... | {"id" : 99182, "name" : "Remove sharing buttons from endgame at threejs.com", "description" : "Remove the Facebook and Twitter sharing buttons from the endgame screen on threesjs.com.", "user" : {"id" : 260018, "name" : "enod", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : ... | 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... |
Based on the schema below, produce a valid JSON object:
{"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... | {"id" : "697608935", "name" : "Manor Close", "nodes" : [{"type" : "node", "id" : 1096013795, "lat" : 52.398237, "lon" : -0.5370636}, {"type" : "node", "id" : 1134423561, "lat" : 52.3982049, "lon" : -0.5369061}, {"type" : "node", "id" : 6551403595, "lat" : 52.3975584, "lon" : -0.5365893}, {"type" : "node", "id" : 655140... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"defaultTitle": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"rax-link": {"type": "string"}}, "required": ["rax-link"]}}, "required": ["defaultTitle", "usingComponents"], "$schema":... | {"defaultTitle" : "Miniapp rax link demo pageB", "usingComponents" : {"rax-link" : "../../lib/miniapp/index"}} | json_instruct | {"type": "object", "properties": {"defaultTitle": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"rax-link": {"type": "string"}}, "required": ["rax-link"]}}, "required": ["defaultTitle", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array"... | {"directions" : ["Mix cream cheese and seasoning mix until blended; spread onto serving plate or bottom of pie plate.", "Top with remaining ingredients.", "Refrigerate several hours or until chilled."], "ingredients" : ["1 (8 ounce) package PHILADELPHIA Cream Cheese, softened", "1 tablespoon TACO BELL\u00ae HOME ORIGIN... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "chimaeroid", "definition" : "Related to, or like, the chim\u00e6ra."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bower": {"type": "string"}}, "required": ["bower"]}, "devDependencies": ... | {"name" : "webcomponents-slides", "version" : "0.0.0", "description" : "", "dependencies" : {"bower" : "^1.3.3"}, "devDependencies" : {}, "repository" : {"type" : "git", "url" : "git://github.com/paulgreg/webcomponents-slides.git"}, "authors" : ["Gr\u00e9gory Paul <paulgreg@gmail.com>"], "license" : "GPL", "bugs" : {"u... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bower": {"type": "string"}}, "required": ["bower"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "repository": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-82.451633, 38.426136], [-82.425075, 38.432883], [-82.423612, 38.426779], [-82.432475, 38.425011], [-82.43041, 38.41772], [-82.437363, 38.416814], [-82.43906, 38.422819], [-82.437331, 38.423107], [-82.442673, 38.422783], ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"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" : [[[152.625, 29.916666666666668], [152.625, 30.0], [152.75, 30.0], [152.75, 29.916666666666668], [152.625, 29.916666666666668]]]}, "properties" : {"code" : 445275, "url" : "http://madefor.github.io/0410/api/v1/445275.geojson", "view" : "https://githu... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"t... | {"source" : "http://www.spanishdict.com/conjugate/descruzar", "word" : "descruzar", "infinitivo" : "descruzar", "gerundio" : ["descruzando"], "participio" : ["descruzado"], "tenses" : {"3" : [["descruzo"], ["descruzas"], ["descruza"], ["descruzamos"], ["descruz\u00e1is"], ["descruzan"]], "4" : [["descruc\u00e9"], ["des... | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "item... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "strin... | {"id" : "QmafNADdLPungzSdYUzvQ8nbsCTvwD8YQoi3tLM38HqWnS", "title" : "anotha one", "body" : "", "choices" : ["1", "2"], "start" : 1627808400, "end" : 1629190800, "snapshot" : "12965861", "state" : "closed", "author" : "0x897258C8557e6205f7747b9cAe593dB334D8F5bf", "space" : {"id" : "tommyg.eth", "name" : "lame test zone"... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "strin... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "i... | {"title" : "Threshold Learning for Optimal Decision Making.", "fields" : ["bayesian optimization", "optimal decision", "learning rule", "gaussian process", "artificial neural network"], "abstract" : "Decision making under uncertainty is commonly modelled as a process of competitive stochastic evidence accumulation to t... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {}}, "conf": {"type": "string"}, "authors": {"type": "array", "it... |
Generate a valid JSON object that conforms to the following schema:
{"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"}, "nu... | {"artist_id" : "ARIQXWK1187B9B00F4", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Empire Brass", "duration" : 253.51791, "num_songs" : 1, "song_id" : "SOMANBM12A8C139503", "title" : "O Holy Night (2005 Digital Remaster)", "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": {"name": {"type": "string"}, "version": {"type": "string"}, "commit": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, ... | {"name" : "bootstrap-select", "version" : "0.0.0", "commit" : "d3d31afa022ba5b00894ddc637d92b3e69baba36", "repository" : {"type" : "git", "url" : "git://github.com/silviomoreto/bootstrap-select.git"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "commit": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "commit", "repository"], "$sch... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "proper... | {"type" : "MultiPolygon", "coordinates" : [[[[-92.144174, 43.966184], [-92.14417, 43.968016], [-92.144166, 43.969008], [-92.144164, 43.971841], [-92.144169, 43.972032], [-92.144162, 43.973438], [-92.144163, 43.974056], [-92.144168, 43.974296], [-92.144159, 43.976896], [-92.14416, 43.977155], [-92.143066, 43.977154], [-... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["co... | {"contract" : "0x82cc62a5441c4df93acf0d2cf63e25060289e847", "tool" : "honeybadger", "start" : 1565818082.4143865, "end" : 1565818084.3509576, "duration" : 1.9365711212158203, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"$schema": {"type": "string"}, "definitions": {"type": "object", "properties": {}, "required": []}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"created": {"type": "object", "propertie... | {"$schema" : "http://json-schema.org/draft-04/schema#", "definitions" : {}, "id" : "king-phisher.client.plugin.request_redirect.data", "properties" : {"created" : {"id" : "/properties/created", "type" : "string"}, "entries" : {"id" : "/properties/entries", "items" : {"id" : "/properties/entries/items", "properties" : {... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "definitions": {"type": "object", "properties": {}, "required": []}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"created": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}}, "required": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"videomail-client.js": {"type": "string"}, "videomail-client.min.js": {"type": "string"}}, "required": ["videomail-client.js", "videomail-client.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"videomail-client.js" : "sha256-uLOJRkViBeS/xqhXe+imKH2jkQhKL4Wp8kKvCEKBMSE=", "videomail-client.min.js" : "sha256-kEOqzYeJoJP9sGYrBkepFUEtY1JqNiwyrE3HS1aH1og="} | json_instruct | {"type": "object", "properties": {"videomail-client.js": {"type": "string"}, "videomail-client.min.js": {"type": "string"}}, "required": ["videomail-client.js", "videomail-client.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "str... | {"schemaVersion" : 1, "id" : "craftelytra", "version" : "${version}", "name" : "Craftable Elytra", "description" : "Makes the elytra craftable.", "authors" : ["mariofish"], "contact" : {"homepage" : "https://github.com/mariofish", "sources" : "https://github.com/mariofish/CraftableElytra"}, "license" : "Unlicense", "ic... | json_instruct | {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"homepage": {"type": "st... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.