input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"pr...
{"name" : "Grundschule Steimbke", "id" : "NI-6087-0", "address" : "Hauptstrasse 36, 31634\u00a0Steimbke", "school_type" : "Grundschule", "phone" : "05026 900467", "email" : "sekretariat@gs-steimbke.de", "programs" : {"programs" : []}, "state" : "NI", "lon" : 9.385788, "lat" : 52.656397}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["pro...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "b25b9f6efee00ed39f35ed955dc38aa2f681a0f8"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-95.49318, 29.722249], [-95.488805, 29.725529], [-95.484173, 29.725979], [-95.48485, 29.720052], [-95.493152, 29.719963], [-95.49318, 29.722249]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 86161}}]}
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": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata...
{"id" : "7a3ed8e6-3f79-4e10-a7a7-4733082c287d", "playerTags" : ["20e13b56-599b-4a22-b752-8059effc81dc"], "teamTags" : ["ca3f1c8c-c025-4d8e-8eef-5be6accbeb16"], "gameTags" : ["8fc05732-2752-4ea2-91da-68d62084c9e4"], "metadata" : {"play" : 72, "type" : 4, "after" : 4.0145446011604085, "before" : 3.7984372532950896, "pare...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "ty...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http:...
{"assessment" : [{"name" : "Workshop (pre-trip)", "weight" : 0}, {"name" : "Individual Critical Literature Review", "weight" : 20}, {"name" : "Group presentation ", "weight" : 30}, {"name" : "Individual Reflective Workbook ", "weight" : 20}, {"name" : "Individual Report", "weight" : 30}]}
json_instruct
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"object": {"type": "string"}, "proba": {"type": "integer"}, "left": {"type": "integer"}, "bot": {"type": "integer"}, "right": {"type": "integer"}, "top": {"type": "integer"}}, "require...
[{"object" : "truck", "proba" : 85, "left" : 397, "bot" : 271, "right" : 475, "top" : 206}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"object": {"type": "string"}, "proba": {"type": "integer"}, "left": {"type": "integer"}, "bot": {"type": "integer"}, "right": {"type": "integer"}, "top": {"type": "integer"}}, "required": ["object", "proba", "left", "bot", "right", "top"]}, "$schema": "http:/...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "approbator", "definition" : "One who approves. [R.]"}
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": {"username": {"type": "string"}, "password": {"type": "string"}, "apiurl": {"type": "string"}, "giturl": {"type": "string"}, "destinationAddress": {"type": "string"}}, "required": ["username", "password", "apiurl", ...
{"username" : "{username}", "password" : "{password}", "apiurl" : "https://api.github.com/user/repos?per_page=100&page=", "giturl" : "https://{username}@github.com", "destinationAddress" : "https:***"}
json_instruct
{"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "apiurl": {"type": "string"}, "giturl": {"type": "string"}, "destinationAddress": {"type": "string"}}, "required": ["username", "password", "apiurl", "giturl", "destinationAddress"], "$schema": "http://json-schema.org/draf...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1945, 6], [1946, 6], [1948, 7], [1949, 7], [1950, 10], [1951, 7], [1952, 5], [1953, 11], [1954, 14], [1955, 8], [1956, 9], [1957, 10], [1958, 8], [1959, 7], [1960, 7], [1961, 9], [1973, 6], [1976, 5], [2013, 8], [2014, 9]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"0": {"type": "object", "properties": {"shardId": {"type": "integer"}, "payload": {"type": "object", "properties": {"t": {"type": "string"}, "s": {"type": "integer"}, "op": {"type": "integer"}, "d": {"type": "object", "prope...
{"0" : {"shardId" : 6, "payload" : {"t" : "GUILD_MEMBER_UPDATE", "s" : 466, "op" : 0, "d" : {"user" : {"username" : "JL3qGUEc", "public_flags" : 64, "id" : "457944593054225433", "discriminator" : "9262", "avatar" : "eae5905ad2d18d7c8deca20478b088b5"}, "roles" : ["545173897461086316"], "premium_since" : null, "pending" ...
json_instruct
{"type": "object", "properties": {"0": {"type": "object", "properties": {"shardId": {"type": "integer"}, "payload": {"type": "object", "properties": {"t": {"type": "string"}, "s": {"type": "integer"}, "op": {"type": "integer"}, "d": {"type": "object", "properties": {"user": {"type": "object", "properties": {"username":...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string"}, "...
{"Department" : "\u0425\u0443\u0441\u0442\u0441\u044c\u043a\u0430 \u043c\u0456\u0441\u0446\u0435\u0432\u0430 \u043f\u0440\u043e\u043a\u0443\u0440\u0430\u0442\u0443\u0440\u0430 \u0417\u0430\u043a\u0430\u0440\u043f\u0430\u0442\u0441\u044c\u043a\u043e\u0457 \u043e\u0431\u043b\u0430\u0441\u0442\u0456", "Region" : "\u0417\u...
json_instruct
{"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014": {"ty...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "genus": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type...
{"id" : 881, "name" : "Arctozolt", "genus" : "Fossil Pok\u00e9mon", "description" : "The shaking of its freezing upper half is what generates its electricity. It has a hard time walking around.", "imageUrl" : "https://raw.githubusercontent.com/anurag-roy/poke-api/main/assets/images/881.webp", "types" : ["Electric", "Ic...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "genus": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "array", "items": {"type": "object", "properties": {"nam...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"bridge": {"type": "object", "properties": {"name": {"type": "string"}, "username": {"type": "string"}, "port": {"type": "integer"}, "pin": {"type": "string"}, "manufacturer": {"type": "string"}, "model": {"type": "st...
{"bridge" : {"name" : "Homebridge Development", "username" : "CC:22:3D:E3:CE:34", "port" : 51826, "pin" : "031-45-154", "manufacturer" : "doLittle", "model" : "Homebridge", "serialNumber" : "0.4.20"}, "description" : "This is an example configuration file with one fake accessory and one fake platform. You can use this ...
json_instruct
{"type": "object", "properties": {"bridge": {"type": "object", "properties": {"name": {"type": "string"}, "username": {"type": "string"}, "port": {"type": "integer"}, "pin": {"type": "string"}, "manufacturer": {"type": "string"}, "model": {"type": "string"}, "serialNumber": {"type": "string"}}, "required": ["name", "us...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": ...
{"n_dim" : 5, "n_trials" : 210, "objective" : "markowitz_return_on_cube", "white" : "ax_default", "black" : "shgo_powell_sobol", "traceback" : ["passing", "passing"], "best_val" : [5094.737237818045, 5094.451029857043], "best_x" : [[0.32203834846902035, 0.5131685525349601, 0.9037597386054901, 0.8571839313113564, 0.4664...
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_...
{"MRRm_new" : 0.24551674369056564, "MRm_new" : 224.49822203857897, "HITS@1m_new" : 0.1653168405460194, "HITS@3m_new" : 0.2633770590912551, "HITS@10m_new" : 0.40354399863737633}
json_instruct
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.or...
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" : 1125870667, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "b90f79bc6ae6364b2de8ae08c9a92902", "wof:id" : 1125870667, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.18126, 45.76982, 4.18126, 45.76982], "geometry" : {"coordinates" : [4.18126, 45.7698...
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": ["...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"cancelled": {"type": "boolean"}, "description": {"type": "string"}, "end_time": {"type": "integer"}, "link": {"type": "string"}, "location": {"type": "object", "properties": {"address": {"type": "string"}, "city": ...
{"cancelled" : false, "description" : "<p>A look at the HTML5 postMessage API - a handle tool for safely enabling cross-origin communication between windows and iframes.</p> <p>In this talk I'll discuss what the postMessage API is and when it's useful. I'll also dive into Postie.js - a neat little wrapper for the postM...
json_instruct
{"type": "object", "properties": {"cancelled": {"type": "boolean"}, "description": {"type": "string"}, "end_time": {"type": "integer"}, "link": {"type": "string"}, "location": {"type": "object", "properties": {"address": {"type": "string"}, "city": {"type": "string"}, "country": {"type": "string"}, "latitude": {"type":...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type...
{"name" : "ng3-tour", "version" : "0.1.7", "description" : "An Angular Tour (ng3-tour) light library is built entirely in Angular and allows you easily master guide for your users through your site showing them all the sections and features including lazily loaded.", "repository" : {"type" : "git", "url" : "https://git...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type":...
{"name" : "gulp-jstyle", "version" : "0.1.1", "description" : "gulp plugin for jstyle", "license" : "MIT", "author" : {"name" : "Boris Kaul", "email" : "localvoid@gmail.com", "url" : "https://github.com/localvoid"}, "keywords" : ["gulpplugin", "gulp", "jstyle", "css", "js", "browser"], "homepage" : "https://github.com/...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "u...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "prereqTree": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", ...
{"courseCode" : "CP3101A", "courseCredit" : "4", "description" : "This module is a part of an experimental global software engineering education initiative spearheaded by Stanford/Facebook. It is offered as part of the CP3101 Topics in Computing series. Student teams will be associated with a select group of open sourc...
json_instruct
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "prereqTree": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "prereqTree", "ti...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "prop...
{"versionEnd" : {"versionNum" : 2043, "commit" : "fb06eec8f7c57e3e2a97fdbbbc129d6ef064c430", "date" : "2021-06-08T14:31:52.910Z"}, "versionStart" : {"versionNum" : 2042, "commit" : "0d8c42329e45cecbf30046a106ca65113516ba67", "date" : "2021-06-08T14:30:28.972Z"}, "changes" : ["blockchains/smartchain/allowlist.json"]}
json_instruct
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "05a81235897a7db5e3c5f655d940ef40ed43a603"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"native-promise-only": {"type": ...
{"name" : "@zenginehq/post-rpc-client", "version" : "0.7.1", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"native-promise-only" : {"version" : "0.8.1", "resolved" : "https://registry.npmjs.org/native-promise-only/-/native-promise-only-0.8.1.tgz", "integrity" : "sha1-IKMYwwy0X3H+et+/eyHJnBRy7xE="}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"native-promise-only": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"ty...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}...
{"user" : "Edouard DUPIN", "value" : "9", "type" : "hand", "time" : 1470896282121379328, "data" : [{"type" : "type::finger", "list" : [[388.973175, 408.299866], [384.578766, 403.265137], [378.507812, 394.832703], [365.252991, 384.604065], [346.555969, 380.485535], [339.202026, 380.818359], [333.077637, 382.329895], [32...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required...
{"name" : "go@1.16", "pkg_version" : "1.16.14", "rebuild" : 0, "bottles" : {"arm64_monterey" : {"url" : "https://ghcr.io/v2/homebrew/core/go/1.16/blobs/sha256:5d000f53accc3fabf34901a968b12483e78b878fb5364b91b91d05cf19b988ad"}, "arm64_big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/go/1.16/blobs/sha256:748ff22b57d...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "arm64_big_sur": {"type": "object", "propert...
Based on the schema below, produce a valid JSON object: {"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", ...
[{"id" : "2001", "provinceId" : "36", "regencyId" : "01", "districtId" : "28", "name" : "Banjarmasin"}, {"id" : "2002", "provinceId" : "36", "regencyId" : "01", "districtId" : "28", "name" : "Carita"}, {"id" : "2003", "provinceId" : "36", "regencyId" : "01", "districtId" : "28", "name" : "Sukarame"}, {"id" : "2004", "p...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["des...
{"latest_version" : ["0.1.0"], "meta" : {"description" : "A debug server for WSGI apps", "homepage" : "https://github.com/te-je/ohoh", "license" : "MIT"}, "versions" : {"0.1.0" : {"sha256" : "5662fc24db80a57fd68a43e9670dbd8b5bae62754ca5592fb93f24c781b9e954", "url" : "https://files.pythonhosted.org/packages/87/6d/116633...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"BlobStore": {"type": "object", "properties": {"ConnectionString": {"type": "string"}}, "required": ["ConnectionString"]}, "DicomFunctions": {"type": "object", "properties": {"ConnectionName": {"type": "string"}, "ConnectionStr...
{"BlobStore" : {"ConnectionString" : "UseDevelopmentStorage=true"}, "DicomFunctions" : {"ConnectionName" : "DicomFunctions:ConnectionString", "ConnectionString" : "UseDevelopmentStorage=true"}, "DicomServer" : {"Features" : {"EnableUpsRs" : true}}, "Logging" : {"LogLevel" : {"Default" : "Debug", "System" : "Information...
json_instruct
{"type": "object", "properties": {"BlobStore": {"type": "object", "properties": {"ConnectionString": {"type": "string"}}, "required": ["ConnectionString"]}, "DicomFunctions": {"type": "object", "properties": {"ConnectionName": {"type": "string"}, "ConnectionString": {"type": "string"}}, "required": ["ConnectionName", "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"...
{"citations" : [{"textCitation" : "[See tskr1om on Metamath](http://us.metamath.org/mpegif/tskr1om.html)"}], "names" : ["tskr1om"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cT", "#T_wcel", "#T_ctsk", "#T_wa", "#T_cT", "#T_wne", "#T_c0", "#T_wi", "#T_cr1", "#T_cima", "#T_com", "#T_wss", "#T_cT"], "metaLangua...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-0...
{"index" : 1761, "redacted" : false, "hash" : 1880098137, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/s...
[{"name" : "KORIANNE", "frequency" : 1, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "s...
{"name" : "@askilada/2fa", "version" : "0.1.1", "main" : "dist/index.js", "types" : "dist/index.d.ts", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/askilada/2fa.git"}, "files" : ["dist/*"], "scripts" : {"dev" : "tsc -w", "start" : "node dist"}, "devDependencies" : {"@types/node" : "^12...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "file...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft...
{"id" : "26", "provinceId" : "33", "regencyId" : "02", "name" : "Purwokerto Timur"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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": {}...
{"directions" : ["In a large bag or bowl, combine cereal, goldfish crackers, pretzels, nuts, oyster crackers and sandwich crackers. In a small bowl or shaker, combine oil and dressing mix. Toss cracker mixture with oil mixture. Serve."], "ingredients" : ["1 (17.5 ounce) package crispy rice cereal squares", "1 (6 oun...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:i...
{"id" : 1226113741, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "fe306224b83a6d250789d71f9804f0f6", "wof:id" : 1226113741, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [24.03774, 44.30632, 24.03774, 44.30632], "geometry" : {"coordinates" : [24.03774...
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": "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" : 404397593, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "3b1831288ae1ba31a42efb0eba70ad53", "wof:id" : 404397593, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.35769089737659, 46.44148954503601, 0.42063861873571, 46.48055237331289...
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": ["...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943": {"type": "integer"}, "program": {"type": "i...
{"configuration" : ["IGNORELEADINGBLANKS", "MERGE", "REVERSE", "GENERALNUMRICSORT"], "regionsToProcessedPerformance" : {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943" : 100719826259, "program" : 921368}}
json_instruct
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943": {"type": "integer"}, "program": {"type": "integer"}}, "required": ["cf0973a4-2ff7-4a05-9c80-db66fb4f5943", "progra...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["revalidate"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"luis_schema_version": {"type": "string"}, "versionId": {"type": "string"}, "name": {"type": "string"}, "desc": {"type": "string"}, "culture": {"type": "string"}, "tokenizerVersion": {"type": "string"}, "inten...
{"luis_schema_version" : "3.2.0", "versionId" : "GeoPeople", "name" : "Contoso App", "desc" : "Default Intents for Azure Bot Service V2", "culture" : "en-us", "tokenizerVersion" : "1.0.0", "intents" : [], "entities" : [], "composites" : [], "closedLists" : [{"name" : "Airline", "subLists" : [{"canonicalForm" : "Delta",...
json_instruct
{"type": "object", "properties": {"luis_schema_version": {"type": "string"}, "versionId": {"type": "string"}, "name": {"type": "string"}, "desc": {"type": "string"}, "culture": {"type": "string"}, "tokenizerVersion": {"type": "string"}, "intents": {"type": "array", "items": {}}, "entities": {"type": "array", "items": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "pokecube_legends:block/unrefined_aquamarine"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "organisations": {"type": "array", "items":...
{"id" : "777b0cbb-9b3a-4392-ae3b-490b550779e3", "firstName" : "Estell", "lastName" : "Rau", "email" : "estell.rau-8166@example.com", "username" : "estell.rau-8166@example.com", "password" : "bat", "organisations" : [{"id" : "04aaf16f-3949-4496-a9a6-73581e3dca79", "code" : "1WB", "name" : "Stafford Hub", "permissions" :...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "organisations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"vinetype=vine_0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "vinetype=vine_1": {"type": "object", "properties": {"model": ...
{"variants" : {"vinetype=vine_0" : {"model" : "galacticraft:block/vine_0"}, "vinetype=vine_1" : {"model" : "galacticraft:block/vine_1"}, "vinetype=vine_2" : {"model" : "galacticraft:block/vine_2"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"vinetype=vine_0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "vinetype=vine_1": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "vinetype=vine_2": {"type"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "numbe...
{"Id" : "lootpoint (78)1685566", "IsStatic" : false, "useGravity" : true, "randomRotation" : false, "Position" : {"x" : 23.496, "y" : 8.955, "z" : 36.062}, "Rotation" : {"x" : 0, "y" : 0, "z" : 0}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5eb3dd2386f77462155f04e6", "Items" : [{"_id" : "5eb3dd2386f774...
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type"...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-95.571445, 29.716958], [-95.557581, 29.718261], [-95.557379, 29.704502], [-95.571212, 29.703926], [-95.571445, 29.716958]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 85861}}]}
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 sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"particle": {"type": "string"}, "texture": {"type": "string"}, "top": {"type": "string"}, "bottom": {"type": "string"}}, "required": ...
{"parent" : "block/parent_pillar_4", "textures" : {"particle" : "conquest:block/2_advanced_refined/3_plaster/etruscan_white_and_yellow_dado", "texture" : "conquest:block/2_advanced_refined/3_plaster/etruscan_white_and_yellow_dado", "top" : "conquest:block/2_advanced_refined/3_plaster/golden_top", "bottom" : "conquest:b...
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"particle": {"type": "string"}, "texture": {"type": "string"}, "top": {"type": "string"}, "bottom": {"type": "string"}}, "required": ["particle", "texture", "top", "bottom"]}}, "required": ["parent", "textures"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "validations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type"...
{"name" : "Test validation schema 1", "description" : "Test validation schema 1, used in esdl-validator unit tests", "validations" : [{"name" : "check_area_scope_notnull", "description" : "Check if all Areas have a scope", "type" : "warning", "message" : "Area does not have a scope", "selects" : [{"function" : "get", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "validations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "message": {"type": "string"}, "selects": {"type": "arra...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "item...
{"manifest_version" : 2, "name" : "MFP Reformatter", "description" : "Reformat MFP reports so that you can easily copy / paste into WAG spreadsheets", "version" : "1.2.1", "background" : {"scripts" : ["moment.min.js", "action.js"], "persistent" : false}, "browser_action" : {"default_icon" : "icon.png"}, "permissions" :...
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "require...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "gravatar": {"type": "boolean"}}, "required": ["copyright", "url", "email", "gravatar"], "$schema": "http://json-schema.org/dra...
{"copyright" : "Kay Zheng", "url" : "http://blog.theerrorlog.com", "email" : "l04m33@gmail.com", "gravatar" : true}
json_instruct
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "gravatar": {"type": "boolean"}}, "required": ["copyright", "url", "email", "gravatar"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "username": {"type": "string"}, "text": {"type": "string"}, "date": {"type": "string"}, "retweet": {"type": "integer"}, "like": {"type"...
[{"id" : "1099375135201538048", "url" : "https://twitter.com/flukeech_/status/1099375135201538048", "username" : "", "text" : "\u0e04\u0e37\u0e2d\u0e27\u0e31\u0e19\u0e19\u0e35\u0e49\u0e01\u0e39\u0e23\u0e31\u0e01\u0e2b\u0e21\u0e32\u0e0b\u0e2d\u0e22\u0e01\u0e39\u0e21\u0e32\u0e01\u0e1a\u0e2d\u0e01\u0e40\u0e25\u0e22", "dat...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "username": {"type": "string"}, "text": {"type": "string"}, "date": {"type": "string"}, "retweet": {"type": "integer"}, "like": {"type": "integer"}}, "required": ["id", "url", "username", "text", "date", "r...
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" : 101823961, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "2424073b05a67900d163d5f88836650d", "wof:id" : 101823961, "wof:repo" : "whosonfirst-data-admin-pl"}, "bbox" : [20.459804, 50.797689, 20.459804, 50.797689], "geometry" : {"coordi...
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": ["...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "ob...
{"name" : "birch-doc", "version" : "0.0.3", "description" : "Generates API documentation for birch-outline", "repository" : "https://github.com/jessegrosjean/birch-doc", "license" : "MIT", "main" : "index.js", "dependencies" : {"atomdoc" : "^1.0.5", "babylon" : "^6.18.0", "coffeescript" : "^2.1.0", "haml-coffee" : "^1....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"atomdoc": {"type": "string"}, "babylon": {"type"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "name": {"type": "string"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "match": {"type": "string"}}, "required": ["name", "match"]}}, "sco...
{"$schema" : "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json", "name" : "Console tree", "patterns" : [{"name" : "meta.preprocessor", "match" : "^(?:\u2502 )*(?:(?:\u2514 )*\u2514|\u251c)\u2500\u2500 "}], "scopeName" : "text.console-tree"}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "name": {"type": "string"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "match": {"type": "string"}}, "required": ["name", "match"]}}, "scopeName": {"type": "string"}}, "required": ["$schema", "name...
Please provide a valid JSON object following this 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": {"type": ...
{"id" : 101879047, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "f8bc41ddfca3c882849e890be9fe19ca", "wof:id" : 101879047, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.14022725874344, 49.11743913345077, 1.15017311298993, 49.128034431343],...
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": ["...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "lines": {"type": "object", "properties": {"517": {"type": "string"}, "518": {"type": "string"}}, "required": ["517", "518"]}}, "required": ["id", "lines"], "$schema": "http://json-schema.o...
{"id" : "97384428", "lines" : {"517" : "for(EscherProperty property : escherOptRecord.getEscherProperties()){\n", "518" : " if(EscherProperties.GROUPSHAPE__DESCRIPTION == property.getPropertyNumber()){\n"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "lines": {"type": "object", "properties": {"517": {"type": "string"}, "518": {"type": "string"}}, "required": ["517", "518"]}}, "required": ["id", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"prod...
{"userId" : 64357, "cartId" : "a2efec14-b052-4dfc-938f-03d65628e4b2", "preferredProducts" : [3442, 3895], "productReviews" : [{"productId" : 718, "reviewText" : "My co-worker Kazuo has one of these. He says it looks transparent.", "reviewDate" : "2017-08-16T05:32:14.1900563+03:00"}, {"productId" : 3799, "reviewText" : ...
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 sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "req...
[{"id" : 463157033, "name" : "\ucc98\uc74c", "dt" : 236173, "ar" : {"id" : 12312131, "name" : "Royoung"}, "al" : {"id" : 35235230, "name" : "\ucc98\uc74c", "picUrl" : "https://p1.music.126.net/X6Enbg-KSb0fGrid_Pmu2A==/19017153114022259.jpg"}}, {"id" : 463157034, "name" : "\ubc84\uc2a4\uc815\ub958\uc7a5", "dt" : 228989,...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "e27317b3a026aa47a72f8895dee965d887803996"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "logo_path": {"type": "null"}, "description": {"type": "null"}, "name": {"type": "string"}, "parent_company": {"type": "null"}, "homepage": {"type": "null"}, "headquarters": {"type": "...
{"id" : 175, "logo_path" : null, "description" : null, "name" : "Caravan Pictures", "parent_company" : null, "homepage" : null, "headquarters" : null}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "logo_path": {"type": "null"}, "description": {"type": "null"}, "name": {"type": "string"}, "parent_company": {"type": "null"}, "homepage": {"type": "null"}, "headquarters": {"type": "null"}}, "required": ["id", "logo_path", "description", "name", "parent_com...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"slide": {"type": "object", "properties": {"html": {"type": "...
{"componentChunkName" : "component---src-templates-slide-js", "path" : "/24", "result" : {"data" : {"slide" : {"html" : "\n<h1>Thank you! \ud83d\ude33</h1>", "index" : 24}}, "pageContext" : {"index" : 24, "absolutePath" : "/Users/adriantirusli/projects/a11y-talk-gatsby/src/slides#24"}}}
json_instruct
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"slide": {"type": "object", "properties": {"html": {"type": "string"}, "index": {"type": "integer"}}, "required": ["html", "index"...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "104.1 WDLT - WDLT-FM", "src" : "None"}, {"name" : "93 BLX - WBLX", "src" : "http://18053.live.streamtheworld.com/WBLXFMAAC.aac?t=1526349963"}, {"name" : "97.5 WABD - WABD", "src" : "http://18053.live.streamtheworld.com/WABDFMAAC.aac?t=1526349965"}, {"name" : "Archangel Radio - WNGL", "src" : "http://ice41.s...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"tables": {"type": "array", "items": {"type": "object", "properties": {"tableName": {"type": "string"}, "definitionFile": {"type": "string"}}, "required": ["tableName", "definitionFile"]}}, "expression": {"type": "s...
{"tables" : [{"tableName" : "Person", "definitionFile" : "Person.csv"}, {"tableName" : "Gender", "definitionFile" : "Gender.csv"}], "expression" : "Proj[PersonName,GenderDescription](Person |x| Ren[PersonGender,GenderDescription](Gender))", "expectedResults" : [{"PersonName" : "John", "GenderDescription" : "Male"}, {"P...
json_instruct
{"type": "object", "properties": {"tables": {"type": "array", "items": {"type": "object", "properties": {"tableName": {"type": "string"}, "definitionFile": {"type": "string"}}, "required": ["tableName", "definitionFile"]}}, "expression": {"type": "string"}, "expectedResults": {"type": "array", "items": {"type": "object...
The schema below describes a JSON structure. Generate a valid example: {"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" : [[[137.875, 33.416666666666664], [137.875, 33.5], [138.0, 33.5], [138.0, 33.416666666666664], [137.875, 33.416666666666664]]]}, "properties" : {"code" : 503717, "url" : "http://madefor.github.io/0410/api/v1/503717.geojson", "view" : "https://github....
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "a...
{"name" : "synder/analytics-plugin", "type" : "october-plugin", "description" : "Simple and GDPR-friendly analytics for your OctoberCMS website.", "homepage" : "https://octobercms.com/plugin/synder-analytics", "keywords" : ["october", "october-plugin", "analytics", "statistis", "stats", "counter", "views", "synder"], "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "statio...
{"station" : [{"pref_cd" : 30, "line_cd" : 11639, "line_name" : "\u304d\u306e\u304f\u306b\u7dda", "station_cd" : 1163907, "station_g_cd" : 1163907, "station_name" : "\u7d00\u4f0a\u52dd\u6d66", "lon" : 135.941811, "lat" : 33.628133}]}
json_instruct
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "message": {"type": "string"}, "message1": {"type": "string"}}, "required": ["id", "name", "message", "message1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "cy1", "name" : "Cypress Bot 1", "message" : "Hi from CB1", "message1" : "What's going on? CB1"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "message": {"type": "string"}, "message1": {"type": "string"}}, "required": ["id", "name", "message", "message1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province"...
{"name" : "University of Art, Tehran", "alt_name" : null, "country" : "Iran", "state" : null, "address" : {"street" : "PO Box 14155-6464", "city" : "Tehran", "province" : null, "postal_code" : null}, "contact" : {"telephone" : "+98(21) 895-4601-5", "website" : "http://www.art.ac.ir", "email" : "international-office@art...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "null"}}, "re...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_titl...
[{"e_id" : "14719", "title" : "\u65e5\u672c\u5171\u4ea7\u515a\u7684\u521b\u59cb\u4eba\u7247\u5c71\u6f5c\u8bde\u8fb0", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u5728162\u5e74\u524d\u7684\u4eca\u5929\uff0c1859\u5e7412\u67083\u65e5(\u519c\u53861859\u5e7411\u670810\u65e5)\uff0c\u65e5\u672c\u5171\u4ea7\u515a\u7684\u521b\u59c...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "development": {"type": "string"}, "watch": {"type": "string"}, "watch-poll": {"type": "string"}, "hot": {"type": "string"}, ...
{"private" : true, "scripts" : {"dev" : "npm run development", "development" : "mix", "watch" : "mix watch", "watch-poll" : "mix watch -- --watch-options-poll=1000", "hot" : "mix watch --hot", "prod" : "npm run production", "production" : "mix --production", "serve" : "vue-cli-service serve", "build" : "vue-cli-service...
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "development": {"type": "string"}, "watch": {"type": "string"}, "watch-poll": {"type": "string"}, "hot": {"type": "string"}, "prod": {"type": "string"}, "production": {"type": "strin...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"browser-polyfill.js": {"type": "string"}, "browser-polyfill.min.js": {"type": "string"}, "browser.js": {"type": "string"}, "browser.min.js": {"type": "string"}}, "required": ["browser-polyfill.js", "browser-pol...
{"browser-polyfill.js" : "sha512-reE2EIj7lRKcSLYn/e1ojSxFfN1dnMC9QobXsI7UvhoOc1QmuzPLMsUSyHnNoAZMJnmc04/1s4K6Ai55MNzh5Q==", "browser-polyfill.min.js" : "sha512-87uhp2Fm8sjDMqrfuNRN/sYJnh7wIyp1GLYwKdwLDhmYD+lGthsdUwSZ7nTBz9iQfPkjLIt7c568nae840+fkQ==", "browser.js" : "sha512-++UessT+1Pu1L8DGjwG4hvZNV34yPEJ6Nmsy9vgLs+IODf...
json_instruct
{"type": "object", "properties": {"browser-polyfill.js": {"type": "string"}, "browser-polyfill.min.js": {"type": "string"}, "browser.js": {"type": "string"}, "browser.min.js": {"type": "string"}}, "required": ["browser-polyfill.js", "browser-polyfill.min.js", "browser.js", "browser.min.js"], "$schema": "http://json-sch...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, ...
{"name" : "journy", "version" : "1.0.0", "description" : "A journal app", "main" : "index.js", "repository" : "git@github.com:mshirazab/journy.git", "author" : "mshirazab <mshirazab@gmail.com>", "license" : "MIT", "dependencies" : {"bcrypt" : "^2.0.1", "body-parser" : "^1.15.1", "config" : "^1.20.1", "cookie-session" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcrypt": {"type": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "...
{"nom" : "Bertignat", "dpt" : "Puy-de-D\u00f4me", "inscrits" : 395, "abs" : 100, "votants" : 295, "blancs" : 7, "nuls" : 5, "exp" : 283, "res" : [{"panneau" : "2", "voix" : 64}, {"panneau" : "9", "voix" : 57}, {"panneau" : "11", "voix" : 51}, {"panneau" : "3", "voix" : 47}, {"panneau" : "1", "voix" : 18}, {"panneau" : ...
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"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"presente": {"type": "object", "properties": {"eu": {"type": "string"}, "tu": {"type": "string"}, "ele": {"type": "string"}, "nos": {"type": "string"}, "vos": {"type": "string"}, "eles": {"type": "string"}}, "required...
{"presente" : {"eu" : "abalo", "tu" : "abalas", "ele" : "abala", "nos" : "abalamos", "vos" : "abalais", "eles" : "abalam"}, "preterito_imperfeito" : {"eu" : "abalava", "tu" : "abalavas", "ele" : "abalava", "nos" : "abal\u00e1vamos", "vos" : "abal\u00e1veis", "eles" : "abalavam"}, "preterito_perfeito" : {"eu" : "abalei"...
json_instruct
{"type": "object", "properties": {"presente": {"type": "object", "properties": {"eu": {"type": "string"}, "tu": {"type": "string"}, "ele": {"type": "string"}, "nos": {"type": "string"}, "vos": {"type": "string"}, "eles": {"type": "string"}}, "required": ["eu", "tu", "ele", "nos", "vos", "eles"]}, "preterito_imperfeito"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "arra...
{"__type__" : "cc.SpriteFrame", "content" : {"name" : "game_liaotiananniu02", "texture" : "1a2ssINEBLeYTftjcbnfUy", "rect" : [0, 0, 56, 48], "offset" : [0, 0], "originalSize" : [56, 48], "capInsets" : [0, 0, 0, 0]}}
json_instruct
{"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "originalSize": {"type": "array", ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"css/amazeui.css": {"type": "string"}, "css/amazeui.flat.css": {"type": "string"}, "css/amazeui.flat.min.css": {"type": "string"}, "css/amazeui.min.css": {"type": "string"}, "js/amazeui.ie8polyfill.js": {"type": "string"}, "...
{"css/amazeui.css" : "sha512-q6R4jpAFTnxTOBCxn7ftjSHHR2FLZ9I5BXoisr4tZvWHOAyYBcnIpoxGyIhLezYrT5/FblaXJNtrFpBJ92RLTA==", "css/amazeui.flat.css" : "sha512-c5ypORox0wP8qm6JuFQ/bqplItfAD7dJD7p8YTa/vkK/DhHbhcxROJn8YNV0dzkSeqFHihUJLApw8uOhkyTSCQ==", "css/amazeui.flat.min.css" : "sha512-CmBMSKrgYd0LNrs0MvnYbC5BoTh9tsZu4AeDapu...
json_instruct
{"type": "object", "properties": {"css/amazeui.css": {"type": "string"}, "css/amazeui.flat.css": {"type": "string"}, "css/amazeui.flat.min.css": {"type": "string"}, "css/amazeui.min.css": {"type": "string"}, "js/amazeui.ie8polyfill.js": {"type": "string"}, "js/amazeui.ie8polyfill.min.js": {"type": "string"}, "js/amazeu...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "proper...
{"name" : "px-vis", "version" : "2.0.8", "main" : ["px-vis.html"], "ignore" : ["*.enc", ".*", "npm-debug.log", "gulpfile.js", "sass", "bower_components", "node_modules", "test"], "dependencies" : {"polymer" : "^1.6.1", "px-colors-design" : "^0.3.9", "px-tooltip" : "~0.10.0", "px-popover" : "^1.7.0", "px-theme" : "^2.0....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"polymer": {"type": "string"}, "px-colors-design": {"type": "st...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["231226404001", "\u521b\u4e1a\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["231226404002", "\u7ea2\u661f\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["231226404003", "\u536b\u4e1c\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["231226404004", "\u80dc\u5229\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["231226404005"...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["540624201201", "\u4e1c\u65e5\u6751", "220", "0"], ["540624201202", "\u897f\u6070\u66f2\u8d85\u8d85\u8d21\u739b\u6751", "220", "0"], ["540624201203", "\u5620\u65e5\u8272\u7eb3\u5c3c\u6751", "220", "0"], ["540624201204", "\u5620\u5c14\u624e\u4ec1\u6751", "210", "0"], ["540624201205", "\u591a\u5c14\u560e\u6070\u8363\u6...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"result": {"type": "object", "properties": {"id": {"type": "string"}, "Count": {"type": "integer"}}, "required": ["id", "Count"]}, "requirements": {"type": "array", "items": {"type": "object", "properties": {"type": {"type":...
{"result" : {"id" : "crockpot:mushy_cake", "Count" : 1}, "requirements" : [{"type" : "must_contain_ingredient", "ingredient" : {"item" : "minecraft:brown_mushroom"}, "quantity" : 1}, {"type" : "must_contain_ingredient", "ingredient" : {"item" : "minecraft:red_mushroom"}, "quantity" : 1}, {"type" : "must_contain_ingredi...
json_instruct
{"type": "object", "properties": {"result": {"type": "object", "properties": {"id": {"type": "string"}, "Count": {"type": "integer"}}, "required": ["id", "Count"]}, "requirements": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"i...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "date": {"type": "string"}, "distance": {"type": "number"}, "pace": {"type": "number"}, "distanceLabel": {"type": "string"}, "duration": {"type": "number"}, "runByRunner": {"type": "string"}}, "require...
{"id" : "half2-16", "date" : "2016-07-23", "distance" : 13.1, "pace" : 10.45, "distanceLabel" : "half marathon", "duration" : 136.895, "runByRunner" : "Floretta"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "date": {"type": "string"}, "distance": {"type": "number"}, "pace": {"type": "number"}, "distanceLabel": {"type": "string"}, "duration": {"type": "number"}, "runByRunner": {"type": "string"}}, "required": ["id", "date", "distance", "pace", "distanceLabel", "du...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"css-doodle.js": {"type": "string"}, "css-doodle.min.js": {"type": "string"}}, "required": ["css-doodle.js", "css-doodle.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"css-doodle.js" : "sha512-EnPhsgTZ6kOKX7XOF5E35+TEXsiXYkE+etpMQCeMPWGxwUQGq0P+Nds8F0pLCCwUlfB06xfQyA45WUQWWxCDmQ==", "css-doodle.min.js" : "sha512-ZMOpJNg2UTaN3vATfPygPh4lsp2wAVWywxGD0wVRRl7CcPH7DYY7rT61QvM7zNSfpym/ke3cwXR51XJRftLfyw=="}
json_instruct
{"type": "object", "properties": {"css-doodle.js": {"type": "string"}, "css-doodle.min.js": {"type": "string"}}, "required": ["css-doodle.js", "css-doodle.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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"}, "...
{"display-name" : "", "package-name" : "ispc", "is-portable" : true, "portable" : {"display-name" : "", "package-name" : "ispc", "latest-version" : "1.15.0", "1.15.0" : {"url" : "https://github.com/ispc/ispc/releases/download/v1.15.0/ispc-v1.15.0-windows.zip", "file-type" : ".zip", "bin" : ["ispc.exe"], "shortcuts" : [...
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"}, "1.15.0": {"type": "ob...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test...
{"name" : "easydice", "version" : "1.3.2", "description" : "A package for easily creating customizable fair dice", "main" : "easydice.js", "scripts" : {"test" : "echo No tests yet."}, "repository" : {"type" : "git", "url" : "git+https://github.com/DaniFoldi/easydice.git"}, "keywords" : ["dice", "game", "throw", "rpg", ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"name": {"type": "string"}, "age": {"type": "integer"}}, "required": ["name", "age"]}, "parentId": {"type": "string"}, "version": {"typ...
{"success" : true, "data" : {"name" : "Vaibhav", "age" : 31}, "parentId" : "<BIN_ID>", "version" : 1}
json_instruct
{"type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"name": {"type": "string"}, "age": {"type": "integer"}}, "required": ["name", "age"]}, "parentId": {"type": "string"}, "version": {"type": "integer"}}, "required": ["success", "data", "parentId", "version"], "$sc...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": ...
{"name" : "asynccss", "description" : "Utility that compiles CommonJS (NodeJS) modules into a single JavaScript file suitable for the browser", "version" : "0.0.5", "main" : "src/asynccss.js", "dependencies" : {}, "devDependencies" : {"chai" : "^1.10.0", "grunt" : "~0.4.1", "grunt-contrib-jshint" : "~0.4.3", "grunt-con...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "grunt": {"ty...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"collectionName": {"type": "string"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "icon", "description"...
{"collectionName" : "components_sections_media_sections", "info" : {"name" : "MediaSection", "icon" : "photo-video", "description" : "A MediaSection is a singular, capsulated media object as a section"}, "options" : {}, "attributes" : {"anchor" : {"type" : "string", "default" : ""}, "media" : {"type" : "component", "re...
json_instruct
{"type": "object", "properties": {"collectionName": {"type": "string"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "icon", "description"]}, "options": {"type": "object", "properties": {}, "required": []}, "at...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"backgroundColor": {"type": "string"}, "fontColor": {"type": "string"}, "flickering": {"type": "number"}, "horizontalSync": {"type": "number"}, "staticNoise": {"type": "number"}, "chromaColor": {"type": "number"}, ...
{"backgroundColor" : "#100020", "fontColor" : "#40ff10", "flickering" : 0.1496, "horizontalSync" : 0.1461, "staticNoise" : 0.1496, "chromaColor" : 0.4979, "saturationColor" : 0.501, "screenCurvature" : 0, "glowingLine" : 0.1039, "burnIn" : 0.2482, "bloom" : 0.2482, "rasterization" : 1, "jitter" : 0.1532, "rbgShift" : 0...
json_instruct
{"type": "object", "properties": {"backgroundColor": {"type": "string"}, "fontColor": {"type": "string"}, "flickering": {"type": "number"}, "horizontalSync": {"type": "number"}, "staticNoise": {"type": "number"}, "chromaColor": {"type": "number"}, "saturationColor": {"type": "number"}, "screenCurvature": {"type": "inte...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["primer-alerts", "primer-avatars", "primer-base", "primer-breadcrumb", "primer-buttons", "primer-cards", "primer-core", "primer-forms", "primer-layout", "primer-markdown", "primer-marketing-type", "primer-navigation", "primer-page-headers", "primer-page-sections", "primer-product", "primer-states", "primer-tables", "p...
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "require": {"type": "object", "properties": {"afeefa/package-manager": {"type": "string"}}, "required": ["afeefa/package-manager"]}}, "required": ["name", "require"], "$schema": "http://js...
{"name" : "afeefa/afeefa-components-version", "require" : {"afeefa/package-manager" : "^0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "require": {"type": "object", "properties": {"afeefa/package-manager": {"type": "string"}}, "required": ["afeefa/package-manager"]}}, "required": ["name", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includePath": {"type": "array", "items": {"type": "string"}}, "defines": {"type": "array", "items": {"type": "string"}}...
{"configurations" : [{"name" : "MinGW", "includePath" : ["${workspaceRoot}", "C:/MinGW/include", "C:/MinGW/include/freetype2", "c:/MinGW/include/c++/7.2.0", "C:/MinGW/include/c++/3.4.5", "C:/MinGW/include/c++/3.4.5/bits", "c:/MinGW/include/c++/7.2.0/x86_64-w64-mingw32", "c:/MinGW/include/c++/7.2.0/backward", "c:/MinGW/...
json_instruct
{"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includePath": {"type": "array", "items": {"type": "string"}}, "defines": {"type": "array", "items": {"type": "string"}}, "intelliSenseMode": {"type": "string"}, "browse": {"type"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"vue-resource.common.js": {"type": "string"}, "vue-resource.es2015.js": {"type": "string"}, "vue-resource.js": {"type": "string"}, "vue-resource.min.js": {"type": "string"}}, "required": ["vue-resource.common.js", ...
{"vue-resource.common.js" : "sha512-mUVc+/+F7HzWhq5qiXYuThGHqaTMz2FBENgdOlYcyDSm4PoW7GkydJPAazW2s2YYIohubvGON04IQAw16kp7jw==", "vue-resource.es2015.js" : "sha512-ZwaEP8mi8eT/ECOXp7XNwJGZlZbR+QkGffD5s6L/drqdJ9RfPXFiEmOKn/NadL2mWOLT8EeqgxqdP5CTjTK9Qg==", "vue-resource.js" : "sha512-Ws5JuYXlOXtFZsALFPpC6e+hLnm83QMu7KU8YVu...
json_instruct
{"type": "object", "properties": {"vue-resource.common.js": {"type": "string"}, "vue-resource.es2015.js": {"type": "string"}, "vue-resource.js": {"type": "string"}, "vue-resource.min.js": {"type": "string"}}, "required": ["vue-resource.common.js", "vue-resource.es2015.js", "vue-resource.js", "vue-resource.min.js"], "$s...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "null"...
{"accession_number" : "19.59", "actors" : [], "creation_date" : "19th century", "credit_line" : "Gift of Mrs. Benjamin F. Walcott", "cultures" : [], "dimensions" : null, "dynasty" : null, "images" : [], "irn" : 58681, "materials" : "wood, leather, metal and paint", "on_view" : false, "period" : null, "printers" : [], "...
json_instruct
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "null"}, "dynasty": {"type": "null"}, "images": {"type": "array",...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "other_nominate": {"type": "array", "items": {}}}, "required": ["title", "other_nominate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "MET\u30e9\u30a4\u30d6\u30d3\u30e5\u30fc\u30a4\u30f3\u30b02018-19/\u30f4\u30a7\u30eb\u30c7\u30a3\u300a\u30a2\u30a4\u30fc\u30c0\u300b", "other_nominate" : []}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "other_nominate": {"type": "array", "items": {}}}, "required": ["title", "other_nominate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"1": {"type": "object", "properties": {"taskId": {"type": "integer"}, "text": {"type": "string"}, "isCompleted": {"type": "boolean"}}, "required": ["taskId", "text", "isCompleted"]}, "2": {"type": "object", "pro...
{"1" : {"taskId" : 1, "text" : "Buy ice-cream", "isCompleted" : false}, "2" : {"taskId" : 2, "text" : "Go to the bank", "isCompleted" : true}, "3" : {"taskId" : 3, "text" : "Eat ice-cream", "isCompleted" : false}}
json_instruct
{"type": "object", "properties": {"1": {"type": "object", "properties": {"taskId": {"type": "integer"}, "text": {"type": "string"}, "isCompleted": {"type": "boolean"}}, "required": ["taskId", "text", "isCompleted"]}, "2": {"type": "object", "properties": {"taskId": {"type": "integer"}, "text": {"type": "string"}, "isCo...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "story": {"type": "string"}}, "required": ["name", "description", "story"], "$schema": "http://json-schema.org/draft-07/sche...
{"name" : "\u592a\u967d\u306e\u77f3", "description" : ["1\u79d2\u3054\u3068\u306b\u81ea\u5206\u306e\u5468\u308a\u306e\u5186\u578b\u7bc4\u56f2\u5185\u306e\u6575\u306b\u653b\u6483\u529b\u306e20%\u306e\u7269\u7406\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u30015\u79d2\u9593\u3001\u56de\u5fa9\u529b\u309230%\u6e1b\u5c11\u30...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "story": {"type": "string"}}, "required": ["name", "description", "story"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : 404395373, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "8f756d7b46175f7d7c15eeabfec4fabd", "wof:id" : 404395373, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.87162277404048, 45.10619246317249, 3.93670857886896, 45.13284921477742...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"\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\u540d\u7a31" : "\u4e2d\u4e45\u4f01\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99608407", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "07810001258094", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u65b0\u5e97\u5340\u6c11\u6b0a\u8def\u4e00\uff10\u516b...
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...
Please provide a valid JSON object following this schema: {"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": {"ty...
{"parent" : "gameprojectileTrajectoryParams", "name" : "gameprojectileFollowTrajectoryParams", "flags" : 66, "props" : [{"type" : "Float", "name" : "startVel", "flags" : 6627016709}, {"type" : "whandle:gameObject", "name" : "target", "flags" : 6627016709}, {"type" : "whandle:entIPlacedComponent", "name" : "targetCompon...
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"]}}},...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"exclude": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "stubPath": {"type": "string"}, "venvPath": {"type": "string"}, "reportMissingImports": {"type": "b...
{"exclude" : ["**/__pycache__"], "ignore" : ["fastText", "embeddings", "notebooks", "tx-ray", "wandb", "mimic3-benchmarks"], "stubPath" : "typings", "venvPath" : "/usr/local/Caskroom/miniconda/base/envs/icu", "reportMissingImports" : true, "reportMissingTypeStubs" : false, "pythonVersion" : "3.7.7", "executionEnvironme...
json_instruct
{"type": "object", "properties": {"exclude": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "stubPath": {"type": "string"}, "venvPath": {"type": "string"}, "reportMissingImports": {"type": "boolean"}, "reportMissingTypeStubs": {"type": "boolean"}, "pythonVersio...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "prop...
{"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "IBIARA", "Description" : "IBIARA / PB"}, "geometry" : {"type" : "LineString", "coordinates" : [[-38.3100178898137, -7.51889487150106], [-38.34...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "strin...
{"description" : "http://lanyrd.com/2011/pycon-finland/sgybb/\n\nWorking with Unicode and encodings might be confusing, but every\ndeveloper must know how they work.\nEven if the full Unicode standard is actually quite complex, only a\nfew basic concepts are really necessary to work with Python and\nUnicode:\n\n* the d...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", ...