input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Based on the schema below, produce a valid JSON object: {"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": "i...
{"id" : 101894827, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "2581936df9792196ccb79ca420c9849d", "wof:id" : 101894827, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.25496, 45.25789, 6.25496, 45.25789], "geometry" : {"coordinates"...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "...
{"id" : 330371, "node" : [{"id" : 99067, "name" : "neige+\u6c38\u9060\u306e\u90fd", "image" : "//lain.bgm.tv/pic/cover/m/fc/39/99067_T1Bwt.jpg", "date" : "2002-12-06"}, {"id" : 330371, "name" : "\u6c38\u9060\u306e\u90fd Eternal Love", "image" : "//lain.bgm.tv/pic/cover/m/6a/61/330371_11Dhd.jpg", "date" : "1998-10-30"}]...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "image", "date"]}}, "relate": {"type": "array", "i...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"01-2018": {"type": "integer"}, "02-2018": {"type": "integer"}}, "required": ["01-2018", "02-2018"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"01-2018" : 3136, "02-2018" : 607}
json_instruct
{"type": "object", "properties": {"01-2018": {"type": "integer"}, "02-2018": {"type": "integer"}}, "required": ["01-2018", "02-2018"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "4c5a6db6eb4bb66d6f9a2809009e331b9cd2c417"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "strin...
{"citations" : [{"textCitation" : "[See plypf1 on Metamath](http://us.metamath.org/mpegif/plypf1.html)"}], "names" : ["plypf1"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cR", "#T_wceq", "#T_ccnfld", "#T_cress", "#T_cS", "#T_cP", "#T_wceq", "#T_cpl1", "#T_cfv", "#T_cR", "#T_cA", "#T_wceq", "#T_cbs", "#T_cfv"...
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...
Please provide a valid JSON object following this schema: {"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": "int...
{"nom" : "Saint-Marcel-Paulel", "dpt" : "Haute-Garonne", "inscrits" : 378, "abs" : 59, "votants" : 319, "blancs" : 32, "nuls" : 21, "exp" : 266, "res" : [{"panneau" : "1", "voix" : 171}, {"panneau" : "2", "voix" : 95}]}
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 sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "itemDisplayName": {"type": "string"}, "description": {"type": "string"}, "summary": {"type": "string"}, "githubUsername": {"type": "string"}, "dateUp...
{"$schema" : "https://aka.ms/azure-quickstart-templates-metadata-schema#", "type" : "QuickStart", "itemDisplayName" : "Create Premium Redis Cache deployed into a Virtual Network", "description" : "This template shows how to deploy a premium Azure Redis Cache instance into a Virtual Network", "summary" : "This template ...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "itemDisplayName": {"type": "string"}, "description": {"type": "string"}, "summary": {"type": "string"}, "githubUsername": {"type": "string"}, "dateUpdated": {"type": "string"}}, "required": ["$schema", "type", "itemDisplayName...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "verses": {"type": "array", "items": {"type": "object", "properties": {"lines": {"type": "array", "items": {"type": "string"}}}, "required": ["lines"]}}, "chorus": {"type": "string"}, "C...
{"title" : "IPH 562 - Jesus calls above the tumult", "verses" : [{"lines" : [" Jesus calls above the tumult", " of our life\u2019s wild, restless sea;\r", "day by day His voice re-echoes,\r", "saying, \u2018Christian, follow me!\u2019\r"]}, {"lines" : [" As of old, apostles heard it", " by the Galilean lake,", "turned ...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "verses": {"type": "array", "items": {"type": "object", "properties": {"lines": {"type": "array", "items": {"type": "string"}}}, "required": ["lines"]}}, "chorus": {"type": "string"}, "CCLI": {"type": "string"}}, "required": ["title", "verses", "chorus", "C...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"updateDate": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "initialDirectory": {"type": "string"}, "rootDirectory": {"type": "string"}, "rewriteRules": {"type": "array", "items": {"type"...
{"updateDate" : "2015-03-15T18:16:00.000Z", "name" : "Dynamic html5 mode", "url" : "https://cdn.jsdelivr.net/gh/pchudzik/odocs/feed/test/dynamic.zip", "initialDirectory" : "api", "rootDirectory" : "dynamic", "rewriteRules" : [{"regexp" : "/dynamic/api/*", "replacement" : "/dynamic"}]}
json_instruct
{"type": "object", "properties": {"updateDate": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "initialDirectory": {"type": "string"}, "rootDirectory": {"type": "string"}, "rewriteRules": {"type": "array", "items": {"type": "object", "properties": {"regexp": {"type": "string"}, "replacement"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"tags": {"type": "string"}, "permalink": {"type": "string"}}, "required": ["tags", "permalink"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tags" : "texts", "permalink" : "/texts/{{ title | slug }}.html"}
json_instruct
{"type": "object", "properties": {"tags": {"type": "string"}, "permalink": {"type": "string"}}, "required": ["tags", "permalink"], "$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" : "change-name-of-all-keys", "version" : "1.0.2", "description" : "Change names of all keys and subkeys given a hash table", "main" : "index.js", "scripts" : {"test" : "ava"}, "author" : "Fabio Espinosa", "license" : "MIT", "devDependencies" : {"ava" : "^0.25.0"}}
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"}, "devDe...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "require...
{"track" : "javascript", "exercise" : "high-scores", "id" : "29ea52ddda6f4f00bb24f75aceaf74ac", "url" : "https://exercism.io/my/solutions/29ea52ddda6f4f00bb24f75aceaf74ac", "handle" : "0rbitals", "is_requester" : true, "auto_approve" : false}
json_instruct
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", ...
{"id" : "03855", "name" : {"en" : "Portland Bill C.G. / Southwell"}, "country" : "GB", "region" : "ENG", "identifiers" : {"national" : null, "wmo" : "03855", "ghcn" : null, "wban" : null, "usaf" : null, "mosmix" : null, "icao" : null, "iata" : null}, "location" : {"latitude" : 50.5167, "longitude" : -2.4333, "elevation...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "string"}, "gh...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Author": {"type": "string"}, "Name": {"type": "string"}, "Description": {"type": "string"}, "InternalName": {"type": "string"}, "AssemblyVersion": {"type": "string"}, "RepoUrl": {"type": "string"}, "ApplicableVersi...
{"Author" : "Strati", "Name" : "DeepDungeonDex", "Description" : "A live bestiary for Deep Dungeon. Shows target mob aggro type, a subjective threat level, vulnerability to stun, and a general overview of notable mechanics. Threat level is meant to be taken with a grain of salt, is aimed towards solo players, and assum...
json_instruct
{"type": "object", "properties": {"Author": {"type": "string"}, "Name": {"type": "string"}, "Description": {"type": "string"}, "InternalName": {"type": "string"}, "AssemblyVersion": {"type": "string"}, "RepoUrl": {"type": "string"}, "ApplicableVersion": {"type": "string"}, "Punchline": {"type": "string"}, "IconUrl": {"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"typ...
{"acadYear" : "2019/2020", "description" : "", "title" : "Graduate Research Seminar 1", "department" : "BIZ Dean's Office", "faculty" : "NUS Business School", "moduleCredit" : "2", "moduleCode" : "BRP6551", "semesterData" : [{"semester" : 1, "timetable" : [{"classNo" : "S2", "startTime" : "1500", "endTime" : "1800", "w...
json_instruct
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {"type": "ob...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "is...
[{"divisionCode" : 632223100, "post" : "812200", "divisionName" : "\u4e09\u89d2\u57ce\u9547", "isLeaf" : 1}, {"divisionCode" : 632223101, "post" : "812200", "divisionName" : "\u897f\u6d77\u9547\uff08\u6d77\u5317\u5dde\u653f\u5e9c\u9a7b\u5730\uff09", "isLeaf" : 1}, {"divisionCode" : 632223200, "post" : "812200", "divisi...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isLeaf"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"microplugin.js": {"type": "string"}, "microplugin.min.js": {"type": "string"}}, "required": ["microplugin.js", "microplugin.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"microplugin.js" : "sha256-pcunN++GrmxDc/tB5tQUG9YxWITGJJfcF4MDsEQ99hw=", "microplugin.min.js" : "sha256-olwiV1o7aRm5HbQ/8m89txKkCEVu+GyoTq9+m0eEMDQ="}
json_instruct
{"type": "object", "properties": {"microplugin.js": {"type": "string"}, "microplugin.min.js": {"type": "string"}}, "required": ["microplugin.js", "microplugin.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "content_in_root": {"type": "boolean"}, "domains": {"type": "array", "items": {"type": "string"}}, "country": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "content...
{"name" : "Alarmdotcom", "content_in_root" : false, "domains" : ["binary_sensor", "lock", "cover", "alarm_control_panel"], "country" : ["US"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "content_in_root": {"type": "boolean"}, "domains": {"type": "array", "items": {"type": "string"}}, "country": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "content_in_root", "domains", "country"], "$schema": "http://json-schema.org/d...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "super_block_world:block/frosty_vanillate"}
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": {"private": {"type": "boolean"}, "workspaces": {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}}, "required": ["packages"]}, "name": {"type": "string"}, "version": {"type": "string"}, ...
{"private" : true, "workspaces" : {"packages" : ["packages/*"]}, "name" : "kwc-repo", "version" : "1.0.0", "description" : "", "main" : "index.js", "keywords" : [], "author" : "konstellation-io", "license" : "MIT", "devDependencies" : {"lerna" : "^3.16.4"}, "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "workspaces": {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}}, "required": ["packages"]}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"3318": {"type": "string"}, "3320": {"type": "string"}}, "required": ["3318", "3320"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"3318" : "3319", "3320" : "3321"}
json_instruct
{"type": "object", "properties": {"3318": {"type": "string"}, "3320": {"type": "string"}}, "required": ["3318", "3320"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1992, 8], [1994, 6], [1998, 9], [1999, 5], [2000, 7], [2001, 10], [2002, 6], [2004, 9], [2005, 7], [2006, 9], [2007, 6], [2008, 6], [2010, 5], [2011, 6], [2012, 6], [2014, 7]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"$schema": {"type": "string"}, "resources": {"type": "object", "properties": {"body": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "src": {"type": "string"}}, "requi...
{"$schema" : "http://json.schemastore.org/install", "resources" : {"body" : [{"type" : "style", "src" : "./build/styles.css"}, {"type" : "script", "src" : "./build/index.js"}]}, "dns" : [{"type" : "TXT", "content" : "Managed TXT Record", "name" : "Productivity", "ttl" : 120}], "preview" : {"handlers" : [{"options" : ["...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "resources": {"type": "object", "properties": {"body": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "src": {"type": "string"}}, "required": ["type", "src"]}}}, "required": ["body"]}, "dns": {"type": "array", "it...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "...
{"title" : "The collective infrastructural work of electricity: exploring feedback in a prepaid university dorm in China.", "fields" : ["electricity", "china", "end user", "resource consumption", "simulation"], "abstract" : "Feedback on resource consumption is often explored as a way to raise awareness and saving resou...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "long": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}}, "required": ["code", "long"]}, "$schema": "http://json-...
[{"code" : "2451185", "long" : {"default" : "Sikasso"}}, {"code" : "2453348", "long" : {"default" : "Mopti"}}, {"code" : "2455518", "long" : {"default" : "Kayes"}}, {"code" : "2460596", "long" : {"default" : "Bamako"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "long": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}}, "required": ["code", "long"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolea...
{"id" : 3848, "name" : "Lighthouse key", "qualified_name" : "Lighthouse key", "examine" : "The key to the front door of the lighthouse.", "members" : true, "release_date" : "2004-11-17", "quest" : true, "weight" : 0.01, "value" : 1, "tradeable" : false, "stackable" : false, "noteable" : false, "equipable" : false, "tra...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "tra...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "object", "properties": {"page_title": {"type": "string"}, "written_by": {"type": "string"}, "page_url": {"type": "string"}, "references_to": {"type": "array", "items": ...
{"pages" : [{"page_title" : "Vl\u00e1da zp\u0159\u00edsnila re\u017eim ve \u0161kol\u00e1ch a v p\u00e9\u010di o pacienty. Chyst\u00e1 dal\u0161\u00ed opat\u0159en\u00ed", "written_by" : "Josef Kopeck\u00fd", "page_url" : "https://www.idnes.cz/zpravy/domaci/vlada-jednani-covid-opatreni-pomoc-kvuli-zdrazeni-energii.A211...
json_instruct
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "object", "properties": {"page_title": {"type": "string"}, "written_by": {"type": "string"}, "page_url": {"type": "string"}, "references_to": {"type": "array", "items": {"type": "object", "properties": {"page_name": {"type": "string"}, "page...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"plugin-data": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "rss-feed-copyright": {"type": "string"}, "rss-feed-copyright-tip": {"type":...
{"plugin-data" : {"name" : "RSS Beslemesi 2", "description" : "Sitenizin bir RSS yay\u0131n\u0131n\u0131 olu\u015fturur. <br>URL: http://example.com/feed.rss"}, "rss-feed-copyright" : "RSS yay\u0131n\u0131 telif hakk\u0131", "rss-feed-copyright-tip" : "<a href=\"https://creativecommons.org/licenses/\">Telif hakk\u0131 ...
json_instruct
{"type": "object", "properties": {"plugin-data": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "rss-feed-copyright": {"type": "string"}, "rss-feed-copyright-tip": {"type": "string"}, "rss-feed-generator": {"type": "string"}, "rss-...
The schema below describes a JSON structure. Generate a valid example: {"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" : "7204031001", "district_id" : "7204031", "name" : "MASEWE"}
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"organization": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "null"}, "logoURL": {"type": "null"}, "lang": {"type"...
{"organization" : {"id" : 203, "name" : "SWINBURNE UNIVERSITY OF TECHNOLOGY", "displayName" : "SWINBURNE UNIVERSITY OF TECHNOLOGY", "description" : null, "logoURL" : null, "lang" : "en", "primary" : "university", "secondarytypes" : [], "identityproviders" : [{"id" : 953, "name" : "Swinburne University of Technology", "...
json_instruct
{"type": "object", "properties": {"organization": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "null"}, "logoURL": {"type": "null"}, "lang": {"type": "string"}, "primary": {"type": "string"}, "secondarytypes": {"type"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$...
{"id" : "2032", "provinceId" : "12", "regencyId" : "14", "districtId" : "07", "name" : "Tuindrao I"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["lektor"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"value" : "sand-tools-to.as.developers-as-software.it_wi"}
json_instruct
{"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "extracobble:block/mossy_andesite_cobble_stairs"}
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": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "id" : "LTU", "properties" : {"name" : "Lithuania"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[22.731099, 54.327537], [22.651052, 54.582741], [22.757764, 54.856574], [22.315724, 55.015299], [21.268449, 55.190482], [21.0558, 56.031076], [22.201...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "geometry": {"type": "object", ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "license": {"type": "string"}, "homepage": {"type": "string"}, "auth...
{"name" : "DFJPEGTurbo", "version" : "0.1.0", "platforms" : {"ios" : "5.0"}, "license" : "MIT", "homepage" : "https://github.com/kean/DFJPEGTurbo", "authors" : "Alexander Grebenyuk", "summary" : "Objective-C libjpeg-turbo wrapper", "source" : {"git" : "https://github.com/kean/DFJPEGTurbo.git", "tag" : "v0.1.0"}, "publi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "license": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "string"}, "summary": {"type": "string"}, "sour...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"CoreHome": {"type": "object", "properties": {"CategoryNoData": {"type": "string"}, "JavascriptDisabled": {"type": "string"}, "NoPrivilegesAskPiwikAdmin": {"type": "string"}, "PageOf": {"type": "string"}, "PeriodDay": {"type": ...
{"CoreHome" : {"CategoryNoData" : "Nav datu \u0161aj\u0101 kategorij\u0101. M\u0113\u0123iniet izv\u0113l\u0113ties \"Iek\u013caut visu apmekl\u0113jumu\".", "JavascriptDisabled" : "Lai lietotu Piwik t\u0101 standartskat\u0101, ir j\u0101iesl\u0113dz JavaScript.<br />Tom\u0113r izskat\u0101s, ka JavaScript atbalsts ir ...
json_instruct
{"type": "object", "properties": {"CoreHome": {"type": "object", "properties": {"CategoryNoData": {"type": "string"}, "JavascriptDisabled": {"type": "string"}, "NoPrivilegesAskPiwikAdmin": {"type": "string"}, "PageOf": {"type": "string"}, "PeriodDay": {"type": "string"}, "PeriodDays": {"type": "string"}, "PeriodMonth":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-0...
{"word" : "Unset", "definitions" : ["Cancel or undo the setting of (a machine or device)"], "parts-of-speech" : "Verb"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"...
{"userId" : 67726, "cartId" : "146d69e0-bfa7-4c17-baa5-09441b5dc371", "preferredProducts" : [593, 807, 1073], "productReviews" : [{"productId" : 302, "reviewText" : "My Shih-Tzu loves to play with it.", "reviewDate" : "2017-09-06T12:20:23.5329761+03:00"}, {"productId" : 1159, "reviewText" : "The box this comes in is 5 ...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "null"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": ...
{"name" : "Creme de Menthe Stone", "description" : "I boiled my Altmint recipe down into a \"trinity\" or \"stone\" that should be useful for adding a pleasant Creme de Menthe flavor to other recipes.", "id" : 190299, "image_url" : null, "updated_at" : "2020-12-11T00:33:41.000-05:00", "deleted_at" : null, "recipe_type"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "null"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object",...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Serilog": {"type": "object", "properties": {"Using": {"type": "array", "items": {"type": "string"}}, "MinimumLevel": {"type": "string"}, "WriteTo": {"type": "array", "items": {"type": "object", "properties": {"...
{"Serilog" : {"Using" : ["Serilog.Sinks.RollingFile.Extension"], "MinimumLevel" : "Debug", "WriteTo" : [{"Name" : "SizeRollingFile", "Args" : {"pathFormat" : "C:\\temp\\log.txt", "fileSizeLimitBytes " : 200, "retainedFileDurationLimit" : "00:00:30"}}]}}
json_instruct
{"type": "object", "properties": {"Serilog": {"type": "object", "properties": {"Using": {"type": "array", "items": {"type": "string"}}, "MinimumLevel": {"type": "string"}, "WriteTo": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Args": {"type": "object", "properties": {"pathF...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"description": {"type": "string"}, "etag": {"type": "string"}, "includedPermissions": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "stage": {"type": "string"}, "title": {"type": ...
{"description" : "Manage all resources within Featurestores, but cannot create or update the Featurestores.", "etag" : "AA==", "includedPermissions" : ["aiplatform.entityTypes.create", "aiplatform.entityTypes.delete", "aiplatform.entityTypes.get", "aiplatform.entityTypes.list", "aiplatform.entityTypes.update", "aiplatf...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "etag": {"type": "string"}, "includedPermissions": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "stage": {"type": "string"}, "title": {"type": "string"}}, "required": ["description", "etag", "includedPermissions", "name"...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "str...
[{"namaKab" : "LOMBOK TIMUR", "originalFilename" : "PASS POTO.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 114373, "noUrut" : 1, "nama" : "TIRMIZI, S.E", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LOMBOK TIMUR", "originalFilename" : "SUKMAWARDI.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 1287...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"content": {"type": "string"}, "title": {"type": "string"}}, "required": ["content", "title"]}}, "requ...
[{"model" : "tutorial.Step", "pk" : 1, "fields" : {"content" : "This tutorial will guide you on ....", "title" : "Learn python in 15 minutes"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"content": {"type": "string"}, "title": {"type": "string"}}, "required": ["content", "title"]}}, "required": ["model", "pk", "fields"]}, "$schema": "http://jso...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["fidorest", "phido", "webbbs"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "test"...
{"name" : "jquery-server", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"dev" : "webpack-dev-server --devtool eval-source-map --progress --colors --hot --inline --content-base ./dist", "build" : "webpack --progress --colors", "test" : "echo \"Error: no test specified\" && exit 1"}, "author...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "build", "test...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "ite...
{"title" : "Convolutional Color Constancy.", "fields" : ["color histogram", "color balance", "color normalization", "color quantization", "color model"], "abstract" : "Color constancy is the problem of inferring the color of the light that illuminated a scene, usually so that the illumination color can be removed. Beca...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type"...
{"html_attributions" : [], "results" : [{"business_status" : "OPERATIONAL", "geometry" : {"location" : {"lat" : 25.9064782, "lng" : 89.835287}, "viewport" : {"northeast" : {"lat" : 25.90782718029151, "lng" : 89.8366359802915}, "southwest" : {"lat" : 25.9051292197085, "lng" : 89.8339380197085}}}, "icon" : "https://maps....
json_instruct
{"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "ln...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"konva.js": {"type": "string"}, "konva.min.js": {"type": "string"}}, "required": ["konva.js", "konva.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"konva.js" : "sha256-In+Oc6IXzHYRCpwEE21qKO9W71NRk6SrTF9mc0C64Ps=", "konva.min.js" : "sha256-6LTnITIsFCRc3bZcv2XqK/BhbnKY9gLBFw2Z/vTkuxk="}
json_instruct
{"type": "object", "properties": {"konva.js": {"type": "string"}, "konva.min.js": {"type": "string"}}, "required": ["konva.js", "konva.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test...
{"name" : "ly-js-util", "version" : "0.0.10", "description" : "js\u81ea\u7528\u65b9\u6cd5\u5c01\u88c5", "main" : "src/index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : "https://github.com/liyi1997/npm-jsUtil", "keywords" : ["js\u5de5\u5177", "js\u51fd\u6570", "\u51fd\u6570"...
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": "string"}, "keywords": {"type": "array", "it...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"dialog": {"type": "array", "items": {"type": "object", "properties": {"questions": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "answer": {"type": "integer"}}, "required": ["text", "an...
{"dialog" : [{"questions" : [{"text" : "Oh my god, is that guy Anthony Brown?;Yes, it\u2019s him!;I think his alibi has failed;Maybe Stuart won lots of money that night...", "answer" : -1}], "answers" : []}]}
json_instruct
{"type": "object", "properties": {"dialog": {"type": "array", "items": {"type": "object", "properties": {"questions": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "answer": {"type": "integer"}}, "required": ["text", "answer"]}}, "answers": {"type": "array", "items": {}}}, "re...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"babel-preset-stage-0": {"type": "string"}, "es6-promise": {"type": "string...
{"name" : "frontend", "version" : "0.1.0", "private" : true, "dependencies" : {"babel-preset-stage-0" : "^6.24.1", "es6-promise" : "^4.2.4", "eslint" : "^4.12.0", "eslint-config-airbnb" : "^16.1.0", "eslint-config-react-app" : "^2.0.1", "eslint-plugin-flowtype" : "^2.35.1", "eslint-plugin-import" : "^2.8.0", "eslint-pl...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"babel-preset-stage-0": {"type": "string"}, "es6-promise": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb": {"type": "st...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "a...
{"version" : "4.5.6", "flags" : {}, "shapes" : [{"label" : "null", "points" : [[440.47265625, 295.3359375], [596.3518518518522, 217.39583333333212], [627.949074074073, 1133.7152777777774], [444.6851851851843, 1188.4837962962956]], "group_id" : 0, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "group...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"num_states": {"type": "integer"}, "batch_size": {"type": "integer"}, "index": {"type": "array", "items": {"type": "object", "properties": {"byte_offset": {"type": "integer"}, "previous": {"type": "string"}}, "required": ["byte...
{"num_states" : 93271018, "batch_size" : 40000000, "index" : [{"byte_offset" : 69516628, "previous" : "20314110233135"}, {"byte_offset" : 143659469, "previous" : "1013312131253132"}]}
json_instruct
{"type": "object", "properties": {"num_states": {"type": "integer"}, "batch_size": {"type": "integer"}, "index": {"type": "array", "items": {"type": "object", "properties": {"byte_offset": {"type": "integer"}, "previous": {"type": "string"}}, "required": ["byte_offset", "previous"]}}}, "required": ["num_states", "batch...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "st...
{"contract" : "0x862d2912130cdb01abf8e134119a3bf45e9d9cf3", "tool" : "osiris", "start" : 1564597089.2002017, "end" : 1564597091.9019878, "duration" : 2.7017860412597656, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "pri...
{"limit" : 1000, "name" : "Mining potion (2)", "value" : 150, "highalch" : 90, "id" : 52438, "lowalch" : 60, "name_pt" : "Po\u00e7\u00e3o de Minera\u00e7\u00e3o (2)", "price" : 157, "last" : 157}
json_instruct
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["l...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"},...
{"0" : "rgb(27,29,30)", "1" : "rgb(38,157,27)", "2" : "rgb(19,206,48)", "3" : "rgb(99,228,87)", "4" : "rgb(37,37,245)", "5" : "rgb(100,31,116)", "6" : "rgb(55,140,169)", "7" : "rgb(217,216,209)", "8" : "rgb(80,83,84)", "9" : "rgb(141,255,42)", "10" : "rgb(72,255,119)", "11" : "rgb(58,254,22)", "12" : "rgb(80,107,149)",...
json_instruct
{"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"ty...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"devdoc": {"type": "array", "items": {"type": "string"}}, "out": {"type": "array", "items": {"type": "string"}}}, "required": ["devdoc", "out"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"devdoc" : ["/share/man/man3/Gtk3.3.gz"], "out" : ["/lib/perl5/5.34.0/x86_64-linux-thread-multi/perllocal.pod", "/lib/perl5/site_perl/5.34.0/Gtk3.pm", "/lib/perl5/site_perl/5.34.0/x86_64-linux-thread-multi/auto/Gtk3/.packlist", "/nix-support/propagated-build-inputs"]}
json_instruct
{"type": "object", "properties": {"devdoc": {"type": "array", "items": {"type": "string"}}, "out": {"type": "array", "items": {"type": "string"}}}, "required": ["devdoc", "out"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"kenticoKontent": {"type": "object", "properties": {"customElementScriptEndpoint": {"type": "string"}, "iconsCount": {"type": "integer"}}, "required": ["customElementScriptEndpoint", "iconsCount"]}}, "required": ["kenticoKonten...
{"kenticoKontent" : {"customElementScriptEndpoint" : "https://app.kontent.ai/js-api/custom-element.js", "iconsCount" : 50}}
json_instruct
{"type": "object", "properties": {"kenticoKontent": {"type": "object", "properties": {"customElementScriptEndpoint": {"type": "string"}, "iconsCount": {"type": "integer"}}, "required": ["customElementScriptEndpoint", "iconsCount"]}}, "required": ["kenticoKontent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"tests": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "fullTitle": {"type": "string"}}, "required": ["title", "fullTitle"]}}, "passes": {"type": "array", "items": {"type"...
{"tests" : [{"title" : "first test", "fullTitle" : "Suite 1 inner suite first test"}, {"title" : "second test", "fullTitle" : "Suite 1 inner suite second test"}, {"title" : "third test", "fullTitle" : "Suite 2 third test"}, {"title" : "fourth test", "fullTitle" : "Suite 1 inner suite fourth test"}, {"title" : "fifth te...
json_instruct
{"type": "object", "properties": {"tests": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "fullTitle": {"type": "string"}}, "required": ["title", "fullTitle"]}}, "passes": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "fullTitle": {"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Getting a Fact ...": {"type": "string"}, "Random Fact": {"type": "string"}}, "required": ["Getting a Fact ...", "Random Fact"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Getting a Fact ..." : "\uc0ac\uc2e4 \uc5bb\uae30 ...", "Random Fact" : "\uc784\uc758\uc758 \uc0ac\uc2e4"}
json_instruct
{"type": "object", "properties": {"Getting a Fact ...": {"type": "string"}, "Random Fact": {"type": "string"}}, "required": ["Getting a Fact ...", "Random Fact"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"siteId": {"type": "string"}}, "required": ["siteId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"siteId" : "13615eaf-eed4-4aba-b873-ccb146fe4cdf"}
json_instruct
{"type": "object", "properties": {"siteId": {"type": "string"}}, "required": ["siteId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "...
{"userId" : 42178, "cartId" : "d9788146-cacd-4937-bac7-bdf806f8c118", "preferredProducts" : [], "productReviews" : [{"productId" : 573, "reviewText" : "I tried to shred it but got watermelon all over it.", "reviewDate" : "2017-03-21T19:07:38.0028158+02:00"}, {"productId" : 4801, "reviewText" : "This redefine works cert...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"s": {"type": "object", "properties": {"a": {"type": "string"}, "b": {"type": "array", "items": {"type": "object", "properties": {"b1": {"type": "string"}, "b2": {"type": "string"}}, "required": ["b1", "b2"]}}...
{"s" : {"a" : "100", "b" : [{"b1" : "b_value1", "b2" : "b_value2"}, {"b1" : "b_value1", "b2" : "b_value2"}], "c" : {"c1" : "c_value1", "c2" : "c_value2"}}}
json_instruct
{"type": "object", "properties": {"s": {"type": "object", "properties": {"a": {"type": "string"}, "b": {"type": "array", "items": {"type": "object", "properties": {"b1": {"type": "string"}, "b2": {"type": "string"}}, "required": ["b1", "b2"]}}, "c": {"type": "object", "properties": {"c1": {"type": "string"}, "c2": {"ty...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d433-10", "text" : "ROBERT F. SCHENKKAN\nDirector\nROBERT D. SQUIER\nTelevision Program Director\nMarch 1|, 1963\nMr* Marlon Corwell\nMedia Specialist\nOffice of School Relations\nDearborn Public Schools\nDearborn, Michigan\nDear Mr* Corwell:\nI see by the latest issue of the NAEB\nNEWSLETTER that I have been ...
json_instruct
{"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": {"type": {"type": "string"}, "nameFr": {"type": "string"}, "nameEn": {"type": "string"}, "particleFr": {"type": "string"}, "particleEn": {"type": "string"}, "descFr": {"type": "string"}, "descEn": {"type": "string"}}...
{"type" : "fo", "nameFr" : "For\u00eat Du Vieillard", "nameEn" : "Oldster's Forest", "particleFr" : "vers la", "particleEn" : "of the", "descFr" : "Immense for\u00eat au sud du Berceau. On raconte que beaucoup de voyageurs s'y sont perdus.", "descEn" : "Huge forest at the South of the Cradle. It is said that many trave...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "nameFr": {"type": "string"}, "nameEn": {"type": "string"}, "particleFr": {"type": "string"}, "particleEn": {"type": "string"}, "descFr": {"type": "string"}, "descEn": {"type": "string"}}, "required": ["type", "nameFr", "nameEn", "particleFr", "particleEn", ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "...
{"body" : "See #18033\r\n\r\nlibssh seemed to detect and link to system krb5 libraries if found\r\nto provide gssapi support, causing issues/system dependencies/etc.\r\n\r\nWe add a boolean variant gssapi\r\n\r\nIf +gssapi, the spack krb5 package is added as a dependency.\r\nIf ~gssapi, the Cmake flags are adjusted to ...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"clientID": {"type": "string"}, "clientSecret": {"type": "string"}, "clientName": {"type": "string"}, "discoveryURL": {"type": "string"}, "redirectURL": {"type": "string"}, "xRedirect": {"type": "string"}, "incl...
{"clientID" : "6b5d870c-624e-464b-b826-bd21a1357703", "clientSecret" : "0941089b-3774-407b-980b-f80fa7f8c4f6", "clientName" : "demoAppSDK", "discoveryURL" : "https://discovery.sandbox.mobileconnect.io/v2/discovery", "redirectURL" : "http://172.19.2.20:8080/server_side_api/discovery_callback", "xRedirect" : "True", "inc...
json_instruct
{"type": "object", "properties": {"clientID": {"type": "string"}, "clientSecret": {"type": "string"}, "clientName": {"type": "string"}, "discoveryURL": {"type": "string"}, "redirectURL": {"type": "string"}, "xRedirect": {"type": "string"}, "includeRequestIP": {"type": "string"}, "apiVersion": {"type": "string"}, "scope...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", ...
{"h" : [{"d" : [{"e" : ["\ufff9`Makapah~ `ko~ `celi'~ `no~ `ciriciri~.\ufffa\ufffb\u756b\u7709\u9ce5\u7684\u53eb\u8072\u771f\u7f8e\u3002"], "f" : "\u756b\u7709\u9ce5\u3002"}]}], "t" : "ciriciri"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "string"}, "2": {"type": "string"}}, "requi...
{"username" : "user05", "additional_items" : [], "items" : {"1" : "negative", "3" : "positive", "2" : "negative"}, "tweet_id" : "578692648682315776", "timespent" : 66.072075843811, "starttime" : 1430081971.4871, "itemcount" : "3", "savingtime" : 1430082037.5592}
json_instruct
{"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "string"}, "2": {"type": "string"}}, "required": ["1", "3", "2"]}, "tweet_id": {"type": "string"}, "timespent": {"type":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string...
{"schema_version" : "1.2.0", "id" : "GHSA-q74g-chvp-h29w", "modified" : "2022-05-01T02:24:25Z", "published" : "2022-05-01T02:24:25Z", "aliases" : ["CVE-2005-4133"], "details" : "Sun Update Connection in Sun Solaris 10, when configured to use a web proxy, allows local users to obtain the proxy authentication password vi...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"m-input-style": {"type": "object", "properties": {"empty-value": {"type": "string"}}, "required": ["empty-value"]}}, "required": ["m-input-style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"m-input-style" : {"empty-value" : "Aucune valeur"}}
json_instruct
{"type": "object", "properties": {"m-input-style": {"type": "object", "properties": {"empty-value": {"type": "string"}}, "required": ["empty-value"]}}, "required": ["m-input-style"], "$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": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "...
[{"manufacturer" : "Samsung", "market_name" : "Galaxy Note4", "codename" : "trltespr", "model" : "SM-N910P"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"description": {"type": "string"}, "function": {"type": "string"}, "comparator": {"type": "string"}, "input_args": {"type": "array", "items": {"type": "string"}}, "comparison_args": {"type": "array", "items": {"type": "strin...
{"description" : "Dungeon 2", "function" : "test_tools.run_uninformed_search_for_dungeon", "comparator" : "test_tools.compare_search_results_for_dungeon", "input_args" : ["'search.DepthFirstSearch'", "DungeonProblem.from_file('dungeons/dungeon2.txt')"], "comparison_args" : ["[('RRRRRRRUUUUUU', 14), ('UUUUUURRRRRRR', 14...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "function": {"type": "string"}, "comparator": {"type": "string"}, "input_args": {"type": "array", "items": {"type": "string"}}, "comparison_args": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "function", "comparator", "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Type": {"type": "string"}, "Health": {"type": "integer"}, "PurchaseType": {"type": "string"}, "Level": {"type": "integer"}, "SellMoney": {"type": "integer"}, "Coin": {"type": "number"}, "Exp": {"type": "number"}, "Nation": {"t...
{"Type" : "MT", "Health" : 3400, "PurchaseType" : "Coin", "Level" : 13, "SellMoney" : 10250000, "Coin" : 3.3, "Exp" : 3.3, "Nation" : "UK", "Ammo" : "Ammo_120MML30A1", "Skin" : "Normal", "RelyTech" : "FV4202_120", "Experienced" : 152500, "inTest" : "", "PR" : 135, "MiniSpeed" : -20, "AngularVelocity" : 36}
json_instruct
{"type": "object", "properties": {"Type": {"type": "string"}, "Health": {"type": "integer"}, "PurchaseType": {"type": "string"}, "Level": {"type": "integer"}, "SellMoney": {"type": "integer"}, "Coin": {"type": "number"}, "Exp": {"type": "number"}, "Nation": {"type": "string"}, "Ammo": {"type": "string"}, "Skin": {"type...
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" : "run-p", "version" : "0.0.0", "description" : "A shorthand of npm-run-all", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/mysticatea/npm-run-all.git"}, "author" : "Toru Nagashima", "license" : "MIT", "...
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": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "...
{"ast" : null, "code" : "import { mergeMap } from './mergeMap';\nexport function concatMap(project, resultSelector) {\n return mergeMap(project, resultSelector, 1);\n} //# sourceMappingURL=concatMap.js.map", "map" : null, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"channels": {"type": "object", "properties": {"common-channel": {"type": "object", "properties": {"chaincodes": {"type": "object", "properties": {"kyc-chaincode-common": {"type": "object", "properties": {"endorsementPolicy": {"...
{"channels" : {"common-channel" : {"chaincodes" : {"kyc-chaincode-common" : {"endorsementPolicy" : "kyc-cc-policy", "chaincodeInstantionArgs" : ["a", "50", "b", "100"], "chaincodeInstantionFunction" : "init", "instantiator" : "Agent"}}, "creator" : "Consortium", "organizations" : {"Agent" : {"anchorPeerConfigPath" : "....
json_instruct
{"type": "object", "properties": {"channels": {"type": "object", "properties": {"common-channel": {"type": "object", "properties": {"chaincodes": {"type": "object", "properties": {"kyc-chaincode-common": {"type": "object", "properties": {"endorsementPolicy": {"type": "string"}, "chaincodeInstantionArgs": {"type": "arra...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"5.9.0": {"type": "string"}, "5.10.0": {"type": "string"}, "5.11.0": {"type": "string"}, "5.12.0": {"type": "string"}, "5.13.0": {"type": "string"}, "5.14.0": {"type": "string"}}, "required": ["5.9.0", "5.10.0", "5.11.0", "5.12...
{"5.9.0" : "https://github.com/BlinkID/blinkid-ios/releases/download/v5.9.0/Microblink.framework.zip", "5.10.0" : "https://github.com/BlinkID/blinkid-ios/releases/download/v5.10.0/Microblink.framework.zip", "5.11.0" : "https://github.com/BlinkID/blinkid-ios/releases/download/v5.11.0/Microblink.framework.zip", "5.12.0" ...
json_instruct
{"type": "object", "properties": {"5.9.0": {"type": "string"}, "5.10.0": {"type": "string"}, "5.11.0": {"type": "string"}, "5.12.0": {"type": "string"}, "5.13.0": {"type": "string"}, "5.14.0": {"type": "string"}}, "required": ["5.9.0", "5.10.0", "5.11.0", "5.12.0", "5.13.0", "5.14.0"], "$schema": "http://json-schema.or...
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" : "axios-like-fetch", "version" : "1.0.3", "description" : "Use fetch as if it was a cheaper axios.", "main" : "axiosLikeFetch.js", "scripts" : {"test" : "mocha"}, "author" : "an-kit", "homepage" : "https://github.com/Ankit-Singla/axios-like-fetch", "repository" : {"type" : "git", "url" : "https://github.com/An...
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"}, "homepage": {"type": "string"}, "repo...
Create an example JSON object that satisfies this schema: {"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"}...
{"Id" : "loot_military_veh (16)593112", "IsStatic" : false, "useGravity" : true, "randomRotation" : true, "Position" : {"x" : -161.409973, "y" : -5.363, "z" : -112.5}, "Rotation" : {"x" : 0, "y" : 135.458725, "z" : 0}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5db5d02409aff62a3d3717f9", "Items" : [{"_...
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"]}, "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"231608221292675": {"type": "string"}, "213534597649335": {"type": "string"}, "142629428675168": {"type": "string"}}, "required": ["231608221292675", "213534597649335", "142629428675168"], "$schema": "http://j...
{"231608221292675" : "app-7956067e540733fe86fe.js", "213534597649335" : "component---src-pages-index-jsx-7060cad0929dc95978ba.js", "142629428675168" : "path---index-b72d4bca435e611b03cd.js"}
json_instruct
{"type": "object", "properties": {"231608221292675": {"type": "string"}, "213534597649335": {"type": "string"}, "142629428675168": {"type": "string"}}, "required": ["231608221292675", "213534597649335", "142629428675168"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"booking.js": {"type": "string"}, "booking.min.js": {"type": "string"}}, "required": ["booking.js", "booking.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"booking.js" : "sha256-obHHkN/kOL16fr5XQAUzt/bIHzH27mf+lyhITJpkEfc=", "booking.min.js" : "sha256-VHcxXfU9fQjONv2Sw94kfbnAFAhPUgp3fFqMGsm1zM0="}
json_instruct
{"type": "object", "properties": {"booking.js": {"type": "string"}, "booking.min.js": {"type": "string"}}, "required": ["booking.js", "booking.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"bodymovin.js": {"type": "string"}}, "required": ["bodymovin.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bodymovin.js" : "sha256-YPJ+MsKn8lv2visyGDz9IV5DCUrNqcuP5ICeEjVD7yg="}
json_instruct
{"type": "object", "properties": {"bodymovin.js": {"type": "string"}}, "required": ["bodymovin.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": ...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-2.958842, 50.874107]}, "properties" : {"site-address" : "Church Hall, East Street, Chard", "planning-permission-status" : "permissioned", "start-date" : "2017-11-16", "site" : "W/CHAR/B003", "ownership-status" : "not owned by a public authority", "h...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site-address": {"type": "string"}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id_578": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "...
{"id_578" : {"title" : "Oliver Twist", "language" : "English", "totaltime" : "17:01:14", "url_librivox" : "http://librivox.org/oliver-twist-by-charles-dickens/", "url_iarchive" : "http://www.archive.org/details/oliver_twist_librivox", "readers" : ["114", "118", "123", "14", "16", "177", "19", "2156", "273", "280", "30"...
json_instruct
{"type": "object", "properties": {"id_578": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"alfredsnippet": {"type": "object", "properties": {"snippet": {"type": "string"}, "uid": {"type": "string"}, "name": {"type": "string"}, "keyword": {"type": "string"}}, "required": ["snippet", "uid", "name", "keyword...
{"alfredsnippet" : {"snippet" : "\ud83c\udf50", "uid" : "09DA6BFA-4EDB-45C3-ADCA-AD6E4694F7E4", "name" : "\ud83c\udf50 :pear:", "keyword" : ":pear:"}}
json_instruct
{"type": "object", "properties": {"alfredsnippet": {"type": "object", "properties": {"snippet": {"type": "string"}, "uid": {"type": "string"}, "name": {"type": "string"}, "keyword": {"type": "string"}}, "required": ["snippet", "uid", "name", "keyword"]}}, "required": ["alfredsnippet"], "$schema": "http://json-schema.or...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "s...
{"name" : "lang-map", "description" : "Get the language associated with a file extension or the extensions associated with a language using the data from GitHub's [Linguist YAML file](https://github.com/github/linguist/blob/master/lib/linguist/languages.yml)", "repository" : "jonschlinkert/lang-map", "license" : "MIT",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "main": {"type": "array", "items": {"type": "string"}}, "dependenci...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items...
{"features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [12.313991395387061, 55.44867202336029]}, "properties" : {"TIMESTAMP UTC" : "2021-08-22T10:35:23", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [12.72581536145281, 55.65657858...
json_instruct
{"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properti...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type...
{"\u5de5\u5ee0\u540d\u7a31" : "\u7a69\u6b63\u4f01\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99660470", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "08110011027124", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u5357\u5e02\u6c38\u5eb7\u5340\u4e09\u6c11\u91cc\u6c11\u6771\u8def...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"context-menu": {"type": "object", "properties": {"atom-text-editor": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "c...
{"context-menu" : {"atom-text-editor" : [{"label" : "Toggle magma", "command" : "magma:toggle"}]}, "menu" : [{"label" : "Packages", "submenu" : [{"label" : "magma", "submenu" : [{"label" : "Toggle", "command" : "magma:toggle"}]}]}]}
json_instruct
{"type": "object", "properties": {"context-menu": {"type": "object", "properties": {"atom-text-editor": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}}, "required": ["atom-text-editor"]}, "menu": {"type": "arra...
Using the following JSON schema, generate a compatible JSON instance: {"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" : "entISkinableComponent", "name" : "entInstancedAnimationComponent", "flags" : 2, "props" : [{"type" : "rRef:animAnimSet", "name" : "animations", "flags" : 6627016705}, {"type" : "CName", "name" : "animToSample", "flags" : 6627016705}, {"type" : "CName", "name" : "variantAnimToSample", "flags" : 6627016705},...
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 an example JSON object that satisfies this schema: {"type": "object", "properties": {"errcode": {"type": "integer"}, "errmsg": {"type": "string"}, "draft_list": {"type": "array", "items": {"type": "object", "properties": {"create_time": {"type": "integer"}, "user_version": {"type": "string"}, "user_desc": {"typ...
{"errcode" : 0, "errmsg" : "ok", "draft_list" : [{"create_time" : 1561031405, "user_version" : "1.0.1", "user_desc" : "xxxxx", "draft_id" : 5, "source_miniprogram_appid" : "wxabc3b5090b1a6***", "source_miniprogram" : "***", "developer" : "xxx"}, {"create_time" : 1559012910, "user_version" : "1.0.0", "user_desc" : "xxxx...
json_instruct
{"type": "object", "properties": {"errcode": {"type": "integer"}, "errmsg": {"type": "string"}, "draft_list": {"type": "array", "items": {"type": "object", "properties": {"create_time": {"type": "integer"}, "user_version": {"type": "string"}, "user_desc": {"type": "string"}, "draft_id": {"type": "integer"}, "source_min...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"an9.32:1.3": {"type": "string"}}, "required": ["an9.32:1.3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"an9.32:1.3" : "Pa\u1e6dhama\u1e41 jh\u0101na\u1e41 \u2192 ettha bj, pts1ed potthakesu \u201cidha bhikkhave bhikkhu vivicceva \u2026\u201d vittharena"}
json_instruct
{"type": "object", "properties": {"an9.32:1.3": {"type": "string"}}, "required": ["an9.32:1.3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["item", "amount"]}}, "info": {"type": "ob...
[{"items" : [{"item" : "5aab39c29cf19034756675c1", "amount" : 1}], "info" : {"name" : "John Smith", "address" : "123 Aspen Dr", "region" : "CO", "postal_code" : "81520"}}, {"items" : [{"item" : "5aab39c29cf19034756675c3", "amount" : 2}, {"item" : "5aab39c29cf19034756675c4", "amount" : 2}], "info" : {"name" : "Bob Johns...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["item", "amount"]}}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "address": {"type": "stri...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"active": {"type": "boolean"}, "age": {"type": "integer"}, "name": {"type": "string"}}, "required": ["active", "age", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"active" : true, "age" : 21, "name" : "carl"}
json_instruct
{"type": "object", "properties": {"active": {"type": "boolean"}, "age": {"type": "integer"}, "name": {"type": "string"}}, "required": ["active", "age", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items"...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-71.468362, 43.004291], [-71.468209, 43.005976], [-71.460002, 43.006936], [-71.457754, 42.995337], [-71.460925, 42.995015], [-71.462435, 43.003405], [-71.467513, 43.002884], [-71.468362, 43.004291]]]}, "type" : "Feature",...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "int...
{"nom" : "Montfaucon-en-Velay", "dpt" : "Haute-Loire", "inscrits" : 891, "abs" : 133, "votants" : 758, "blancs" : 23, "nuls" : 10, "exp" : 725, "res" : [{"panneau" : "2", "voix" : 210}, {"panneau" : "11", "voix" : 171}, {"panneau" : "3", "voix" : 158}, {"panneau" : "9", "voix" : 77}, {"panneau" : "1", "voix" : 52}, {"p...
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"...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJeni...
[{"namaKab" : "BANYUWANGI", "originalFilename" : "WARDATUL LAYLI 001.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 260437, "noUrut" : 1, "nama" : "WARDATUL LAILY", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "BANYUWANGI", "originalFilename" : "Scan_20180721.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 260054, ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"s_Acc": {"type": "number"}, "s_IoU": {"type": "number"}, "s_mIoU": {"type": "number"}, "t_Acc": {"type": "number"}, "t_IoU": {"type": "number"}, "t_mIoU": {"type": "number"}, "bn_loss": {"type": "number"}, "s...
{"s_Acc" : 0.8901256442087189, "s_IoU" : 0.7426555017678256, "s_mIoU" : 0.8249532708727452, "t_Acc" : 0.4160597079578579, "t_IoU" : 0.36052489146426425, "t_mIoU" : 0.6018151601854483, "bn_loss" : 0.15829311311244965, "s_adv" : 0.6544447378678755, "t_adv" : 0.7574686110019684}
json_instruct
{"type": "object", "properties": {"s_Acc": {"type": "number"}, "s_IoU": {"type": "number"}, "s_mIoU": {"type": "number"}, "t_Acc": {"type": "number"}, "t_IoU": {"type": "number"}, "t_mIoU": {"type": "number"}, "bn_loss": {"type": "number"}, "s_adv": {"type": "number"}, "t_adv": {"type": "number"}}, "required": ["s_Acc"...