input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_date": {"type": "string"}, "college": {"type": "string"}, "high_school": {"type": "string"}, "draft_team": {"type": "null"}, "draft_round": {"type": "null"}, "draft_position": {"type": "null"}, "draft_year": {"type": "null"}, "current_salary": {"type": "null"}, "hof_induction_year": {"type": "null"}}, "required": ["player_id", "name", "position", "height", "weight", "current_team", "birth_date", "birth_place", "death_date", "college", "high_school", "draft_team", "draft_round", "draft_position", "draft_year", "current_salary", "hof_induction_year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"player_id" : 1954, "name" : "Cary Blanchard", "position" : "K", "height" : "6-1", "weight" : "227", "current_team" : null, "birth_date" : "1968-11-05", "birth_place" : "Fort Worth, TX", "death_date" : "2016-09-12", "college" : "Oklahoma St.", "high_school" : "L.D. Bell, TX", "draft_team" : null, "draft_round" : null, "draft_position" : null, "draft_year" : null, "current_salary" : null, "hof_induction_year" : null}
json_instruct
{"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_date": {"type": "string"}, "college": {"type": "string"}, "high_school": {"type": "string"}, "draft_team": {"type": "null"}, "draft_round": {"type": "null"}, "draft_position": {"type": "null"}, "draft_year": {"type": "null"}, "current_salary": {"type": "null"}, "hof_induction_year": {"type": "null"}}, "required": ["player_id", "name", "position", "height", "weight", "current_team", "birth_date", "birth_place", "death_date", "college", "high_school", "draft_team", "draft_round", "draft_position", "draft_year", "current_salary", "hof_induction_year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "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"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "title" : "Urbana", "id" : "433176", "bbox" : [14.028092, 41.123207, 14.03722, 41.12333], "description" : "An ancient place, cited: BAtlas 44 F3 Urbana", "names" : ["Urbana"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [14.032656, 41.1232685]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [14.028092, 41.123207]}, "id" : "darmc-location-18133", "type" : "Feature", "properties" : {"description" : "500K scale point location", "location_precision" : "precise", "title" : "DARMC location 18133", "link" : "http://pleiades.stoa.org/places/433176/darmc-location-18133"}}, {"geometry" : {"type" : "Point", "coordinates" : [14.03722, 41.12333]}, "id" : "dare-location", "type" : "Feature", "properties" : {"description" : "Representative point location, village precision", "location_precision" : "precise", "title" : "DARE Location", "link" : "http://pleiades.stoa.org/places/433176/dare-location"}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "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"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"tron": {"type": "string"}, "binance-smart-chain": {"type": "string"}}, "required": ["tron", "binance-smart-chain"]}, "hashing_algorithm": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "facebook": {"type": "string"}, "telegram": {"type": "string"}, "reddit": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "facebook", "telegram", "reddit", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "bittorrent-2", "symbol" : "btt", "name" : "BitTorrent", "platforms" : {"tron" : "1002000", "binance-smart-chain" : "0x8595f9da7b868b1822194faed312235e43007b49"}, "hashing_algorithm" : "Delegated Proof-of-Stake", "categories" : ["Protocol", "Storage"], "description" : {"en" : "BitTorrent was initially conceived by Bram Cohen, a peer-to-peer protocol for users to transfer files around the world. The BitTorrent Token (BTT), a TRC-10 token is created on top of the TRON blockchain platform as a way to extend the capability of BitTorrent. The token is added to introduce some economics feature on BitTorrent for networking, bandwidth, and storage resources to be shared and tradeed.\r\n\r\nSome of the other feature that BitTorrent Token (BTT) offers would be BitTorrent Speed. This is whereby BTT tokens can be big in exchange for faster download speed.\r\n\r\nList of exchanges trading BTT token can be found at https://www.coingecko.com/en/coins/bittorrent/trading_exchanges"}, "country_origin" : "SG", "genesis_date" : null, "contract_address" : "1002000", "url" : "https://www.bittorrent.com/btt/", "explorers" : ["https://tronscan.org/#/token/1002000", "https://www.trxplorer.io/token/1002000", "https://bscscan.com/token/0x8595f9da7b868b1822194faed312235e43007b49"], "twitter" : "bittorrent", "facebook" : "bittorrent", "telegram" : "BTTBitTorrent", "reddit" : "Bittorrent/", "github_org" : "bittorrent"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"tron": {"type": "string"}, "binance-smart-chain": {"type": "string"}}, "required": ["tron", "binance-smart-chain"]}, "hashing_algorithm": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "facebook": {"type": "string"}, "telegram": {"type": "string"}, "reddit": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "facebook", "telegram", "reddit", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"CVE": {"type": "string"}, "state": {"type": "string"}, "repository": {"type": "string"}, "prePatch": {"type": "object", "properties": {"commit": {"type": "string"}, "weaknesses": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"file": {"type": "string"}, "line": {"type": "integer"}}, "required": ["file", "line"]}, "explanation": {"type": "string"}}, "required": ["location", "explanation"]}}}, "required": ["commit", "weaknesses"]}, "postPatch": {"type": "object", "properties": {"commit": {"type": "string"}}, "required": ["commit"]}, "CWEs": {"type": "array", "items": {"type": "string"}}}, "required": ["CVE", "state", "repository", "prePatch", "postPatch", "CWEs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"CVE" : "CVE-2017-16034", "state" : "PUBLISHED", "repository" : "https://github.com/soyuka/pidusage.git", "prePatch" : {"commit" : "e3660d8a8e5e61afad9b02af67356a1e239d6bde", "weaknesses" : [{"location" : {"file" : "lib/stats.js", "line" : 103}, "explanation" : "Unsafe shell command constructed from library input"}]}, "postPatch" : {"commit" : "b70eca15f7ca7f1b82a15f8a5d4bb48737f5a89d"}, "CWEs" : ["CWE-078", "CWE-088"]}
json_instruct
{"type": "object", "properties": {"CVE": {"type": "string"}, "state": {"type": "string"}, "repository": {"type": "string"}, "prePatch": {"type": "object", "properties": {"commit": {"type": "string"}, "weaknesses": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"file": {"type": "string"}, "line": {"type": "integer"}}, "required": ["file", "line"]}, "explanation": {"type": "string"}}, "required": ["location", "explanation"]}}}, "required": ["commit", "weaknesses"]}, "postPatch": {"type": "object", "properties": {"commit": {"type": "string"}}, "required": ["commit"]}, "CWEs": {"type": "array", "items": {"type": "string"}}}, "required": ["CVE", "state", "repository", "prePatch", "postPatch", "CWEs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["name", "private", "main", "module", "types"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "react-bootstrap/ButtonToolbar", "private" : true, "main" : "../cjs/ButtonToolbar.js", "module" : "../esm/ButtonToolbar.js", "types" : "../esm/ButtonToolbar.d.ts"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["name", "private", "main", "module", "types"], "$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"}, "keywords": {"type": "array", "items": {}}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@antfu/eslint-config": {"type": "string"}}, "required": ["@antfu/eslint-config"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}}, "required": ["name", "version", "description", "keywords", "license", "author", "main", "dependencies", "publishConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@ryanpromax/eslint-config", "version" : "2.0.0", "description" : "", "keywords" : [], "license" : "MIT", "author" : "Ryan", "main" : "index.js", "dependencies" : {"@antfu/eslint-config" : "^0.20.2"}, "publishConfig" : {"access" : "public"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@antfu/eslint-config": {"type": "string"}}, "required": ["@antfu/eslint-config"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}}, "required": ["name", "version", "description", "keywords", "license", "author", "main", "dependencies", "publishConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "express-request-id": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["express", "express-request-id", "uuid"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"express" : "^4.17.2", "express-request-id" : "^2.0.1", "uuid" : "^8.3.2"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "express-request-id": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["express", "express-request-id", "uuid"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"requestRecordReference": {"type": "string"}, "merchantAcquiringFacilityFulfillmentArrangementInstanceRecord": {"type": "object", "properties": {"merchantAcquiringFacilityPositionLimits": {"type": "object", "properties": {"merchantPositionLimitValue": {"type": "string"}, "merchantPositionLimitSettings": {"type": "string"}, "merchantPositionLimitType": {"type": "string"}}, "required": ["merchantPositionLimitValue", "merchantPositionLimitSettings", "merchantPositionLimitType"]}, "merchantAcquiringFacilityOperationalTerms": {"type": "string"}}, "required": ["merchantAcquiringFacilityPositionLimits", "merchantAcquiringFacilityOperationalTerms"]}, "merchantAcquiringFacilityFulfillmentArrangementRequestActionTaskRecord": {"type": "object", "properties": {}, "required": []}, "merchantAcquiringFacilityFulfillmentArrangementRequestActionTaskReference": {"type": "string"}, "requestResponseRecord": {"type": "object", "properties": {}, "required": []}}, "required": ["requestRecordReference", "merchantAcquiringFacilityFulfillmentArrangementInstanceRecord", "merchantAcquiringFacilityFulfillmentArrangementRequestActionTaskRecord", "merchantAcquiringFacilityFulfillmentArrangementRequestActionTaskReference", "requestResponseRecord"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"requestRecordReference" : "RRR770194", "merchantAcquiringFacilityFulfillmentArrangementInstanceRecord" : {"merchantAcquiringFacilityPositionLimits" : {"merchantPositionLimitValue" : "merchantPositionLimitValue", "merchantPositionLimitSettings" : "merchantPositionLimitSettings", "merchantPositionLimitType" : "merchantPositionLimitType"}, "merchantAcquiringFacilityOperationalTerms" : "merchantAcquiringFacilityOperationalTerms"}, "merchantAcquiringFacilityFulfillmentArrangementRequestActionTaskRecord" : {}, "merchantAcquiringFacilityFulfillmentArrangementRequestActionTaskReference" : "MAFFARATR796886", "requestResponseRecord" : {}}
json_instruct
{"type": "object", "properties": {"requestRecordReference": {"type": "string"}, "merchantAcquiringFacilityFulfillmentArrangementInstanceRecord": {"type": "object", "properties": {"merchantAcquiringFacilityPositionLimits": {"type": "object", "properties": {"merchantPositionLimitValue": {"type": "string"}, "merchantPositionLimitSettings": {"type": "string"}, "merchantPositionLimitType": {"type": "string"}}, "required": ["merchantPositionLimitValue", "merchantPositionLimitSettings", "merchantPositionLimitType"]}, "merchantAcquiringFacilityOperationalTerms": {"type": "string"}}, "required": ["merchantAcquiringFacilityPositionLimits", "merchantAcquiringFacilityOperationalTerms"]}, "merchantAcquiringFacilityFulfillmentArrangementRequestActionTaskRecord": {"type": "object", "properties": {}, "required": []}, "merchantAcquiringFacilityFulfillmentArrangementRequestActionTaskReference": {"type": "string"}, "requestResponseRecord": {"type": "object", "properties": {}, "required": []}}, "required": ["requestRecordReference", "merchantAcquiringFacilityFulfillmentArrangementInstanceRecord", "merchantAcquiringFacilityFulfillmentArrangementRequestActionTaskRecord", "merchantAcquiringFacilityFulfillmentArrangementRequestActionTaskReference", "requestResponseRecord"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 1980, "sex" : "M", "n" : 5, "prop" : 2.7e-06}, {"year" : 1982, "sex" : "M", "n" : 5, "prop" : 2.65e-06}, {"year" : 1983, "sex" : "M", "n" : 8, "prop" : 4.29e-06}, {"year" : 1985, "sex" : "M", "n" : 5, "prop" : 2.6e-06}, {"year" : 1986, "sex" : "M", "n" : 8, "prop" : 4.16e-06}, {"year" : 1987, "sex" : "M", "n" : 10, "prop" : 5.13e-06}, {"year" : 1989, "sex" : "M", "n" : 5, "prop" : 2.39e-06}, {"year" : 1990, "sex" : "M", "n" : 5, "prop" : 2.32e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1992, 5], [1994, 6], [1995, 9], [1996, 6], [1997, 10], [1998, 5], [1999, 7], [2000, 18], [2001, 11], [2002, 8], [2004, 12], [2005, 13], [2006, 15], [2007, 21], [2008, 11], [2009, 15], [2010, 6], [2011, 10], [2012, 12], [2013, 7], [2014, 14]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Dinwede East, Cervantes, Ilocos Sur, Ilocos Region (Region I), PH", "locale" : "ph.ilocos-region-region-i.ilocos-sur.cervantes.dinwede-east", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "11", "region_reference" : "1", "region_name" : "Ilocos Region (Region I)", "province_id" : "35", "province_reference" : "35", "province_name" : "Ilocos Sur", "city_id" : "350", "city_reference" : "620", "city_name" : "Cervantes", "barangay_id" : "9896", "barangay_reference" : "14837", "barangay_name" : "Dinwede East"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[120.727173, 16.95307], [120.740044, 16.94216], [120.760513, 16.923969], [120.767441, 16.928961], [120.774834, 16.93783], [120.776047, 16.939461], [120.781212, 16.94692], [120.783173, 16.951441], [120.785141, 16.96228], [120.784843, 16.9599], [120.784866, 16.957371], [120.784439, 16.952391], [120.783096, 16.948999], [120.779877, 16.94319], [120.775467, 16.934839], [120.773102, 16.93185], [120.769783, 16.928881], [120.76757, 16.92705], [120.760803, 16.92388], [120.75898, 16.92281], [120.756706, 16.92136], [120.753601, 16.91939], [120.749947, 16.91754], [120.74646, 16.915279], [120.743401, 16.91371], [120.739113, 16.912849], [120.734383, 16.912331], [120.728477, 16.91168], [120.717903, 16.91214], [120.702026, 16.91238], [120.71981, 16.91361], [120.699402, 16.94355], [120.725456, 16.954821], [120.727173, 16.95307]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"DEPLOYMENT": {"type": "object", "properties": {"ACCOUNT": {"type": "string"}, "ACCOUNT_NUMBER": {"type": "string"}, "SUBNETS": {"type": "array", "items": {"type": "string"}}, "SECURITY_GROUPS": {"type": "array", "items": {"type": "string"}}, "DEPLOYMENT_BUCKET": {"type": "string"}, "STATIC_CF_TEMPLATE_BUCKET": {"type": "string"}, "METADATA_TEMPLATE_BUCKET": {"type": "string"}}, "required": ["ACCOUNT", "ACCOUNT_NUMBER", "SUBNETS", "SECURITY_GROUPS", "DEPLOYMENT_BUCKET", "STATIC_CF_TEMPLATE_BUCKET", "METADATA_TEMPLATE_BUCKET"]}, "TESTING": {"type": "object", "properties": {"TEST_ACCOUNT": {"type": "string"}, "TEST_ACCOUNT_NUMBER": {"type": "string"}}, "required": ["TEST_ACCOUNT", "TEST_ACCOUNT_NUMBER"]}}, "required": ["DEPLOYMENT", "TESTING"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DEPLOYMENT" : {"ACCOUNT" : "itx-062", "ACCOUNT_NUMBER" : "736711708563", "SUBNETS" : ["subnet-0928f8c9de7cc55a1", "subnet-07b36be9c0dc330a2"], "SECURITY_GROUPS" : ["sg-03dc05f5186de1392"], "DEPLOYMENT_BUCKET" : "dev-account-provisioning-lambda-package-ramvasi9-us-west-2", "STATIC_CF_TEMPLATE_BUCKET" : "dev-account-provisioning-static-cf-templates-ramvasi9-us-west-2", "METADATA_TEMPLATE_BUCKET" : "dev-account-provisioning-vpc-metadata-ramvasi9-us-west-2"}, "TESTING" : {"TEST_ACCOUNT" : "482487601645", "TEST_ACCOUNT_NUMBER" : "482487601645"}}
json_instruct
{"type": "object", "properties": {"DEPLOYMENT": {"type": "object", "properties": {"ACCOUNT": {"type": "string"}, "ACCOUNT_NUMBER": {"type": "string"}, "SUBNETS": {"type": "array", "items": {"type": "string"}}, "SECURITY_GROUPS": {"type": "array", "items": {"type": "string"}}, "DEPLOYMENT_BUCKET": {"type": "string"}, "STATIC_CF_TEMPLATE_BUCKET": {"type": "string"}, "METADATA_TEMPLATE_BUCKET": {"type": "string"}}, "required": ["ACCOUNT", "ACCOUNT_NUMBER", "SUBNETS", "SECURITY_GROUPS", "DEPLOYMENT_BUCKET", "STATIC_CF_TEMPLATE_BUCKET", "METADATA_TEMPLATE_BUCKET"]}, "TESTING": {"type": "object", "properties": {"TEST_ACCOUNT": {"type": "string"}, "TEST_ACCOUNT_NUMBER": {"type": "string"}}, "required": ["TEST_ACCOUNT", "TEST_ACCOUNT_NUMBER"]}}, "required": ["DEPLOYMENT", "TESTING"], "$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"}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}, "d3-scale": {"type": "string"}}, "required": ["d3", "d3-scale"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "d3-testing-ground", "version" : "1.0.0", "description" : "testing ground", "main" : "index.js", "dependencies" : {"d3" : "^5.0.0", "d3-scale" : "^2.0.0"}, "devDependencies" : {}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/quiddler/d3.git"}, "author" : "Eliot Easterling", "license" : "MIT", "bugs" : {"url" : "https://github.com/quiddler/d3/issues"}, "homepage" : "https://github.com/quiddler/d3#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}, "d3-scale": {"type": "string"}}, "required": ["d3", "d3-scale"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "year": {"type": "integer"}, "runtime": {"type": "integer"}, "categories": {"type": "array", "items": {"type": "string"}}, "release-date": {"type": "string"}, "director": {"type": "string"}, "writer": {"type": "array", "items": {"type": "string"}}, "actors": {"type": "array", "items": {"type": "string"}}, "storyline": {"type": "string"}}, "required": ["name", "year", "runtime", "categories", "release-date", "director", "writer", "actors", "storyline"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "A.I. Artificial Intelligence", "year" : 2001, "runtime" : 146, "categories" : ["drama", "sci-fi"], "release-date" : "2001-06-26", "director" : "Steven Spielberg", "writer" : ["Brian Aldiss", "Ian Watson", "Steven Spielberg"], "actors" : ["Haley Joel Osment", "Frances O'Connor", "Sam Robards", "Jake Thomas", "Jude Law", "William Hurt"], "storyline" : "A highly advanced robotic boy longs to become real so that he can regain the love of his human mother."}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "year": {"type": "integer"}, "runtime": {"type": "integer"}, "categories": {"type": "array", "items": {"type": "string"}}, "release-date": {"type": "string"}, "director": {"type": "string"}, "writer": {"type": "array", "items": {"type": "string"}}, "actors": {"type": "array", "items": {"type": "string"}}, "storyline": {"type": "string"}}, "required": ["name", "year", "runtime", "categories", "release-date", "director", "writer", "actors", "storyline"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"react-select.js": {"type": "string"}, "react-select.min.js": {"type": "string"}}, "required": ["react-select.js", "react-select.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"react-select.js" : "sha256-7EooLZyL5YY4QUFOcNs7dxRXuyWx/1XuJvra6nao2dI=", "react-select.min.js" : "sha256-GRX8/VypMRzHurjSSmtVQ1GzUerZVAMtvILBXj40xDE="}
json_instruct
{"type": "object", "properties": {"react-select.js": {"type": "string"}, "react-select.min.js": {"type": "string"}}, "required": ["react-select.js", "react-select.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "KOTA PALANGKARAYA", "originalFilename" : "1. KRISWANSON.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 48502, "noUrut" : 1, "nama" : "KRISWANSON, A.Md.Kep., S.K.M", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA PALANGKARAYA", "originalFilename" : "2. ELIWATI ERMAN KAMIS.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 80173, "noUrut" : 2, "nama" : "ELIWATI ERMAN KAMIS, S.Pd., M.M", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA PALANGKARAYA", "originalFilename" : "3. LERY BUNGAS.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 49382, "noUrut" : 3, "nama" : "LERY BUNGAS, S.Th., M.Si", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA PALANGKARAYA", "originalFilename" : "4. FHILLEMON A. DOHONG.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 48815, "noUrut" : 4, "nama" : "FHILLEMON A. DOHONG, A.Md", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA PALANGKARAYA", "originalFilename" : "5. SENGKON.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 80194, "noUrut" : 5, "nama" : "SENGKON, S.E", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA PALANGKARAYA", "originalFilename" : "6. NORBAYAH S. A. LITANG.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 49508, "noUrut" : 6, "nama" : "NORBAYAH S. A. LITANG", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA PALANGKARAYA", "originalFilename" : "8. SUKARTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 48407, "noUrut" : 8, "nama" : "SUKARTO, S.E", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA PALANGKARAYA", "originalFilename" : "9. BETSIDA.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 48610, "noUrut" : 9, "nama" : "BETSIDA, S.E", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "GUNUNG MAS", "originalFilename" : "10. RIDUANSYAH.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 83264, "noUrut" : 10, "nama" : "Pdt. RIDUANSYAH, S.Th", "stringJenisKelamin" : "Laki-Laki"}]
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", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d320-22", "text" : "- 19\n58, MS, Producer=>Director TV TEACHER? (SYNC) And then we'd\ndoubtfully considering\nthe aquarium, get briefly into the technical\nproblems of man's adjusting to the\nsea. What does he wear? How does\nhe breathe? How does he eat?\nNkybe show him solving some of\nthese technical problems.\n59, CUo Small 5, round\naquarium.\nP,D, (SYNC)\nIn this\nTV, TEACHERg (SYNC) (ANTICIPATING\nTHE OBJECTION) It's too little,\nP ,D o (SYNC) And there ' ^\nlight glare.\n60, MS, TV Teacher,,,\nreaching for magazines.\n61, TWO SHOT, Producerc^\nDirector stops TV\nTeacher's hand on the\nmagazines,\nTV TEACHERg (OS) Hmm.m.mm, Well,,,\nthere are some terrific articles in\nLIFE and the NATIONAL GEOGPJVPHIC,\nLots of underwater scenes. Maybe\nwe could do it with,,,\ni-\nP,po (OS) More pi^ures? I-^'ronsorry^\n\"ttuM-li jpvcfuAi^O COv/co y\na, \u00bb- II, we. had oopy^\nri ght' rlcaranccs, , rWe've got nothing\nbut a running art gallery. We're\njust not using the medium to advan-=\ntage. The classroom teacher can\nshow a sequence of still pictures."}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "authors": {"type": "object", "properties": {"Dennis Oberhoff": {"type": "string"}}, "required": ["Dennis Oberhoff"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "platforms": {"type": "object", "properties": {"osx": {"type": "string"}, "ios": {"type": "string"}, "tvos": {"type": "string"}, "watchos": {"type": "string"}}, "required": ["osx", "ios", "tvos", "watchos"]}, "osx": {"type": "object", "properties": {"frameworks": {"type": "string"}}, "required": ["frameworks"]}, "ios": {"type": "object", "properties": {"frameworks": {"type": "string"}}, "required": ["frameworks"]}, "tvos": {"type": "object", "properties": {"frameworks": {"type": "string"}}, "required": ["frameworks"]}, "watchos": {"type": "object", "properties": {"frameworks": {"type": "string"}}, "required": ["frameworks"]}, "swift_versions": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "source", "source_files", "platforms", "osx", "ios", "tvos", "watchos", "swift_versions", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "SwimplyCache", "version" : "1.0.0", "summary" : "NSCache replacement written in Swift.", "homepage" : "https://github.com/docterd/SwimplyCache", "license" : {"type" : "MIT"}, "authors" : {"Dennis Oberhoff" : "[email protected]"}, "source" : {"git" : "https://github.com/docterd/swimplycache.git", "tag" : "1.0.0"}, "source_files" : "Sources/SwimplyCache/SwimplyCache.swift", "platforms" : {"osx" : "10.12", "ios" : "10.0", "tvos" : "10.0", "watchos" : "3.0"}, "osx" : {"frameworks" : "Foundation"}, "ios" : {"frameworks" : "Foundation"}, "tvos" : {"frameworks" : "Foundation"}, "watchos" : {"frameworks" : "Foundation"}, "swift_versions" : "5.0", "swift_version" : "5.0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "authors": {"type": "object", "properties": {"Dennis Oberhoff": {"type": "string"}}, "required": ["Dennis Oberhoff"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "platforms": {"type": "object", "properties": {"osx": {"type": "string"}, "ios": {"type": "string"}, "tvos": {"type": "string"}, "watchos": {"type": "string"}}, "required": ["osx", "ios", "tvos", "watchos"]}, "osx": {"type": "object", "properties": {"frameworks": {"type": "string"}}, "required": ["frameworks"]}, "ios": {"type": "object", "properties": {"frameworks": {"type": "string"}}, "required": ["frameworks"]}, "tvos": {"type": "object", "properties": {"frameworks": {"type": "string"}}, "required": ["frameworks"]}, "watchos": {"type": "object", "properties": {"frameworks": {"type": "string"}}, "required": ["frameworks"]}, "swift_versions": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "source", "source_files", "platforms", "osx", "ios", "tvos", "watchos", "swift_versions", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200873369334000, "key" : "/static/53e7f5e9d56afcb6a409a643dfdcbf99/54376/charles-deluvio-547196-unsplash.webp", "val" : "7e02d14a315598e423046c1cab855e02"}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"CTTOF": {"type": "number"}, "OSTIY": {"type": "number"}, "BPOSY": {"type": "number"}, "SPSTF": {"type": "number"}, "SPSTY": {"type": "number"}, "ROYMF": {"type": "number"}, "ROYMY": {"type": "number"}, "DPSGY": {"type": "number"}, "DPSTF": {"type": "number"}, "XPO": {"type": "number"}, "CDNIF": {"type": "number"}, "PSTNY": {"type": "number"}, "TNTFF": {"type": "number"}, "SGRZ": {"type": "number"}, "RLGT": {"type": "number"}, "UPS": {"type": "number"}, "DSDVF": {"type": "number"}, "DSDVY": {"type": "number"}, "EXPD": {"type": "number"}, "ECHO": {"type": "number"}, "FWRD": {"type": "number"}, "NPEXY": {"type": "number"}, "SNOTF": {"type": "number"}, "CHRW": {"type": "number"}, "LSTR": {"type": "number"}, "CYRX": {"type": "number"}, "PGUCY": {"type": "number"}, "PGUUF": {"type": "number"}, "IHLDY": {"type": "number"}, "ATSG": {"type": "number"}, "JANL": {"type": "number"}, "KHNGF": {"type": "number"}, "KHNGY": {"type": "number"}, "DVNHF": {"type": "number"}, "FDX": {"type": "number"}, "HUBG": {"type": "number"}, "JBHT": {"type": "number"}, "UNQL": {"type": "number"}, "AIRT": {"type": "number"}, "AIRTP": {"type": "number"}, "SKPN": {"type": "number"}, "SINO": {"type": "number"}, "SITIY": {"type": "number"}, "ZTO": {"type": "number"}, "CGJTF": {"type": "number"}, "PDPTF": {"type": "number"}, "SCBZ": {"type": "number"}, "USRC": {"type": "number"}, "HCTPF": {"type": "number"}, "ATXG": {"type": "number"}}, "required": ["CTTOF", "OSTIY", "BPOSY", "SPSTF", "SPSTY", "ROYMF", "ROYMY", "DPSGY", "DPSTF", "XPO", "CDNIF", "PSTNY", "TNTFF", "SGRZ", "RLGT", "UPS", "DSDVF", "DSDVY", "EXPD", "ECHO", "FWRD", "NPEXY", "SNOTF", "CHRW", "LSTR", "CYRX", "PGUCY", "PGUUF", "IHLDY", "ATSG", "JANL", "KHNGF", "KHNGY", "DVNHF", "FDX", "HUBG", "JBHT", "UNQL", "AIRT", "AIRTP", "SKPN", "SINO", "SITIY", "ZTO", "CGJTF", "PDPTF", "SCBZ", "USRC", "HCTPF", "ATXG"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"CTTOF" : 1.0000000000000002, "OSTIY" : 0.3819069354032509, "BPOSY" : 0.35216991958950256, "SPSTF" : 0.3222068110974616, "SPSTY" : 0.3222068110974616, "ROYMF" : 0.2901323851428046, "ROYMY" : 0.2901323851428046, "DPSGY" : 0.26595322120673287, "DPSTF" : 0.26595322120673287, "XPO" : 0.2565716651153268, "CDNIF" : 0.2535734176506503, "PSTNY" : 0.24229875050299082, "TNTFF" : 0.24229875050299082, "SGRZ" : 0.2321430813681137, "RLGT" : 0.2296764235730795, "UPS" : 0.22554683625394156, "DSDVF" : 0.22053030387493014, "DSDVY" : 0.22053030387493014, "EXPD" : 0.21302988848904297, "ECHO" : 0.20663040305034933, "FWRD" : 0.2004149098445109, "NPEXY" : 0.20020318297157588, "SNOTF" : 0.19700267972977337, "CHRW" : 0.19670397085381155, "LSTR" : 0.19140635079449891, "CYRX" : 0.19002977981745392, "PGUCY" : 0.18796097645499782, "PGUUF" : 0.18796097645499782, "IHLDY" : 0.18153363222333807, "ATSG" : 0.1807827989582193, "JANL" : 0.1800474240972386, "KHNGF" : 0.17928312094440382, "KHNGY" : 0.17928312094440382, "DVNHF" : 0.17455717024417539, "FDX" : 0.16761709034447753, "HUBG" : 0.1658843604571346, "JBHT" : 0.16576295615558842, "UNQL" : 0.16538053796243465, "AIRT" : 0.161078343794475, "AIRTP" : 0.161078343794475, "SKPN" : 0.15127598169926826, "SINO" : 0.14807632834442866, "SITIY" : 0.1465127828439237, "ZTO" : 0.14591656282378013, "CGJTF" : 0.1457512449622442, "PDPTF" : 0.10645905799582386, "SCBZ" : 0.092886674951884, "USRC" : 0.09160266388836288, "HCTPF" : 0.0902812614343205, "ATXG" : 0.06260575164539113}
json_instruct
{"type": "object", "properties": {"CTTOF": {"type": "number"}, "OSTIY": {"type": "number"}, "BPOSY": {"type": "number"}, "SPSTF": {"type": "number"}, "SPSTY": {"type": "number"}, "ROYMF": {"type": "number"}, "ROYMY": {"type": "number"}, "DPSGY": {"type": "number"}, "DPSTF": {"type": "number"}, "XPO": {"type": "number"}, "CDNIF": {"type": "number"}, "PSTNY": {"type": "number"}, "TNTFF": {"type": "number"}, "SGRZ": {"type": "number"}, "RLGT": {"type": "number"}, "UPS": {"type": "number"}, "DSDVF": {"type": "number"}, "DSDVY": {"type": "number"}, "EXPD": {"type": "number"}, "ECHO": {"type": "number"}, "FWRD": {"type": "number"}, "NPEXY": {"type": "number"}, "SNOTF": {"type": "number"}, "CHRW": {"type": "number"}, "LSTR": {"type": "number"}, "CYRX": {"type": "number"}, "PGUCY": {"type": "number"}, "PGUUF": {"type": "number"}, "IHLDY": {"type": "number"}, "ATSG": {"type": "number"}, "JANL": {"type": "number"}, "KHNGF": {"type": "number"}, "KHNGY": {"type": "number"}, "DVNHF": {"type": "number"}, "FDX": {"type": "number"}, "HUBG": {"type": "number"}, "JBHT": {"type": "number"}, "UNQL": {"type": "number"}, "AIRT": {"type": "number"}, "AIRTP": {"type": "number"}, "SKPN": {"type": "number"}, "SINO": {"type": "number"}, "SITIY": {"type": "number"}, "ZTO": {"type": "number"}, "CGJTF": {"type": "number"}, "PDPTF": {"type": "number"}, "SCBZ": {"type": "number"}, "USRC": {"type": "number"}, "HCTPF": {"type": "number"}, "ATXG": {"type": "number"}}, "required": ["CTTOF", "OSTIY", "BPOSY", "SPSTF", "SPSTY", "ROYMF", "ROYMY", "DPSGY", "DPSTF", "XPO", "CDNIF", "PSTNY", "TNTFF", "SGRZ", "RLGT", "UPS", "DSDVF", "DSDVY", "EXPD", "ECHO", "FWRD", "NPEXY", "SNOTF", "CHRW", "LSTR", "CYRX", "PGUCY", "PGUUF", "IHLDY", "ATSG", "JANL", "KHNGF", "KHNGY", "DVNHF", "FDX", "HUBG", "JBHT", "UNQL", "AIRT", "AIRTP", "SKPN", "SINO", "SITIY", "ZTO", "CGJTF", "PDPTF", "SCBZ", "USRC", "HCTPF", "ATXG"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"companyName": {"type": "string"}, "productName": {"type": "string"}, "productVersion": {"type": "string"}, "dataUrl": {"type": "string"}, "wasmCodeUrl": {"type": "string"}, "wasmFrameworkUrl": {"type": "string"}, "graphicsAPI": {"type": "array", "items": {"type": "string"}}, "webglContextAttributes": {"type": "object", "properties": {"preserveDrawingBuffer": {"type": "boolean"}}, "required": ["preserveDrawingBuffer"]}, "splashScreenStyle": {"type": "string"}, "backgroundColor": {"type": "string"}, "cacheControl": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}, "developmentBuild": {"type": "boolean"}, "multithreading": {"type": "boolean"}, "unityVersion": {"type": "string"}}, "required": ["companyName", "productName", "productVersion", "dataUrl", "wasmCodeUrl", "wasmFrameworkUrl", "graphicsAPI", "webglContextAttributes", "splashScreenStyle", "backgroundColor", "cacheControl", "developmentBuild", "multithreading", "unityVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"companyName" : "JPM-Boy", "productName" : "SocieCiv: Rock", "productVersion" : "0.1.5", "dataUrl" : "web version socieciv2.data.unityweb", "wasmCodeUrl" : "web version socieciv2.wasm.code.unityweb", "wasmFrameworkUrl" : "web version socieciv2.wasm.framework.unityweb", "graphicsAPI" : ["WebGL 2.0", "WebGL 1.0"], "webglContextAttributes" : {"preserveDrawingBuffer" : false}, "splashScreenStyle" : "Dark", "backgroundColor" : "#231F20", "cacheControl" : {"default" : "must-revalidate"}, "developmentBuild" : false, "multithreading" : false, "unityVersion" : "2019.3.15f1"}
json_instruct
{"type": "object", "properties": {"companyName": {"type": "string"}, "productName": {"type": "string"}, "productVersion": {"type": "string"}, "dataUrl": {"type": "string"}, "wasmCodeUrl": {"type": "string"}, "wasmFrameworkUrl": {"type": "string"}, "graphicsAPI": {"type": "array", "items": {"type": "string"}}, "webglContextAttributes": {"type": "object", "properties": {"preserveDrawingBuffer": {"type": "boolean"}}, "required": ["preserveDrawingBuffer"]}, "splashScreenStyle": {"type": "string"}, "backgroundColor": {"type": "string"}, "cacheControl": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}, "developmentBuild": {"type": "boolean"}, "multithreading": {"type": "boolean"}, "unityVersion": {"type": "string"}}, "required": ["companyName", "productName", "productVersion", "dataUrl", "wasmCodeUrl", "wasmFrameworkUrl", "graphicsAPI", "webglContextAttributes", "splashScreenStyle", "backgroundColor", "cacheControl", "developmentBuild", "multithreading", "unityVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-react": {"type": "string"}}, "required": ["babel", "babel-eslint", "eslint", "eslint-plugin-react"]}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-native": {"type": "string"}}, "required": ["react", "react-native"]}, "dependencies": {"type": "object", "properties": {"prop-types": {"type": "string"}}, "required": ["prop-types"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "homepage", "bugs", "repository", "license", "devDependencies", "peerDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "react-native-shimmer", "version" : "0.4.1", "description" : "Simple shimmering effect in React Native", "main" : "index.js", "scripts" : {"test" : "eslint index.js"}, "keywords" : ["react-native", "react-component", "react-native-component", "react", "mobile", "ios", "ui", "shimmer", "activityindicator", "indeterminate", "spinner", "animation"], "author" : {"name" : "Joel Arvidsson", "email" : "[email protected]"}, "homepage" : "https://github.com/oblador/react-native-shimmer", "bugs" : {"url" : "https://github.com/oblador/react-native-shimmer/issues"}, "repository" : {"type" : "git", "url" : "git://github.com/oblador/react-native-shimmer.git"}, "license" : "MIT", "devDependencies" : {"babel" : "^6.5.2", "babel-eslint" : "^6.0.4", "eslint" : "^2.9.0", "eslint-plugin-react" : "^5.0.1"}, "peerDependencies" : {"react" : ">=16.0.0-alpha.12 <17.0.0", "react-native" : ">=0.45.1 <1.0.0"}, "dependencies" : {"prop-types" : "^15.6.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"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-react": {"type": "string"}}, "required": ["babel", "babel-eslint", "eslint", "eslint-plugin-react"]}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-native": {"type": "string"}}, "required": ["react", "react-native"]}, "dependencies": {"type": "object", "properties": {"prop-types": {"type": "string"}}, "required": ["prop-types"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "homepage", "bugs", "repository", "license", "devDependencies", "peerDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}, "description": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}, "run_at": {"type": "string"}}, "required": ["matches", "js", "run_at"]}}}, "required": ["manifest_version", "name", "version", "icons", "description", "content_scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"manifest_version" : 2, "name" : "Sustitu.CAT", "version" : "1.3", "icons" : {"16" : "icon16.png", "48" : "icon48.png", "128" : "icon128.png"}, "description" : "\u00a1Elimina el independentismo catal\u00e1n de tu navegador!", "content_scripts" : [{"matches" : ["*://*/*"], "js" : ["stfu.js"], "run_at" : "document_end"}]}
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}, "description": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}, "run_at": {"type": "string"}}, "required": ["matches", "js", "run_at"]}}}, "required": ["manifest_version", "name", "version", "icons", "description", "content_scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "organic": {"type": "string"}, "shop": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "organic", "shop", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "id" : "node/7780934630", "properties" : {"name" : "Hofladen Demeter Familie Schneider", "organic" : "yes", "shop" : "farm", "id" : "node/7780934630"}, "geometry" : {"type" : "Point", "coordinates" : [8.9735234, 49.2590107]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "organic": {"type": "string"}, "shop": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "organic", "shop", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"fjson.js": {"type": "string"}, "fjson.min.js": {"type": "string"}}, "required": ["fjson.js", "fjson.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fjson.js" : "sha256-1BgO0sbPAvqeBJdJjr08vRBy0pRKg7aSKf/+rOmLYp8=", "fjson.min.js" : "sha256-pxoZS45hoetM8nIF3Nb0eDw+uKsJfn83OySAUxTKLi4="}
json_instruct
{"type": "object", "properties": {"fjson.js": {"type": "string"}, "fjson.min.js": {"type": "string"}}, "required": ["fjson.js", "fjson.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "937252de431a14ef05d590af8c1d5afd0c04fb43"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "interval": {"type": "integer"}, "onset_delay": {"type": "integer"}, "damage": {"type": "integer"}, "damage_easy": {"type": "integer"}, "damage_source": {"type": "object", "properties": {"name": {"type": "string"}, "unblockable": {"type": "boolean"}, "bypasses_armor": {"type": "boolean"}}, "required": ["name", "unblockable", "bypasses_armor"]}, "protection_enchantment": {"type": "string"}, "protection_effectiveness": {"type": "number"}, "condition": {"type": "object", "properties": {"type": {"type": "string"}, "fluid": {"type": "string"}, "comparison": {"type": "string"}, "compare_to": {"type": "number"}}, "required": ["type", "fluid", "comparison", "compare_to"]}}, "required": ["name", "description", "type", "interval", "onset_delay", "damage", "damage_easy", "damage_source", "protection_enchantment", "protection_effectiveness", "condition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Over Watered", "description" : "You can't stay in water for too long, or else you start to take damage.", "type" : "origins:damage_over_time", "interval" : 160, "onset_delay" : 120, "damage" : 2, "damage_easy" : 1, "damage_source" : {"name" : "hurt_by_water", "unblockable" : true, "bypasses_armor" : true}, "protection_enchantment" : "origins:water_protection", "protection_effectiveness" : 1.0, "condition" : {"type" : "origins:fluid_height", "fluid" : "minecraft:water", "comparison" : ">", "compare_to" : 0.0}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "interval": {"type": "integer"}, "onset_delay": {"type": "integer"}, "damage": {"type": "integer"}, "damage_easy": {"type": "integer"}, "damage_source": {"type": "object", "properties": {"name": {"type": "string"}, "unblockable": {"type": "boolean"}, "bypasses_armor": {"type": "boolean"}}, "required": ["name", "unblockable", "bypasses_armor"]}, "protection_enchantment": {"type": "string"}, "protection_effectiveness": {"type": "number"}, "condition": {"type": "object", "properties": {"type": {"type": "string"}, "fluid": {"type": "string"}, "comparison": {"type": "string"}, "compare_to": {"type": "number"}}, "required": ["type", "fluid", "comparison", "compare_to"]}}, "required": ["name", "description", "type", "interval", "onset_delay", "damage", "damage_easy", "damage_source", "protection_enchantment", "protection_effectiveness", "condition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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"]}}, "tag": {"type": "string"}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "tag", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"e" : ["\ufff9`Sasimsimsimsa~ `ko~ `rakat~ `naira~ `a~ `ma~`emin~.\ufffa\ufffb\u4ed6\u5011\u7684\u8173\u6b65\u90fd\u5c0f\u5fc3\u7ffc\u7ffc\u7684\u6a23\u5b50\u3002"], "f" : "\u8655\u65bc\u683c\u5916\u5c0f\u5fc3\u3001\u5c0f\u5fc3\u7ffc\u7ffc\u7684\u72c0\u614b\u3001\u5c0f\u5fc3\u7ffc\u7ffc\u7684\u6a23\u5b50\u3002"}]}], "tag" : "[\u758a 1]", "stem" : "simsim", "t" : "sasimsimsimsa"}
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"]}}, "tag": {"type": "string"}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "tag", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "directory": {"type": "string"}}, "required": ["type", "url", "directory"]}, "dependencies": {"type": "object", "properties": {"toml": {"type": "string"}}, "required": ["toml"]}}, "required": ["name", "license", "private", "main", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@apollosoftwarexyz/cinnamon-core", "license" : "MIT", "private" : true, "main" : "src/main.ts", "repository" : {"type" : "git", "url" : "git+https://github.com/apollosoftwarexyz/cinnamon.git", "directory" : "packages/core/"}, "dependencies" : {"toml" : "^3.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "directory": {"type": "string"}}, "required": ["type", "url", "directory"]}, "dependencies": {"type": "object", "properties": {"toml": {"type": "string"}}, "required": ["toml"]}}, "required": ["name", "license", "private", "main", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "country_code": {"type": "string"}, "name": {"type": "string"}, "parent_code": {"type": "null"}, "type": {"type": "string"}}, "required": ["code", "country_code", "name", "parent_code", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"code" : "IS-0", "country_code" : "IS", "name" : "Reykjav\u00edk", "parent_code" : null, "type" : "City"}, {"code" : "IS-1", "country_code" : "IS", "name" : "H\u00f6fu\u00f0borgarsv\u00e6\u00f0i\u00f0", "parent_code" : null, "type" : "Region"}, {"code" : "IS-2", "country_code" : "IS", "name" : "Su\u00f0urnes", "parent_code" : null, "type" : "Region"}, {"code" : "IS-3", "country_code" : "IS", "name" : "Vesturland", "parent_code" : null, "type" : "Region"}, {"code" : "IS-4", "country_code" : "IS", "name" : "Vestfir\u00f0ir", "parent_code" : null, "type" : "Region"}, {"code" : "IS-5", "country_code" : "IS", "name" : "Nor\u00f0urland vestra", "parent_code" : null, "type" : "Region"}, {"code" : "IS-6", "country_code" : "IS", "name" : "Nor\u00f0urland eystra", "parent_code" : null, "type" : "Region"}, {"code" : "IS-7", "country_code" : "IS", "name" : "Austurland", "parent_code" : null, "type" : "Region"}, {"code" : "IS-8", "country_code" : "IS", "name" : "Su\u00f0urland", "parent_code" : null, "type" : "Region"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "country_code": {"type": "string"}, "name": {"type": "string"}, "parent_code": {"type": "null"}, "type": {"type": "string"}}, "required": ["code", "country_code", "name", "parent_code", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["220323105001", "\u9760\u5c71\u5c45\u59d4\u4f1a", "121", "0"], ["220323105200", "\u9760\u5c71\u6751\u59d4\u4f1a", "122", "0"], ["220323105201", "\u592a\u5e73\u6751\u59d4\u4f1a", "220", "0"], ["220323105202", "\u4e5d\u9f99\u6751\u59d4\u4f1a", "220", "0"], ["220323105203", "\u6cb3\u6cbf\u6751\u59d4\u4f1a", "220", "0"], ["220323105204", "\u5468\u6237\u6751\u59d4\u4f1a", "220", "0"], ["220323105205", "\u5e84\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["220323105206", "\u4e0b\u6c9f\u6751\u59d4\u4f1a", "220", "0"], ["220323105207", "\u59dc\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["220323105208", "\u62a4\u5c71\u6751\u59d4\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "year": {"type": "integer"}}, "required": ["name", "author", "description", "image", "year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "cowboy bebop", "author" : "\u6e21\u8fb9\u4fe1\u4e00\u90ce", "description" : "", "image" : "2020/cowboy bebop.webp", "year" : 2020}, {"name" : "\u30d1\u30d7\u30ea\u30ab", "author" : "\u4eca\u654f", "description" : "", "image" : "2020/paprika.webp", "year" : 2020}, {"name" : "\u65b0\u4e16\u7d00\u30a8\u30f4\u30a1\u30f3\u30b2\u30ea\u30aa\u30f3", "author" : " \u5eb5\u91ce\u79c0\u660e", "description" : "", "image" : "2020/evangelion.webp", "year" : 2020}, {"name" : "\u30b3\u30fc\u30c9\u30ae\u30a2\u30b9 \u53cd\u9006\u306e\u30eb\u30eb\u30fc\u30b7\u30e5", "author" : "\u8c37\u53e3\u609f\u6717", "description" : "", "image" : "2020/rurusshu.webp", "year" : 2020}, {"name" : "\u653b\u6bbb\u6a5f\u52d5\u968a", "author" : "\u795e\u5c71\u5065\u6cbb", "description" : "", "image" : "2020/SAC.webp", "year" : 2020}, {"name" : "Memories", "author" : "\u68ee\u672c\u6643\u53f8", "description" : "", "image" : "2020/memories.webp", "year" : 2020}, {"name" : "\u30ab\u30fc\u30c9\u30ad\u30e3\u30d7\u30bf\u30fc\u3055\u304f\u3089", "author" : "\u6d45\u9999\u5b88\u751f", "description" : "", "image" : "2020/sakura.webp", "year" : 2020}, {"name" : "\u30ef\u30f3\u30d1\u30f3\u30de\u30f3", "author" : "\u590f\u76ee\u771f\u609f", "description" : "", "image" : "2021/onepunch.webp", "year" : 2021}, {"name" : "\u9032\u6483\u306e\u5de8\u4eba", "author" : "\u6797\u7950\u4e00\u90ce", "description" : "", "image" : "2021/attack on titan.webp", "year" : 2021}, {"name" : "\u30a4\u30c9\uff1a\u30a4\u30f3\u30f4\u30a7\u30a4\u30c7\u30c3\u30c9 ", "author" : "\u9752\u6728\u8363", "description" : "", "image" : "2021/invaded.webp", "year" : 2021}, {"name" : "\u30c9\u30ed\u30d8\u30c9\u30ed", "author" : "\u6797\u7950\u4e00\u90ce", "description" : "", "image" : "2021/dorohedoro.webp", "year" : 2021}, {"name" : "\u30b9\u30da\u30fc\u30b9\u2606\u30c0\u30f3\u30c7\u30a3", "author" : "\u6e21\u8fb9\u4fe1\u4e00\u90ce", "description" : "", "image" : "2021/space dandy.webp", "year" : 2021, "url" : "https://movie.douban.com/subject/24905970/"}, {"name" : "\u30b8\u30e7\u30b8\u30e7\u306e\u5947\u5999\u306a\u5192\u967a", "author" : "\u6d25\u7530\u5c1a\u514b", "description" : "", "image" : "2021/jojo1.webp", "year" : 2021, "url" : "https://movie.douban.com/subject/11498785/"}, {"name" : "\u9280\u9b42", "author" : "\u9ad8\u677e\u4fe1\u53f8", "description" : "", "image" : "2021/gintama.webp", "year" : 2021, "url" : "https://movie.douban.com/subject/2057171/"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "year": {"type": "integer"}}, "required": ["name", "author", "description", "image", "year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"900386703": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900386704": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900386705": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900386706": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900386707": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900386708": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900386709": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900386703", "900386704", "900386705", "900386706", "900386707", "900386708", "900386709"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900386703" : {"nama" : "TPS 1", "dapil" : [3303, 13304, 2331804]}, "900386704" : {"nama" : "TPS 2", "dapil" : [3303, 13304, 2331804]}, "900386705" : {"nama" : "TPS 3", "dapil" : [3303, 13304, 2331804]}, "900386706" : {"nama" : "TPS 4", "dapil" : [3303, 13304, 2331804]}, "900386707" : {"nama" : "TPS 5", "dapil" : [3303, 13304, 2331804]}, "900386708" : {"nama" : "TPS 6", "dapil" : [3303, 13304, 2331804]}, "900386709" : {"nama" : "TPS 7", "dapil" : [3303, 13304, 2331804]}}
json_instruct
{"type": "object", "properties": {"900386703": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900386704": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900386705": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900386706": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900386707": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900386708": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900386709": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900386703", "900386704", "900386705", "900386706", "900386707", "900386708", "900386709"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "miniardize", "definition" : "To render delicate or dainty. [Obs.] Howell."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "e372d9a7fd59a60ca3725924664cf24112a6b2e4"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"angular-clipboard.js": {"type": "string"}, "angular-clipboard.min.js": {"type": "string"}}, "required": ["angular-clipboard.js", "angular-clipboard.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angular-clipboard.js" : "sha512-oyQuWgLNv7dktCbZQSb5guowfzajxL3KeawoarkE1rXGEklDY6sVw6kii9b3gHvEx1cCdibwfcMSVB9e6Fm1hQ==", "angular-clipboard.min.js" : "sha512-NeRSAsP4YZIqnfXLXuifxorfotXig1Tjlvl0vlZNjUTZ9W8WDWSDCc5MvfXakzKS0AfoHa/nkWLbxqxZvou+cQ=="}
json_instruct
{"type": "object", "properties": {"angular-clipboard.js": {"type": "string"}, "angular-clipboard.min.js": {"type": "string"}}, "required": ["angular-clipboard.js", "angular-clipboard.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "example_stack", "description" : "Description for the example stack"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "We've been having some recent issues with Codecov:\r\n1. Codecov's nice [browser extension](https://github.com/codecov/browser-extension) is deprecated in favor of a [new one using sourcegraph](https://github.com/codecov/sourcegraph-codecov), but the new one doesn't display diffs for PRs (!). AFAIK this is our most common use case, so it's pretty disappointing.\r\n2. The codecov website has taken to hanging frequently when fetching coverage results for pull requests.\r\n\r\nGiven this stuff, I'm not sure how we can effectively review PRs for test coverage using Codecov. (1) is supposed to be forthcoming (see codecov/sourcegraph-codecov#10), and maybe (2) will get fixed, but in the meantime, I'm trying out Code Climate to see if it's a good replacement.", "user" : "tgamblin", "url" : "https://api.github.com/repos/spack/spack/issues/10244", "updated_at" : "2019-06-30 00:11:19", "created_at" : "2019-01-03 07:44:26", "closed_at" : "2019-06-30 00:04:25", "state" : "closed", "title" : "coverage: add code climate integration", "number" : 10244, "milestone" : null, "labels" : ["WIP", "tests", "coverage"], "id" : 395481594, "html_url" : "https://github.com/spack/spack/pull/10244", "assignees" : [], "comments" : 3}
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": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"440823100": {"type": "string"}, "440823101": {"type": "string"}, "440823102": {"type": "string"}, "440823103": {"type": "string"}, "440823104": {"type": "string"}, "440823105": {"type": "string"}, "440823106": {"type": "string"}, "440823107": {"type": "string"}, "440823108": {"type": "string"}, "440823109": {"type": "string"}, "440823110": {"type": "string"}, "440823111": {"type": "string"}, "440823112": {"type": "string"}, "440823113": {"type": "string"}, "440823114": {"type": "string"}, "440823450": {"type": "string"}}, "required": ["440823100", "440823101", "440823102", "440823103", "440823104", "440823105", "440823106", "440823107", "440823108", "440823109", "440823110", "440823111", "440823112", "440823113", "440823114", "440823450"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"440823100" : "\u9042\u57ce\u9547", "440823101" : "\u9ec4\u7565\u9547", "440823102" : "\u6d0b\u9752\u9547", "440823103" : "\u754c\u70ae\u9547", "440823104" : "\u4e50\u6c11\u9547", "440823105" : "\u6c5f\u6d2a\u9547", "440823106" : "\u6768\u67d1\u9547", "440823107" : "\u57ce\u6708\u9547", "440823108" : "\u4e4c\u5858\u9547", "440823109" : "\u5efa\u65b0\u9547", "440823110" : "\u5cad\u5317\u9547", "440823111" : "\u5317\u5761\u9547", "440823112" : "\u6e2f\u95e8\u9547", "440823113" : "\u8349\u6f6d\u9547", "440823114" : "\u6cb3\u5934\u9547", "440823450" : "\u5e7f\u524d\u516c\u53f8"}
json_instruct
{"type": "object", "properties": {"440823100": {"type": "string"}, "440823101": {"type": "string"}, "440823102": {"type": "string"}, "440823103": {"type": "string"}, "440823104": {"type": "string"}, "440823105": {"type": "string"}, "440823106": {"type": "string"}, "440823107": {"type": "string"}, "440823108": {"type": "string"}, "440823109": {"type": "string"}, "440823110": {"type": "string"}, "440823111": {"type": "string"}, "440823112": {"type": "string"}, "440823113": {"type": "string"}, "440823114": {"type": "string"}, "440823450": {"type": "string"}}, "required": ["440823100", "440823101", "440823102", "440823103", "440823104", "440823105", "440823106", "440823107", "440823108", "440823109", "440823110", "440823111", "440823112", "440823113", "440823114", "440823450"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"comments": {"type": "boolean"}, "reminders": {"type": "boolean"}, "selections": {"type": "boolean"}, "verseEdits": {"type": "boolean"}, "contextId": {"type": "object", "properties": {"occurrenceNote": {"type": "string"}, "reference": {"type": "object", "properties": {"bookId": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}}, "required": ["bookId", "chapter", "verse"]}, "tool": {"type": "string"}, "groupId": {"type": "string"}, "quote": {"type": "array", "items": {"type": "object", "properties": {"word": {"type": "string"}, "occurrence": {"type": "integer"}}, "required": ["word", "occurrence"]}}, "glQuote": {"type": "string"}, "occurrence": {"type": "integer"}}, "required": ["occurrenceNote", "reference", "tool", "groupId", "quote", "glQuote", "occurrence"]}}, "required": ["comments", "reminders", "selections", "verseEdits", "contextId"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"comments" : false, "reminders" : false, "selections" : false, "verseEdits" : false, "contextId" : {"occurrenceNote" : "Paul reminds Archippus of the task God had given him and that he, Archippus, was under obligation to the Lord to fulfill it. The words \"Look,\" \"you have received,\" and \"you should fulfill\" all refer to Archippus and should be singular. (See: [[rc://en/ta/man/translate/figs-you]])", "reference" : {"bookId" : "col", "chapter" : 4, "verse" : 17}, "tool" : "translationNotes", "groupId" : "figs-you", "quote" : [{"word" : "\"", "occurrence" : 1}, {"word" : "\u03b2\u03bb\u03ad\u03c0\u03b5", "occurrence" : 1}, {"word" : "\u03c4\u1f74\u03bd", "occurrence" : 1}, {"word" : "\u03b4\u03b9\u03b1\u03ba\u03bf\u03bd\u03af\u03b1\u03bd", "occurrence" : 1}, {"word" : "\u1f23\u03bd", "occurrence" : 1}, {"word" : "\u03c0\u03b1\u03c1\u03ad\u03bb\u03b1\u03b2\u03b5\u03c2", "occurrence" : 1}, {"word" : "\u1f10\u03bd", "occurrence" : 1}, {"word" : "\u039a\u03c5\u03c1\u03af\u1ff3", "occurrence" : 1}, {"word" : ",", "occurrence" : 1}, {"word" : "\u1f35\u03bd\u03b1", "occurrence" : 1}, {"word" : "\u03b1\u1f50\u03c4\u1f74\u03bd", "occurrence" : 1}, {"word" : "\u03c0\u03bb\u03b7\u03c1\u03bf\u1fd6\u03c2", "occurrence" : 1}], "glQuote" : "Say to Archippus, \"Look to the ministry that you have received in the Lord, that you should fulfill it", "occurrence" : 1}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comments": {"type": "boolean"}, "reminders": {"type": "boolean"}, "selections": {"type": "boolean"}, "verseEdits": {"type": "boolean"}, "contextId": {"type": "object", "properties": {"occurrenceNote": {"type": "string"}, "reference": {"type": "object", "properties": {"bookId": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}}, "required": ["bookId", "chapter", "verse"]}, "tool": {"type": "string"}, "groupId": {"type": "string"}, "quote": {"type": "array", "items": {"type": "object", "properties": {"word": {"type": "string"}, "occurrence": {"type": "integer"}}, "required": ["word", "occurrence"]}}, "glQuote": {"type": "string"}, "occurrence": {"type": "integer"}}, "required": ["occurrenceNote", "reference", "tool", "groupId", "quote", "glQuote", "occurrence"]}}, "required": ["comments", "reminders", "selections", "verseEdits", "contextId"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"address": {"type": "string"}, "crypto": {"type": "object", "properties": {"cipher": {"type": "string"}, "ciphertext": {"type": "string"}, "cipherparams": {"type": "object", "properties": {"iv": {"type": "string"}}, "required": ["iv"]}, "kdf": {"type": "string"}, "kdfparams": {"type": "object", "properties": {"dklen": {"type": "integer"}, "n": {"type": "integer"}, "p": {"type": "integer"}, "r": {"type": "integer"}, "salt": {"type": "string"}}, "required": ["dklen", "n", "p", "r", "salt"]}, "mac": {"type": "string"}}, "required": ["cipher", "ciphertext", "cipherparams", "kdf", "kdfparams", "mac"]}, "id": {"type": "string"}, "version": {"type": "integer"}}, "required": ["address", "crypto", "id", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "11ad4d13bcca312e83eec8f961ada76c41c0ef09", "crypto" : {"cipher" : "aes-128-ctr", "ciphertext" : "21e9b38692c5beb49ac1251117daf983f645eefd1e472b3147fae4e6c40dc602", "cipherparams" : {"iv" : "d76df77d83cc293835ffec18c2bd77ec"}, "kdf" : "scrypt", "kdfparams" : {"dklen" : 32, "n" : 262144, "p" : 1, "r" : 8, "salt" : "84e7db7c4563a32f82cfff0456ddb850686af68f979f4b9445b0606499ef9777"}, "mac" : "af60d11d4c2d0f3b734f642e9f80b11de283f6a9c8956545f9bdb808c79ce508"}, "id" : "d225b2f0-af61-4712-bfc2-c2d8941a4be8", "version" : 3}
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "crypto": {"type": "object", "properties": {"cipher": {"type": "string"}, "ciphertext": {"type": "string"}, "cipherparams": {"type": "object", "properties": {"iv": {"type": "string"}}, "required": ["iv"]}, "kdf": {"type": "string"}, "kdfparams": {"type": "object", "properties": {"dklen": {"type": "integer"}, "n": {"type": "integer"}, "p": {"type": "integer"}, "r": {"type": "integer"}, "salt": {"type": "string"}}, "required": ["dklen", "n", "p", "r", "salt"]}, "mac": {"type": "string"}}, "required": ["cipher", "ciphertext", "cipherparams", "kdf", "kdfparams", "mac"]}, "id": {"type": "string"}, "version": {"type": "integer"}}, "required": ["address", "crypto", "id", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "11c81ca892a08bf246186fd2e52c165acba96a09"}
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": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [142.246, 256.705, 1, 141.014, 276.009, 1, 109.592, 271.629, 1, 84.4751, 323.698, 1, 125.337, 353.112, 1, 169.245, 277.52, 1, 212.476, 289.259, 1, 223.428, 319.695, 1, 100.92, 372.776, 1, 99.1553, 436.619, 1, 96.1841, 513.609, 1, 136.085, 371.749, 1, 166.133, 429.205, 1, 183.973, 502.375, 1, 140.153, 248.069, 1, 154.85, 253.383, 1, 126.527, 245.533, 1, 158.946, 255.686, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"usage": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "optional": {"type": "boolean"}}, "required": ["name", "type", "description", "optional"]}}, "example": {"type": "array", "items": {"type": "string"}}}, "required": ["usage", "description", "params", "example"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"usage" : "<entity> playRumbleLoopOnEntity(<rumble>)", "description" : ["Plays a looping rumble on the given entity."], "params" : [{"name" : "rumble", "type" : "string", "description" : ["The name of the rumble to play."], "optional" : false}], "example" : ["self playRumbleLoopOnEntity(\"tank_rumble\");"]}
json_instruct
{"type": "object", "properties": {"usage": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "optional": {"type": "boolean"}}, "required": ["name", "type", "description", "optional"]}}, "example": {"type": "array", "items": {"type": "string"}}}, "required": ["usage", "description", "params", "example"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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#"}
{"assessment" : [{"name" : "Seminar Participation and Presentation ", "weight" : 20}, {"name" : "Ministerial Briefing", "weight" : 20}, {"name" : "Research Essay ", "weight" : 40}, {"name" : "Introduction to Policy Exam ", "weight" : 20}]}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "start": {"type": "string"}, "validate": {"type": "string"}}, "required": ["build", "dev", "start", "validate"]}, "devDependencies": {"type": "object", "properties": {"@rollup/plugin-commonjs": {"type": "string"}, "@rollup/plugin-node-resolve": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-livereload": {"type": "string"}, "rollup-plugin-svelte": {"type": "string"}, "rollup-plugin-terser": {"type": "string"}, "svelte": {"type": "string"}, "svelte-check": {"type": "string"}, "svelte-preprocess": {"type": "string"}, "sirv-cli": {"type": "string"}}, "required": ["@rollup/plugin-commonjs", "@rollup/plugin-node-resolve", "rollup", "rollup-plugin-livereload", "rollup-plugin-svelte", "rollup-plugin-terser", "svelte", "svelte-check", "svelte-preprocess", "sirv-cli"]}, "dependencies": {"type": "object", "properties": {"rational-arithmetic": {"type": "string"}, "copy-text-to-clipboard": {"type": "string"}}, "required": ["rational-arithmetic", "copy-text-to-clipboard"]}}, "required": ["name", "description", "version", "main", "author", "homepage", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "carnot-builder", "description" : "A visual editor for central extensions of nilpotent Lie algebras.", "version" : "0.1.1", "main" : "main.js", "author" : "Eero Hakavuori", "homepage" : "", "license" : "MIT", "scripts" : {"build" : "rollup -c", "dev" : "rollup -c -w", "start" : "sirv public", "validate" : "svelte-check"}, "devDependencies" : {"@rollup/plugin-commonjs" : "^12.0.0", "@rollup/plugin-node-resolve" : "^8.0.0", "rollup" : "^2.25.0", "rollup-plugin-livereload" : "^1.0.0", "rollup-plugin-svelte" : "^5.2.3", "rollup-plugin-terser" : "^7.0.0", "svelte" : "^3.24.1", "svelte-check" : "^1.0.15", "svelte-preprocess" : "^4.0.12", "sirv-cli" : "^1.0.6"}, "dependencies" : {"rational-arithmetic" : "^0.2.1", "copy-text-to-clipboard" : "^2.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "start": {"type": "string"}, "validate": {"type": "string"}}, "required": ["build", "dev", "start", "validate"]}, "devDependencies": {"type": "object", "properties": {"@rollup/plugin-commonjs": {"type": "string"}, "@rollup/plugin-node-resolve": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-livereload": {"type": "string"}, "rollup-plugin-svelte": {"type": "string"}, "rollup-plugin-terser": {"type": "string"}, "svelte": {"type": "string"}, "svelte-check": {"type": "string"}, "svelte-preprocess": {"type": "string"}, "sirv-cli": {"type": "string"}}, "required": ["@rollup/plugin-commonjs", "@rollup/plugin-node-resolve", "rollup", "rollup-plugin-livereload", "rollup-plugin-svelte", "rollup-plugin-terser", "svelte", "svelte-check", "svelte-preprocess", "sirv-cli"]}, "dependencies": {"type": "object", "properties": {"rational-arithmetic": {"type": "string"}, "copy-text-to-clipboard": {"type": "string"}}, "required": ["rational-arithmetic", "copy-text-to-clipboard"]}}, "required": ["name", "description", "version", "main", "author", "homepage", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}}, "required": ["lint"]}, "dependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "jshint": {"type": "string"}, "jasmine": {"type": "string"}}, "required": ["eslint", "jshint", "jasmine"]}}, "required": ["name", "description", "author", "license", "repository", "version", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Behaviors.JS", "description" : "Directive-based progressive enhancement library", "author" : "Roman Ivanov <[email protected]>", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/QuickenLoans/Behaviors.js.git"}, "version" : "0.9.0", "scripts" : {"lint" : "jshint src/ && eslint src/"}, "dependencies" : {"eslint" : "^0.20.0", "jshint" : "^2.7.0", "jasmine" : "^2.3.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}}, "required": ["lint"]}, "dependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "jshint": {"type": "string"}, "jasmine": {"type": "string"}}, "required": ["eslint", "jshint", "jasmine"]}}, "required": ["name", "description", "author", "license", "repository", "version", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"record": {"type": "object", "properties": {"format": {"type": "string"}, "title": {"type": "string"}, "contributor": {"type": "array", "items": {}}, "publisher": {"type": "array", "items": {}}, "ispartof": {"type": "array", "items": {}}, "identifier": {"type": "string"}, "language": {"type": "array", "items": {"type": "string"}}, "subject": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "status": {"type": "string"}, "rvk": {"type": "string"}}, "required": ["format", "title", "contributor", "publisher", "ispartof", "identifier", "language", "subject", "description", "status", "rvk"]}, "id": {"type": "string"}, "oa": {"type": "integer"}, "thumbnail": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"uri": {"type": "string"}, "note": {"type": "string"}}, "required": ["uri", "note"]}}, "linksRelated": {"type": "array", "items": {}}, "linksAccess": {"type": "array", "items": {}}, "linksGeneral": {"type": "array", "items": {"type": "object", "properties": {"uri": {"type": "string"}, "hostLabel": {"type": "string"}, "note": {"type": "string"}, "material": {"type": "string"}}, "required": ["uri", "hostLabel", "note", "material"]}}, "references": {"type": "array", "items": {}}, "copies": {"type": "array", "items": {}}, "parts": {"type": "object", "properties": {}, "required": []}}, "required": ["record", "id", "oa", "thumbnail", "links", "linksRelated", "linksAccess", "linksGeneral", "references", "copies", "parts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"record" : {"format" : "ElectronicThesis", "title" : "A Study of Classic Maya Rulership", "contributor" : [], "publisher" : [], "ispartof" : [], "identifier" : "", "language" : ["Englisch"], "subject" : ["Archaeology", "Latin American history", "Ancient history", "Native American studies"], "description" : "", "status" : "", "rvk" : ""}, "id" : "ai-34-b2FpOnBxZHRvYWkucHJvcXVlc3QuY29tOjM0Nzc2Mzg", "oa" : 0, "thumbnail" : "", "links" : [{"uri" : "http://wwwdb.dbod.de/login?url=http://pqdtopen.proquest.com/#viewpdf?dispub=3477638", "note" : "http://wwwdb.dbod.de/login?url=http://pqdtopen.proquest.com/#viewpdf?dispub=3477638"}], "linksRelated" : [], "linksAccess" : [], "linksGeneral" : [{"uri" : "http://pqdtopen.proquest.com/#viewpdf?dispub=3477638", "hostLabel" : "", "note" : "", "material" : ""}], "references" : [], "copies" : [], "parts" : {}}
json_instruct
{"type": "object", "properties": {"record": {"type": "object", "properties": {"format": {"type": "string"}, "title": {"type": "string"}, "contributor": {"type": "array", "items": {}}, "publisher": {"type": "array", "items": {}}, "ispartof": {"type": "array", "items": {}}, "identifier": {"type": "string"}, "language": {"type": "array", "items": {"type": "string"}}, "subject": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "status": {"type": "string"}, "rvk": {"type": "string"}}, "required": ["format", "title", "contributor", "publisher", "ispartof", "identifier", "language", "subject", "description", "status", "rvk"]}, "id": {"type": "string"}, "oa": {"type": "integer"}, "thumbnail": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"uri": {"type": "string"}, "note": {"type": "string"}}, "required": ["uri", "note"]}}, "linksRelated": {"type": "array", "items": {}}, "linksAccess": {"type": "array", "items": {}}, "linksGeneral": {"type": "array", "items": {"type": "object", "properties": {"uri": {"type": "string"}, "hostLabel": {"type": "string"}, "note": {"type": "string"}, "material": {"type": "string"}}, "required": ["uri", "hostLabel", "note", "material"]}}, "references": {"type": "array", "items": {}}, "copies": {"type": "array", "items": {}}, "parts": {"type": "object", "properties": {}, "required": []}}, "required": ["record", "id", "oa", "thumbnail", "links", "linksRelated", "linksAccess", "linksGeneral", "references", "copies", "parts"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"family": {"type": "string"}, "variants": {"type": "array", "items": {"type": "string"}}, "subsets": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "lastModified": {"type": "string"}, "files": {"type": "object", "properties": {"100": {"type": "string"}, "300": {"type": "string"}, "500": {"type": "string"}, "600": {"type": "string"}, "700": {"type": "string"}, "800": {"type": "string"}, "900": {"type": "string"}, "regular": {"type": "string"}}, "required": ["100", "300", "500", "600", "700", "800", "900", "regular"]}, "category": {"type": "string"}, "kind": {"type": "string"}}, "required": ["family", "variants", "subsets", "version", "lastModified", "files", "category", "kind"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"family" : "Big Shoulders Display", "variants" : ["100", "300", "regular", "500", "600", "700", "800", "900"], "subsets" : ["latin", "latin-ext", "vietnamese"], "version" : "v4", "lastModified" : "2020-11-06", "files" : {"100" : "http://fonts.gstatic.com/s/bigshouldersdisplay/v4/fC1xPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1Ur9DrDJYM2lAZ.ttf", "300" : "http://fonts.gstatic.com/s/bigshouldersdisplay/v4/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1UZ_LLJrgA00kAdA.ttf", "500" : "http://fonts.gstatic.com/s/bigshouldersdisplay/v4/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1UP_PLJrgA00kAdA.ttf", "600" : "http://fonts.gstatic.com/s/bigshouldersdisplay/v4/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1UE_TLJrgA00kAdA.ttf", "700" : "http://fonts.gstatic.com/s/bigshouldersdisplay/v4/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1Ud_XLJrgA00kAdA.ttf", "800" : "http://fonts.gstatic.com/s/bigshouldersdisplay/v4/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1Ua_bLJrgA00kAdA.ttf", "900" : "http://fonts.gstatic.com/s/bigshouldersdisplay/v4/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1UT_fLJrgA00kAdA.ttf", "regular" : "http://fonts.gstatic.com/s/bigshouldersdisplay/v4/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1sy9rvLpMc2g.ttf"}, "category" : "display", "kind" : "webfonts#webfont"}
json_instruct
{"type": "object", "properties": {"family": {"type": "string"}, "variants": {"type": "array", "items": {"type": "string"}}, "subsets": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "lastModified": {"type": "string"}, "files": {"type": "object", "properties": {"100": {"type": "string"}, "300": {"type": "string"}, "500": {"type": "string"}, "600": {"type": "string"}, "700": {"type": "string"}, "800": {"type": "string"}, "900": {"type": "string"}, "regular": {"type": "string"}}, "required": ["100", "300", "500", "600", "700", "800", "900", "regular"]}, "category": {"type": "string"}, "kind": {"type": "string"}}, "required": ["family", "variants", "subsets", "version", "lastModified", "files", "category", "kind"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"require": {"type": "object", "properties": {"php-opencloud/openstack": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}}, "required": ["php-opencloud/openstack", "guzzlehttp/guzzle"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"require" : {"php-opencloud/openstack" : "v2.0.2", "guzzlehttp/guzzle" : "6.2.0"}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"php-opencloud/openstack": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}}, "required": ["php-opencloud/openstack", "guzzlehttp/guzzle"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[30, 38], [43, 13], [2, 35], [15, 10], [30, 35]]}
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"InspicioDevHostMonitor": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["InspicioDevHostMonitor"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"profiles" : {"InspicioDevHostMonitor" : {"commandName" : "Project", "commandLineArgs" : "--root C:\\Temp\\inst-build"}}}
json_instruct
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"InspicioDevHostMonitor": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["InspicioDevHostMonitor"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Ingmar Stein": {"type": "string"}}, "required": ["Ingmar Stein"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}, "osx": {"type": "string"}, "watchos": {"type": "string"}, "tvos": {"type": "string"}}, "required": ["ios", "osx", "watchos", "tvos"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "swift_versions": {"type": "string"}, "source_files": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "platforms", "source", "swift_versions", "source_files", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "CommandLineKit", "version" : "2.3.0", "summary" : "A pure Swift library for creating command-line interfaces", "description" : "A pure Swift library for creating command-line interfaces.\n- Automatically generated usage messages.\n- Supports all common flag styles\n- Intelligent handling of negative int & float arguments\n- Locale-aware float parsing\n- Type-safe Enum options\n- Fully emoji-compliant", "homepage" : "https://github.com/IngmarStein/CommandLineKit", "license" : "Apache License, Version 2.0", "authors" : {"Ingmar Stein" : "[email protected]"}, "social_media_url" : "https://twitter.com/IngmarStein", "platforms" : {"ios" : "10.0", "osx" : "10.10", "watchos" : "3.0", "tvos" : "10.0"}, "source" : {"git" : "https://github.com/IngmarStein/CommandLineKit.git", "tag" : "v2.3.0"}, "swift_versions" : "5.0", "source_files" : "Sources/**/*.swift", "swift_version" : "5.0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Ingmar Stein": {"type": "string"}}, "required": ["Ingmar Stein"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}, "osx": {"type": "string"}, "watchos": {"type": "string"}, "tvos": {"type": "string"}}, "required": ["ios", "osx", "watchos", "tvos"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "swift_versions": {"type": "string"}, "source_files": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "platforms", "source", "swift_versions", "source_files", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-92.110009, 30.530718], [-92.108263, 30.534906], [-92.10103, 30.534741], [-92.101007, 30.535309], [-92.081759, 30.53291], [-92.082998, 30.525632], [-92.081956, 30.524384], [-92.082086, 30.521512], [-92.090364, 30.52257], [-92.090725, 30.513142], [-92.108064, 30.513355], [-92.106758, 30.521044], [-92.099687, 30.529392], [-92.110009, 30.530718]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 29185}}]}
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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Beijing Institute of Technology", "alt_name" : "(BIT)", "country" : "China", "state" : null, "address" : {"street" : "5 South Zhongguancun Street, Haidian District", "city" : "Beijing", "province" : null, "postal_code" : "100081"}, "contact" : {"telephone" : "+86(10) 68914247", "website" : "http://www.bit.edu.cn/", "email" : "[email protected]", "fax" : "+86(10) 68468035"}, "funding" : "Public", "languages" : null, "academic_year" : null, "accrediting_agency" : null}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "monobook-desc": {"type": "string"}}, "required": ["@metadata", "monobook-desc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["C.R."]}, "monobook-desc" : "'A skin classica 'e MediaWiki 'a 2004, piglia nomme ' a ll'immaggene 'n janco e niro d' 'o libbro ausata comme sfunno d' 'a paggena"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "monobook-desc": {"type": "string"}}, "required": ["@metadata", "monobook-desc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "null"}, "program": {"type": "null"}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 35, "citation_title" : "Changes in the Recession Behavior of Wholesale Prices: The 1920s and Post World War II", "citation_author" : ["Phillip Cagan"], "citation_publication_date" : "1974-03-01", "issue_date" : "1974-03-01", "revision_date" : "None", "topics" : null, "program" : null, "projects" : null, "working_groups" : null, "abstract" : "\n\nThe present study examines the recession behavior of wholesale prices since World War II and compares it with the 1920s as the most recent period of earlier recessions with comparable severity. The focus is on changes in recession behavior, possible bias in the data, and differences in behavior between various groups of wholesale prices. (Differences between wholesale and consumer prices, though of importance, are not examined here.) The purpose is to extend the evidence on the degree and uniformity of the change in price behavior and to test various interpretations of those changes.\n\n", "acknowledgement" : "\nThis study was supported by a grant of the National Science Foundation to the National Bureau. I have benefited from the comments of Solomon Fabricant, Robert S. Lipsey, and Geoffrey H.Moore, and from discussions with Peter B. Clark on the subject of the Appendix. I am indebted to Susan Tebbetts for supervising the computer runs. H Irving Forman constructed the charts. David Gilmartin and Lawrence Horwitz kindly provided and converted a copy of the ELS tape of product prices.\n\n\n"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "null"}, "program": {"type": "null"}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[124.5, 29.583333333333332], [124.5, 29.666666666666668], [124.625, 29.666666666666668], [124.625, 29.583333333333332], [124.5, 29.583333333333332]]]}, "properties" : {"code" : 442434, "url" : "http://madefor.github.io/0410/api/v1/442434.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/442434.geojson"}}
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": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test:unit": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "test:unit", "test", "build"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"wechaty": {"type": "string"}}, "required": ["wechaty"]}, "devDependencies": {"type": "object", "properties": {"@chatie/tsconfig": {"type": "string"}, "sinon": {"type": "string"}, "ts-node": {"type": "string"}, "tstest": {"type": "string"}, "typescript": {"type": "string"}, "wechaty": {"type": "string"}, "wechaty-puppet-mock": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["@chatie/tsconfig", "sinon", "ts-node", "tstest", "typescript", "wechaty", "wechaty-puppet-mock", "nodemon"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "author", "license", "scripts", "keywords", "engines", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "wechaty-got-kicked-out", "version" : "1.0.4", "description" : "bot got kicked out of room, will you do something?", "main" : "dist/src/index.js", "author" : "LegendaryJesse", "license" : "MIT", "scripts" : {"dev" : "nodemon --ext js,ts --exec 'ts-node ./src/index.ts --inspect'", "test:unit" : "blue-tape -r ts-node/register \"src/**/*.spec.ts\" \"src/*.spec.ts\" \"tests/*.spec.ts\" \"tests/**/*.spec.ts\"", "test" : "npm run test:unit", "build" : "tsc"}, "keywords" : ["typescript", "wechaty", "wechaty-plugin"], "engines" : {"wechaty" : ">=0.39.19"}, "devDependencies" : {"@chatie/tsconfig" : "^0.10.1", "sinon" : "^9.0.2", "ts-node" : "^8.10.1", "tstest" : "^0.4.10", "typescript" : "^3.8.3", "wechaty" : "^0.39.26", "wechaty-puppet-mock" : "^0.20.4", "nodemon" : "^2.0.3"}, "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test:unit": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "test:unit", "test", "build"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"wechaty": {"type": "string"}}, "required": ["wechaty"]}, "devDependencies": {"type": "object", "properties": {"@chatie/tsconfig": {"type": "string"}, "sinon": {"type": "string"}, "ts-node": {"type": "string"}, "tstest": {"type": "string"}, "typescript": {"type": "string"}, "wechaty": {"type": "string"}, "wechaty-puppet-mock": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["@chatie/tsconfig", "sinon", "ts-node", "tstest", "typescript", "wechaty", "wechaty-puppet-mock", "nodemon"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "author", "license", "scripts", "keywords", "engines", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following 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"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"track" : "scheme", "exercise" : "hello-world", "id" : "db95fc9fe1184e75a76d9382f5335a99", "url" : "https://exercism.io/my/solutions/db95fc9fe1184e75a76d9382f5335a99", "handle" : "george-cm", "is_requester" : true, "auto_approve" : true}
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_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "paragonia:block/banner_simple_purple"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"nox_media": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["nox_media"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"nox_media" : {"title" : "nox_media", "channel_id" : 126802511, "link" : "http://twitch.tv/nox_media", "desc" : null, "plans" : {"$4.99" : "103999", "$9.99" : "104000", "$24.99" : "104001"}, "id" : "nox_media", "first_seen" : "2017-06-29 17:45:13", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 103999, "emotes" : [{"code" : "noxmedDab", "image_id" : 238158, "set" : 103999}, {"code" : "noxmedP", "image_id" : 264214, "set" : 104000}]}}}
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"nox_media": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["nox_media"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "category": {"type": "string"}, "author": {"type": "string"}, "withColor": {"type": "boolean"}, "dependencies": {"type": "array", "items": {"type": "string"}}, "canvas": {"type": "object", "properties": {"center": {"type": "boolean"}, "maxWidth": {"type": "integer"}}, "required": ["center", "maxWidth"]}}, "required": ["title", "category", "author", "withColor", "dependencies", "canvas"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Copy to clipboard button", "category" : "buttons", "author" : "rtivital", "withColor" : true, "dependencies" : ["/core/button/", "/core/tooltip/", "/hooks/use-clipboard/", "tabler-icons-react"], "canvas" : {"center" : true, "maxWidth" : 240}}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "category": {"type": "string"}, "author": {"type": "string"}, "withColor": {"type": "boolean"}, "dependencies": {"type": "array", "items": {"type": "string"}}, "canvas": {"type": "object", "properties": {"center": {"type": "boolean"}, "maxWidth": {"type": "integer"}}, "required": ["center", "maxWidth"]}}, "required": ["title", "category", "author", "withColor", "dependencies", "canvas"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"towns" : [{"name" : "Ibadan", "url" : "ibadan"}]}
json_instruct
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "main": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}, "email": {"type": "string"}}, "required": ["url", "email"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "gitHead": {"type": "string"}, "_id": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "_shasum": {"type": "string"}, "_from": {"type": "string"}, "_npmVersion": {"type": "string"}, "_npmUser": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "dist": {"type": "object", "properties": {"shasum": {"type": "string"}, "tarball": {"type": "string"}}, "required": ["shasum", "tarball"]}, "directories": {"type": "object", "properties": {}, "required": []}, "_resolved": {"type": "string"}}, "required": ["name", "author", "version", "description", "keywords", "homepage", "main", "bugs", "repository", "maintainers", "gitHead", "_id", "scripts", "_shasum", "_from", "_npmVersion", "_npmUser", "dist", "directories", "_resolved"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "prettydiff", "author" : {"name" : "Austin Cheney", "email" : "[email protected]", "url" : "http://prettydiff.com/"}, "version" : "1.11.4", "description" : "File comparison tool to accurately diff between file versions regardless of comments or minification to the whitespace. It can also beautify (pretty print) and minify HTML.", "keywords" : ["diff", "prettydiff", "pretty diff", "pretty print", "pretty-print", "beautify", "minify", "xml", "html", "css", "javascript"], "homepage" : "http://prettydiff.com/", "main" : "prettydiff.js", "bugs" : {"url" : "https://groups.google.com/forum/#!forum/pretty-diff", "email" : "[email protected]"}, "repository" : {"type" : "git", "url" : "git://github.com/prettydiff/prettydiff.git"}, "maintainers" : [{"name" : "austincheney", "email" : "[email protected]"}], "gitHead" : "298fde0bf64a207632f1b8502fa1b18d2d476e3f", "_id" : "[email protected]", "scripts" : {}, "_shasum" : "eb8bd36bef7a846e81af5f3a6ce198caca755af8", "_from" : "prettydiff@>=1.11.2 <2.0.0", "_npmVersion" : "1.4.23", "_npmUser" : {"name" : "austincheney", "email" : "[email protected]"}, "dist" : {"shasum" : "eb8bd36bef7a846e81af5f3a6ce198caca755af8", "tarball" : "http://registry.npmjs.org/prettydiff/-/prettydiff-1.11.4.tgz"}, "directories" : {}, "_resolved" : "https://registry.npmjs.org/prettydiff/-/prettydiff-1.11.4.tgz"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "main": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}, "email": {"type": "string"}}, "required": ["url", "email"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "gitHead": {"type": "string"}, "_id": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "_shasum": {"type": "string"}, "_from": {"type": "string"}, "_npmVersion": {"type": "string"}, "_npmUser": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "dist": {"type": "object", "properties": {"shasum": {"type": "string"}, "tarball": {"type": "string"}}, "required": ["shasum", "tarball"]}, "directories": {"type": "object", "properties": {}, "required": []}, "_resolved": {"type": "string"}}, "required": ["name", "author", "version", "description", "keywords", "homepage", "main", "bugs", "repository", "maintainers", "gitHead", "_id", "scripts", "_shasum", "_from", "_npmVersion", "_npmUser", "dist", "directories", "_resolved"], "$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"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "generate": {"type": "string"}}, "required": ["dev", "build", "start", "generate"]}, "dependencies": {"type": "object", "properties": {"@nuxtjs/axios": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "cross-env": {"type": "string"}, "element-ui": {"type": "string"}, "koa": {"type": "string"}, "node-sass": {"type": "string"}, "nuxt": {"type": "string"}, "sass-loader": {"type": "string"}}, "required": ["@nuxtjs/axios", "babel-preset-es2015", "cross-env", "element-ui", "koa", "node-sass", "nuxt", "sass-loader"]}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-loader": {"type": "string"}, "eslint-plugin-vue": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["babel-eslint", "eslint", "eslint-loader", "eslint-plugin-vue", "nodemon"]}}, "required": ["name", "version", "description", "author", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mt", "version" : "1.0.0", "description" : "My pioneering Nuxt.js project", "author" : "AustinWezz", "private" : true, "scripts" : {"dev" : "cross-env NODE_ENV=development nodemon server/index.js --watch server --exec babel-node", "build" : "nuxt build", "start" : "cross-env NODE_ENV=production node server/index.js --exec babel-node", "generate" : "nuxt generate"}, "dependencies" : {"@nuxtjs/axios" : "^5.5.4", "babel-preset-es2015" : "^6.24.1", "cross-env" : "^5.2.0", "element-ui" : "^2.4.11", "koa" : "^2.6.2", "node-sass" : "^4.12.0", "nuxt" : "^2.0.0", "sass-loader" : "^7.1.0"}, "devDependencies" : {"babel-eslint" : "^10.0.2", "eslint" : "^5.0.0", "eslint-loader" : "^2.2.1", "eslint-plugin-vue" : "^5.2.3", "nodemon" : "^1.18.9"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "generate": {"type": "string"}}, "required": ["dev", "build", "start", "generate"]}, "dependencies": {"type": "object", "properties": {"@nuxtjs/axios": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "cross-env": {"type": "string"}, "element-ui": {"type": "string"}, "koa": {"type": "string"}, "node-sass": {"type": "string"}, "nuxt": {"type": "string"}, "sass-loader": {"type": "string"}}, "required": ["@nuxtjs/axios", "babel-preset-es2015", "cross-env", "element-ui", "koa", "node-sass", "nuxt", "sass-loader"]}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-loader": {"type": "string"}, "eslint-plugin-vue": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["babel-eslint", "eslint", "eslint-loader", "eslint-plugin-vue", "nodemon"]}}, "required": ["name", "version", "description", "author", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "code-rhapsodie/dataflow-bundle": {"type": "string"}}, "required": ["php", "code-rhapsodie/dataflow-bundle"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"GeoDataGouvBundle\\": {"type": "string"}, "GeoDataGouv\\": {"type": "string"}}, "required": ["GeoDataGouvBundle\\", "GeoDataGouv\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "keywords", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jlchassaing/geodatagouv", "description" : "GeoDataGouv bundle helps interact with datagouv to import locations and search them using geo.data.gouv tool", "type" : "symony-bundle", "keywords" : ["symfony", "data-gouv"], "license" : "MIT", "authors" : [{"name" : "Jean-Luc Chassaing"}, {"name" : "Gr\u00e9gory L\u00e9v\u00eaque"}], "require" : {"php" : "^7.0", "code-rhapsodie/dataflow-bundle" : "^2.1"}, "autoload" : {"psr-4" : {"GeoDataGouvBundle\\" : "src/bundle", "GeoDataGouv\\" : "src/lib"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "code-rhapsodie/dataflow-bundle": {"type": "string"}}, "required": ["php", "code-rhapsodie/dataflow-bundle"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"GeoDataGouvBundle\\": {"type": "string"}, "GeoDataGouv\\": {"type": "string"}}, "required": ["GeoDataGouvBundle\\", "GeoDataGouv\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "keywords", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "license", "author", "main", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "remap", "version" : "1.0.0", "description" : "Replace each character of a string using a map", "license" : "MIT", "author" : "Brandon Semilla <[email protected]>", "main" : "index.js", "repository" : {"type" : "git", "url" : "https://github.com/baggo/remap.git"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "license", "author", "main", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "I SHALL ENDEAVOUR TO SHOW, BOTH FROM EXPERIENCE AND THE REASON OF THE THING.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/4324.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "01446", "name" : {"en" : "Oyfjell-Trovatn"}, "country" : "NO", "region" : "TE", "identifiers" : {"wmo" : "01446"}, "location" : {"latitude" : 59.5667, "longitude" : 8.2, "elevation" : 715}, "timezone" : "Europe/Oslo"}
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": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"r": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "u": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "i": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "g": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}}, "required": ["r", "u", "i", "g"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:crafting_shaped", "pattern" : ["rgr", "iui", "rgr"], "key" : {"r" : {"tag" : "forge:dusts/redstone"}, "u" : {"item" : "mininggadgets:upgrade_empty"}, "i" : {"tag" : "forge:ingots/iron"}, "g" : {"tag" : "forge:ingots/gold"}}, "result" : {"item" : "mininggadgets:upgrade_magnet"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"r": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "u": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "i": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "g": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}}, "required": ["r", "u", "i", "g"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"bodyClass": {"type": "string"}, "light-theme": {"type": "boolean"}, "dark-theme": {"type": "boolean"}, "section-header__has-logo": {"type": "boolean"}, "section-header__title": {"type": "string"}, "section-header__parent": {"type": "string"}}, "required": ["bodyClass", "light-theme", "dark-theme", "section-header__has-logo", "section-header__title", "section-header__parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bodyClass" : "body primary dark-theme darkbg default", "light-theme" : false, "dark-theme" : true, "section-header__has-logo" : true, "section-header__title" : "Journey: The Turbulent Times", "section-header__parent" : "Channel U"}
json_instruct
{"type": "object", "properties": {"bodyClass": {"type": "string"}, "light-theme": {"type": "boolean"}, "dark-theme": {"type": "boolean"}, "section-header__has-logo": {"type": "boolean"}, "section-header__title": {"type": "string"}, "section-header__parent": {"type": "string"}}, "required": ["bodyClass", "light-theme", "dark-theme", "section-header__has-logo", "section-header__title", "section-header__parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Chaveroche", "circ" : "1\u00e8re circonscription", "dpt" : "Corr\u00e8ze", "inscrits" : 199, "abs" : 79, "votants" : 120, "blancs" : 9, "nuls" : 4, "exp" : 107, "res" : [{"nuance" : "REM", "nom" : "M. Christophe JERRETIE", "voix" : 36}, {"nuance" : "LR", "nom" : "Mme Fran\u00e7oise B\u00c9ZIAT", "voix" : 29}, {"nuance" : "FI", "nom" : "M. Jean-Marc VAREILLE", "voix" : 12}, {"nuance" : "FN", "nom" : "Mme Agn\u00e8s TARRASO", "voix" : 11}, {"nuance" : "SOC", "nom" : "M. Bernard COMBES", "voix" : 7}, {"nuance" : "COM", "nom" : "M. Jean MOUZAT", "voix" : 6}, {"nuance" : "DLF", "nom" : "M. Antoine BEHR", "voix" : 2}, {"nuance" : "ECO", "nom" : "Mme Mumine OZSOY", "voix" : 2}, {"nuance" : "EXG", "nom" : "Mme Marie-Th\u00e9r\u00e8se COINAUD", "voix" : 1}, {"nuance" : "DIV", "nom" : "Mme Anne-Pascale CHABOT", "voix" : 1}, {"nuance" : "DIV", "nom" : "M. Alex William FERNANDEZ", "voix" : 0}, {"nuance" : "ECO", "nom" : "M. Alain CRUZEL", "voix" : 0}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "version", "private", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Novo", "version" : "0.0.0", "private" : true, "main" : "./Novo.js"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "version", "private", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"debug": {"type": "string"}, "rhea": {"type": "string"}}, "required": ["debug", "rhea"]}}, "required": ["name", "version", "description", "license", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "qds", "version" : "0.0.1", "description" : "KNative servicing via Qpid Dispatch Router", "license" : "Apache-2.0", "repository" : {"type" : "git", "url" : "http://github.com/grs/qds"}, "dependencies" : {"debug" : ">=0.8.0", "rhea" : ">=0.2.5"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"debug": {"type": "string"}, "rhea": {"type": "string"}}, "required": ["debug", "rhea"]}}, "required": ["name", "version", "description", "license", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"components": {"type": "object", "properties": {"schemas": {"type": "object", "properties": {"LegacyValue": {"type": "object", "properties": {"required": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"1": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "2": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "3": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["1", "2", "3"]}}, "required": ["required", "type", "properties"]}, "LegacyValueOld": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"1old": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "2old": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "3old": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["1old", "2old", "3old"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "properties", "required"]}}, "required": ["LegacyValue", "LegacyValueOld"]}}, "required": ["schemas"]}, "openapi": {"type": "string"}, "info": {"type": "object", "properties": {"version": {"type": "string"}, "title": {"type": "string"}}, "required": ["version", "title"]}, "paths": {"type": "object", "properties": {}, "required": []}}, "required": ["components", "openapi", "info", "paths"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"components" : {"schemas" : {"LegacyValue" : {"required" : ["1", "2", "3"], "type" : "object", "properties" : {"1" : {"type" : "string", "description" : "text 1"}, "2" : {"type" : "string", "description" : "text 2"}, "3" : {"type" : "string", "description" : "text 3"}}}, "LegacyValueOld" : {"type" : "object", "properties" : {"1old" : {"type" : "string", "description" : "text 1"}, "2old" : {"type" : "string", "description" : "text 2"}, "3old" : {"type" : "string", "description" : "text 3"}}, "required" : ["1old", "2old", "3old"]}}}, "openapi" : "3.0.0", "info" : {"version" : "", "title" : ""}, "paths" : {}}
json_instruct
{"type": "object", "properties": {"components": {"type": "object", "properties": {"schemas": {"type": "object", "properties": {"LegacyValue": {"type": "object", "properties": {"required": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"1": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "2": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "3": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["1", "2", "3"]}}, "required": ["required", "type", "properties"]}, "LegacyValueOld": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"1old": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "2old": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "3old": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["1old", "2old", "3old"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "properties", "required"]}}, "required": ["LegacyValue", "LegacyValueOld"]}}, "required": ["schemas"]}, "openapi": {"type": "string"}, "info": {"type": "object", "properties": {"version": {"type": "string"}, "title": {"type": "string"}}, "required": ["version", "title"]}, "paths": {"type": "object", "properties": {}, "required": []}}, "required": ["components", "openapi", "info", "paths"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "font-awesome": {"type": "string"}, "jquery": {"type": "string"}, "popper.js": {"type": "string"}}, "required": ["bootstrap", "font-awesome", "jquery", "popper.js"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"bootstrap" : "^4.1.1", "font-awesome" : "^4.7.0", "jquery" : "^3.3.1", "popper.js" : "^1.14.3"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "font-awesome": {"type": "string"}, "jquery": {"type": "string"}, "popper.js": {"type": "string"}}, "required": ["bootstrap", "font-awesome", "jquery", "popper.js"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Microsoft.EntityFrameworkCore": {"type": "string"}, "Microsoft.AspNetCore.NodeServices": {"type": "string"}, "Default": {"type": "string"}}, "required": ["Microsoft.EntityFrameworkCore", "Microsoft.AspNetCore.NodeServices", "Default"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "Data": {"type": "object", "properties": {"Zeus": {"type": "object", "properties": {"ConnectionString": {"type": "string"}}, "required": ["ConnectionString"]}}, "required": ["Zeus"]}}, "required": ["Logging", "AllowedHosts", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Logging" : {"LogLevel" : {"Microsoft.EntityFrameworkCore" : "Information", "Microsoft.AspNetCore.NodeServices" : "Information", "Default" : "Warning"}}, "AllowedHosts" : "*", "Data" : {"Zeus" : {"ConnectionString" : "Server=(localdb)\\MSSQLLocalDB;Database=ZeusAngular;Trusted_Connection=True;MultipleActiveResultSets=true"}}}
json_instruct
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Microsoft.EntityFrameworkCore": {"type": "string"}, "Microsoft.AspNetCore.NodeServices": {"type": "string"}, "Default": {"type": "string"}}, "required": ["Microsoft.EntityFrameworkCore", "Microsoft.AspNetCore.NodeServices", "Default"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "Data": {"type": "object", "properties": {"Zeus": {"type": "object", "properties": {"ConnectionString": {"type": "string"}}, "required": ["ConnectionString"]}}, "required": ["Zeus"]}}, "required": ["Logging", "AllowedHosts", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "email": {"type": "string"}, "website": {"type": "string"}, "whitepaper": {"type": "string"}, "state": {"type": "string"}, "published_on": {"type": "string"}, "links": {"type": "object", "properties": {"telegram": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["telegram", "twitter"]}}, "required": ["symbol", "address", "overview", "email", "website", "whitepaper", "state", "published_on", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"symbol" : "TSLT", "address" : "0x9c30a5c7560e71b77626419d3f04a9E9048cDC9c", "overview" : {"en" : "TSLT Energy Chain is a distributed data storage protocol based on blockchain technology. Strive to build a blockchain asset platform based on energy data to promote energy conservation, environmental protection and efficient energy trading.", "zh" : "TSLT\u80fd\u6e90\u94fe\u662f\u4e00\u79cd\u57fa\u4e8e\u533a\u5757\u94fe\u6280\u672f\u7684\u5206\u5e03\u5f0f\u6570\u636e\u5b58\u50a8\u534f\u8bae\u3002\u529b\u56fe\u6253\u9020\u4e00\u4e2a\u57fa\u4e8e\u80fd\u6e90\u6570\u636e\u7684\u533a\u5757\u94fe\u8d44\u4ea7\u5e73\u53f0\uff0c\u4ee5\u4fc3\u8fdb\u8282\u80fd\u73af\u4fdd\u548c\u80fd\u6e90\u7684\u9ad8\u6548\u4ea4\u6613\u3002"}, "email" : "[email protected]", "website" : "http://www.tslt.vip/", "whitepaper" : "http://www.tslt.vip/TSLTEN.pdf", "state" : "NORMAL", "published_on" : "2020-12-24", "links" : {"telegram" : "https://t.me/tsltgroup", "twitter" : "https://twitter.com/TeslaEnergy5"}}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "email": {"type": "string"}, "website": {"type": "string"}, "whitepaper": {"type": "string"}, "state": {"type": "string"}, "published_on": {"type": "string"}, "links": {"type": "object", "properties": {"telegram": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["telegram", "twitter"]}}, "required": ["symbol", "address", "overview", "email", "website", "whitepaper", "state", "published_on", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "coffee-script": {"type": "string"}, "coffeeify": {"type": "string"}, "karma": {"type": "string"}, "karma-bro": {"type": "string"}, "karma-chai-plugins": {"type": "string"}, "karma-coffee-preprocessor": {"type": "string"}, "karma-jasmine": {"type": "string"}, "karma-mocha": {"type": "string"}, "karma-mocha-reporter": {"type": "string"}, "karma-chrome-launcher": {"type": "string"}, "karma-firefox-launcher": {"type": "string"}, "karma-phantomjs-launcher": {"type": "string"}}, "required": ["browserify", "coffee-script", "coffeeify", "karma", "karma-bro", "karma-chai-plugins", "karma-coffee-preprocessor", "karma-jasmine", "karma-mocha", "karma-mocha-reporter", "karma-chrome-launcher", "karma-firefox-launcher", "karma-phantomjs-launcher"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["test", "prepublish"]}, "browserify": {"type": "object", "properties": {"transform": {"type": "array", "items": {"type": "string"}}}, "required": ["transform"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "bugs", "devDependencies", "scripts", "browserify", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "undo-stack", "version" : "1.0.0", "description" : "A simple undo/redo library with optional undo chunking (batch undos)", "main" : "dist/index.js", "repository" : {"type" : "git", "url" : "https://github.com/willhoag/undo-stack.git"}, "bugs" : {"url" : "https://github.com/willhoag/undo-stack/issues"}, "devDependencies" : {"browserify" : "~4.2.0", "coffee-script" : "^1.8.0", "coffeeify" : "~0.6.0", "karma" : "~0.12.17", "karma-bro" : "~0.6.0", "karma-chai-plugins" : "~0.2.0", "karma-coffee-preprocessor" : "^0.2.1", "karma-jasmine" : "~0.1.4", "karma-mocha" : "~0.1.1", "karma-mocha-reporter" : "~0.2.2", "karma-chrome-launcher" : "~0.1.1", "karma-firefox-launcher" : "~0.1.2", "karma-phantomjs-launcher" : "~0.1.1"}, "scripts" : {"test" : "./node_modules/karma/bin/karma start", "prepublish" : "./node_modules/coffee-script/bin/coffee -b -o ./dist -c ./src"}, "browserify" : {"transform" : ["coffeeify"]}, "keywords" : ["history", "undo", "redo", "chunk", "batch"], "author" : {"name" : "Will Hoag", "email" : "[email protected]", "url" : "https://github.com/willhoag"}, "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "coffee-script": {"type": "string"}, "coffeeify": {"type": "string"}, "karma": {"type": "string"}, "karma-bro": {"type": "string"}, "karma-chai-plugins": {"type": "string"}, "karma-coffee-preprocessor": {"type": "string"}, "karma-jasmine": {"type": "string"}, "karma-mocha": {"type": "string"}, "karma-mocha-reporter": {"type": "string"}, "karma-chrome-launcher": {"type": "string"}, "karma-firefox-launcher": {"type": "string"}, "karma-phantomjs-launcher": {"type": "string"}}, "required": ["browserify", "coffee-script", "coffeeify", "karma", "karma-bro", "karma-chai-plugins", "karma-coffee-preprocessor", "karma-jasmine", "karma-mocha", "karma-mocha-reporter", "karma-chrome-launcher", "karma-firefox-launcher", "karma-phantomjs-launcher"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["test", "prepublish"]}, "browserify": {"type": "object", "properties": {"transform": {"type": "array", "items": {"type": "string"}}}, "required": ["transform"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "bugs", "devDependencies", "scripts", "browserify", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"ha\u0161\u00b7\u0161\u016b\u00b7lam\u00b7m\u00ee\u1e6f": {"type": "object", "properties": {"jos.13.biblehub.htm|2": {"type": "array", "items": {"type": "string"}}}, "required": ["jos.13.biblehub.htm|2"]}, "ba\u0161\u00b7\u0161\u016b\u00b7lam\u00b7m\u00ee\u1e6f": {"type": "object", "properties": {"jos.13.biblehub.htm|8": {"type": "array", "items": {"type": "string"}}}, "required": ["jos.13.biblehub.htm|8"]}}, "required": ["ha\u0161\u00b7\u0161\u016b\u00b7lam\u00b7m\u00ee\u1e6f", "ba\u0161\u00b7\u0161\u016b\u00b7lam\u00b7m\u00ee\u1e6f"]}, "meanings": {"type": "object", "properties": {"shulammitess": {"type": "integer"}}, "required": ["shulammitess"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pos" : "proper", "translits" : {"ha\u0161\u00b7\u0161\u016b\u00b7lam\u00b7m\u00ee\u1e6f" : {"jos.13.biblehub.htm|2" : ["return\uff64", "Shulammitess\u2013", "Return"]}, "ba\u0161\u00b7\u0161\u016b\u00b7lam\u00b7m\u00ee\u1e6f" : {"jos.13.biblehub.htm|8" : ["would you see", "in the Shulammitess", "as it were the dance"]}}, "meanings" : {"shulammitess" : 2}, "meaningsCount" : 1, "occurences" : 2}
json_instruct
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"ha\u0161\u00b7\u0161\u016b\u00b7lam\u00b7m\u00ee\u1e6f": {"type": "object", "properties": {"jos.13.biblehub.htm|2": {"type": "array", "items": {"type": "string"}}}, "required": ["jos.13.biblehub.htm|2"]}, "ba\u0161\u00b7\u0161\u016b\u00b7lam\u00b7m\u00ee\u1e6f": {"type": "object", "properties": {"jos.13.biblehub.htm|8": {"type": "array", "items": {"type": "string"}}}, "required": ["jos.13.biblehub.htm|8"]}}, "required": ["ha\u0161\u00b7\u0161\u016b\u00b7lam\u00b7m\u00ee\u1e6f", "ba\u0161\u00b7\u0161\u016b\u00b7lam\u00b7m\u00ee\u1e6f"]}, "meanings": {"type": "object", "properties": {"shulammitess": {"type": "integer"}}, "required": ["shulammitess"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Claim- Inpatient: Secondary diagnosis", "COUNT_VALUE" : 18}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : ["MALE", "FEMALE"], "MIN_VALUE" : [20, 22], "P10_VALUE" : [33, 40], "P25_VALUE" : [44, 41], "MEDIAN_VALUE" : [54, 49], "P75_VALUE" : [72, 58], "P90_VALUE" : [80, 70], "MAX_VALUE" : [82, 73]}}
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"writings": {"type": "string"}, "signInWithGoogle": {"type": "string"}, "signOut": {"type": "string"}, "save": {"type": "string"}, "noTitle": {"type": "string"}, "edited": {"type": "string"}, "created": {"type": "string"}, "remove": {"type": "string"}, "share": {"type": "string"}, "theme": {"type": "string"}, "light": {"type": "string"}, "dark": {"type": "string"}, "system": {"type": "string"}, "search": {"type": "string"}, "done": {"type": "string"}, "cancel": {"type": "string"}, "reload": {"type": "string"}, "signInPlease": {"type": "string"}, "somethingBadHappened": {"type": "string"}, "language": {"type": "string"}, "en": {"type": "string"}, "ru": {"type": "string"}, "oops": {"type": "string"}, "hello": {"type": "string"}, "saveAs": {"type": "string"}, "settings": {"type": "string"}, "writing": {"type": "string"}, "New": {"type": "string"}, "signIn": {"type": "string"}, "loading": {"type": "string"}, "saving": {"type": "string"}, "continue": {"type": "string"}, "copyText": {"type": "string"}, "saved": {"type": "string"}, "renamed": {"type": "string"}, "copied": {"type": "string"}, "removed": {"type": "string"}}, "required": ["writings", "signInWithGoogle", "signOut", "save", "noTitle", "edited", "created", "remove", "share", "theme", "light", "dark", "system", "search", "done", "cancel", "reload", "signInPlease", "somethingBadHappened", "language", "en", "ru", "oops", "hello", "saveAs", "settings", "writing", "New", "signIn", "loading", "saving", "continue", "copyText", "saved", "renamed", "copied", "removed"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"writings" : "Writings", "signInWithGoogle" : "Sign in with Google", "signOut" : "Sign out", "save" : "Save", "noTitle" : "***", "edited" : "Edited", "created" : "Created", "remove" : "Remove", "share" : "Share", "theme" : "Theme", "light" : "Light", "dark" : "Dark", "system" : "System", "search" : "Search", "done" : "Done", "cancel" : "Cancel", "reload" : "Reload", "signInPlease" : "You can sign in for syncing across devices or continue using app on this device", "somethingBadHappened" : "Something bad happened. Try to reload page, please", "language" : "Language", "en" : "English", "ru" : "\u0420\u0443\u0441\u0441\u043a\u0438\u0439", "oops" : "Oops!..", "hello" : "Hello!", "saveAs" : "Save as", "settings" : "Settings", "writing" : "Writing", "New" : "New", "signIn" : "Sign in", "loading" : "Loading...", "saving" : "Saving...", "continue" : "Continue", "copyText" : "Copy text", "saved" : "Saved", "renamed" : "Renamed", "copied" : "Copied", "removed" : "Removed"}
json_instruct
{"type": "object", "properties": {"writings": {"type": "string"}, "signInWithGoogle": {"type": "string"}, "signOut": {"type": "string"}, "save": {"type": "string"}, "noTitle": {"type": "string"}, "edited": {"type": "string"}, "created": {"type": "string"}, "remove": {"type": "string"}, "share": {"type": "string"}, "theme": {"type": "string"}, "light": {"type": "string"}, "dark": {"type": "string"}, "system": {"type": "string"}, "search": {"type": "string"}, "done": {"type": "string"}, "cancel": {"type": "string"}, "reload": {"type": "string"}, "signInPlease": {"type": "string"}, "somethingBadHappened": {"type": "string"}, "language": {"type": "string"}, "en": {"type": "string"}, "ru": {"type": "string"}, "oops": {"type": "string"}, "hello": {"type": "string"}, "saveAs": {"type": "string"}, "settings": {"type": "string"}, "writing": {"type": "string"}, "New": {"type": "string"}, "signIn": {"type": "string"}, "loading": {"type": "string"}, "saving": {"type": "string"}, "continue": {"type": "string"}, "copyText": {"type": "string"}, "saved": {"type": "string"}, "renamed": {"type": "string"}, "copied": {"type": "string"}, "removed": {"type": "string"}}, "required": ["writings", "signInWithGoogle", "signOut", "save", "noTitle", "edited", "created", "remove", "share", "theme", "light", "dark", "system", "search", "done", "cancel", "reload", "signInPlease", "somethingBadHappened", "language", "en", "ru", "oops", "hello", "saveAs", "settings", "writing", "New", "signIn", "loading", "saving", "continue", "copyText", "saved", "renamed", "copied", "removed"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": "string"}, "ClosedDate": {"type": "null"}, "CommentCount": {"type": "integer"}, "Custom": {"type": "null"}, "Description": {"type": "string"}, "LastUpdatedDate": {"type": "string"}, "PlannedForRelease": {"type": "string"}, "ReleaseVisibleToPublic": {"type": "boolean"}, "Priority": {"type": "object", "properties": {"Name": {"type": "string"}, "Severity": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["Name", "Severity", "Id"]}, "ProjectName": {"type": "string"}, "ReportedDate": {"type": "string"}, "Status": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "ReasonClosed": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}, "Summary": {"type": "string"}, "Type": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "VoteCount": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["AffectedComponent", "ClosedComment", "ClosedDate", "CommentCount", "Custom", "Description", "LastUpdatedDate", "PlannedForRelease", "ReleaseVisibleToPublic", "Priority", "ProjectName", "ReportedDate", "Status", "ReasonClosed", "Summary", "Type", "VoteCount", "Id"]}, "FileAttachments": {"type": "array", "items": {}}, "Comments": {"type": "array", "items": {"type": "object", "properties": {"Message": {"type": "string"}, "PostedDate": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Message", "PostedDate", "Id"]}}}, "required": ["WorkItem", "FileAttachments", "Comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"WorkItem" : {"AffectedComponent" : {"Name" : "", "DisplayName" : ""}, "ClosedComment" : "", "ClosedDate" : null, "CommentCount" : 0, "Custom" : null, "Description" : "Version: ATL Server Source and Headers 9.0.70425 Alpha\n\u00a0\nProblem:\nNew code added to used function AtlMimeMakeRecipientsString() means that GetRecipientsString() will always return FALSE.\nThe problem is that the 'dwLen' parameter will always be zero, and buffer length validation in AtlMimeMakeRecipientsString() will fail the call.\n\u00a0\nFix:\nIn GetRecipientsString() the three instances of this line:\n\t\t\tdwLen = *pdwLen - dwTotalLen;\nshould be changed to this:\n\t\t\tdwLen = dwMaxLen - dwTotalLen;\nThis will correctly maintain the remaining buffer length in dwLen.", "LastUpdatedDate" : "2013-02-14T12:57:07.903-08:00", "PlannedForRelease" : "", "ReleaseVisibleToPublic" : false, "Priority" : {"Name" : "Low", "Severity" : 50, "Id" : 1}, "ProjectName" : "AtlServer", "ReportedDate" : "2007-12-04T16:29:22.157-08:00", "Status" : {"Name" : "Proposed", "Id" : 1}, "ReasonClosed" : {"Name" : "Unassigned"}, "Summary" : "ATLMIME.H - GetRecipientsString()", "Type" : {"Name" : "Issue", "Id" : 3}, "VoteCount" : 5, "Id" : 4683}, "FileAttachments" : [], "Comments" : [{"Message" : "You can simply comment line 531 of the ATLMIME.H like this:\r\n\r\n530:\t\tDWORD dwMaxLen = *pdwLen;\r\n531:\t\t//*pdwLen = 0;\r\n\r\nThis is a serious error and it should be corrected in the next release.", "PostedDate" : "2009-02-20T04:28:28.09-08:00", "Id" : -2147483648}, {"Message" : "", "PostedDate" : "2012-01-14T03:21:26.37-08:00", "Id" : -2147483648}, {"Message" : "", "PostedDate" : "2013-02-14T12:57:07.903-08:00", "Id" : -2147483648}]}
json_instruct
{"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": "string"}, "ClosedDate": {"type": "null"}, "CommentCount": {"type": "integer"}, "Custom": {"type": "null"}, "Description": {"type": "string"}, "LastUpdatedDate": {"type": "string"}, "PlannedForRelease": {"type": "string"}, "ReleaseVisibleToPublic": {"type": "boolean"}, "Priority": {"type": "object", "properties": {"Name": {"type": "string"}, "Severity": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["Name", "Severity", "Id"]}, "ProjectName": {"type": "string"}, "ReportedDate": {"type": "string"}, "Status": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "ReasonClosed": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}, "Summary": {"type": "string"}, "Type": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "VoteCount": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["AffectedComponent", "ClosedComment", "ClosedDate", "CommentCount", "Custom", "Description", "LastUpdatedDate", "PlannedForRelease", "ReleaseVisibleToPublic", "Priority", "ProjectName", "ReportedDate", "Status", "ReasonClosed", "Summary", "Type", "VoteCount", "Id"]}, "FileAttachments": {"type": "array", "items": {}}, "Comments": {"type": "array", "items": {"type": "object", "properties": {"Message": {"type": "string"}, "PostedDate": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Message", "PostedDate", "Id"]}}}, "required": ["WorkItem", "FileAttachments", "Comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}, "config": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rustc" : 12837389265337637431, "features" : "[\"default\", \"std\"]", "target" : 12124146147092560478, "profile" : 4339006351771724982, "path" : 6903410446483756527, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "release/.fingerprint/byteorder-3a8990003dd2b6a8/dep-lib-byteorder"}}], "rustflags" : [], "metadata" : 5398730104718078656, "config" : 0}
json_instruct
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}, "config": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 7307090, "parent" : 7307, "name" : "PULAU SEMBILAN", "latitude" : "-5.0821057035209", "longitude" : "120.4077768765", "postal" : [92681, 92616], "children" : [7307090001, 7307090002, 7307090003, 7307090004]}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xabc0bb482352ad835321e4a5d20682ee3999406b", "tool" : "mythril", "start" : 1563691954.9017537, "end" : 1563691958.979605, "duration" : 4.077851295471191, "analysis" : {"error" : null, "issues" : [], "success" : true}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["numpy-indexed"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Bind": {"type": "object", "properties": {"Code": {"type": "integer"}, "Output": {"type": "array", "items": {"type": "string"}}}, "required": ["Code", "Output"]}, "Nsd": {"type": "object", "properties": {"Code": {"type": "integer"}, "Output": {"type": "array", "items": {"type": "string"}}}, "required": ["Code", "Output"]}, "Knot": {"type": "object", "properties": {"Code": {"type": "integer"}, "Output": {"type": "array", "items": {"type": "string"}}}, "required": ["Code", "Output"]}, "Powerdns": {"type": "object", "properties": {"Code": {"type": "integer"}, "Output": {"type": "array", "items": {"type": "string"}}}, "required": ["Code", "Output"]}}, "required": ["Bind", "Nsd", "Knot", "Powerdns"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Bind" : {"Code" : 1, "Output" : ["60.txt:2: using RFC1035 TTL semantics", "dns_master_load: 60.txt:4: example.bankcard.www: CNAME and other data", "zone example.bankcard.www/IN: loading from master file 60.txt failed: CNAME and other data", "zone example.bankcard.www/IN: not loaded due to errors."]}, "Nsd" : {"Code" : 1, "Output" : ["zone example.bankcard.www. file 60.txt has 2 errors"]}, "Knot" : {"Code" : 1, "Output" : ["[example.bankcard.www.] more records exist at CNAME", "", "Error summary:", " 1\tmore records exist at CNAME", "Serious semantic error detected"]}, "Powerdns" : {"Code" : 1, "Output" : ["[Error] CNAME example.bankcard.www found, but other records with same label exist.", "Checked 4 records of 'example.bankcard.www', 1 errors, 0 warnings."]}}
json_instruct
{"type": "object", "properties": {"Bind": {"type": "object", "properties": {"Code": {"type": "integer"}, "Output": {"type": "array", "items": {"type": "string"}}}, "required": ["Code", "Output"]}, "Nsd": {"type": "object", "properties": {"Code": {"type": "integer"}, "Output": {"type": "array", "items": {"type": "string"}}}, "required": ["Code", "Output"]}, "Knot": {"type": "object", "properties": {"Code": {"type": "integer"}, "Output": {"type": "array", "items": {"type": "string"}}}, "required": ["Code", "Output"]}, "Powerdns": {"type": "object", "properties": {"Code": {"type": "integer"}, "Output": {"type": "array", "items": {"type": "string"}}}, "required": ["Code", "Output"]}}, "required": ["Bind", "Nsd", "Knot", "Powerdns"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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" : "7414010001", "district_id" : "7414010", "name" : "KOKOE"}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 23}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : ["MALE", "FEMALE"], "MIN_VALUE" : [52, 52], "P10_VALUE" : [52, 59], "P25_VALUE" : [61, 61], "MEDIAN_VALUE" : [65, 66], "P75_VALUE" : [71, 77], "P90_VALUE" : [83, 78], "MAX_VALUE" : [83, 86]}}
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "url": {"type": "string"}, "oauth2": {"type": "object", "properties": {"authorize": {"type": "string"}, "access_token": {"type": "string"}}, "required": ["authorize", "access_token"]}, "href": {"type": "object", "properties": {"keys": {"type": "string"}, "docs": {"type": "string"}, "apps": {"type": "string"}, "provider": {"type": "string"}}, "required": ["keys", "docs", "apps", "provider"]}}, "required": ["name", "desc", "url", "oauth2", "href"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Wordpress", "desc" : "The WordPress API stands for the WordPress Application Programming Interface. It can be separated into multiple API sections / topics. Each covers the functions involved in and use of a given set of functionality. Together they form what might be called the WordPress API, which is the plugin/theme/add-on interface created by the entire WordPress project.", "url" : "https://public-api.wordpress.com/oauth2", "oauth2" : {"authorize" : "/authorize", "access_token" : "/token"}, "href" : {"keys" : "https://developer.wordpress.com/apps/new/", "docs" : "https://developer.wordpress.com/docs/api/", "apps" : "https://developer.wordpress.com/apps/", "provider" : "https://www.wordpress.com/"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "url": {"type": "string"}, "oauth2": {"type": "object", "properties": {"authorize": {"type": "string"}, "access_token": {"type": "string"}}, "required": ["authorize", "access_token"]}, "href": {"type": "object", "properties": {"keys": {"type": "string"}, "docs": {"type": "string"}, "apps": {"type": "string"}, "provider": {"type": "string"}}, "required": ["keys", "docs", "apps", "provider"]}}, "required": ["name", "desc", "url", "oauth2", "href"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "start_date": {"type": "string"}}, "required": ["name", "start_date"]}}, "history": {"type": "object", "properties": {"1944-06-28": {"type": "string"}, "1944-07-22": {"type": "string"}, "1952-02-19": {"type": "string"}, "1952-03-03": {"type": "string"}, "1967-06-30": {"type": "string"}, "1967-07-10": {"type": "string"}, "1989-06-09": {"type": "string"}, "1989-06-23": {"type": "string"}, "1994-12-27": {"type": "string"}, "1995-01-11": {"type": "string"}, "2000-04-28": {"type": "string"}, "2000-05-17": {"type": "string"}, "2000-05-21": {"type": "string"}}, "required": ["1944-06-28", "1944-07-22", "1952-02-19", "1952-03-03", "1967-06-30", "1967-07-10", "1989-06-09", "1989-06-23", "1994-12-27", "1995-01-11", "2000-04-28", "2000-05-17", "2000-05-21"]}, "lyID": {"type": "string"}, "PCode": {"type": "string"}}, "required": ["name", "history", "lyID", "PCode"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : [{"name" : "\u51fa\u570b\u8b77\u7167\u689d\u4f8b", "start_date" : "1944-06-28"}, {"name" : "\u8b77\u7167\u689d\u4f8b", "start_date" : "1967-06-30"}], "history" : {"1944-06-28" : "\u5236\u5b9a17\u689d", "1944-07-22" : "\u516c\u5e03", "1952-02-19" : "\u4fee\u6b63\u5168\u658724\u689d", "1952-03-03" : "\u516c\u5e03", "1967-06-30" : "\u4fee\u6b63\u524d[\u51fa\u570b\u8b77\u7167\u689d\u4f8b]\u70ba\u672c\u6cd5\n\u4e26\u4fee\u6b63\u5168\u658718\u689d", "1967-07-10" : "\u516c\u5e03", "1989-06-09" : "\u4fee\u6b63\u5168\u658718\u689d", "1989-06-23" : "\u516c\u5e03", "1994-12-27" : "\u4fee\u6b63\u7b2c1, 4, 9, 11, 13\u689d", "1995-01-11" : "\u516c\u5e03", "2000-04-28" : "\u4fee\u6b63\u5168\u658727\u689d", "2000-05-17" : "\u516c\u5e03", "2000-05-21" : "\u65bd\u884c"}, "lyID" : "01303", "PCode" : "E0030001"}
json_instruct
{"type": "object", "properties": {"name": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "start_date": {"type": "string"}}, "required": ["name", "start_date"]}}, "history": {"type": "object", "properties": {"1944-06-28": {"type": "string"}, "1944-07-22": {"type": "string"}, "1952-02-19": {"type": "string"}, "1952-03-03": {"type": "string"}, "1967-06-30": {"type": "string"}, "1967-07-10": {"type": "string"}, "1989-06-09": {"type": "string"}, "1989-06-23": {"type": "string"}, "1994-12-27": {"type": "string"}, "1995-01-11": {"type": "string"}, "2000-04-28": {"type": "string"}, "2000-05-17": {"type": "string"}, "2000-05-21": {"type": "string"}}, "required": ["1944-06-28", "1944-07-22", "1952-02-19", "1952-03-03", "1967-06-30", "1967-07-10", "1989-06-09", "1989-06-23", "1994-12-27", "1995-01-11", "2000-04-28", "2000-05-17", "2000-05-21"]}, "lyID": {"type": "string"}, "PCode": {"type": "string"}}, "required": ["name", "history", "lyID", "PCode"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generated_at" : "2017-01-27T09:37:39.363870", "required_by" : ["rest_framework_borderkeeper", "cloudengine", "django-filters-mixin", "django-lazydrf", "django-dingos", "rest_framework_auth0", "django-gov", "django-secure-auth", "django-admin2", "django-didadata", "nodeconductor", "djangorestframework-chain", "seed-stage-based-messaging", "OpenREM", "djangoapps-company", "mapentity", "drf-schema-adapter", "drf-tools", "django-viewflow", "jmb.core", "django_sql_dashboards", "drf-coupons", "penatesserver", "SilentDune-Server", "djangoapps-lunch", "kii", "transmanager", "djangorestframework-filter", "seed-control-interface-service", "django-data-explorer", "django-translation-server", "munch-core", "cyclosible", "railguns", "Vaultier", "django-cruditor", "drf_auto_endpoint", "django_filtered_feed", "seed-identity-store", "django-richtemplates", "cabot", "drf_eventlog", "django-jigsawview", "seed-service-rating", "mezzanine-api", "pyreststore", "pyreststore", "djangorestframework-filters"], "requires" : [], "package" : "django-filter"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"duration": {"type": "string"}, "layout": {"type": "object", "properties": {"children": {"type": "array", "items": {"type": "object", "properties": {"bounds": {"type": "object", "properties": {"top": {"type": "string"}, "left": {"type": "string"}, "bottom": {"type": "string"}, "right": {"type": "string"}}, "required": ["top", "left", "bottom", "right"]}, "id": {"type": "string"}, "class": {"type": "string"}}, "required": ["bounds", "id", "class"]}}, "bounds": {"type": "object", "properties": {"top": {"type": "string"}, "left": {"type": "string"}, "bottom": {"type": "string"}, "right": {"type": "string"}}, "required": ["top", "left", "bottom", "right"]}, "id": {"type": "string"}, "class": {"type": "string"}}, "required": ["children", "bounds", "id", "class"]}}, "required": ["duration", "layout"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"duration" : "320500", "layout" : {"children" : [{"bounds" : {"top" : "168", "left" : "0", "bottom" : "168", "right" : "0"}, "id" : "top_guideline", "class" : "Guideline"}, {"bounds" : {"top" : "277", "left" : "0", "bottom" : "277", "right" : "0"}, "id" : "bottom_guideline", "class" : "Guideline"}, {"children" : [], "bounds" : {"top" : "168", "left" : "401", "bottom" : "209", "right" : "442"}, "id" : "meeting_participants_picture", "class" : "FrameLayout"}, {"bounds" : {"top" : "168", "left" : "466", "bottom" : "209", "right" : "680"}, "id" : "call_on_hold_text", "class" : "MaterialTextView"}, {"bounds" : {"top" : "209", "left" : "448", "bottom" : "277", "right" : "632"}, "id" : "call_unhold_button", "class" : "MaterialTextView"}], "bounds" : {"top" : "0", "left" : "0", "bottom" : "577", "right" : "1080"}, "id" : "constraint_layout_root", "class" : "ConstraintLayout"}}
json_instruct
{"type": "object", "properties": {"duration": {"type": "string"}, "layout": {"type": "object", "properties": {"children": {"type": "array", "items": {"type": "object", "properties": {"bounds": {"type": "object", "properties": {"top": {"type": "string"}, "left": {"type": "string"}, "bottom": {"type": "string"}, "right": {"type": "string"}}, "required": ["top", "left", "bottom", "right"]}, "id": {"type": "string"}, "class": {"type": "string"}}, "required": ["bounds", "id", "class"]}}, "bounds": {"type": "object", "properties": {"top": {"type": "string"}, "left": {"type": "string"}, "bottom": {"type": "string"}, "right": {"type": "string"}}, "required": ["top", "left", "bottom", "right"]}, "id": {"type": "string"}, "class": {"type": "string"}}, "required": ["children", "bounds", "id", "class"]}}, "required": ["duration", "layout"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Copyright": {"type": "string"}, "License": {"type": "string"}, "North": {"type": "number"}, "Resolution": {"type": "number"}, "MergePoint": {"type": "number"}, "Images": {"type": "object", "properties": {"SAT": {"type": "string"}, "MAP": {"type": "string"}}, "required": ["SAT", "MAP"]}, "DistanceUOM": {"type": "string"}, "TempUOM": {"type": "string"}, "SpeedUOM": {"type": "string"}, "FinishLine": {"type": "number"}, "GPX": {"type": "object", "properties": {"ONTRACK": {"type": "string"}, "ONPITROAD": {"type": "string"}}, "required": ["ONTRACK", "ONPITROAD"]}}, "required": ["Copyright", "License", "North", "Resolution", "MergePoint", "Images", "DistanceUOM", "TempUOM", "SpeedUOM", "FinishLine", "GPX"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Copyright" : "Copyright (C) 2015 - 2019 Jeffrey Gilliam", "License" : "Apache License 2.0", "North" : 221.0, "Resolution" : 1.1, "MergePoint" : 10.0, "Images" : {"SAT" : "williamsgrove-sat.png", "MAP" : "williamsgrove-map.png"}, "DistanceUOM" : "mile", "TempUOM" : "F", "SpeedUOM" : "mph", "FinishLine" : 270.0, "GPX" : {"ONTRACK" : "williamsgrove-ONTRACK.gpx", "ONPITROAD" : "williamsgrove-ONPITROAD.gpx"}}
json_instruct
{"type": "object", "properties": {"Copyright": {"type": "string"}, "License": {"type": "string"}, "North": {"type": "number"}, "Resolution": {"type": "number"}, "MergePoint": {"type": "number"}, "Images": {"type": "object", "properties": {"SAT": {"type": "string"}, "MAP": {"type": "string"}}, "required": ["SAT", "MAP"]}, "DistanceUOM": {"type": "string"}, "TempUOM": {"type": "string"}, "SpeedUOM": {"type": "string"}, "FinishLine": {"type": "number"}, "GPX": {"type": "object", "properties": {"ONTRACK": {"type": "string"}, "ONPITROAD": {"type": "string"}}, "required": ["ONTRACK", "ONPITROAD"]}}, "required": ["Copyright", "License", "North", "Resolution", "MergePoint", "Images", "DistanceUOM", "TempUOM", "SpeedUOM", "FinishLine", "GPX"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"locked": {"type": "boolean"}, "starred": {"type": "boolean"}, "name": {"type": "string"}, "command": {"type": "string"}}, "required": ["locked", "starred", "name", "command"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"locked" : false, "starred" : false, "name" : "commit", "command" : "print(fetchSync.dom('http://whatthecommit.com').document.querySelector('p').textContent)"}
json_instruct
{"type": "object", "properties": {"locked": {"type": "boolean"}, "starred": {"type": "boolean"}, "name": {"type": "string"}, "command": {"type": "string"}}, "required": ["locked", "starred", "name", "command"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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/schema#"}
{"ast" : null, "code" : "import colors from \"../colors\";\nimport ramp from \"../ramp\";\nexport var scheme = new Array(3).concat(\"fc8d59ffffbf99d594\", \"d7191cfdae61abdda42b83ba\", \"d7191cfdae61ffffbfabdda42b83ba\", \"d53e4ffc8d59fee08be6f59899d5943288bd\", \"d53e4ffc8d59fee08bffffbfe6f59899d5943288bd\", \"d53e4ff46d43fdae61fee08be6f598abdda466c2a53288bd\", \"d53e4ff46d43fdae61fee08bffffbfe6f598abdda466c2a53288bd\", \"9e0142d53e4ff46d43fdae61fee08be6f598abdda466c2a53288bd5e4fa2\", \"9e0142d53e4ff46d43fdae61fee08bffffbfe6f598abdda466c2a53288bd5e4fa2\").map(colors);\nexport default ramp(scheme);", "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/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"resolution": {"type": "string"}, "tree": {"type": "object", "properties": {"src": {"type": "string"}, "raw": {"type": "string"}, "typings": {"type": "string"}}, "required": ["src", "raw", "typings"]}}, "required": ["resolution", "tree"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"resolution" : "main", "tree" : {"src" : "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/50b9b6c6d571cab9fb0154d2f3456d9a77f55ac8/react/react-addons-perf.d.ts", "raw" : "registry:dt/react-addons-perf#15.1.0+20160619031933", "typings" : "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/50b9b6c6d571cab9fb0154d2f3456d9a77f55ac8/react/react-addons-perf.d.ts"}}
json_instruct
{"type": "object", "properties": {"resolution": {"type": "string"}, "tree": {"type": "object", "properties": {"src": {"type": "string"}, "raw": {"type": "string"}, "typings": {"type": "string"}}, "required": ["src", "raw", "typings"]}}, "required": ["resolution", "tree"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Keras-FlappyBird", "description" : "Using Keras and Deep Q-Network to Play FlappyBird", "license" : null, "starNum" : 248, "folkNum" : 123, "watchNum" : 248, "topic" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}