input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, ... | {"parent" : "IScriptable", "name" : "gameprojectileSpiralParams", "flags" : 66, "props" : [{"type" : "Bool", "name" : "enabled", "flags" : 6627016709}, {"type" : "Float", "name" : "radius", "flags" : 6627016709}, {"type" : "Float", "name" : "cycleTimeMin", "flags" : 6627016709}, {"type" : "Float", "name" : "cycleTimeMa... | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}},... |
Create a JSON structure that matches this 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"}, "wof:id": {"type... | {"id" : 101878073, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "7c78a15cf913a8cbc6c313240a728676", "wof:id" : 101878073, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.45639642183221, 49.35941247078961, 3.47471173680566, 49.36510350585985... | 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": {"loader": {"type": "string"}, "textures": {"type": "object", "properties": {"bark": {"type": "string"}, "rings": {"type": "string"}}, "required": ["bark", "rings"]}}, "required": ["loader", "textures"], "$schema": "h... | {"loader" : "dynamictrees:branch", "textures" : {"bark" : "byg:block/stripped_ether_log", "rings" : "byg:block/stripped_ether_log_top"}} | json_instruct | {"type": "object", "properties": {"loader": {"type": "string"}, "textures": {"type": "object", "properties": {"bark": {"type": "string"}, "rings": {"type": "string"}}, "required": ["bark", "rings"]}}, "required": ["loader", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "iso": {"type": "string"}, "fips": {"type": "string"}, "admin": {"type": "string"}, "reference": {"type": "object", "properties": {}, "required": []}}, "r... | [{"name" : "St Clement", "iso" : "", "fips" : "3237072", "admin" : "3237072", "reference" : {}}, {"name" : "St Saviour", "iso" : "", "fips" : "3237073", "admin" : "3237073", "reference" : {}}, {"name" : "St. Brelade", "iso" : "", "fips" : "3237200", "admin" : "3237200", "reference" : {}}, {"name" : "Grouville", "iso" :... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "iso": {"type": "string"}, "fips": {"type": "string"}, "admin": {"type": "string"}, "reference": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "iso", "fips", "admin", "reference"]}, "$schema": "http://... |
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" : 90162, "cartId" : "1b9df979-d8cd-40e6-aa8d-3cc3d717cd7d", "preferredProducts" : [2218, 1173, 1977, 4353, 3359, 4117, 2484, 1390, 1126], "productReviews" : [{"productId" : 2006, "reviewText" : "My co-worker Merwin has one of these. He says it looks bubbly.", "reviewDate" : "2017-07-30T11:26:09.2047708+03:00"... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"area-model-algebra.title": {"type": "object", "properties": {"value": {"type": "string"}, "history": {"type": "array", "items": {"type": "object", "properties": {"userId": {"type": "integer"}, "timestamp": {"type": "... | {"area-model-algebra.title" : {"value" : "Algebra van oppervlakte", "history" : [{"userId" : 170730, "timestamp" : 1525957692877, "oldValue" : "", "newValue" : "Oppervlakte model algebra", "explanation" : null}, {"userId" : 170730, "timestamp" : 1577010603093, "oldValue" : "Oppervlakte model algebra", "newValue" : "Alg... | json_instruct | {"type": "object", "properties": {"area-model-algebra.title": {"type": "object", "properties": {"value": {"type": "string"}, "history": {"type": "array", "items": {"type": "object", "properties": {"userId": {"type": "integer"}, "timestamp": {"type": "integer"}, "oldValue": {"type": "string"}, "newValue": {"type": "stri... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type"... | {"name" : "TextFieldView", "version" : "0.0.1", "summary" : "Customized UITextField with Validator to design beautiful Form for iPhone & iPad Application.", "description" : "To design a form view like login, sign up, profile update, we need to use UItextField and validator. This project will give you a quick developmen... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"mdb_source_id": {"type": "integer"}, "data_type": {"type": "string"}, "provider": {"type": "string"}, "name": {"type": "string"}, "location": {"type": "object", "properties": {"country_code": {"type": "string"}, "subdivision_nam... | {"mdb_source_id" : 3, "data_type" : "gtfs", "provider" : "Barrie Transit", "name" : "Barrie Transit GTFS Schedule source", "location" : {"country_code" : "CA", "subdivision_name" : "Ontario", "municipality" : "Barrie", "bounding_box" : {"minimum_latitude" : 44.3218044, "maximum_latitude" : 44.42020676, "minimum_longitu... | json_instruct | {"type": "object", "properties": {"mdb_source_id": {"type": "integer"}, "data_type": {"type": "string"}, "provider": {"type": "string"}, "name": {"type": "string"}, "location": {"type": "object", "properties": {"country_code": {"type": "string"}, "subdivision_name": {"type": "string"}, "municipality": {"type": "string"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"$schema": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "data": {"type": "object", "properties": {"url": {"type": "string"}, "format": {"type": "object", "properties": {"type": {"type": "s... | {"$schema" : "https://vega.github.io/schema/vega-lite/v2.json", "width" : 800, "height" : 450, "data" : {"url" : "./gh-specs/data/207.vl.json", "format" : {"type" : "json", "property" : "volumes"}}, "transform" : [{"filter" : {"field" : "DataInformacao", "timeUnit" : "year", "range" : [2005, 2015]}}], "mark" : "line", ... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "data": {"type": "object", "properties": {"url": {"type": "string"}, "format": {"type": "object", "properties": {"type": {"type": "string"}, "property": {"type": "string"}}, "required": ["type",... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"_type": {"type": "string"}, "_links": {"type": "object", "properties": {"self": {"type": "object", "properties": {"href": {"type": "string"}, "title": {"type": "string"}}, "required": ["href", "title"]}, "workPackage": {"type"... | {"_type" : "Activity::Comment", "_links" : {"self" : {"href" : "/api/v3/activity/1", "title" : "Priority changed from High to Low"}, "workPackage" : {"href" : "/api/v3/work_packages/1", "title" : "quis numquam qui voluptatum quia praesentium blanditiis nisi"}, "user" : {"href" : "/api/v3/users/1", "title" : "John Shepp... | json_instruct | {"type": "object", "properties": {"_type": {"type": "string"}, "_links": {"type": "object", "properties": {"self": {"type": "object", "properties": {"href": {"type": "string"}, "title": {"type": "string"}}, "required": ["href", "title"]}, "workPackage": {"type": "object", "properties": {"href": {"type": "string"}, "tit... |
The schema below describes a JSON structure. Generate a valid example:
{"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"... | {"id" : 7785, "title" : ["[Upper Trollfang]"], "description" : ["Muted crunching sounds greet your steps in your following of the trail surrounding the tower. Upon inspection you note that bones litter the flatland here, partially obscured by scrub grass and fallen stonework."], "paths" : ["Obvious paths: east, southw... | 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": {"7784":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]... | {"name" : "WeSdkMediation_Facebook", "version" : "5.4.0.4", "summary" : "Facebook Adapters for mediating through WeSdk.", "homepage" : "https://github.com/webeyemob/WeSdkiOSPub", "license" : {"type" : "MIT"}, "authors" : "WeSdk", "platforms" : {"ios" : "9.0"}, "source" : {"git" : "https://github.com/webeyemob/WeSdkiOSP... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "authors": {"type": "string"}, "platforms": {"type": "object", "pro... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"javascript": {"type": "object", "properties": {"external": {"type": "array", "items": {"type": "string"}}, "externalExcludeFromBuild": {"type": "array", "items": {"type": "string"}}, "app": {"type": "array", "items": {"type": ... | {"javascript" : {"external" : ["libs/jquery/jquery.js", "libs/bootstrap/dist/js/bootstrap.js", "libs/log/log.js", "libs/lodash/dist/lodash.js", "libs/moment/moment.js", "libs/angular/angular.js", "libs/angular-messages/angular-messages.js", "libs/angular-animate/angular-animate.js", "libs/angular-cookies/angular-cookie... | json_instruct | {"type": "object", "properties": {"javascript": {"type": "object", "properties": {"external": {"type": "array", "items": {"type": "string"}}, "externalExcludeFromBuild": {"type": "array", "items": {"type": "string"}}, "app": {"type": "array", "items": {"type": "string"}}, "appExcludeFromBuild": {"type": "array", "items... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "req... | {"name" : "kafka-message-length", "version" : "0.1.0", "description" : "returns number of message in a given kafka topic", "main" : "index.js", "bin" : "./cli.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["kafka"], "engines" : {"node" : ">=8"}, "repository" : "github:hyperlink... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "entry": {"type": "string"}}, "required": ["id", "name", "entry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "spectrum_delete", "name" : "Delete", "entry" : "DeleteSpectrum"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "entry": {"type": "string"}}, "required": ["id", "name", "entry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"@class": {"type": "string"}, "serviceId": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "integer"}, "description": {"type": "string"}, "evaluationOrder": {"type": "integer"}, "accessStrategy": {"type": "object... | {"@class" : "org.apereo.cas.services.RegexRegisteredService", "serviceId" : "^(http|https|imaps)://.*", "name" : "HTTP, HTTPS and IMAPS", "id" : 20000001, "description" : "This service definition authorizes all application urls that support HTTPS and IMAPS protocols.", "evaluationOrder" : 1, "accessStrategy" : {"@class... | json_instruct | {"type": "object", "properties": {"@class": {"type": "string"}, "serviceId": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "integer"}, "description": {"type": "string"}, "evaluationOrder": {"type": "integer"}, "accessStrategy": {"type": "object", "properties": {"@class": {"type": "string"}, "enabled": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/tier2/fubonearmor2/fubone2.chest": {"type": "array", "items": {"type": "strin... | [{"DeniedAlternatives" : [], "Files" : {"items/armors/tier2/fubonearmor2/fubone2.chest" : ["/description"], "items/armors/tier2/fubonearmor2/fubone2.head" : ["/description"], "items/armors/tier2/fubonearmor2/fubone2.legs" : ["/description"]}, "Texts" : {"Chs" : "^green;+4%^reset;\u7269\u7406\u6297\u6027\n\n^orange;\u59... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/tier2/fubonearmor2/fubone2.chest": {"type": "array", "items": {"type": "string"}}, "items/armors/tier2/fubonearmor2/fubone2.head": {"type": "array",... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "340203007002", "text" : "\u77f3\u784a\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "340203007200", "text" : "\u767d\u9a6c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "340203007201", "text" : "\u5854\u5f71\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "340203007202", "text" : "\u4e49\u5174\u6751\u6c11\u59d4\u5458\u4f1a"},... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"experimentalDecorators": {"type": "boolean"}, "baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"c/lt-home": {"type": "array", "items": {"... | {"compilerOptions" : {"experimentalDecorators" : true, "baseUrl" : ".", "paths" : {"c/lt-home" : ["LTHome/LTHome.js"]}}, "include" : ["**/*", "../../../../.sfdx/typings/lwc/**/*.d.ts"]} | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"experimentalDecorators": {"type": "boolean"}, "baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"c/lt-home": {"type": "array", "items": {"type": "string"}}}, "required": ["c/lt-home"]}}, "required": ["experim... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "prop... | {"hash" : "0xe8a4f0f7638c990ac5bd8e8dec21bfc84e861b9b0ee0beebfc963d971807b4df", "parentHash" : "0xc9b7332760204b525ee41816db78aa783fc1cbb640c0d87ba955ceb767553734", "number" : 118194, "timestamp" : 1440122017, "nonce" : "0x59c2bc8538e6748b", "difficulty" : 4322724038340, "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": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1101030021", "district_id" : "1101030", "name" : "PUTRA JAYA"} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url"... | {"authors" : [{"author" : "Fethi Mellouli"}, {"author" : "Habib Ksouri"}, {"author" : "Ridha Barbouche"}, {"author" : "Mongi Maamer"}, {"author" : "Leila Ben Hamed"}, {"author" : "Slama Hmida"}, {"author" : "Assia Ben Hassen"}, {"author" : "Mohamed B\u00e9jaoui"}], "doi" : "10.1186/1471-5945-10-10", "publication_date" ... | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"prefecture_jis_code": {"type": "string"}, "city_jis_code": {"type": "string"}, "town_name_kana": {"type": "string"}, "town_name": {"type": "string"}, "zip_code": {"type": "string"}}... | [{"prefecture_jis_code" : "32", "city_jis_code" : "32525", "town_name_kana" : "\uff71\uff8f", "town_name" : "\u6d77\u58eb", "zip_code" : "6840403"}, {"prefecture_jis_code" : "32", "city_jis_code" : "32525", "town_name_kana" : "\uff73\uff7d\uff9e\uff76", "town_name" : "\u5b87\u53d7\u8cc0", "zip_code" : "6840401"}, {"pre... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"prefecture_jis_code": {"type": "string"}, "city_jis_code": {"type": "string"}, "town_name_kana": {"type": "string"}, "town_name": {"type": "string"}, "zip_code": {"type": "string"}}, "required": ["prefecture_jis_code", "city_jis_code", "town_name_kana", "tow... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "yarcot:block/ruby_ore"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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"}, "wo... | {"id" : 101754593, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "9a5a83fb4ab113fbab75f5050bf82a1c", "wof:id" : 101754593, "wof:placetype" : "locality", "wof:repo" : "whosonfirst-data-admin-nl"}, "bbox" : [4.81129939268629, 51.6024363309715, 4.8327... | 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:placetype": {"type": "string"}, "wof:repo"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"terminal.integrated.env.osx": {"type": "object", "properties": {"PATH": {"type": "string"}, "PLATFORMIO_CALLER": {"type": "string"}}, "required": ["PATH", "PLATFORMIO_CALLER"]}}, "required": ["terminal.integrated.env... | {"terminal.integrated.env.osx" : {"PATH" : "/Users/stefan/.platformio/penv/bin:/Users/stefan/.platformio/penv:/Library/Frameworks/Python.framework/Versions/3.6/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/CrossPack-AVR/bin", "PLATFORMIO_CALLER" : "vsc... | json_instruct | {"type": "object", "properties": {"terminal.integrated.env.osx": {"type": "object", "properties": {"PATH": {"type": "string"}, "PLATFORMIO_CALLER": {"type": "string"}}, "required": ["PATH", "PLATFORMIO_CALLER"]}}, "required": ["terminal.integrated.env.osx"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "fullName": {"type": "string"}, "slug": {"type": "string"}, "owner": {"type": "object", "properties": {"login": {"type": "string"}, "type": {"type": "string"}}, "required": ["login", "typ... | {"name" : "nr1-top", "fullName" : "newrelic/nr1-top", "slug" : "newrelic-nr1-top", "owner" : {"login" : "newrelic", "type" : "Organization"}, "title" : "New Relic One Top", "supportUrl" : "https://discuss.newrelic.com/t/new-relic-one-top-nerdpack/82934", "githubUrl" : "https://github.com/newrelic/nr1-top", "permalink" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "fullName": {"type": "string"}, "slug": {"type": "string"}, "owner": {"type": "object", "properties": {"login": {"type": "string"}, "type": {"type": "string"}}, "required": ["login", "type"]}, "title": {"type": "string"}, "supportUrl": {"type": "string"}, "g... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t... | {"name" : "chat-libp2p", "version" : "1.0.0", "description" : "Yet another chat app using libp2p", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "shresthagrawal.31@gmail.com", "license" : "ISC", "dependencies" : {"libp2p" : "^0.25.4", "libp2p-bootstrap" : "^0.9.7"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, ... | {"asset" : {"format" : "jpg", "id" : "57793ec740e5362b0a97d14597c19f09", "name" : "ea36b50821fd093ed1584d05fb1d4e9fe777ead218ac104497f5c978a6ebb3bf_640.jpg", "path" : "file:/Users/mohamedkhanafer/Documents/GitHub/TrainYourOwnYOLO/Data/Source_Images/Training_Images/ea36b50821fd093ed1584d05fb1d4e9fe777ead218ac104497f5c97... | json_instruct | {"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "heig... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"outputType": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "apkInfo": {"type": "object", "properties": {"type": {"type": "string"}, "splits": {"type": "array", "... | [{"outputType" : {"type" : "APK"}, "apkInfo" : {"type" : "MAIN", "splits" : [], "versionCode" : 15}, "path" : "app-release.apk", "properties" : {"packageId" : "com.danielmarczin.whattowatch", "split" : "", "minSdkVersion" : "18"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"outputType": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "apkInfo": {"type": "object", "properties": {"type": {"type": "string"}, "splits": {"type": "array", "items": {}}, "versionCode": {"type": "integer"}}, "requir... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"900012253": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900012254": {"type": "object", "properties": {"... | {"900012253" : {"nama" : "TPS 1", "dapil" : [1102, 11107, 2111603]}, "900012254" : {"nama" : "TPS 2", "dapil" : [1102, 11107, 2111603]}, "900012255" : {"nama" : "TPS 3", "dapil" : [1102, 11107, 2111603]}} | json_instruct | {"type": "object", "properties": {"900012253": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900012254": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, ... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [235.42, 213.276, 0.970352, 181.881, 226.332, 0.864808, 202.763, 243.23, 0.77079, 196.308, 309.815, 0.803396, 245.845, 286.367, 0.931145, 159.734, 214.518, 0.789822, 0, 0, 0, 0, 0, 0, 175.411, 363.347, 0.519801, 210.621, 463.797, 0.594276, 0, 0, 0, 132.344, 358.102, ... | 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": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": ... | {"userId" : 77124, "cartId" : "8fdf8f3e-ead9-41cd-b62a-6f4b2cfc5042", "preferredProducts" : [2717, 3038, 693, 1736], "productReviews" : [{"productId" : 4541, "reviewText" : "I saw one of these in Moldova and I bought one.", "reviewDate" : "2017-07-10T04:59:42.4720789+03:00"}, {"productId" : 2918, "reviewText" : "The bo... | 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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "port-version": {"type": "integer"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "supports": {"type": "string"}, "dependencies": {"type": "array"... | {"name" : "libxmp-lite", "version" : "4.4.1", "port-version" : 8, "description" : "Lightweight version of libxmp that supports MOD, S3M, XM and IT modules.", "homepage" : "https://sourceforge.net/projects/xmp/", "supports" : "windows", "dependencies" : [{"name" : "vcpkg-cmake", "host" : true}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "port-version": {"type": "integer"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "supports": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type... |
Generate sample JSON data that conforms to the following 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" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "SANTA RITA DO NOVO DESTINO", "Description" : "SANTA RITA DO NOVO DESTINO / GO"}, "geometry" : {"type" : "LineString", "coordinates" : [[-48.95... | 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... |
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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "hom... | {"name" : "cordova-react", "version" : "0.2.0", "description" : "Cordova React Template", "main" : "index.js", "keywords" : ["ecosystem:cordova", "cordova:template", "cordova", "react"], "author" : "Omar Raad", "homepage" : "https://github.com/oraad/cordova-react-template#readme", "repository" : {"type" : "git", "url" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properti... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["320581406498", "\u5e38\u719f\u6606\u627f\u6e56\u7ba1\u59d4\u4f1a\u865a\u62df\u793e\u533a", "111", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "string"}, "totalnumero": {"type": "number"}, "totalpvm": {"type": "integer"}}, "required": ["year"... | {"data" : {"data" : [{"year" : "2016", "totalnumero" : 9.5, "totalpvm" : 100}, {"year" : "2018", "totalnumero" : 14.5, "totalpvm" : 60}, {"year" : "2019", "totalnumero" : 18.2, "totalpvm" : 70}, {"year" : "2020", "totalnumero" : 18.2, "totalpvm" : 50}]}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "string"}, "totalnumero": {"type": "number"}, "totalpvm": {"type": "integer"}}, "required": ["year", "totalnumero", "totalpvm"]}}}, "required": ["data"]}}, "r... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "360781100001", "text" : "\u89e3\u653e\u8def\u5c45\u59d4\u4f1a"}, {"id" : "360781100002", "text" : "\u7ea2\u90fd\u5927\u9053\u5c45\u59d4\u4f1a"}, {"id" : "360781100003", "text" : "\u4e0a\u9633\u8def\u5c45\u59d4\u4f1a"}, {"id" : "360781100004", "text" : "\u6cb3\u80cc\u8857\u5c45\u59d4\u4f1a"}, {"id" : "36078110... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integ... | {"nom" : "Cantaous", "dpt" : "Hautes-Pyr\u00e9n\u00e9es", "inscrits" : 384, "abs" : 88, "votants" : 296, "blancs" : 35, "nuls" : 19, "exp" : 242, "res" : [{"panneau" : "1", "voix" : 150}, {"panneau" : "2", "voix" : 92}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "frontend": {"t... | {"name" : "food-delivery", "version" : "1.0.0", "description" : "A simple food delivery system, incluing customers, restaurants and drivers", "main" : "index.js", "scripts" : {"start" : "npm start --prefix server", "frontend" : "react-scripts start", "build" : "react-scripts build", "dev" : "concurrently \"npm run back... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "frontend": {"type": "string"}, "build": {"type": "string"}, "dev": {"type": "string"}}, "... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["Tigre", "1", "1", "Def y Justicia", "Superliga 2017/18 - Fecha 16"], ["Def y Justicia", "1", "0", "Tigre", "Campeonato 2016/17 - Fecha 26"], ["Tigre", "0", "2", "Def y Justicia", "Torneo 2016 - Fecha 4"], ["Tigre", "0", "0", "Def y Justicia", "Campeonato 2015 - Fecha 7"], ["Tigre", "2", "1", "Def y Justicia", "Torne... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [200111, 200211, 200311, 200411, 200511, 200611, 201111], "Y_PREVALENCE_1000PP" : [0.00307, 0.00268, 0.0038, 0.00183, 0.00263, 0.00126, 0.00182]... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Radius": {"type": "integer"}, "Size": {"type": "object", "properties": {"X": {"type": "integer"}, "Y": {"type": "integer"}, "Z": {"type": "integer"}}, "required": ["X", "Y", "Z"]}, "Layers": {"type": "array", "items"... | {"Radius" : 3, "Size" : {"X" : 7, "Y" : 1, "Z" : 7}, "Layers" : [{"Facing" : "AADADAA,AAAAAAA,DAAAAAD,AAAAAAA,DAAAAAD,AAAAAAA,AADADAA", "Blocks" : " JGFGJ ,JFNNNFJ,GNNNNNG,FNNNNNF,GNNNNNG,JFNNNFJ, JGFGJ ", "Trait" : "Standard"}]} | json_instruct | {"type": "object", "properties": {"Radius": {"type": "integer"}, "Size": {"type": "object", "properties": {"X": {"type": "integer"}, "Y": {"type": "integer"}, "Z": {"type": "integer"}}, "required": ["X", "Y", "Z"]}, "Layers": {"type": "array", "items": {"type": "object", "properties": {"Facing": {"type": "string"}, "Bl... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates":... | {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[18.704801, 54.398406], [18.704646, 54.398946], [18.709748, 54.399756], [18.710058, 54.399126], [18.704801, 54.398406]]]}, "properties" : {"classification" : "ship", "identificationscore" : 0.9999591112... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "arra... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "it... | {"name" : "benjaminmedia/wp-polylang-theme-strings", "type" : "wordpress-plugin", "description" : "Polylang Theme Strings with support for Blade syntax", "license" : "proprietary", "keywords" : ["plugin", "blade", "wordpress"], "authors" : [{"name" : "Michael S\u00f8rensen", "email" : "michael.sorensen@bonnier.dk"}], "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ema... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["nanocyte-component-interval-transaction-register"] | 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": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string... | {"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "oauth2.23.96.59.95.nip.io", "min_cert_id" : 1008601310, "min_entry_timestamp" : "2018-12-07T09:32:06.91", "not_before" : "2018-12-07T08:32:05", "not_after" : "2019-03-07T08:32:05"} | json_instruct | {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "iss... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "postcode"... | {"id" : "a0366937-7042-4172-aef9-a9340b0c7511", "name" : "Saint George's C of E School", "code" : "S", "address" : {"addressLine1" : "Meadow Road", "addressLine2" : "Gravesend", "postcode" : "DA11 7LS"}, "organisation" : {"id" : "ea707d39-b1cb-4826-a63b-e02e52c9c787", "code" : "2B8", "name" : "Thames Teaching Alliance"... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "postcode... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "... | {"title" : "Aurorae over Planet Earth", "explanation" : "North America at night is easy to recognize in this view of our fair planet from orbit, acquired by the Suomi-NPP satellite on October 8. The spectacular waves of visible light emission rolling above the Canadian provinces of Quebec and Ontario in the upper half ... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "explanation", "date", "hdurl", "service_v... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "130181107201", "text" : "\u738b\u53e3\u6751\u59d4\u4f1a"}, {"id" : "130181107202", "text" : "\u5317\u6c49\u53e3\u6751\u59d4\u4f1a"}, {"id" : "130181107203", "text" : "\u5357\u6c49\u53e3\u6751\u59d4\u4f1a"}, {"id" : "130181107204", "text" : "\u7ff0\u6797\u5e84\u6751\u59d4\u4f1a"}, {"id" : "130181107205", "text... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type... | {"name" : "rvtraveller/qs-composer-installer", "description" : "Install Quicksilver modules for Pantheon into custom locations.", "type" : "composer-plugin", "license" : "MIT", "homepage" : "https://github.com/rvtraveller/qs-composer-installer", "autoload" : {"psr-4" : {"rvtraveller\\QuicksilverComposerInstaller\\" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"rvtraveller\\QuicksilverComposerInstaller\... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"chat-panel": {"type": "string"}, "im-materiel": {"type": "string"}}, "required": ["chat-panel", "im-materiel"]}, "navigationBarTitleText": {"type": "string"}, "enablePull... | {"usingComponents" : {"chat-panel" : "/im-components/chat-panel/chat-panel", "im-materiel" : "/im-components/im-materiel/im-materiel"}, "navigationBarTitleText" : "", "enablePullDownRefresh" : true, "backgroundTextStyle" : "dark"} | json_instruct | {"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"chat-panel": {"type": "string"}, "im-materiel": {"type": "string"}}, "required": ["chat-panel", "im-materiel"]}, "navigationBarTitleText": {"type": "string"}, "enablePullDownRefresh": {"type": "boolean"}, "backgroundTextStyle": {"ty... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "variants": {"type": "object", "properties": {"nugget": {"type": "string"}, "ingot": {"type": "string"}, "block": {"type": "string"}, "ore": {"type": "string"}, "deepslate_ore": {"type": "string"}, "ra... | {"type" : "metal", "variants" : {"nugget" : "minecraft:iron_nugget", "ingot" : "minecraft:iron_ingot", "block" : "minecraft:iron_block", "ore" : "minecraft:iron_ore", "deepslate_ore" : "minecraft:deepslate_iron_ore", "raw" : "minecraft:raw_iron", "pickaxe" : "minecraft:iron_pickaxe", "axe" : "minecraft:iron_axe", "shov... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "variants": {"type": "object", "properties": {"nugget": {"type": "string"}, "ingot": {"type": "string"}, "block": {"type": "string"}, "ore": {"type": "string"}, "deepslate_ore": {"type": "string"}, "raw": {"type": "string"}, "pickaxe": {"type": "string"}, "a... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"basename": {"type": "string"}, "cmd": {"type": "string"}, "infile": {"type": "string"}, "infile_hash": {"type": "string"}, "outfile": {"type": "null"}, "outfile_hash": {"type": "null"}, "stdout": {"type": "string"},... | {"basename" : "c-test_issue_518-fbbd299", "cmd" : "lpython --no-color --show-c {infile}", "infile" : "tests/../integration_tests/test_issue_518.py", "infile_hash" : "20feb83ffed2a8042d4d41968c7efee5d0a57a2d1c8223fac81f3311", "outfile" : null, "outfile_hash" : null, "stdout" : "c-test_issue_518-fbbd299.stdout", "stdout_... | json_instruct | {"type": "object", "properties": {"basename": {"type": "string"}, "cmd": {"type": "string"}, "infile": {"type": "string"}, "infile_hash": {"type": "string"}, "outfile": {"type": "null"}, "outfile_hash": {"type": "null"}, "stdout": {"type": "string"}, "stdout_hash": {"type": "string"}, "stderr": {"type": "null"}, "stder... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": ... | {"userId" : 96481, "cartId" : "32659156-91d6-4529-9290-8467f4dc794e", "preferredProducts" : [2194, 2845, 2225, 2649, 2886, 3797], "productReviews" : [{"productId" : 1393, "reviewText" : "This cyan works quite well. It professionally improves my soccer by a lot.", "reviewDate" : "2017-10-30T10:30:37.74419+02:00"}, {"pro... | 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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["descri... | {"latest_version" : ["2.10.3"], "meta" : {"description" : "MediaElement.js packaged in an handy django app to speed deployment", "homepage" : "https://bitbucket.org/massimilianoravelli/django-mediaelementjs", "license" : "MIT"}, "versions" : {"2.10.3" : {"sha256" : "35702f0a0fe0e94200205fd25e4a045ca2fa71c8c531fb7dca7d4... | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version-string": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version-string", "dependencies"], "$schema": "http://json-schem... | {"name" : "videoscripteditor", "version-string" : "0.1.0", "dependencies" : ["libyuv"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version-string": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version-string", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "stri... | {"geometry" : {"type" : "Point", "coordinates" : [-98.41, 37.25]}, "type" : "Feature", "id" : "67138", "properties" : {"other_cities" : "", "city" : "Sharon", "state" : "KS", "county" : "Barber County"}} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"colors.css": {"type": "string"}, "colors.js": {"type": "string"}, "colors.min.css": {"type": "string"}, "colors.min.js": {"type": "string"}}, "required": ["colors.css", "colors.js", "colors.min.css", "colors.... | {"colors.css" : "sha256-wMolxHlU/xQ+pp5zb17o5urWnVjWvPyBTsAvC/b0OLU=", "colors.js" : "sha256-chfx8OOfA4q0SbDtM5TFS3pGzzMozILwDvUSBUiqzwI=", "colors.min.css" : "sha256-m/bYMW9q8vT62Ft8woj2aUygudpBQYMvoGtZeEa5xmo=", "colors.min.js" : "sha256-JSRjCV0zR2C4kpW3ljj0pMtBRCZkukWQZtwEeeYE2Vs="} | json_instruct | {"type": "object", "properties": {"colors.css": {"type": "string"}, "colors.js": {"type": "string"}, "colors.min.css": {"type": "string"}, "colors.min.js": {"type": "string"}}, "required": ["colors.css", "colors.js", "colors.min.css", "colors.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"]... | {"Time" : "2021-08-30T15:00:00Z", "Temp" : 27, "RelHum" : 46, "WindSpeed" : 7.1, "WindDir" : 301} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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": {"ic... | {"id" : "KCIU0", "name" : {"en" : "Sault Ste Marie / Kinross"}, "country" : "US", "region" : "MI", "identifiers" : {"icao" : "KCIU", "iata" : "CIU", "wban" : "04869", "usaf" : "727344"}, "location" : {"latitude" : 46.2507, "longitude" : -84.4724, "elevation" : 244}, "timezone" : "America/Detroit"} | 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": {"icao": {"type": "string"}, "iata": {"type": "string"}, "wba... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "isoPatterns": {"type": "null"}, "count": {"type": "integer"}, "qualityRules": {"ty... | {"id" : "CWE-589", "name" : "Call to Non-ubiquitous API", "href" : "AIP/quality-standards/CWE/items/CWE-589", "url" : "https://cwe.mitre.org/data/definitions/589.html", "description" : "The software uses an API function that does not exist on all versions of the target platform. This could cause portability problems or... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "isoPatterns": {"type": "null"}, "count": {"type": "integer"}, "qualityRules": {"type": "null"}, "qualityTemplates": {"type": "null"}}, "requi... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"npm": {"type": "boolean"}, "git": {"type": "object", "properties": {"commit": {"type": "boolean"}}, "required": ["commit"]}, "github": {"type": "object", "properties": {"release": {"type": "boolean"}}, "required": ... | {"npm" : false, "git" : {"commit" : false}, "github" : {"release" : true}, "plugins" : {"@release-it/conventional-changelog" : {"preset" : "angular"}, "release-it-yarn-workspaces" : true}} | json_instruct | {"type": "object", "properties": {"npm": {"type": "boolean"}, "git": {"type": "object", "properties": {"commit": {"type": "boolean"}}, "required": ["commit"]}, "github": {"type": "object", "properties": {"release": {"type": "boolean"}}, "required": ["release"]}, "plugins": {"type": "object", "properties": {"@release-it... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "webs... | {"name" : "Grundschule \"Am Akazienw\u00e4ldchen\"", "id" : "ST-645", "address" : "Mariannenstra\u00dfe 12 06844 Dessau-Ro\u00dflau", "fax" : "0340/5166825", "phone" : "0340/2209866", "full_time_school" : false, "email" : "kontakt@gs-mariannen.bildung-lsa.de", "website" : "http://www.gs-mariannen.bildung-lsa.de", "prog... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "website": {"type": "string"}, "programs": {"type": "object", "properties":... |
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" : "24028983", "name" : "Bridgewater Close", "nodes" : [{"type" : "node", "id" : 260586730, "lat" : 52.0337835, "lon" : -1.144275}, {"type" : "node", "id" : 260586731, "lat" : 52.0338635, "lon" : -1.1445042}, {"type" : "node", "id" : 260586732, "lat" : 52.0339127, "lon" : -1.144523}, {"type" : "node", "id" : 26058... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunte... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "version": {"type": "integer"}, "modified": {"type": "string"}, "name": {"type": "string"}, "ownerOnly": {"type": "boolean"}, "description": {"type": "string"}, "cliName": {"type": "string"}, "type": {... | {"id" : "indicator_chronicleassetsummary", "version" : -1, "modified" : "2020-09-22T17:04:57.566588552+05:30", "name" : "ChronicleAsset Summary", "ownerOnly" : false, "description" : "Summary of the event types of the events fetched for all the possible asset identifiers.", "cliName" : "chronicleassetsummary", "type" :... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "version": {"type": "integer"}, "modified": {"type": "string"}, "name": {"type": "string"}, "ownerOnly": {"type": "boolean"}, "description": {"type": "string"}, "cliName": {"type": "string"}, "type": {"type": "string"}, "closeForm": {"type": "boolean"}, "editF... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"sn55.55:1.1": {"type": "string"}}, "required": ["sn55.55:1.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sn55.55:1.1" : "dr19.507, ms14S5_2119, msdiv1051, pts-vp-pli5.411, sya19.517"} | json_instruct | {"type": "object", "properties": {"sn55.55:1.1": {"type": "string"}}, "required": ["sn55.55:1.1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"components/common/subscription-form": {"type": "string"}}, "required": ["components/common/subscription-form"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"components/common/subscription-form" : "<div id=\"footerSubcribeForm\" class=\"{{#if theme_settings.halothemes_lazy_loading_effect}}wow fadeIn{{/if}}\">\r\n <h3>{{theme_settings.newsletter_popup_heading_1}}</h3>\r\n <div class=\"desNewsletter\">\r\n <p>{{theme_settings.newsletter_popup_heading_2}}</p>\r\... | json_instruct | {"type": "object", "properties": {"components/common/subscription-form": {"type": "string"}}, "required": ["components/common/subscription-form"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@rails/actioncable": {"type": "string"}, "@rails/activestorage": {"type": "string"}, "@rails/ujs": {... | {"name" : "mentally-api", "private" : true, "dependencies" : {"@rails/actioncable" : "^6.0.0", "@rails/activestorage" : "^6.0.0", "@rails/ujs" : "^6.0.0", "@rails/webpacker" : "4.2.2", "turbolinks" : "^5.2.0", "@babel/preset-react" : "^7.8.3"}, "repository" : "https://github.com/onedebos/mentaLY-rails-API", "version" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@rails/actioncable": {"type": "string"}, "@rails/activestorage": {"type": "string"}, "@rails/ujs": {"type": "string"}, "@rails/webpacker": {"type": "string"}, "turbolinks": {"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"connection": {"type": "string"}, "content-length": {"type": "string"}, "last-modified": {"type": "string"}, "cache-control"... | {"expireTime" : 9007200885444128000, "key" : "create-remote-file-node-headers-https://images.unsplash.com/photo-1517694712202-14dd9538aa97?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2100&q=80", "val" : {"connection" : "close", "content-length" : "228779", "last-modified" : "Mon, 16 Aug 2021 21:47:0... | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"connection": {"type": "string"}, "content-length": {"type": "string"}, "last-modified": {"type": "string"}, "cache-control": {"type": "string"}, "x-ixtest-painter-type": {"type": "st... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Check For Updates": {"type": "string"}, "Install Packages": {"type": "string"}, "Manage Themes": {"type": "string"}, "Manage Plugins": {"type": "string"}, "Project": {"type": "string"}, "Owner": {"type": "string"}, "... | {"Check For Updates" : "P\u0101rbaud\u012bt atjaunin\u0101jumus", "Install Packages" : "Instal\u0113jiet pakotnes", "Manage Themes" : "P\u0101rvald\u012bt mot\u012bvus", "Manage Plugins" : "P\u0101rvald\u012bt spraud\u0146us", "Project" : "Projekts", "Owner" : "\u012apa\u0161nieks", "Plugins" : "Spraud\u0146i", "Disabl... | json_instruct | {"type": "object", "properties": {"Check For Updates": {"type": "string"}, "Install Packages": {"type": "string"}, "Manage Themes": {"type": "string"}, "Manage Plugins": {"type": "string"}, "Project": {"type": "string"}, "Owner": {"type": "string"}, "Plugins": {"type": "string"}, "Disabled": {"type": "string"}, "Curren... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "version": {"type": "string"}}, "required": ["type", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "audio", "version" : "0.6.2"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "version": {"type": "string"}}, "required": ["type", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t... | {"name" : "html-parser-lite", "version" : "1.0.0", "description" : "A rough html parser made for parsing the html file export from chrome bookmarks", "main" : "html-parser.mjs", "scripts" : {"test" : "node html-parser-test.mjs"}, "repository" : {"type" : "git", "url" : "git+https://github.com/flawiddsouza/html-parser-l... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", ... | {"status" : 3, "startTimes" : [22, 93, 45, 10, 15, 241, 126, 33, 69, 720, 78, 59, 154, 168, 104, 119, 807, 819, 592, 898, 150, 633, 136, 209, 618, 219, 180, 190, 199, 210, 308, 298, 288, 235, 324, 249, 415, 856, 270, 544, 340, 273, 1005, 577, 783, 928, 944, 256, 795, 870, 561, 361, 390, 751, 358, 335, 647, 375, 347, 57... | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {}, "required": []}}, "required": ["status", "startTimes"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"t... | {"name" : "seer-dev-utils", "version" : "0.0.1", "description" : "Webpack utilities used by Seer", "repository" : "FalloutChonny/seer", "license" : "MIT", "bugs" : {"url" : "https://github.com/FalloutChonny/seer/issues"}, "engines" : {"node" : ">=6"}, "files" : ["webpackHelpers.js"], "dependencies" : {"chalk" : "2.4.1"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "engines": {"type": "object", "prop... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"css/magnify.css": {"type": "string"}, "css/magnify.min.css": {"type": "string"}, "js/jquery.magnify.js": {"type": "string"}, "js/jquery.magnify.min.js": {"type": "string"}}, "required": ["css/magnify.css", "css/magnify.min.... | {"css/magnify.css" : "sha512-OtWZILdDOc6Mh5Nky9b/94m7DnRI5Y7d0CgCgl8INEAUgwo/Hi9TfWv/Upfx26zwO7HDB7ECKdXtb8eWdlY8UA==", "css/magnify.min.css" : "sha512-tfLjt0PWOaEKgS1YLmmMBWlpQVVCVa3ucvLje/CB5EQMZVV0WHvOrSqwYR+7dsje3hx2/lr8vO+7jloR5T5org==", "js/jquery.magnify.js" : "sha512-9Iq7tz+4xQA8EZ3VuopKXPx89oaHvvrR8VB6Sqk/Es59... | json_instruct | {"type": "object", "properties": {"css/magnify.css": {"type": "string"}, "css/magnify.min.css": {"type": "string"}, "js/jquery.magnify.js": {"type": "string"}, "js/jquery.magnify.min.js": {"type": "string"}}, "required": ["css/magnify.css", "css/magnify.min.css", "js/jquery.magnify.js", "js/jquery.magnify.min.js"], "$s... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2000, 6], [2001, 7], [2002, 6], [2003, 7], [2004, 5], [2005, 5], [2006, 8], [2007, 8], [2008, 6], [2009, 10], [2010, 7], [2011, 13], [2012, 9], [2013, 9], [2014, 12]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "s... | {"name" : "gulp-jsoncombine-array", "version" : "1.0.0", "description" : "A plugin for Gulp to combine several JSON files to JSON Array using a custom function", "keywords" : ["gulpplugin"], "author" : {"name" : "Michal Kotek", "email" : "xamien@seznam.cz"}, "repository" : "xamien/gulp-jsoncombine-array", "dependencies... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string... | {"id" : 6141, "citation_title" : "What Drives Public Employment?", "citation_author" : ["Dani Rodrik"], "citation_publication_date" : "1997-08-01", "issue_date" : "1997-08-01", "revision_date" : "None", "topics" : ["Public Economics", "National Fiscal Issues", "International Economics", "International Macroeconomics"],... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": ... | {"id" : "PSY442Y5Y20199", "code" : "PSY442Y5Y", "name" : "Practicum in Exceptionality in Human Learning", "description" : "Seminar and practicum on issues relating to the life-long development of individuals with disabilities. Seminar at UTM; practicum involves supervised placements in schools or social service agencie... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "c... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "int... | {"nom" : "Goupilli\u00e8res", "circ" : "12\u00e8me circonscription", "dpt" : "Yvelines", "inscrits" : 386, "abs" : 175, "votants" : 211, "blancs" : 1, "nuls" : 0, "exp" : 210, "res" : [{"nuance" : "LR", "nom" : "M. David DOUILLET", "voix" : 88}, {"nuance" : "REM", "nom" : "Mme Florence GRANJUS", "voix" : 74}, {"nuance"... | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer... | {"Id" : "Lootable_00366", "IsStatic" : true, "useGravity" : true, "randomRotation" : false, "Position" : {"x" : 0, "y" : 0, "z" : 0}, "Rotation" : {"x" : 0, "y" : 0, "z" : 0}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5e3829ebf470ac6fd82e6ea5", "Items" : [{"_id" : "5e3829ebf470ac6fd82e6ea5", "_tpl" : ... | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "requir... | {"name" : "electron-vite-boilerplate", "version" : "0.0.1", "main" : "dist/main/index.js", "author" : "\u8349\u978b\u6ca1\u53f7 <308487730@qq.com>", "license" : "MIT", "engines" : {"node" : ">=14.17.0"}, "scripts" : {"dev" : "node scripts/watch.mjs", "build" : "vue-tsc --noEmit && node scripts/build.mjs && electron-bui... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type... | {"type" : "FeatureCollection", "properties" : {"kind" : "state", "state" : "AR"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Fulton", "state" : "AR"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-91.6696, 36.5019], [-91.4506, 36.4964], [-91.456, 36.3376], [-91.5656, 3... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "91", "regencyId" : "10", "districtId" : "04", "name" : "Ansudu"}, {"id" : "2002", "provinceId" : "91", "regencyId" : "10", "districtId" : "04", "name" : "Betaf"}, {"id" : "2003", "provinceId" : "91", "regencyId" : "10", "districtId" : "04", "name" : "Yamben"}, {"id" : "2010", "provinceI... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"logLevel": {"type": "integer"}, "failFast": {"type": "boolean"}, "showOnlyFailures": {"type": "boolean"}}, "required": ["logLevel", "failFast", "showOnlyFailures"], "$schema": "http://json-schema.org/draft-07... | {"logLevel" : 1, "failFast" : false, "showOnlyFailures" : true} | json_instruct | {"type": "object", "properties": {"logLevel": {"type": "integer"}, "failFast": {"type": "boolean"}, "showOnlyFailures": {"type": "boolean"}}, "required": ["logLevel", "failFast", "showOnlyFailures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/d... | [{"year" : 1985, "sex" : "F", "n" : 14, "prop" : 7.58e-06}, {"year" : 1986, "sex" : "F", "n" : 13, "prop" : 7.05e-06}, {"year" : 1987, "sex" : "F", "n" : 16, "prop" : 8.54e-06}, {"year" : 1988, "sex" : "F", "n" : 18, "prop" : 9.36e-06}, {"year" : 1989, "sex" : "F", "n" : 11, "prop" : 5.52e-06}, {"year" : 1990, "sex" : ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "... | {"id" : "0x8ea72b9e4dd31a73f5c1f666eab6d89894030d471363f80d5cab770ce4a3ac75", "title" : "tttt", "body" : "tttttt", "choices" : ["y", "n"], "start" : 1638224400, "end" : 1638266400, "type" : "single-choice", "scores" : [0, 0], "scores_total" : 0, "scores_state" : "final", "scores_updated" : 1638266433, "snapshot" : "759... | 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"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "integer"}},... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"t... | {"display-name" : "", "package-name" : "mro", "is-portable" : true, "portable" : {"display-name" : "", "package-name" : "mro", "latest-version" : "4.0.2", "4.0.2" : {"url" : "https://mran.blob.core.windows.net/install/mro/4.0.2/Windows/microsoft-r-open-4.0.2.exe", "file-type" : ".exe", "bin" : [], "shortcuts" : [], "pe... | json_instruct | {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "latest-version": {"type": "string"}, "4.0.2": {"type": "obj... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"success": {"type": "string"}, "request": {"type": "object", "properties": {"uri": {"type": "string"}, "limit": {"type": "string"}, "format": {"type": "string"}, "search": {"type": "string"}, "term": {"type": "string"}, "hits":... | {"success" : "1", "request" : {"uri" : "https://api.presseportal.de/api/search/company?format=json&limit=1&q=Berlin", "limit" : "1", "format" : "json", "search" : "company", "term" : "Berlin", "hits" : "1"}, "content" : {"result" : [{"id" : "1234", "url" : "https://www.presseportal.de/nr/1234", "name" : "Berlin... | json_instruct | {"type": "object", "properties": {"success": {"type": "string"}, "request": {"type": "object", "properties": {"uri": {"type": "string"}, "limit": {"type": "string"}, "format": {"type": "string"}, "search": {"type": "string"}, "term": {"type": "string"}, "hits": {"type": "string"}}, "required": ["uri", "limit", "format"... |
Create an example JSON object that satisfies this schema:
{"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":... | {"user" : "Edouard DUPIN", "value" : "T", "type" : "print", "time" : 1470672610642430208, "data" : [{"type" : "type::finger", "list" : [[414.949127, 628.246765], [413.638702, 623.003906], [413.584717, 610.787842], [412.256104, 592.346741], [410.83017, 558.014587], [409.173798, 517.301147], [408.499969, 477.268494], [40... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"issuer": {"type": "string"}, "authorization_endpoint": {"type": "string"}, "token_endpoint": {"type": "string"}, "userinfo_endpoint": {"type": "string"}, "registration_endpoint": {"type": "string"}, "scopes_suppor... | {"issuer" : "https://connect-op.heroku.com", "authorization_endpoint" : "https://connect-op.heroku.com/authorizations/new", "token_endpoint" : "https://connect-op.heroku.com/access_tokens", "userinfo_endpoint" : "https://connect-op.heroku.com/userinfo", "registration_endpoint" : "https://connect-op.heroku.com/connect/c... | json_instruct | {"type": "object", "properties": {"issuer": {"type": "string"}, "authorization_endpoint": {"type": "string"}, "token_endpoint": {"type": "string"}, "userinfo_endpoint": {"type": "string"}, "registration_endpoint": {"type": "string"}, "scopes_supported": {"type": "array", "items": {"type": "string"}}, "response_types_su... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "subtype": {"type": "string"}}, "required": ["name", "type", "sub... | {"name" : "responseStructure", "properties" : [{"name" : "headers", "type" : "parameter", "subtype" : "noFile"}, {"name" : "body", "subtype" : "file", "type" : "parameter", "properties" : [{"name" : "schema", "type" : "object"}]}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "subtype": {"type": "string"}}, "required": ["name", "type", "subtype"]}}}, "required": ["name", "properties"], "$schema": "htt... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-json": {"type": "string"}}, "required": ["php", "ext-jso... | {"name" : "wirecard/shopsystem-ui-testsuite", "description" : "Shop System UI Test Suite", "license" : "MIT", "require" : {"php" : ">=7.2", "ext-json" : "*"}, "require-dev" : {"codeception/codeception" : "^3.1", "squizlabs/php_codesniffer" : "3.*"}, "scripts" : {"run-ui-tests" : "vendor/bin/codecept run acceptance --d... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-json": {"type": "string"}}, "required": ["php", "ext-json"]}, "require-dev": {"type": "object", "properties": {"cod... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"$schema": {"type": "string"}, "client": {"type": "boolean"}, "downloads": {"type": "object", "properties": {"client": {"type": "object", "properties": {"sha1": {"type": "string"}, "size": {"type": "integer"}, "url":... | {"$schema" : "https://skyrising.github.io/mc-versions/schemas/version.json", "client" : true, "downloads" : {"client" : {"sha1" : "85159cea8663ed720be88ca0ee008a5830b0829a", "size" : 178817, "url" : "https://archive.org/download/Minecraft-JE-Classic/c0.0.22a_05/c0.0.22a_05.jar"}}, "id" : "c0.0.22a_05", "manifests" : [{... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "client": {"type": "boolean"}, "downloads": {"type": "object", "properties": {"client": {"type": "object", "properties": {"sha1": {"type": "string"}, "size": {"type": "integer"}, "url": {"type": "string"}}, "required": ["sha1", "size", "url"]}}, "required... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "userRole": {"type": "string"}, "plainPassword": {"type": "string"}}, "required": ["firstName", "lastName", "email"... | {"firstName" : "admin FirstName Patch", "lastName" : "admin lastName Patch", "email" : "adminPatch@dokitup.com", "userRole" : "5a209534b502910d280072fd", "plainPassword" : "azerty"} | json_instruct | {"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "userRole": {"type": "string"}, "plainPassword": {"type": "string"}}, "required": ["firstName", "lastName", "email", "userRole", "plainPassword"], "$schema": "http://json-schema.org/draft-07/s... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"entity_id": {"type": "string"}, "target_domai... | {"config" : {"step" : {"user" : {"data" : {"entity_id" : "\u30b9\u30a4\u30c3\u30c1", "target_domain" : "\u30bf\u30a4\u30d7"}, "description" : "Home Assistant\u306b\u3001\u30e9\u30a4\u30c8\u3084\u30ab\u30d0\u30fc\u306a\u3069\u306e\u8868\u793a\u3055\u305b\u305f\u3044\u30b9\u30a4\u30c3\u30c1\u3092\u9078\u3073\u307e\u3059\... | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"entity_id": {"type": "string"}, "target_domain": {"type": "string"}}, "required": ["entity_id", "target_domain"]}, ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"lib": {"type": "array", "items": {"type": "string"}}, "jsxFactory": {"type": "string"}, "jsxFragmentFactory": {"type": "string"}}, "required": ["lib", "jsx... | {"compilerOptions" : {"lib" : ["dom", "dom.iterable", "dom.asynciterable", "deno.ns"], "jsxFactory" : "h", "jsxFragmentFactory" : "Fragment"}} | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"lib": {"type": "array", "items": {"type": "string"}}, "jsxFactory": {"type": "string"}, "jsxFragmentFactory": {"type": "string"}}, "required": ["lib", "jsxFactory", "jsxFragmentFactory"]}}, "required": ["compilerOptions"], "$schema"... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "350722001001", "text" : "\u4ed9\u697c\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "350722001002", "text" : "\u5149\u660e\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "350722001003", "text" : "\u68a6\u7b14\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "350722001004", "text" : "\u5e78\u798f\u793e\u533a\u5c45\u59d4\u4f1a"},... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.