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": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"repository": {"type": "string"}, "setUp": {"type": "string"}}, "required": ["repository", "setUp"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {}, "instance" : {"repository" : "FrancoisStephany 8/8/2012 15:03", "setUp" : "FrancoisStephany 9/3/2012 16:09"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"repository": {"type": "string"}, "setUp": {"type": "string"}}, "required": ["repository", "setUp"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "spawnInfos": {"type": "array", "items": {"type": "object", "properties": {"spec": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "stringLocationTypes": {"type": "array", "items": {"type": "string"}}, "minLevel": {"type": "integer"}, "maxLevel": {"type": "integer"}, "typeID": {"type": "string"}, "heldItems": {"type": "array", "items": {"type": "object", "properties": {"itemID": {"type": "string"}, "percentChance": {"type": "integer"}}, "required": ["itemID", "percentChance"]}}, "condition": {"type": "object", "properties": {"times": {"type": "array", "items": {"type": "string"}}, "stringBiomes": {"type": "array", "items": {"type": "string"}}, "maxY": {"type": "integer"}}, "required": ["times", "stringBiomes", "maxY"]}, "rarityMultipliers": {"type": "array", "items": {"type": "object", "properties": {"multiplier": {"type": "number"}, "condition": {"type": "object", "properties": {"neededNearbyBlocks": {"type": "array", "items": {"type": "string"}}}, "required": ["neededNearbyBlocks"]}}, "required": ["multiplier", "condition"]}}, "rarity": {"type": "number"}}, "required": ["spec", "stringLocationTypes", "minLevel", "maxLevel", "typeID", "heldItems", "condition", "rarityMultipliers", "rarity"]}}}, "required": ["id", "spawnInfos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "Makuhita Line Grass", "spawnInfos" : [{"spec" : {"name" : "Makuhita"}, "stringLocationTypes" : ["Grass"], "minLevel" : 5, "maxLevel" : 15, "typeID" : "pokemon", "heldItems" : [{"itemID" : "pixelmon:black_belt", "percentChance" : 5}], "condition" : {"times" : ["AFTERNOON"], "stringBiomes" : ["mountainous"], "maxY" : 80}, "rarityMultipliers" : [{"multiplier" : 1.5, "condition" : {"neededNearbyBlocks" : ["minecraft:log"]}}], "rarity" : 130.0}, {"spec" : {"name" : "Hariyama"}, "stringLocationTypes" : ["Grass"], "minLevel" : 20, "maxLevel" : 40, "typeID" : "pokemon", "heldItems" : [{"itemID" : "pixelmon:kings_rock", "percentChance" : 5}], "condition" : {"times" : ["AFTERNOON"], "stringBiomes" : ["mountainous"], "maxY" : 80}, "rarityMultipliers" : [{"multiplier" : 1.5, "condition" : {"neededNearbyBlocks" : ["minecraft:log"]}}], "rarity" : 8.0}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "spawnInfos": {"type": "array", "items": {"type": "object", "properties": {"spec": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "stringLocationTypes": {"type": "array", "items": {"type": "string"}}, "minLevel": {"type": "integer"}, "maxLevel": {"type": "integer"}, "typeID": {"type": "string"}, "heldItems": {"type": "array", "items": {"type": "object", "properties": {"itemID": {"type": "string"}, "percentChance": {"type": "integer"}}, "required": ["itemID", "percentChance"]}}, "condition": {"type": "object", "properties": {"times": {"type": "array", "items": {"type": "string"}}, "stringBiomes": {"type": "array", "items": {"type": "string"}}, "maxY": {"type": "integer"}}, "required": ["times", "stringBiomes", "maxY"]}, "rarityMultipliers": {"type": "array", "items": {"type": "object", "properties": {"multiplier": {"type": "number"}, "condition": {"type": "object", "properties": {"neededNearbyBlocks": {"type": "array", "items": {"type": "string"}}}, "required": ["neededNearbyBlocks"]}}, "required": ["multiplier", "condition"]}}, "rarity": {"type": "number"}}, "required": ["spec", "stringLocationTypes", "minLevel", "maxLevel", "typeID", "heldItems", "condition", "rarityMultipliers", "rarity"]}}}, "required": ["id", "spawnInfos"], "$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" : "NAGEKEO", "originalFilename" : "FOTO PAS.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 253295, "noUrut" : 1, "nama" : "MARIANUS POA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "NAGEKEO", "originalFilename" : "FOTO PAS.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 255528, "noUrut" : 2, "nama" : "ALEKS GOOTORY", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "NAGEKEO", "originalFilename" : "FOTO PAS.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 254475, "noUrut" : 3, "nama" : "PRISKA NIRMALA, S.Sos", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA KUPANG", "originalFilename" : "FOTO PAS.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 263051, "noUrut" : 4, "nama" : "BAPA TEKU FREDRIKUS, S.E", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "NAGEKEO", "originalFilename" : "FOTO PAS HITAM.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 243866, "noUrut" : 5, "nama" : "ABRAHAM WASA, S.Fil", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "NAGEKEO", "originalFilename" : "FOTO PAS.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 253908, "noUrut" : 6, "nama" : "MARIA ULE GAE", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "NAGEKEO", "originalFilename" : "KANISIUS GAA FOTO PAS.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 263462, "noUrut" : 7, "nama" : "KANISIUS GAA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "NAGEKEO", "originalFilename" : "FOTO PAS.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 263203, "noUrut" : 8, "nama" : "HILARIUS DHAE", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "NAGEKEO", "originalFilename" : "PAS FOTO.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 244708, "noUrut" : 9, "nama" : "FLAVIANA ASO, S.Pd", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "NAGEKEO", "originalFilename" : "FOTO PAS.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 245081, "noUrut" : 10, "nama" : "IRGINUS RAGA", "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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "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" : [497.979, 143.546, 1, 495.152, 162.009, 1, 482.84, 158.463, 1, 456.595, 168.645, 1, 472.414, 161.622, 1, 511.604, 158.613, 1, 528.903, 166.632, 1, 518.046, 183.07, 1, 505.669, 202.955, 1, 485.368, 237.209, 1, 485.072, 268.49, 1, 522.608, 195.792, 1, 528.665, 240.934, 1, 529.97, 269.249, 1, 495.167, 139.876, 1, 504.433, 139.826, 1, 487.367, 143.734, 1, 506.522, 144.942, 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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "THUS THE MEASURE OF WHAT IS EVERY-WHERE CALLED AND ESTEEMED VIRTUE AND VICE, IS THE APPROBATION OR DISLIKE, PRAISE OR BLAME,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/6591.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$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"}, "main": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "live-reload": {"type": "string"}, "test": {"type": "string"}, "test:watch": {"type": "string"}, "test:coverage": {"type": "string"}}, "required": ["start", "live-reload", "test", "test:watch", "test:coverage"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["jest", "nodemon"]}, "dependencies": {"type": "object", "properties": {"pino": {"type": "string"}, "pino-pretty": {"type": "string"}}, "required": ["pino", "pino-pretty"]}}, "required": ["name", "version", "description", "main", "type", "scripts", "engines", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "spotifyradio", "version" : "1.0.0", "description" : "Seja bem vindo(a) \u00e0 sexta Semana Javascript Expert. Este \u00e9 o c\u00f3digo inicial para iniciar nossa jornada.", "main" : "index.js", "type" : "module", "scripts" : {"start" : "node server/index.js", "live-reload" : "nodemon server/index.js", "test" : "NODE_OPTIONS=--experimental-vm-modules jest --no-cache", "test:watch" : "NODE_OPTIONS=--experimental-vm-modules jest --no-cache --watchAll", "test:coverage" : "NODE_OPTIONS=--experimental-vm-modules jest --no-cache --coverage tests/unit"}, "engines" : {"node" : "17"}, "repository" : {"type" : "git", "url" : "git+https://github.com/dieegoapolinario/spotifyradio.git"}, "keywords" : [], "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/dieegoapolinario/spotifyradio/issues"}, "homepage" : "https://github.com/dieegoapolinario/spotifyradio#readme", "devDependencies" : {"jest" : "^27.5.1", "nodemon" : "^2.0.15"}, "dependencies" : {"pino" : "^7.8.0", "pino-pretty" : "^7.5.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "live-reload": {"type": "string"}, "test": {"type": "string"}, "test:watch": {"type": "string"}, "test:coverage": {"type": "string"}}, "required": ["start", "live-reload", "test", "test:watch", "test:coverage"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["jest", "nodemon"]}, "dependencies": {"type": "object", "properties": {"pino": {"type": "string"}, "pino-pretty": {"type": "string"}}, "required": ["pino", "pino-pretty"]}}, "required": ["name", "version", "description", "main", "type", "scripts", "engines", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$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"}, "auto": {"type": "boolean"}, "webhookUsed": {"type": "boolean"}, "responses": {"type": "array", "items": {"type": "object", "properties": {"parameters": {"type": "array", "items": {"type": "object", "properties": {"isList": {"type": "boolean"}, "name": {"type": "string"}, "value": {"type": "string"}, "dataType": {"type": "string"}}, "required": ["isList", "name", "value", "dataType"]}}}, "required": ["parameters"]}}}, "required": ["name", "auto", "webhookUsed", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ItemDoubleRarityIntent", "auto" : true, "webhookUsed" : true, "responses" : [{"parameters" : [{"isList" : false, "name" : "itemRarityOne", "value" : "$itemRarityOne", "dataType" : "@sys.color"}, {"isList" : false, "name" : "itemRarityTwo", "value" : "$itemRarityTwo", "dataType" : "@sys.color"}]}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "auto": {"type": "boolean"}, "webhookUsed": {"type": "boolean"}, "responses": {"type": "array", "items": {"type": "object", "properties": {"parameters": {"type": "array", "items": {"type": "object", "properties": {"isList": {"type": "boolean"}, "name": {"type": "string"}, "value": {"type": "string"}, "dataType": {"type": "string"}}, "required": ["isList", "name", "value", "dataType"]}}}, "required": ["parameters"]}}}, "required": ["name", "auto", "webhookUsed", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"viewBox": {"type": "string"}, "font": {"type": "string"}, "code": {"type": "string"}, "ref": {"type": "string"}, "path": {"type": "string"}}, "required": ["viewBox", "font", "code", "ref", "path"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"viewBox" : "0 0 900 1024", "font" : "file-icons", "code" : "e91e", "ref" : "webpack-old", "path" : "M898 248L448 0 0 250l1 523 447 251 451-252-1-524M675 613l-1-207-203 116 1 233 177-99 174 101-350 196-1-198-24 14-26-15 1 199L76 758l174-101 172 97-1-234-197-110 1 204L51 715l-1-403 174 98 26-44-178-99L423 71v198l-173 97 198 112 198-114-173-95V71l349 193-176 100 28 42 174-100 1 408-174-101z"}
json_instruct
{"type": "object", "properties": {"viewBox": {"type": "string"}, "font": {"type": "string"}, "code": {"type": "string"}, "ref": {"type": "string"}, "path": {"type": "string"}}, "required": ["viewBox", "font", "code", "ref", "path"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"}, "address": {"type": "string"}, "doctorInCharge": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "qualifications": {"type": "array", "items": {"type": "string"}}, "specialties": {"type": "array", "items": {}}}, "required": ["name", "qualifications", "specialties"]}}, "detailedServices": {"type": "object", "properties": {"General Medical": {"type": "boolean"}}, "required": ["General Medical"]}}, "required": ["name", "tel", "fax", "licensee", "licensePeriod", "licenseClass", "hciCode", "address", "doctorInCharge", "detailedServices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "SL CLINIC PTE. LTD.", "tel" : "62625698", "fax" : "66944558", "licensee" : "SL CLINIC PTE. LTD.", "licensePeriod" : "01/12/2016 to 30/11/2018", "licenseClass" : "[ 2 Years ( 2A ) ]", "hciCode" : "16M0366", "address" : "9 BISHAN PLACE, JUNCTION 8 SHOPPING CENTRE, #04-02C Singapore 579837", "doctorInCharge" : [{"name" : "Kelvin Chua Yong Wei", "qualifications" : ["MBBS (University of Adelaide, Australia) 2000"], "specialties" : []}], "detailedServices" : {"General Medical" : true}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"}, "address": {"type": "string"}, "doctorInCharge": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "qualifications": {"type": "array", "items": {"type": "string"}}, "specialties": {"type": "array", "items": {}}}, "required": ["name", "qualifications", "specialties"]}}, "detailedServices": {"type": "object", "properties": {"General Medical": {"type": "boolean"}}, "required": ["General Medical"]}}, "required": ["name", "tel", "fax", "licensee", "licensePeriod", "licenseClass", "hciCode", "address", "doctorInCharge", "detailedServices"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2002, 11], [2003, 16], [2004, 10], [2005, 10], [2006, 18], [2007, 23], [2008, 26], [2009, 14], [2010, 18], [2011, 13], [2012, 12], [2013, 10], [2014, 10]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "issues": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"staruml": {"type": "string"}}, "required": ["staruml"]}}, "required": ["name", "title", "description", "homepage", "issues", "version", "author", "license", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "niklauslee.staruml-merge-generalizations", "title" : "Merge Generalizations", "description" : "Quickly merge generalizations into a rectilinear form", "homepage" : "https://github.com/niklauslee/staruml-merge-generalizations", "issues" : "https://github.com/niklauslee/staruml-merge-generalizations/issues", "version" : "0.9.1", "author" : {"name" : "Minkyu Lee", "email" : "niklaus.lee@gmail.com", "url" : "https://github.com/niklauslee"}, "license" : "MIT", "engines" : {"staruml" : "^3.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "issues": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"staruml": {"type": "string"}}, "required": ["staruml"]}}, "required": ["name", "title", "description", "homepage", "issues", "version", "author", "license", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["1.0"], "meta" : {"description" : "A simple reimplementation of \"django-mail-templated\"", "homepage" : "https://github.com/jonashaag/mail_templated_simple", "license" : "ISC"}, "versions" : {"1.0" : {"sha256" : "1b26ff52c987e579c5960649ff3aade1e81e481cd382cdb77f979e29f9431053", "url" : "https://files.pythonhosted.org/packages/46/27/2ff970af407fd9c9e69a55eac3e549cd01e0809b86049fdfb1f140afd20a/django-mail-templated-simple-1.0.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "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" : "renren-relationship", "description" : "\u4eba\u4eba\u597d\u53cb\u5173\u7cfb", "license" : null, "starNum" : 180, "folkNum" : 78, "watchNum" : 180, "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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"country" : "Basel, Switzerland", "github" : "zakgreant", "home" : "http://zak.greant.com/", "name" : "Zak Greant", "twitter" : "zakgreant"}
json_instruct
{"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Preheat oven to 400 degrees F.", "Wash beets. Individually wrap beets in a square of Reynolds Wrap(R) Aluminum Foil. Place on a baking sheet and bake for 45 minutes. Allow them to cool until they are able to be handled.", "Remove the skins by hand or by rubbing with a paper towel. Cut beets into chunks. Transfer to a food processor or heavy-duty blender.", "Add goat cheese, garlic, yogurt, tahini, thyme, lemon juice, salt, honey and olive oil. Pulse until smooth and thoroughly combined. Taste and adjust seasoning if desired. Transfer to a serving bowl or platter. Sprinkle with pistachios and drizzle with olive oil. Serve with crackers, raw veggies or crispy pita wedges."], "ingredients" : ["3 medium beets", "1/2 cup goat cheese", "1 large clove garlic, minced", "1/4 cup full-fat Greek yogurt", "1 tablespoon tahini", "1 tablespoon fresh thyme", "2 teaspoons lemon juice", "1 teaspoon salt, or to taste", "1 tablespoon honey", "1 tablespoon olive oil, plus extra for drizzling", "1/4 cup roughly chopped pistachios, for sprinkling", "Crackers, pita chips, or veggies for serving", "Reynolds Wrap\u00ae Aluminum Foil"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Roasted Beet and Goat Cheese Dip with Pistachios", "url" : "http://allrecipes.com/recipe/245468/roasted-beet-and-goat-cheese-dip-with/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"language.name": {"type": "string"}, "scripts": {"type": "array", "items": {"type": "string"}}, "locale": {"type": "string"}}, "required": ["language.name", "scripts", "locale"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"language.name" : "Aragonese", "scripts" : ["Latn"], "locale" : "an"}
json_instruct
{"type": "object", "properties": {"language.name": {"type": "string"}, "scripts": {"type": "array", "items": {"type": "string"}}, "locale": {"type": "string"}}, "required": ["language.name", "scripts", "locale"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": {"type": "number"}}}, "required": ["global", "bands"]}}, "required": ["name", "id", "isDefault", "gains"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Beyerdynamic DT 770 250 Ohm (Dekoni hybrid earpads)", "id" : "456db478a0c1b9cc1e8625379e954a0a6f4aa398", "isDefault" : false, "gains" : {"global" : -5.7, "bands" : [-1.9, -2.4, 0.3, 6.1, -2.7, -1.5, -1.5, 2.1, -2.3, -14.6]}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": {"type": "number"}}}, "required": ["global", "bands"]}}, "required": ["name", "id", "isDefault", "gains"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"quests/optionalhardmode/fu_t10_floranarena1.questtemplate": {"type": "array", "items": {"type": "string"}}}, "required": ["quests/optionalhardmode/fu_t10_floranarena1.questtemplate"]}, "Texts": {"type": "object", "properties": {"Eng": {"type": "string"}}, "required": ["Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"DeniedAlternatives" : [], "Files" : {"quests/optionalhardmode/fu_t10_floranarena1.questtemplate" : ["/title"]}, "Texts" : {"Eng" : "A Darker Contest"}}, {"DeniedAlternatives" : [], "Files" : {"quests/optionalhardmode/fu_t10_floranarena1.questtemplate" : ["/text"]}, "Texts" : {"Eng" : "Kevin went to an arena. Maybe to fight? Go there, kill things, and come back with energy signature. Be careful, this one feels...wrong. Really wrong."}}, {"DeniedAlternatives" : [], "Files" : {"quests/optionalhardmode/fu_t10_floranarena1.questtemplate" : ["/completionText"]}, "Texts" : {"Eng" : "No Kevin, but energy signature there. Fresher. Kinda. Mew...keep going. Beacons here."}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"quests/optionalhardmode/fu_t10_floranarena1.questtemplate": {"type": "array", "items": {"type": "string"}}}, "required": ["quests/optionalhardmode/fu_t10_floranarena1.questtemplate"]}, "Texts": {"type": "object", "properties": {"Eng": {"type": "string"}}, "required": ["Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "0f6d0f48-1a4e-45a7-af6d-c51fd89de63f", "playerTags" : [], "teamTags" : ["8d87c468-699a-47a8-b40d-cfb73a5660ad", "a37f9158-7f82-46bc-908c-c9e2dda7c33b"], "gameTags" : ["8b12fee2-1187-46ee-b7f9-3110575e83f9"], "metadata" : {"play" : 184, "subPlay" : -1}, "created" : "2021-03-17T02:15:39.351Z", "season" : 13, "tournament" : -1, "type" : 62, "day" : 34, "phase" : 4, "category" : 2, "description" : "A surge of Immateria rushes up from Under!\nBaserunners are swept from play!", "nuts" : 0}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "pokecube_legends:block/stripped_inverted_wood"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "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"]}, "properties": {"type": "object", "properties": {"geography": {"type": "string"}, "geometry": {"type": "string"}, "organisation": {"type": "string"}, "name": {"type": "string"}, "reference": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["geography", "geometry", "organisation", "name", "reference", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-0.115342, 51.527293], [-0.115083, 51.527449], [-0.114253, 51.526912], [-0.114703, 51.526694], [-0.114172, 51.526086], [-0.114248, 51.526068], [-0.114142, 51.5259], [-0.113983, 51.525744], [-0.114275, 51.525502], [-0.114982, 51.526655], [-0.114631, 51.526826], [-0.115342, 51.527293]]]]}, "properties" : {"geography" : "conservation-area:kml_193", "geometry" : "MULTIPOLYGON (((-0.115342 51.527293,-0.115083 51.527449,-0.114253 51.526912,-0.114703 51.526694,-0.114172 51.526086,-0.114248 51.526068,-0.114142 51.525900,-0.113983 51.525744,-0.114275 51.525502,-0.114982 51.526655,-0.114631 51.526826,-0.115342 51.527293)))", "organisation" : "local-authority-eng:CMD", "name" : "Bloomsbury", "reference" : "kml_193", "slug" : "/conservation-area/local-authority-eng/CMD/kml-193", "entity" : 471588, "entry-date" : "2020-09-12"}}
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": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"geography": {"type": "string"}, "geometry": {"type": "string"}, "organisation": {"type": "string"}, "name": {"type": "string"}, "reference": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["geography", "geometry", "organisation", "name", "reference", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 102028397, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "b35fde11ed809c5bd659fa500446ecdb", "wof:id" : 102028397, "wof:repo" : "whosonfirst-data-admin-in"}, "bbox" : [76.07011, 18.00804, 76.07011, 18.00804], "geometry" : {"coordinates" : [76.07011, 18.00804], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "goo:block/prefab_degrader_active"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "promenade:block/blunite_slab/bottom"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "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" : [[[-98.421173, 29.540801], [-98.41735, 29.54461], [-98.407895, 29.55077], [-98.396346, 29.54161], [-98.389262, 29.541762], [-98.394108, 29.536024], [-98.402363, 29.534741], [-98.406753, 29.535786], [-98.414002, 29.536001], [-98.421173, 29.540801]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 87725}}]}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "mojave": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "high_sierra": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "x86_64_linux": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["arm64_big_sur", "big_sur", "catalina", "mojave", "high_sierra", "x86_64_linux"]}, "dependencies": {"type": "array", "items": {}}}, "required": ["name", "pkg_version", "rebuild", "bottles", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "gx", "pkg_version" : "0.14.3", "rebuild" : 0, "bottles" : {"arm64_big_sur" : {"url" : "https://ghcr.io/v2/linuxbrew/core/gx/blobs/sha256:7099419ae5d6da42d66de65b1a4b9355f586f7484a6a738d1caa1c77ff917670"}, "big_sur" : {"url" : "https://ghcr.io/v2/linuxbrew/core/gx/blobs/sha256:5171470b8fe21652a1ae5fef81f0b463a3c10fdac821134f2e8d7635af1ccdda"}, "catalina" : {"url" : "https://ghcr.io/v2/linuxbrew/core/gx/blobs/sha256:f737f5829c0e1ce2ff58c56515e77f3797c30d614a53ebbf663985d5564c62db"}, "mojave" : {"url" : "https://ghcr.io/v2/linuxbrew/core/gx/blobs/sha256:bd03f428c3e52561caefaa09c6abc92b21faa226ad02abeeb6c74217ca1dfbbf"}, "high_sierra" : {"url" : "https://ghcr.io/v2/linuxbrew/core/gx/blobs/sha256:e6634c1b68abcb48984a7d681248393ca26824a81496c567ef23029ff9a892f5"}, "x86_64_linux" : {"url" : "https://ghcr.io/v2/linuxbrew/core/gx/blobs/sha256:2bb95886ac055c55d980e3ac8bb4b080da5fd24ece8d63eb74b68cfd450ac835"}}, "dependencies" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "mojave": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "high_sierra": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "x86_64_linux": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["arm64_big_sur", "big_sur", "catalina", "mojave", "high_sierra", "x86_64_linux"]}, "dependencies": {"type": "array", "items": {}}}, "required": ["name", "pkg_version", "rebuild", "bottles", "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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "dx-utils", "version" : "1.0.0", "description" : "The Divblox utilities package provides a bunch of useful functions that are primarily used within the Divblox nodejs library. These functions can however be freely used in any other nodejs project", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/divbloxjs/dx-utils.git"}, "keywords" : ["Divblox", "dx-utils"], "author" : "Johan Griesel, johan@divblox.com - Divblox (Pty) Ltd", "license" : "MIT", "bugs" : {"url" : "https://github.com/divbloxjs/dx-utils/issues"}, "homepage" : "https://github.com/divbloxjs/dx-utils#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "null"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "null"}, "dynasty": {"type": "null"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accession_number" : "03.22", "actors" : [], "creation_date" : null, "credit_line" : "Gift of Mary Y. Robinson", "cultures" : [], "dimensions" : null, "dynasty" : null, "images" : [], "irn" : 46690, "materials" : "photograph", "on_view" : false, "period" : null, "printers" : [], "publishers" : [], "rights" : null, "title" : "Hille Bobbe or the Witch"}
json_instruct
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "null"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "null"}, "dynasty": {"type": "null"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Node": {"type": "object", "properties": {"User": {"type": "string"}, "Password": {"type": "string"}, "Url": {"type": "string"}}, "required": ["User", "Password", "Url"]}, "Blockchain": {"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "NetworkType": {"type": "string"}}, "required": ["Id", "Name", "NetworkType"]}}, "required": ["Node", "Blockchain"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Node" : {"User" : "${SiriusIntegrations-BitcoinCash-NodeUser}", "Password" : "${SiriusIntegrations-BitcoinCash-NodePassword}", "Url" : "https://bitcoincash.nodes.swisschain.io"}, "Blockchain" : {"Id" : "bitcoin-cash", "Name" : "BitcoinCash Mainnet", "NetworkType" : "Public"}}
json_instruct
{"type": "object", "properties": {"Node": {"type": "object", "properties": {"User": {"type": "string"}, "Password": {"type": "string"}, "Url": {"type": "string"}}, "required": ["User", "Password", "Url"]}, "Blockchain": {"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "NetworkType": {"type": "string"}}, "required": ["Id", "Name", "NetworkType"]}}, "required": ["Node", "Blockchain"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"loss": {"type": "array", "items": {"type": "number"}}, "accuracy": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}, "val_accuracy": {"type": "array", "items": {"type": "number"}}}, "required": ["loss", "accuracy", "val_loss", "val_accuracy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"loss" : [0.6904650330543518, 0.6688184142112732, 0.6066945791244507, 0.5250353217124939, 0.4471164643764496, 0.3830145001411438, 0.33373570442199707, 0.29636022448539734, 0.26807403564453125, 0.24676315486431122], "accuracy" : [0.5072380304336548, 0.75035160779953, 0.9287782907485962, 0.9342377781867981, 0.9351477026939392, 0.9356440305709839, 0.9363057613372803, 0.9358094334602356, 0.9372156858444214, 0.9376292824745178], "val_loss" : [0.6866238117218018, 0.6438193321228027, 0.5661462545394897, 0.48368674516677856, 0.4107852280139923, 0.3551182150840759, 0.3111463189125061, 0.2783255875110626, 0.25284433364868164, 0.23450522124767303], "val_accuracy" : [0.4946131110191345, 0.9064642190933228, 0.9294808506965637, 0.9265425801277161, 0.9348677396774292, 0.9324191808700562, 0.9378060698509216, 0.937316358089447, 0.9382957816123962, 0.9387854933738708]}
json_instruct
{"type": "object", "properties": {"loss": {"type": "array", "items": {"type": "number"}}, "accuracy": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}, "val_accuracy": {"type": "array", "items": {"type": "number"}}}, "required": ["loss", "accuracy", "val_loss", "val_accuracy"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"styles/salesforce-lightning-design-system.css": {"type": "string"}, "styles/salesforce-lightning-design-system.min.css": {"type": "string"}}, "required": ["styles/salesforce-lightning-design-system.css", "styles/salesforce-lightning-design-system.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"styles/salesforce-lightning-design-system.css" : "sha512-hDD5V6jt6tapbIFKLP6ZqkvwBDv2LJuXFIg+mRANJMc2WrdWBsAesgQc9Ayfgn7n1MadAGYO9d5TOg5GOLB8Rg==", "styles/salesforce-lightning-design-system.min.css" : "sha512-8kGdqNuS4Giag+P7iBBb1AyxYbiAsbFfWhIJM+SxDUAOAXWfgT5joRCQHecM+BY9ef+07iera6AAMGfewIcS3w=="}
json_instruct
{"type": "object", "properties": {"styles/salesforce-lightning-design-system.css": {"type": "string"}, "styles/salesforce-lightning-design-system.min.css": {"type": "string"}}, "required": ["styles/salesforce-lightning-design-system.css", "styles/salesforce-lightning-design-system.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 124113, "name" : "Tema Amor Doce - SasuSaku By: Tia Sah :v", "description" : "Tema SasuSaku, tentei fazer ele bem kawaii mas n\u00e3o sei se ta t\u00e3\u00e3\u00e3o kawaii, mas okay n\u00e9 :v\r\nSe quiserem me pedir um tema, me mande uma MP no Amor Doce : http://www.amordoce.com/profil/ZzXxSakuraxXzZ\r\nXau :v", "user" : {"id" : 305419, "name" : "Tia Sah", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2016-03-30T00:49:46.000Z", "weekly_install_count" : 0, "total_install_count" : 115, "rating" : null, "after_screenshot_name" : "https://userstyles.org/style_screenshots/124113_after.png?r=1595578148", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2016-02-09T21:35:35.000Z", "category" : "site", "raw_subcategory" : "amordoce", "subcategory" : "amordoce", "additional_info" : null, "style_tags" : [], "css" : "@-moz-document domain(\"amordoce.com\") {\r\n#container{\r\nbackground-image : url(http://i67.tinypic.com/m7fggk.jpg) !important ;\r\n}\r\n#container.connected #header { background-image : url(http://i67.tinypic.com/21d2rp.jpg) !important ;\r\n}\r\n.idcard-member { background : url(http://i64.tinypic.com/qp483m.jpg) no-repeat !important ;\r\n}\r\n}\r\n\r\n@-moz-document regexp(\"http://www.amordoce.com/profil/ZzXxSakuraxXzZ\") {\r\n.idcard-member { background : url(http://i64.tinypic.com/qp483m.jpg) no-repeat !important ;\r\n}\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/124113/tema-amor-doce-sasusaku-by-tia-sah-v.user.js", "style_settings" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "node-opus": {"type": "string"}}, "required": ["discord.js", "node-opus"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "discord-voice-record", "version" : "1.0.0", "description" : "Record discord voice channels to .pcm", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "r3volved", "license" : "MIT", "dependencies" : {"discord.js" : "^11.5.0", "node-opus" : "^0.3.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "node-opus": {"type": "string"}}, "required": ["discord.js", "node-opus"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2005, 5], [2009, 6], [2012, 7]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"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" : [[[131.5, 30.583333333333332], [131.5, 30.666666666666668], [131.625, 30.666666666666668], [131.625, 30.583333333333332], [131.5, 30.583333333333332]]]}, "properties" : {"code" : 453174, "url" : "http://madefor.github.io/0410/api/v1/453174.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/453174.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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "pugging", "definition" : "1. The act or process of working and tempering clay to make it plastic and of uniform consistency, as for bricks, for pottery, etc. 2. (Arch.) Mortar or the like, laid between the joists under the boards of a floor, or within a partition, to deaden sound; -- in the United States usually called deafening.\n\nThieving. [Obs.] Shak."}
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": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "dna": {"type": "string"}, "edition": {"type": "integer"}, "date": {"type": "integer"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["name", "description", "image", "dna", "edition", "date", "attributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Crypto BAYC #20", "description" : "", "image" : "ipfs://QmXZWjCdRevZ3J2AUd9PvTbwo4ef5re6oouoFBX7D2whfC/20.png", "dna" : "c52d430a7156fe34eff5bf18409765ed35a75e4b", "edition" : 20, "date" : 1645298519418, "attributes" : [{"trait_type" : "TYPE", "value" : "Golden Brown"}, {"trait_type" : "MOUTH", "value" : "Annoyed"}, {"trait_type" : "ACCESSORY", "value" : "Horns"}, {"trait_type" : "ACCESSORY", "value" : "1 Attributes"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "dna": {"type": "string"}, "edition": {"type": "integer"}, "date": {"type": "integer"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["name", "description", "image", "dna", "edition", "date", "attributes"], "$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"}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}, "request": {"type": "string"}, "request-promise": {"type": "string"}, "sqlite": {"type": "string"}}, "required": ["commander", "request", "request-promise", "sqlite"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "facebook-groups", "version" : "0.0.0", "description" : "", "main" : "index.js", "dependencies" : {"commander" : "^2.9.0", "request" : "^2.80.0", "request-promise" : "^4.1.1", "sqlite" : "^2.3.0"}, "devDependencies" : {}, "author" : "", "license" : "ISC"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}, "request": {"type": "string"}, "request-promise": {"type": "string"}, "sqlite": {"type": "string"}}, "required": ["commander", "request", "request-promise", "sqlite"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "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" : [[[141.25, 24.583333333333332], [141.25, 24.666666666666668], [141.375, 24.666666666666668], [141.375, 24.583333333333332], [141.25, 24.583333333333332]]]}, "properties" : {"code" : 364172, "url" : "http://madefor.github.io/0410/api/v1/364172.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/364172.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": {"title": {"type": "string"}, "types": {"type": "object", "properties": {"posts": {"type": "object", "properties": {"label": {"type": "string"}, "schema": {"type": "object", "properties": {"cover": {"type": "object", "properties": {"extends": {"type": "string"}, "label": {"type": "string"}}, "required": ["extends", "label"]}, "name": {"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"]}, "excerpt": {"type": "object", "properties": {"extends": {"type": "string"}, "label": {"type": "string"}, "tip": {"type": "string"}}, "required": ["extends", "label", "tip"]}, "content": {"type": "object", "properties": {"extends": {"type": "string"}, "label": {"type": "string"}}, "required": ["extends", "label"]}}, "required": ["cover", "name", "excerpt", "content"]}}, "required": ["label", "schema"]}}, "required": ["posts"]}, "statics": {"type": "object", "properties": {"title": {"type": "object", "properties": {"extends": {"type": "string"}, "label": {"type": "string"}}, "required": ["extends", "label"]}, "description": {"type": "object", "properties": {"extends": {"type": "string"}, "label": {"type": "string"}}, "required": ["extends", "label"]}}, "required": ["title", "description"]}}, "required": ["title", "types", "statics"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Mandi CMS", "types" : {"posts" : {"label" : "Post", "schema" : {"cover" : {"extends" : "image", "label" : "Cover"}, "name" : {"extends" : "name"}, "excerpt" : {"extends" : "content", "label" : "Excerpt", "tip" : "Plane text - short and descriptive"}, "content" : {"extends" : "html", "label" : "HTML content"}}}}, "statics" : {"title" : {"extends" : "title", "label" : "Website title"}, "description" : {"extends" : "content", "label" : "Website description"}}}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "types": {"type": "object", "properties": {"posts": {"type": "object", "properties": {"label": {"type": "string"}, "schema": {"type": "object", "properties": {"cover": {"type": "object", "properties": {"extends": {"type": "string"}, "label": {"type": "string"}}, "required": ["extends", "label"]}, "name": {"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"]}, "excerpt": {"type": "object", "properties": {"extends": {"type": "string"}, "label": {"type": "string"}, "tip": {"type": "string"}}, "required": ["extends", "label", "tip"]}, "content": {"type": "object", "properties": {"extends": {"type": "string"}, "label": {"type": "string"}}, "required": ["extends", "label"]}}, "required": ["cover", "name", "excerpt", "content"]}}, "required": ["label", "schema"]}}, "required": ["posts"]}, "statics": {"type": "object", "properties": {"title": {"type": "object", "properties": {"extends": {"type": "string"}, "label": {"type": "string"}}, "required": ["extends", "label"]}, "description": {"type": "object", "properties": {"extends": {"type": "string"}, "label": {"type": "string"}}, "required": ["extends", "label"]}}, "required": ["title", "description"]}}, "required": ["title", "types", "statics"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "loglevel": {"type": "string"}, "npmClient": {"type": "string"}, "command": {"type": "object", "properties": {"publish": {"type": "object", "properties": {"npmClient": {"type": "string"}, "registry": {"type": "string"}}, "required": ["npmClient", "registry"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "bootstrap": {"type": "object", "properties": {"nohoist": {"type": "array", "items": {"type": "string"}}}, "required": ["nohoist"]}}, "required": ["publish", "publishConfig", "bootstrap"]}, "hoist": {"type": "boolean"}}, "required": ["packages", "version", "loglevel", "npmClient", "command", "hoist"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"packages" : ["packages/core", "packages/costa", "packages/cli"], "version" : "independent", "loglevel" : "verbose", "npmClient" : "npm", "command" : {"publish" : {"npmClient" : "npm", "registry" : "https://registry.npmjs.org"}, "publishConfig" : {"access" : "public"}, "bootstrap" : {"nohoist" : ["node-addon-api", "ice-scripts", "stylelint"]}}, "hoist" : true}
json_instruct
{"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "loglevel": {"type": "string"}, "npmClient": {"type": "string"}, "command": {"type": "object", "properties": {"publish": {"type": "object", "properties": {"npmClient": {"type": "string"}, "registry": {"type": "string"}}, "required": ["npmClient", "registry"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "bootstrap": {"type": "object", "properties": {"nohoist": {"type": "array", "items": {"type": "string"}}}, "required": ["nohoist"]}}, "required": ["publish", "publishConfig", "bootstrap"]}, "hoist": {"type": "boolean"}}, "required": ["packages", "version", "loglevel", "npmClient", "command", "hoist"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["513223108200", "\u592a\u5e73\u6751\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["513223108201", "\u725b\u5c3e\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513223108202", "\u6768\u67f3\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513223108203", "\u80e1\u5c14\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513223108204", "\u6c99\u6e7e\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513223108205", "\u6728\u8033\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513223108206", "\u7f8c\u9633\u6865\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}}, "required": ["prepublish"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/jquery": {"type": "string"}, "@types/promise.prototype.finally": {"type": "string"}, "@types/qs": {"type": "string"}, "@types/signalr": {"type": "string"}, "dts-bundle": {"type": "string"}, "ts-loader": {"type": "string"}, "tslint": {"type": "string"}, "tslint-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["@types/jquery", "@types/promise.prototype.finally", "@types/qs", "@types/signalr", "dts-bundle", "ts-loader", "tslint", "tslint-loader", "typescript", "webpack", "yargs"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "promise.prototype.finally": {"type": "string"}, "qs": {"type": "string"}}, "required": ["axios", "promise.prototype.finally", "qs"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "freeants-js", "version" : "0.0.11", "description" : "", "main" : "dist/FreeAnts.min.js", "scripts" : {"prepublish" : "webpack --debug"}, "keywords" : [], "author" : "Carmelo Campione - DWORD s.r.l.", "license" : "MIT", "devDependencies" : {"@types/jquery" : "^2.0.45", "@types/promise.prototype.finally" : "^2.0.0", "@types/qs" : "^6.2.31", "@types/signalr" : "^2.2.33", "dts-bundle" : "^0.7.2", "ts-loader" : "^2.0.3", "tslint" : "^5.2.0", "tslint-loader" : "^3.5.3", "typescript" : "^2.3.2", "webpack" : "^2.5.1", "yargs" : "^8.0.1"}, "dependencies" : {"axios" : "^0.16.1", "promise.prototype.finally" : "^2.0.1", "qs" : "^6.4.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}}, "required": ["prepublish"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/jquery": {"type": "string"}, "@types/promise.prototype.finally": {"type": "string"}, "@types/qs": {"type": "string"}, "@types/signalr": {"type": "string"}, "dts-bundle": {"type": "string"}, "ts-loader": {"type": "string"}, "tslint": {"type": "string"}, "tslint-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["@types/jquery", "@types/promise.prototype.finally", "@types/qs", "@types/signalr", "dts-bundle", "ts-loader", "tslint", "tslint-loader", "typescript", "webpack", "yargs"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "promise.prototype.finally": {"type": "string"}, "qs": {"type": "string"}}, "required": ["axios", "promise.prototype.finally", "qs"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"required": {"type": "boolean"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "injectors": {"type": "object", "properties": {"defaultRequire": {"type": "integer"}}, "required": ["defaultRequire"]}}, "required": ["required", "package", "compatibilityLevel", "mixins", "injectors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"required" : true, "package" : "robosky.uplands.mixin", "compatibilityLevel" : "JAVA_8", "mixins" : ["BaseFluidMixin", "CriterionsMixin", "EntityContextImplMixin", "FluidBlockMixin", "LocateCommandMixin", "PlayerMixin", "WorldMixin"], "injectors" : {"defaultRequire" : 1}}
json_instruct
{"type": "object", "properties": {"required": {"type": "boolean"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "injectors": {"type": "object", "properties": {"defaultRequire": {"type": "integer"}}, "required": ["defaultRequire"]}}, "required": ["required", "package", "compatibilityLevel", "mixins", "injectors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "\u7c89\u5ae9\u7f8e\u5973\u300e\u9732\u9732\u300f\u6d17\u6fa1\u7684\u65f6\u5019\u88ab\u5408\u79df\u5ba4\u53cb\u649e\u89c1 \u9a9a\u6027\u5927\u53d1 \u7d22\u6027\u5e72\u4e00\u70ae \u9ad8\u6e05\u7cbe\u5f69\u63a8\u8350", "size" : 41585304, "link" : "https://streamtape.com/e/m1XQBAb1AdUbmO6", "created_at" : "2022\u5e7404\u670829\u65e5 18:46:21", "downloads" : 0, "linkid" : "m1XQBAb1AdUbmO6", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "https://huyaimg.msstatic.com/avatar/1022/07/ec5fef7c7662720286fbbb12395390_180_135.jpg?1628178596?458682", "folderName" : "\u7c89\u5ae9\u7f8e\u5973\u300e\u9732\u9732\u300f\u6d17\u6fa1\u7684\u65f6\u5019\u88ab\u5408\u79df\u5ba4\u53cb\u649e\u89c1 \u9a9a\u6027\u5927\u53d1 \u7d22\u6027\u5e72\u4e00\u70ae \u9ad8\u6e05\u7cbe\u5f69\u63a8\u8350", "thumbUrl" : "https://thumb.tapecontent.net/thumb/m1XQBAb1AdUbmO6/jABXZMyxjWIzjw2.jpg"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_4vli9sib", "name" : "dmr2833"}, "date" : {"day" : 1642204800, "full" : 1642208923, "month" : 1640995200, "week" : 1641686400}, "id" : "t3_s47wpe", "picture" : {"filesize" : 91927, "fullUrl" : "https://preview.redd.it/leomv46p4rb81.jpg?width=3002&format=pjpg&auto=webp&s=697222d9a6ba75652b060ea8e2edd8b841ef4a1e", "hash" : "15e69b563c", "height" : 572, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAOABADASIAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAABf/EACUQAAIBAwIFBQAAAAAAAAAAAAECAwQRIQAFEhMUMUEGByIjgf/EABUBAQEAAAAAAAAAAAAAAAAAAAIE/8QAGhEAAgIDAAAAAAAAAAAAAAAAAhEAAQMhQf/aAAwDAQACEQMRAD8AF2rnbnFSbft46edmkK97SlRhT5BwbaRp5TKHoqt16l1ukLMOJQq54h3U4/dGe3e5rXem56WSLhqY0MUlQnxaQEXBJGb4zoSpE8nNeN0p4HBP1LZyQfJ1KeHddcYmQ23P/9k=", "url" : "https://preview.redd.it/leomv46p4rb81.jpg?width=640&crop=smart&auto=webp&s=7bacf26fb6832d81328266fcce0bb9707eb69336", "width" : 640}, "score" : {"comments" : 14, "downs" : 0, "ratio" : 0.99, "ups" : 462, "value" : 462}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "Interchangeable WW2 Normandy hedgerows", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/s47wpe/interchangeable_ww2_normandy_hedgerows/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "pennline/config": {"type": "string"}, "pennline/html": {"type": "string"}, "pennline/php": {"type": "string"}}, "required": ["php", "pennline/config", "pennline/html", "pennline/php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Pennline\\": {"type": "string"}}, "required": ["Pennline\\"]}}, "required": ["psr-4"]}}, "required": ["name", "authors", "repositories", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "pennline/app", "authors" : [{"name" : "dan entous", "email" : "dan.entous@pennlinepublishing.com"}], "repositories" : [{"type" : "vcs", "url" : "https://github.com/pennline/config"}, {"type" : "vcs", "url" : "https://github.com/pennline/html"}, {"type" : "vcs", "url" : "https://github.com/pennline/php"}], "require" : {"php" : ">=5.3.28", "pennline/config" : "dev-master", "pennline/html" : "dev-master", "pennline/php" : "dev-master"}, "autoload" : {"psr-4" : {"Pennline\\" : ""}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "pennline/config": {"type": "string"}, "pennline/html": {"type": "string"}, "pennline/php": {"type": "string"}}, "required": ["php", "pennline/config", "pennline/html", "pennline/php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Pennline\\": {"type": "string"}}, "required": ["Pennline\\"]}}, "required": ["psr-4"]}}, "required": ["name", "authors", "repositories", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lastUpdated" : 1655019279666, "username" : "DrewFlake", "scores" : [{"xp" : 14699, "rank" : 212, "cardId" : 222}, {"xp" : 13388, "rank" : 102, "cardId" : 492}, {"xp" : 20518, "rank" : 115, "cardId" : 224}, {"xp" : 13160, "rank" : 102, "cardId" : 496}, {"xp" : 16719, "rank" : 89, "cardId" : 223}, {"xp" : 17651, "rank" : 386, "cardId" : 601}, {"xp" : 17388, "rank" : 455, "cardId" : 600}, {"xp" : 11464, "rank" : 184, "cardId" : 493}, {"xp" : 10966, "rank" : 107, "cardId" : 498}, {"xp" : 17151, "rank" : 209, "cardId" : 603}, {"xp" : 11361, "rank" : 159, "cardId" : 229}, {"xp" : 13863, "rank" : 206, "cardId" : 277}, {"xp" : 19415, "rank" : 379, "cardId" : 599}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$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"}, "private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "css": {"type": "string"}}, "required": ["name", "private", "sideEffects", "main", "css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@espressive/design-tokens/scss", "private" : true, "sideEffects" : false, "main" : "../dist/_variables.scss", "css" : "../dist/_variables.scss"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "css": {"type": "string"}}, "required": ["name", "private", "sideEffects", "main", "css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["140502001", "\u4e1c\u8857\u8857\u9053", "140502"], ["140502002", "\u897f\u8857\u8857\u9053", "140502"], ["140502003", "\u5357\u8857\u8857\u9053", "140502"], ["140502004", "\u5317\u8857\u8857\u9053", "140502"], ["140502005", "\u77ff\u533a\u8857\u9053", "140502"], ["140502006", "\u949f\u5bb6\u5e84\u8857\u9053", "140502"], ["140502007", "\u897f\u4e0a\u5e84\u8857\u9053", "140502"], ["140502100", "\u5317\u77f3\u5e97\u9547", "140502"], ["140502400", "\u5f00\u53d1\u533a", "140502"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"op": {"type": "string"}, "path": {"type": "string"}, "value": {"type": "object", "properties": {"ValueType": {"type": "string"}}, "required": ["ValueType"]}}, "required": ["op", "path", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"op" : "add", "path" : "/ResourceTypes/AWS::AppStream::Fleet/Properties/DisconnectTimeoutInSeconds/Value", "value" : {"ValueType" : "AWS::AppStream::Fleet.DisconnectTimeoutInSeconds"}}, {"op" : "add", "path" : "/ResourceTypes/AWS::AppStream::Fleet/Properties/IdleDisconnectTimeoutInSeconds/Value", "value" : {"ValueType" : "AWS::AppStream::Fleet.IdleDisconnectTimeoutInSeconds"}}, {"op" : "add", "path" : "/ResourceTypes/AWS::AppStream::Fleet/Properties/MaxUserDurationInSeconds/Value", "value" : {"ValueType" : "AWS::AppStream::Fleet.MaxUserDurationInSeconds"}}, {"op" : "add", "path" : "/ResourceTypes/AWS::AppStream::Fleet/Properties/InstanceType/Value", "value" : {"ValueType" : "AppStreamInstanceType"}}, {"op" : "add", "path" : "/ResourceTypes/AWS::AppStream::ImageBuilder/Properties/InstanceType/Value", "value" : {"ValueType" : "AppStreamInstanceType"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"op": {"type": "string"}, "path": {"type": "string"}, "value": {"type": "object", "properties": {"ValueType": {"type": "string"}}, "required": ["ValueType"]}}, "required": ["op", "path", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "wayto": {"type": "object", "properties": {"10451": {"type": "string"}}, "required": ["10451"]}, "timeto": {"type": "object", "properties": {"10451": {"type": "number"}}, "required": ["10451"]}}, "required": ["id", "title", "description", "paths", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 13628, "title" : ["[Varrordum's Magic Shoppe]", "[Varrordum's Weaponry]"], "description" : ["Beneath an elegantly arched fel ceiling, a tattered merchant permit hangs on one of the blue watered silk walls. A twisted dark metal rack sits in one corner while a worn rug rests on the oak floor."], "paths" : ["Obvious exits: out"], "wayto" : {"10451" : "out"}, "timeto" : {"10451" : 0.2}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "wayto": {"type": "object", "properties": {"10451": {"type": "string"}}, "required": ["10451"]}, "timeto": {"type": "object", "properties": {"10451": {"type": "number"}}, "required": ["10451"]}}, "required": ["id", "title", "description", "paths", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "embellishcraft-bop:block/fir_chair"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"dba_corp_num": {"type": "string"}, "dba_name": {"type": "string"}, "effective_date": {"type": "string"}, "legal_entity_id": {"type": "string"}, "org_name": {"type": "string"}, "org_registry_id": {"type": "string"}, "registered_jurisdiction": {"type": "string"}}, "required": ["dba_corp_num", "dba_name", "effective_date", "legal_entity_id", "org_name", "org_registry_id", "registered_jurisdiction"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"dba_corp_num" : "FM0791454", "dba_name" : "Diaz Saloon", "effective_date" : "2016-10-12", "legal_entity_id" : "233604", "org_name" : "JONES HORIZON ENTERPRISES LTD.", "org_registry_id" : "233604", "registered_jurisdiction" : "BC"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"dba_corp_num": {"type": "string"}, "dba_name": {"type": "string"}, "effective_date": {"type": "string"}, "legal_entity_id": {"type": "string"}, "org_name": {"type": "string"}, "org_registry_id": {"type": "string"}, "registered_jurisdiction": {"type": "string"}}, "required": ["dba_corp_num", "dba_name", "effective_date", "legal_entity_id", "org_name", "org_registry_id", "registered_jurisdiction"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "notice": {"type": "string"}, "slack": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "channel": {"type": "string"}, "username": {"type": "string"}, "icon_url": {"type": "string"}, "icon_emoji": {"type": "string"}}, "required": ["url", "channel", "username", "icon_url", "icon_emoji"]}}}, "required": ["title", "notice", "slack"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "", "notice" : "", "slack" : [{"url" : "", "channel" : "", "username" : "", "icon_url" : "", "icon_emoji" : ""}]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "notice": {"type": "string"}, "slack": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "channel": {"type": "string"}, "username": {"type": "string"}, "icon_url": {"type": "string"}, "icon_emoji": {"type": "string"}}, "required": ["url", "channel", "username", "icon_url", "icon_emoji"]}}}, "required": ["title", "notice", "slack"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"server": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "wsport": {"type": "integer"}}, "required": ["host", "port", "wsport"]}, "db": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "app": {"type": "object", "properties": {"logger": {"type": "object", "properties": {"files": {"type": "object", "properties": {"main": {"type": "string"}, "error": {"type": "string"}}, "required": ["main", "error"]}}, "required": ["files"]}, "restrictions": {"type": "object", "properties": {"allowedKeySize": {"type": "integer"}}, "required": ["allowedKeySize"]}}, "required": ["logger", "restrictions"]}}, "required": ["server", "db", "app"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"server" : {"host" : "localhost", "port" : 3001, "wsport" : 1337}, "db" : {"name" : "things-happened"}, "app" : {"logger" : {"files" : {"main" : "log/main.log", "error" : "log/error.log"}}, "restrictions" : {"allowedKeySize" : 20}}}
json_instruct
{"type": "object", "properties": {"server": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "wsport": {"type": "integer"}}, "required": ["host", "port", "wsport"]}, "db": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "app": {"type": "object", "properties": {"logger": {"type": "object", "properties": {"files": {"type": "object", "properties": {"main": {"type": "string"}, "error": {"type": "string"}}, "required": ["main", "error"]}}, "required": ["files"]}, "restrictions": {"type": "object", "properties": {"allowedKeySize": {"type": "integer"}}, "required": ["allowedKeySize"]}}, "required": ["logger", "restrictions"]}}, "required": ["server", "db", "app"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"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", "connectsWith", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "title" : "La Rustica", "id" : "423026", "bbox" : [12.610526, 41.915947, 12.610526, 41.915947], "description" : "La Rustica was a Latin site located along the Via Collatina.", "connectsWith" : ["272213280"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [12.610526, 41.915947]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [12.610526, 41.915947]}, "id" : "darmc-location-18502", "type" : "Feature", "properties" : {"description" : "150K scale point location", "location_precision" : "precise", "title" : "DARMC location 18502", "link" : "http://pleiades.stoa.org/places/423026/darmc-location-18502"}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"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", "connectsWith", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "relationship_type": {"type": "string"}, "source_ref": {"type": "string"}, "target_ref": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "id", "created_by_ref", "created", "modified", "relationship_type", "source_ref", "target_ref", "object_marking_refs"]}}}, "required": ["type", "id", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "bundle", "id" : "bundle--8bdc6178-7f20-412f-a3c1-ab16d576bc70", "objects" : [{"type" : "relationship", "id" : "relationship--2b4a2507-a5eb-4e01-9b58-3bb45002fa5e", "created_by_ref" : "identity--b73c59c1-8560-449a-b8d0-c2ce0533c5bf", "created" : "2020-12-29T20:55:03.775Z", "modified" : "2020-12-29T20:55:03.775Z", "relationship_type" : "subtechnique-of", "source_ref" : "attack-pattern--d26aaa4d-5143-4888-b81c-346d3b51641b", "target_ref" : "attack-pattern--7c7b98c3-b136-439f-83ce-4dd357e76c89", "object_marking_refs" : ["marking-definition--093b6375-cd45-4aa3-8f91-6a03ddd7a3d3"]}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "relationship_type": {"type": "string"}, "source_ref": {"type": "string"}, "target_ref": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "id", "created_by_ref", "created", "modified", "relationship_type", "source_ref", "target_ref", "object_marking_refs"]}}}, "required": ["type", "id", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "rootDir": {"type": "string"}, "outDir": {"type": "string"}, "declaration": {"type": "boolean"}, "outFile": {"type": "string"}, "sourceMap": {"type": "boolean"}}, "required": ["target", "rootDir", "outDir", "declaration", "outFile", "sourceMap"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compilerOptions" : {"target" : "es5", "rootDir" : "lib", "outDir" : "buildjs", "declaration" : true, "outFile" : "buildjs/trusted.js", "sourceMap" : true}, "files" : ["lib/data_format.ts", "lib/crypto_method.ts", "lib/public_exponent.ts", "lib/native.ts", "lib/object.ts", "lib/core/collection.ts", "lib/pki/key_usage.ts", "lib/pki/key.ts", "lib/pki/oid.ts", "lib/pki/alg.ts", "lib/pki/attr.ts", "lib/pki/attr_vals.ts", "lib/pki/cert.ts", "lib/pki/certs.ts", "lib/pki/certReq.ts", "lib/pki/certReqInfo.ts", "lib/pki/revocation.ts", "lib/pki/crl.ts", "lib/pki/crls.ts", "lib/pki/csr.ts", "lib/pki/chain.ts", "lib/pki/cipher.ts", "lib/pki/pkcs12.ts", "lib/cms/recipientinfo.ts", "lib/cms/recipientinfos.ts", "lib/cms/signer.ts", "lib/cms/signer_attrs.ts", "lib/cms/signers.ts", "lib/cms/signed_data.ts", "lib/pkistore/cashjson.ts", "lib/pkistore/pcryptopro.ts", "lib/pkistore/pmicrosoft.ts", "lib/pkistore/psystem.ts", "lib/pkistore/pkistore.ts"]}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "rootDir": {"type": "string"}, "outDir": {"type": "string"}, "declaration": {"type": "boolean"}, "outFile": {"type": "string"}, "sourceMap": {"type": "boolean"}}, "required": ["target", "rootDir", "outDir", "declaration", "outFile", "sourceMap"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "files"], "$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"}, "repository": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}, "activationCommands": {"type": "object", "properties": {"atom-text-editor": {"type": "array", "items": {"type": "string"}}, "atom-workspace": {"type": "array", "items": {"type": "string"}}}, "required": ["atom-text-editor", "atom-workspace"]}, "devDependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}, "coffeelint": {"type": "string"}, "request": {"type": "string"}, "season": {"type": "string"}, "underscore-plus": {"type": "string"}}, "required": ["coffee-script", "coffeelint", "request", "season", "underscore-plus"]}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@lls/coursescript-lib": {"type": "string"}, "apollo-boost": {"type": "string"}, "atom-space-pen-views": {"type": "string"}, "axios": {"type": "string"}, "dayjs": {"type": "string"}, "graphql": {"type": "string"}, "graphql-tag": {"type": "string"}, "react": {"type": "string"}, "react-apollo": {"type": "string"}, "react-dom": {"type": "string"}, "uninstall": {"type": "string"}}, "required": ["@lls/coursescript-lib", "apollo-boost", "atom-space-pen-views", "axios", "dayjs", "graphql", "graphql-tag", "react", "react-apollo", "react-dom", "uninstall"]}}, "required": ["name", "version", "description", "repository", "license", "engines", "activationCommands", "devDependencies", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "language-coursescript", "version" : "3.3.1", "description" : "Syntax highlighting and snippets for CourseScript.", "repository" : "https://github.com/lenage/language-coursescript", "license" : "MIT", "engines" : {"atom" : "*"}, "activationCommands" : {"atom-text-editor" : ["language-coursescript:insert-id", "language-coursescript:preview", "language-coursescript:search"], "atom-workspace" : ["language-coursescript:search-close"]}, "devDependencies" : {"coffee-script" : "1.7.0", "coffeelint" : "^1.10.1", "request" : "^2.34.0", "season" : "^5.0.2", "underscore-plus" : "^1.0.6"}, "main" : "./lib/language-coursescript", "dependencies" : {"@lls/coursescript-lib" : "^1.5.1", "apollo-boost" : "^0.1.7", "atom-space-pen-views" : "^2.2.0", "axios" : "^0.18.0", "dayjs" : "^1.6.7", "graphql" : "^14.0.0-rc.1", "graphql-tag" : "^2.9.2", "react" : "^16.4.0", "react-apollo" : "^2.1.4", "react-dom" : "^16.4.0", "uninstall" : "0.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}, "activationCommands": {"type": "object", "properties": {"atom-text-editor": {"type": "array", "items": {"type": "string"}}, "atom-workspace": {"type": "array", "items": {"type": "string"}}}, "required": ["atom-text-editor", "atom-workspace"]}, "devDependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}, "coffeelint": {"type": "string"}, "request": {"type": "string"}, "season": {"type": "string"}, "underscore-plus": {"type": "string"}}, "required": ["coffee-script", "coffeelint", "request", "season", "underscore-plus"]}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@lls/coursescript-lib": {"type": "string"}, "apollo-boost": {"type": "string"}, "atom-space-pen-views": {"type": "string"}, "axios": {"type": "string"}, "dayjs": {"type": "string"}, "graphql": {"type": "string"}, "graphql-tag": {"type": "string"}, "react": {"type": "string"}, "react-apollo": {"type": "string"}, "react-dom": {"type": "string"}, "uninstall": {"type": "string"}}, "required": ["@lls/coursescript-lib", "apollo-boost", "atom-space-pen-views", "axios", "dayjs", "graphql", "graphql-tag", "react", "react-apollo", "react-dom", "uninstall"]}}, "required": ["name", "version", "description", "repository", "license", "engines", "activationCommands", "devDependencies", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "mojave": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "high_sierra": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "sierra": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "el_capitan": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "yosemite": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "x86_64_linux": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["arm64_big_sur", "big_sur", "catalina", "mojave", "high_sierra", "sierra", "el_capitan", "yosemite", "x86_64_linux"]}, "dependencies": {"type": "array", "items": {}}}, "required": ["name", "pkg_version", "rebuild", "bottles", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "libvo-aacenc", "pkg_version" : "0.1.3", "rebuild" : 0, "bottles" : {"arm64_big_sur" : {"url" : "https://ghcr.io/v2/linuxbrew/core/libvo-aacenc/blobs/sha256:cfc4dceab7f9a4a3037e00b26e046f310580ee5aa95906396052b91e22c89231"}, "big_sur" : {"url" : "https://ghcr.io/v2/linuxbrew/core/libvo-aacenc/blobs/sha256:4776106dbfb4f81523750d6540847a16c74c4e97ed8271bb9e5ab592386310b9"}, "catalina" : {"url" : "https://ghcr.io/v2/linuxbrew/core/libvo-aacenc/blobs/sha256:144e0c345d0567a74aba09cfec49fba8f409e2db5abcee96b598127cc5d722ad"}, "mojave" : {"url" : "https://ghcr.io/v2/linuxbrew/core/libvo-aacenc/blobs/sha256:099ac7d191241c476ab4ba7375dd05e2d965adc6a7638cc616a99a243cbd077b"}, "high_sierra" : {"url" : "https://ghcr.io/v2/linuxbrew/core/libvo-aacenc/blobs/sha256:761ecbbaaa2a944d077040692fc62fe2e929ec788ca7e23b3fb25e6ee1b88d3a"}, "sierra" : {"url" : "https://ghcr.io/v2/linuxbrew/core/libvo-aacenc/blobs/sha256:9430e86c9f25aa9fcccf0a19cc6125c9397c23b311b993b1adf83cbe330cd9b4"}, "el_capitan" : {"url" : "https://ghcr.io/v2/linuxbrew/core/libvo-aacenc/blobs/sha256:e9a59439f8eec4cdc4d273afb49cbd8f8357862d4d8c7c5d9d9d38588ec6d810"}, "yosemite" : {"url" : "https://ghcr.io/v2/linuxbrew/core/libvo-aacenc/blobs/sha256:cf63ddcb79e40b79264507393ed4fa1b223feecf4638f0e58fef464db722b554"}, "x86_64_linux" : {"url" : "https://ghcr.io/v2/linuxbrew/core/libvo-aacenc/blobs/sha256:83ce60b4e4f066d2bb98b4952d2fe92199cc41588bdc280c69f688e4fd4d7809"}}, "dependencies" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "mojave": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "high_sierra": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "sierra": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "el_capitan": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "yosemite": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "x86_64_linux": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["arm64_big_sur", "big_sur", "catalina", "mojave", "high_sierra", "sierra", "el_capitan", "yosemite", "x86_64_linux"]}, "dependencies": {"type": "array", "items": {}}}, "required": ["name", "pkg_version", "rebuild", "bottles", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this 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"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"e" : ["\ufff9`Micikcikan~ `ko~ `dateng~.\ufffa\ufffb\u628a\u83dc\u5207\u788e\u4e86\u3002", "\ufff9`Micikcikan~ `ni~ `wina~ `ko~ `titi~.\ufffa\ufffb\u6bcd\u89aa\u628a\u8089\u5207\u6210\u584a\u4e86\u3002"], "f" : "\u628a\u2026\u5207\u584a\u4e86\u3001\u5207\u788e\u4e86\u3002"}, {"e" : ["\ufff9`Micikcikan~ `a~ `saytaw~.\ufffa\ufffb\u5207\u6210\u584a\u7684\u83dc\u982d\u3002", "\ufff9`Mi~`cik~`cikana~ `titi~.\ufffa\ufffb\u5207\u6210\u584a\u7684\u8089\u3002"], "f" : "\u6307\u6240\u5207\u6210\u7684\u584a\u72c0\u7269\u3002"}]}], "stem" : "cikcik", "t" : "micikcikan"}
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"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "fields": {"type": "object", "properties": {"pageTitle": {"type": "string"}}, "required": ["pageTitle"]}, "placeholders": {"type": "object", "properties": {"jss-main": {"type": "array", "items": {"type": "object", "properties": {"componentName": {"type": "string"}, "fields": {"type": "object", "properties": {"heading": {"type": "string"}}, "required": ["heading"]}}, "required": ["componentName", "fields"]}}}, "required": ["jss-main"]}}, "required": ["id", "fields", "placeholders"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "home-page", "fields" : {"pageTitle" : "Welcome to Sitecore JSS"}, "placeholders" : {"jss-main" : [{"componentName" : "MyFirstComponent", "fields" : {"heading" : "Hello, world!"}}]}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "fields": {"type": "object", "properties": {"pageTitle": {"type": "string"}}, "required": ["pageTitle"]}, "placeholders": {"type": "object", "properties": {"jss-main": {"type": "array", "items": {"type": "object", "properties": {"componentName": {"type": "string"}, "fields": {"type": "object", "properties": {"heading": {"type": "string"}}, "required": ["heading"]}}, "required": ["componentName", "fields"]}}}, "required": ["jss-main"]}}, "required": ["id", "fields", "placeholders"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@types/ramda": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "dev": {"type": "boolean"}}, "required": ["version", "resolved", "integrity", "dev"]}}, "required": ["@types/ramda"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "reactotron-mst", "version" : "1.14.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"@types/ramda" : {"version" : "0.25.9", "resolved" : "https://registry.npmjs.org/@types/ramda/-/ramda-0.25.9.tgz", "integrity" : "sha512-ZThzSoZ4nzQH2y7nWTYJZaohWV938oy6ze1QcvcjC4ggDTU81llIWHtdeHHHm1pxCKOX4aYvos8u+AnY6NeGVw==", "dev" : true}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@types/ramda": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "dev": {"type": "boolean"}}, "required": ["version", "resolved", "integrity", "dev"]}}, "required": ["@types/ramda"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$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": {"national": {"type": "null"}, "wmo": {"type": "null"}, "ghcn": {"type": "null"}, "wban": {"type": "null"}, "usaf": {"type": "null"}, "mosmix": {"type": "null"}, "icao": {"type": "string"}, "iata": {"type": "null"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "K06M0", "name" : {"en" : "Eupora / Grady"}, "country" : "US", "region" : "MS", "identifiers" : {"national" : null, "wmo" : null, "ghcn" : null, "wban" : null, "usaf" : null, "mosmix" : null, "icao" : "K06M", "iata" : null}, "location" : {"latitude" : 33.5346, "longitude" : -89.3126, "elevation" : 137}, "timezone" : "America/Chicago", "history" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "null"}, "ghcn": {"type": "null"}, "wban": {"type": "null"}, "usaf": {"type": "null"}, "mosmix": {"type": "null"}, "icao": {"type": "string"}, "iata": {"type": "null"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"description": {"type": "string"}, "sobjecttreefiles": {"type": "string"}, "plan": {"type": "string"}, "contenttype": {"type": "string"}, "confighelp": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}, "importFailure": {"type": "string"}, "importFailureActions": {"type": "string"}}, "required": ["description", "sobjecttreefiles", "plan", "contenttype", "confighelp", "examples", "importFailure", "importFailureActions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "import data into an org\nIMPORTANT: Where possible, we changed noninclusive terms to align with our company value of Equality. We maintained certain terms to avoid any effect on customer implementations.\n\nImports data into an org using the SObject Tree Save API. This data can include master-detail relationships.\nTo generate JSON files for use with force:data:tree:import, run \"sfdx force:data:tree:export\".\nThe SObject Tree API supports requests that contain up to 200 records. For more information, see the REST API Developer Guide: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm", "sobjecttreefiles" : "comma-delimited, ordered paths of json files containing collection of record trees to insert", "plan" : "path to plan to insert multiple data files that have master-detail relationships", "contenttype" : "if data file extension is not .json, provide content type (applies to all files)", "confighelp" : "display schema information for the --plan configuration file to stdout; if you use this option, all other options except --json are ignored", "examples" : ["sfdx force:data:tree:import -f Contact.json,Account.json -u me@my.org", "sfdx force:data:tree:import -p Account-Contact-plan.json -u me@my.org"], "importFailure" : "Data plan file %s did not validate against the schema.", "importFailureActions" : "Did you run the force:data:tree:export command with the --plan flag?\nMake sure you are importing a plan file.\nYou can get help with the import plan schema by running $ sfdx force:data:tree:import --confighelp"}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "sobjecttreefiles": {"type": "string"}, "plan": {"type": "string"}, "contenttype": {"type": "string"}, "confighelp": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}, "importFailure": {"type": "string"}, "importFailureActions": {"type": "string"}}, "required": ["description", "sobjecttreefiles", "plan", "contenttype", "confighelp", "examples", "importFailure", "importFailureActions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "default": {"type": "string"}, "section": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "options": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "actions": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2"]}}, "required": ["name", "type", "default", "section", "title", "description", "options", "actions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "categoryActivityPopupWidth", "type" : "select", "default" : "0", "section" : "budget", "title" : "Width of Category Popup", "description" : "Makes the screen that pops up when you click on activity from a budget category wider so you can see more details of the transactions listed.", "options" : [{"name" : "Default", "value" : "0"}, {"name" : "Medium", "value" : "1"}, {"name" : "Large", "value" : "2"}], "actions" : {"1" : ["injectCSS", "medium.css"], "2" : ["injectCSS", "large.css"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "default": {"type": "string"}, "section": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "options": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "actions": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2"]}}, "required": ["name", "type", "default", "section", "title", "description", "options", "actions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "deep_trenches:block/barshrookle_trapdoor_bottom"}
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": {"name": {"type": "string"}, "description": {"type": "string"}, "env": {"type": "object", "properties": {"NODE_ENV": {"type": "string"}, "CLIENT_SECRET": {"type": "object", "properties": {"required": {"type": "boolean"}}, "required": ["required"]}, "SESSION_COOKIE_SECRET": {"type": "object", "properties": {"required": {"type": "boolean"}}, "required": ["required"]}, "DOMAIN": {"type": "object", "properties": {"required": {"type": "boolean"}}, "required": ["required"]}, "AUTH0_AUDIENCE": {"type": "object", "properties": {"required": {"type": "boolean"}}, "required": ["required"]}}, "required": ["NODE_ENV", "CLIENT_SECRET", "SESSION_COOKIE_SECRET", "DOMAIN", "AUTH0_AUDIENCE"]}}, "required": ["name", "description", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "NOTE-APP", "description" : "A system that allows efficient, cost-effective mail sending operations", "env" : {"NODE_ENV" : "production", "CLIENT_SECRET" : {"required" : true}, "SESSION_COOKIE_SECRET" : {"required" : true}, "DOMAIN" : {"required" : true}, "AUTH0_AUDIENCE" : {"required" : true}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "env": {"type": "object", "properties": {"NODE_ENV": {"type": "string"}, "CLIENT_SECRET": {"type": "object", "properties": {"required": {"type": "boolean"}}, "required": ["required"]}, "SESSION_COOKIE_SECRET": {"type": "object", "properties": {"required": {"type": "boolean"}}, "required": ["required"]}, "DOMAIN": {"type": "object", "properties": {"required": {"type": "boolean"}}, "required": ["required"]}, "AUTH0_AUDIENCE": {"type": "object", "properties": {"required": {"type": "boolean"}}, "required": ["required"]}}, "required": ["NODE_ENV", "CLIENT_SECRET", "SESSION_COOKIE_SECRET", "DOMAIN", "AUTH0_AUDIENCE"]}}, "required": ["name", "description", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this 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"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"e" : ["\ufff9`Sacaraycaysa~ `ko~ `marohemay~ `a~ `fadiso'so'~.\ufffa\ufffb\u6210\u719f\u7684\u8461\u8404\u4e00\u561f\u5695\u4e00\u561f\u5695\u7684\u3002", "\ufff9`Sacaraycaysa~ `kora~ `makamiday~ `a~ `riko'~ `ira~.\ufffa\ufffb\u4ed6\u8863\u886b\u8964\u7e37\u3002"], "f" : "\u679c\u5be6\u7d2f\u7d2f\u6216\u8863\u670d\u6b98\u7834\u7684\u6a23\u5b50\u3001\u4e00\u561f\u5695\u4e00\u561f\u5695\u5730\uff0c\u4e00\u689d\u4e00\u689d\u5730\u3002"}]}], "stem" : "caraycay", "t" : "sacaraycaysa"}
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"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "metodos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["description", "code", "ldc", "metodos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "", "code" : "", "ldc" : [], "metodos" : [{"nombre" : "getArch", "description" : ""}, {"nombre" : "getAvailableProcessors", "description" : ""}, {"nombre" : "getName", "description" : ""}, {"nombre" : "getSystemLoadAverage", "description" : ""}, {"nombre" : "getVersion", "description" : ""}]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "metodos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["description", "code", "ldc", "metodos"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "town", "county", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "4efd3114-09c6-493c-9f0e-ad6d62afa6bc", "name" : "Swanmore College", "code" : "M", "address" : {"addressLine1" : "New Road", "addressLine2" : "Swanmore", "town" : "Southampton", "county" : "Hampshire", "postcode" : "SO32 2RB"}, "organisation" : {"id" : "9910f3b7-6ba0-4ff7-a27c-54f5ee5df585", "code" : "2EN", "name" : "The Rural Schools Alliance"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "town", "county", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"RidgeCount": {"type": "integer"}, "PatternType": {"type": "integer"}, "FingerprintSpriteName": {"type": "string"}, "CoreCoordinates": {"type": "array", "items": {}}, "DeltaCoordinates": {"type": "array", "items": {}}, "MinutiaeCoordinates": {"type": "array", "items": {}}, "CanUseForCore": {"type": "boolean"}, "CanUseForDelta": {"type": "boolean"}, "DetailsScale": {"type": "number"}, "FingerprintImage": {"type": "object", "properties": {"instanceID": {"type": "integer"}}, "required": ["instanceID"]}}, "required": ["RidgeCount", "PatternType", "FingerprintSpriteName", "CoreCoordinates", "DeltaCoordinates", "MinutiaeCoordinates", "CanUseForCore", "CanUseForDelta", "DetailsScale", "FingerprintImage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"RidgeCount" : 0, "PatternType" : 64, "FingerprintSpriteName" : "00001027_roll_1000_02", "CoreCoordinates" : [], "DeltaCoordinates" : [], "MinutiaeCoordinates" : [], "CanUseForCore" : true, "CanUseForDelta" : true, "DetailsScale" : 0.33967673778533936, "FingerprintImage" : {"instanceID" : 0}}
json_instruct
{"type": "object", "properties": {"RidgeCount": {"type": "integer"}, "PatternType": {"type": "integer"}, "FingerprintSpriteName": {"type": "string"}, "CoreCoordinates": {"type": "array", "items": {}}, "DeltaCoordinates": {"type": "array", "items": {}}, "MinutiaeCoordinates": {"type": "array", "items": {}}, "CanUseForCore": {"type": "boolean"}, "CanUseForDelta": {"type": "boolean"}, "DetailsScale": {"type": "number"}, "FingerprintImage": {"type": "object", "properties": {"instanceID": {"type": "integer"}}, "required": ["instanceID"]}}, "required": ["RidgeCount", "PatternType", "FingerprintSpriteName", "CoreCoordinates", "DeltaCoordinates", "MinutiaeCoordinates", "CanUseForCore", "CanUseForDelta", "DetailsScale", "FingerprintImage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 37966, "cartId" : "433e0d72-166f-4531-975d-95c41787b94f", "preferredProducts" : [3044, 1115, 1398, 4763, 4365, 3541, 651, 912], "productReviews" : [{"productId" : 4035, "reviewText" : "My neighbor Georgie has one of these. She works as a busboy and she says it looks brown.", "reviewDate" : "2016-11-29T20:12:51.6876614+02:00"}, {"productId" : 4477, "reviewText" : "this Digitized is ratty.", "reviewDate" : "2019-05-31T17:51:53.6093038+03:00"}, {"productId" : 1490, "reviewText" : "My neighbor Forest has one of these. She works as a gardener and she says it looks nude.", "reviewDate" : "2017-01-08T20:49:48.7199073+02:00"}, {"productId" : 3238, "reviewText" : "i use it profusely when i'm in my garage.", "reviewDate" : "2017-08-23T06:20:13.3588727+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : [[[140.0, 40.666666666666664], [140.0, 41.333333333333336], [141.0, 41.333333333333336], [141.0, 40.666666666666664], [140.0, 40.666666666666664]]]}, "properties" : {"code" : 6140, "url" : "http://madefor.github.io/0410/api/v1/6140.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/6140.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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "Country": {"type": "string"}, "Language": {"type": "array", "items": {"type": "string"}}, "poster_image_url": {"type": "string"}, "Bio": {"type": "string"}, "rumtime": {"type": "integer"}, "genre": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "Country", "Language", "poster_image_url", "Bio", "rumtime", "genre"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Charlie", "Country" : "India", "Language" : ["Malayalam"], "poster_image_url" : "https://m.media-amazon.com/images/M/MV5BMmZhMzVlNzEtMjQ3ZS00ZGJlLTk4N2YtMDIyNDNmZThhMGVmXkEyXkFqcGdeQXVyMzIyNDI4NjU@._V1_UY268_CR1,0,182,268_AL__QL50.jpg", "Bio" : "\n A young, nonconforming woman named Tessa gets entangled in a cat-and-mouse chase in the by-lanes of Kerala, hunting for a mysterious artist who previously lived in her apartment.\n ", "rumtime" : 130, "genre" : ["Drama", "Musical", "Thriller"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "Country": {"type": "string"}, "Language": {"type": "array", "items": {"type": "string"}}, "poster_image_url": {"type": "string"}, "Bio": {"type": "string"}, "rumtime": {"type": "integer"}, "genre": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "Country", "Language", "poster_image_url", "Bio", "rumtime", "genre"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"tui-button": {"type": "string"}, "tui-toast": {"type": "string"}}, "required": ["tui-button", "tui-toast"]}}, "required": ["navigationBarTitleText", "navigationBarBackgroundColor", "navigationBarTextStyle", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"navigationBarTitleText" : "\u6269\u5c55toast", "navigationBarBackgroundColor" : "#fff", "navigationBarTextStyle" : "black", "usingComponents" : {"tui-button" : "/components/extend/button/button", "tui-toast" : "/components/extend/toast/toast"}}
json_instruct
{"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"tui-button": {"type": "string"}, "tui-toast": {"type": "string"}}, "required": ["tui-button", "tui-toast"]}}, "required": ["navigationBarTitleText", "navigationBarBackgroundColor", "navigationBarTextStyle", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Place the bacon in a large, deep skillet, and cook over medium-high heat, turning occasionally, until evenly browned, about 10 minutes. Drain the bacon slices on a paper towel-lined plate. Crumble the cooled bacon into a bowl and set aside.", "Stir together the cream cheese and ranch dressing mix in a bowl until smooth. Spread the mixture on the bottom of a pie dish. Evenly spread the barbecue sauce on top of the cream cheese mixture. Layer the bacon, bell pepper, and tomato on top of the barbecue sauce and top with the Cheddar cheese. Cover and chill for 1 hour before serving."], "ingredients" : ["7 slices bacon", "2 (8 ounce) packages cream cheese, softened", "1 (1 ounce) envelope ranch dressing mix", "1/2 cup barbeque sauce", "1 green bell pepper, chopped", "1 tomato, chopped", "1 1/2 cups shredded sharp Cheddar cheese"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "BBQ Bacon Ranch Dip", "url" : "http://allrecipes.com/recipe/150835/bbq-bacon-ranch-dip/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"kind": {"type": "string"}, "connection": {"type": "string"}, "collectionName": {"type": "string"}, "info": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "options": {"type": "object", "properties": {"increments": {"type": "boolean"}, "timestamps": {"type": "boolean"}}, "required": ["increments", "timestamps"]}, "attributes": {"type": "object", "properties": {"title": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "content": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "category": {"type": "object", "properties": {"model": {"type": "string"}, "via": {"type": "string"}}, "required": ["model", "via"]}, "tags": {"type": "object", "properties": {"collection": {"type": "string"}, "via": {"type": "string"}, "dominant": {"type": "boolean"}}, "required": ["collection", "via", "dominant"]}, "private": {"type": "object", "properties": {"type": {"type": "string"}, "default": {"type": "boolean"}, "required": {"type": "boolean"}}, "required": ["type", "default", "required"]}}, "required": ["title", "content", "category", "tags", "private"]}}, "required": ["kind", "connection", "collectionName", "info", "options", "attributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"kind" : "collectionType", "connection" : "default", "collectionName" : "blogs", "info" : {"name" : "Blog"}, "options" : {"increments" : true, "timestamps" : true}, "attributes" : {"title" : {"type" : "string"}, "content" : {"type" : "text"}, "category" : {"model" : "blog-category", "via" : "blogs"}, "tags" : {"collection" : "blog-tag", "via" : "blogs", "dominant" : true}, "private" : {"type" : "boolean", "default" : false, "required" : true}}}
json_instruct
{"type": "object", "properties": {"kind": {"type": "string"}, "connection": {"type": "string"}, "collectionName": {"type": "string"}, "info": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "options": {"type": "object", "properties": {"increments": {"type": "boolean"}, "timestamps": {"type": "boolean"}}, "required": ["increments", "timestamps"]}, "attributes": {"type": "object", "properties": {"title": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "content": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "category": {"type": "object", "properties": {"model": {"type": "string"}, "via": {"type": "string"}}, "required": ["model", "via"]}, "tags": {"type": "object", "properties": {"collection": {"type": "string"}, "via": {"type": "string"}, "dominant": {"type": "boolean"}}, "required": ["collection", "via", "dominant"]}, "private": {"type": "object", "properties": {"type": {"type": "string"}, "default": {"type": "boolean"}, "required": {"type": "boolean"}}, "required": ["type", "default", "required"]}}, "required": ["title", "content", "category", "tags", "private"]}}, "required": ["kind", "connection", "collectionName", "info", "options", "attributes"], "$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"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "packages": {"type": "object", "properties": {"": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "hasInstallScript": {"type": "boolean"}, "license": {"type": "string"}, "bin": {"type": "object", "properties": {"k": {"type": "string"}}, "required": ["k"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "hasInstallScript", "license", "bin", "devDependencies"]}}, "required": [""]}}, "required": ["name", "version", "lockfileVersion", "requires", "packages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@kparc/k", "version" : "2.0.70", "lockfileVersion" : 2, "requires" : true, "packages" : {"" : {"name" : "@kparc/k", "version" : "2.0.16", "hasInstallScript" : true, "license" : "MIT", "bin" : {"k" : "bin/k"}, "devDependencies" : {}}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "packages": {"type": "object", "properties": {"": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "hasInstallScript": {"type": "boolean"}, "license": {"type": "string"}, "bin": {"type": "object", "properties": {"k": {"type": "string"}}, "required": ["k"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "hasInstallScript", "license", "bin", "devDependencies"]}}, "required": [""]}}, "required": ["name", "version", "lockfileVersion", "requires", "packages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"20130124": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["20130124"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["20130124"], "meta" : {"description" : "text parsing & processing tool", "homepage" : "http://www.github.com/peter17/pijnu", "license" : "LGPL v3"}, "versions" : {"20130124" : {"sha256" : "d024b476138ff283a1fcea03aba060f5f7e76ce72797429083c49e7127c87c82", "url" : "https://files.pythonhosted.org/packages/cf/24/3236744040fd7f39d9f9ef170f2cb24dc3b624203059322ed097c2e59c51/pijnu-20130124.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"20130124": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["20130124"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}}, "required": ["name", "name_long", "fips", "state_code_int", "state_code_postal", "state_code_iso", "county_code", "population", "countrylevel_id", "census_data", "center_lat", "center_lon", "area_m2", "timezone"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"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" : {"name" : "Posey County", "name_long" : "Posey County, IN", "fips" : "18129", "state_code_int" : 18, "state_code_postal" : "IN", "state_code_iso" : "US-IN", "county_code" : 129, "population" : 25427, "countrylevel_id" : "fips:18129", "census_data" : {"COUNTYNS" : "00450383", "AFFGEOID" : "0500000US18129", "LSAD" : "06", "ALAND" : 1060267353, "AWATER" : 25779827}, "center_lat" : 38.03, "center_lon" : -87.86, "area_m2" : 1086047180, "timezone" : "America/Chicago"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-88.059, 37.867], [-88.041, 37.892], [-88.016, 37.962], [-88.031, 38.031], [-87.989, 38.056], [-87.962, 38.1], [-87.927, 38.152], [-87.976, 38.198], [-87.97, 38.23], [-87.799, 38.229], [-87.688, 38.201], [-87.688, 38.168], [-87.7, 37.899], [-87.713, 37.883], [-87.724, 37.892], [-87.808, 37.875], [-87.873, 37.921], [-87.922, 37.908], [-87.925, 37.9], [-87.938, 37.871], [-87.904, 37.818], [-87.936, 37.79], [-87.97, 37.782], [-88.028, 37.799], [-88.067, 37.856], [-88.059, 37.867]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}}, "required": ["name", "name_long", "fips", "state_code_int", "state_code_postal", "state_code_iso", "county_code", "population", "countrylevel_id", "census_data", "center_lat", "center_lon", "area_m2", "timezone"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 85913837, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "da69578aebec18dc8505d8e9bd683fc7", "wof:id" : 85913837, "wof:repo" : "whosonfirst-data-admin-jp"}, "bbox" : [139.4728088380004, 35.30735005240915, 139.48242187500006, 35.3211043266741], "geometry" : {"coordinates" : [[[139.48025886693603, 35.31008240032516], [139.4800830345685, 35.30900507704152], [139.4789886472504, 35.30945210604742], [139.4783020019221, 35.30917162890964], [139.47830200198842, 35.30840140170007], [139.47830200199996, 35.30826145866708], [139.47692871100003, 35.30770051399956], [139.4760707908785, 35.30735008155845], [139.47607076709113, 35.30735005240915], [139.47349686166189, 35.30840140170007], [139.4728088380004, 35.30868243502023], [139.4728088380004, 35.30895981893305], [139.47418212900016, 35.31064272024184], [139.47418212900016, 35.31288398062944], [139.47692871379297, 35.31288398171959], [139.47692871100003, 35.31736632920007], [139.47807255095478, 35.31736632920007], [139.47864448125364, 35.31946902360887], [139.47997882708773, 35.3211043266741], [139.48242187500006, 35.31960725060033], [139.48242187500006, 35.31736632920007], [139.48242187500006, 35.31428573993789], [139.48242187500006, 35.31288398970005], [139.48242187500006, 35.31064271981126], [139.48053320622552, 35.31064271964846], [139.48025886693603, 35.31008240032516]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "integer"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"value" : [986424432248755375, 934832547513665433, 975368525626234775, 922425673444327766, 927317261315624874, 954156536675437273, 952766465751222567]}
json_instruct
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "integer"}}}, "required": ["value"], "$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"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "homepage", "authors", "description", "main", "keywords", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "slides", "version" : "0.1.1", "homepage" : "https://github.com/Patternslib/slides", "authors" : ["Wichert Akkerman <wichert@wiggy.net>"], "description" : "Simple HTML5/CSS slideshows", "main" : "src/slides.js", "keywords" : ["slideshow", "presentation", "javascript", "library"], "license" : "BSD", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "homepage", "authors", "description", "main", "keywords", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404351971, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "65fb72ae6c428e1823895af0489d0051", "wof:id" : 404351971, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.82383618196999, 43.36369127566255, -0.79552959111352, 43.39140762641989], "geometry" : {"coordinates" : [[[-0.80810127252489, 43.36369127566255], [-0.81632815020331, 43.36619331842626], [-0.82383618196999, 43.36473923105162], [-0.81864438681639, 43.37784727171284], [-0.80418029488957, 43.39140762641989], [-0.79718808093189, 43.38763626947127], [-0.79552959111352, 43.37821948721417], [-0.80810127252489, 43.36369127566255]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-vr73-4h65-j4pm", "modified" : "2022-05-01T07:22:29Z", "published" : "2022-05-01T07:22:29Z", "aliases" : ["CVE-2006-4853"], "details" : "SQL injection vulnerability in kategorix.asp in Haberx 1.02 through 1.1 allows remote attackers to execute arbitrary SQL commands via the id parameter in kategorihaberx.asp.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2006-4853"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/28988"}, {"type" : "WEB", "url" : "https://www.exploit-db.com/exploits/2371"}, {"type" : "WEB", "url" : "http://packetstorm.linuxsecurity.com/0609-exploits/haberx.txt"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/21960"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/20038"}, {"type" : "WEB", "url" : "http://www.vupen.com/english/advisories/2006/3661"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["Diversified Machinery", "General Building Materials"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"by": {"type": "string"}, "descendants": {"type": "integer"}, "id": {"type": "integer"}, "kids": {"type": "array", "items": {"type": "integer"}}, "score": {"type": "integer"}, "time": {"type": "integer"}, "title": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["by", "descendants", "id", "kids", "score", "time", "title", "type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"by" : "UpshotKnothole", "descendants" : 154, "id" : 18062433, "kids" : [18064440, 18062694, 18062831, 18062977, 18063822, 18063108, 18063219, 18062712, 18062665, 18064190, 18064695, 18062764, 18063126, 18062791, 18063626, 18063256, 18064538], "score" : 190, "time" : 1537832429, "title" : "When Do We Have Empathy for the Mentally Ill?", "type" : "story", "url" : "https://daily.jstor.org/when-do-we-have-empathy-for-the-mentally-ill/"}
json_instruct
{"type": "object", "properties": {"by": {"type": "string"}, "descendants": {"type": "integer"}, "id": {"type": "integer"}, "kids": {"type": "array", "items": {"type": "integer"}}, "score": {"type": "integer"}, "time": {"type": "integer"}, "title": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["by", "descendants", "id", "kids", "score", "time", "title", "type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "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" : 441, "citation_title" : "Effect of Minimum Wages on Human Capital Formation", "citation_author" : ["Jacob Mincer", "Linda S. Leighton"], "citation_publication_date" : "1980-02-01", "issue_date" : "1980-02-01", "revision_date" : "None", "topics" : ["Labor Economics"], "program" : ["Productivity, Innovation, and Entrepreneurship"], "projects" : null, "working_groups" : null, "abstract" : "\n\nThe hypothesis that minimum wages tend to discourage on the job training is largely supported by our empirical analysis. Direct effects on reported job training and corollary effects on wage growth as estimated in microdata of the National Longitudinal Samples (NLS) and Michigan Income Dynamics (MID) are consistently negative and stronger at lower education levels. Apart from a single exception, no effects are observable among the higher wage group whose education exceeds high school. The effects on job turnover are: a decrease in turnover among young NLS whites, but an increase among young NLS blacks and MID whites. Whether these apparently conflicting findings on turnover reflect a distinction between short and long run adjustments in jobs is a question that requires further testing.\n\n", "acknowledgement" : "\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": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 960, "surahNumber" : "007", "ayatNumber" : "006", "arabic" : "\u0641\u064e\u0644\u064e\u0646\u064e\u0633\u0652\u0623\u064e\u0644\u064e\u0646\u0651\u064e \u0627\u0644\u0651\u064e\u0630\u0650\u064a\u0646\u064e \u0623\u064f\u0631\u0652\u0633\u0650\u0644\u064e \u0625\u0650\u0644\u064e\u064a\u0652\u0647\u0650\u0645\u0652 \u0648\u064e\u0644\u064e\u0646\u064e\u0633\u0652\u0623\u064e\u0644\u064e\u0646\u0651\u064e \u0627\u0644\u0652\u0645\u064f\u0631\u0652\u0633\u064e\u0644\u0650\u064a\u0646\u064e", "english" : "Then surely, We shall question those (people) to whom it (the Book) was sent and verily, We shall question the Messengers.", "bengali" : "\u0985\u09a4\u098f\u09ac, \u0986\u09ae\u09bf \u0985\u09ac\u09b6\u09cd\u09af\u0987 \u09a4\u09be\u09a6\u09c7\u09b0\u0995\u09c7 \u099c\u09bf\u099c\u09cd\u099e\u09c7\u09b8 \u0995\u09b0\u09ac \u09af\u09be\u09a6\u09c7\u09b0 \u0995\u09be\u099b\u09c7 \u09b0\u09b8\u09c2\u09b2 \u09aa\u09cd\u09b0\u09c7\u09b0\u09bf\u09a4 \u09b9\u09df\u09c7\u099b\u09bf\u09b2 \u098f\u09ac\u0982 \u0986\u09ae\u09bf \u0985\u09ac\u09b6\u09cd\u09af\u0987 \u09a4\u09be\u09a6\u09c7\u09b0\u0995\u09c7 \u099c\u09bf\u099c\u09cd\u099e\u09c7\u09b8 \u0995\u09b0\u09ac \u09b0\u09b8\u09c2\u09b2\u0997\u09a3\u0995\u09c7\u0964"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xc97e22b894ff58a01a71e2d7c4111bafb0dc784b", "tool" : "honeybadger", "start" : 1565826269.8400552, "end" : 1565826327.3513486, "duration" : 57.51129341125488, "analysis" : [{"errors" : [], "file" : "/unique_chucks/30/0xc97e22b894ff58a01a71e2d7c4111bafb0dc784b.sol", "name" : "SafeMath"}, {"errors" : [], "file" : "/unique_chucks/30/0xc97e22b894ff58a01a71e2d7c4111bafb0dc784b.sol", "name" : "eosPRIVATE"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "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": {"method": {"type": "string"}, "jsonrpc": {"type": "string"}, "id": {"type": "integer"}}, "required": ["method", "jsonrpc", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"method" : "getInflationRate", "jsonrpc" : "2.0", "id" : 0}
json_instruct
{"type": "object", "properties": {"method": {"type": "string"}, "jsonrpc": {"type": "string"}, "id": {"type": "integer"}}, "required": ["method", "jsonrpc", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1924, 5], [1946, 5], [1950, 9], [1953, 10], [1954, 14], [1955, 6], [1956, 16], [1957, 13], [1958, 7], [1959, 8], [1960, 8], [1961, 11], [1962, 14], [1963, 11], [1964, 17], [1965, 11], [1966, 13], [1967, 13], [1968, 10], [1969, 19], [1970, 28], [1971, 30], [1972, 14], [1973, 25], [1974, 25], [1975, 28], [1976, 51], [1977, 44], [1978, 31], [1979, 26], [1980, 23], [1981, 24], [1982, 18], [1983, 66], [1984, 27], [1985, 33], [1986, 21], [1987, 19], [1988, 27], [1989, 30], [1990, 22], [1991, 16], [1992, 19], [1993, 17], [1994, 20], [1995, 31], [1996, 20], [1997, 20], [1998, 22], [1999, 19], [2000, 21], [2001, 17], [2002, 17], [2003, 6], [2004, 17], [2005, 11], [2006, 12], [2007, 12], [2008, 7], [2009, 15], [2010, 15], [2011, 9], [2012, 7], [2013, 6], [2014, 8]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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"}, "types": {"type": "object", "properties": {}, "required": []}, "vars": {"type": "object", "properties": {"helloWorld": {"type": "string"}}, "required": ["helloWorld"]}, "funcs": {"type": "object", "properties": {"helloWorld": {"type": "object", "properties": {}, "required": []}}, "required": ["helloWorld"]}, "views": {"type": "object", "properties": {"getHelloWorld": {"type": "object", "properties": {}, "required": []}}, "required": ["getHelloWorld"]}}, "required": ["name", "description", "types", "vars", "funcs", "views"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "helloworld", "description" : "The ubiquitous hello world demo", "types" : {}, "vars" : {"helloWorld" : "String"}, "funcs" : {"helloWorld" : {}}, "views" : {"getHelloWorld" : {}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "types": {"type": "object", "properties": {}, "required": []}, "vars": {"type": "object", "properties": {"helloWorld": {"type": "string"}}, "required": ["helloWorld"]}, "funcs": {"type": "object", "properties": {"helloWorld": {"type": "object", "properties": {}, "required": []}}, "required": ["helloWorld"]}, "views": {"type": "object", "properties": {"getHelloWorld": {"type": "object", "properties": {}, "required": []}}, "required": ["getHelloWorld"]}}, "required": ["name", "description", "types", "vars", "funcs", "views"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"pass-unconnected.out": {"type": "string"}}, "required": ["pass-unconnected.out"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pass-unconnected.out" : "hello inp1\n"}
json_instruct
{"type": "object", "properties": {"pass-unconnected.out": {"type": "string"}}, "required": ["pass-unconnected.out"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"string": {"type": "string"}, "longer_key": {"type": "string"}, "ignored": {"type": "string"}, "number": {"type": "integer"}, "epoch_date": {"type": "integer"}, "standard_url": {"type": "string"}, "file_url": {"type": "string"}}, "required": ["string", "longer_key", "ignored", "number", "epoch_date", "standard_url", "file_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"string" : "stringValue", "longer_key" : "longerKeyValue", "ignored" : "doesn't matter", "number" : 1234, "epoch_date" : 1418959215, "standard_url" : "https://twitter.com/bmitchelmore", "file_url" : "file:///usr/bin/example.dat"}
json_instruct
{"type": "object", "properties": {"string": {"type": "string"}, "longer_key": {"type": "string"}, "ignored": {"type": "string"}, "number": {"type": "integer"}, "epoch_date": {"type": "integer"}, "standard_url": {"type": "string"}, "file_url": {"type": "string"}}, "required": ["string", "longer_key", "ignored", "number", "epoch_date", "standard_url", "file_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "count": {"type": "integer"}}, "required": ["id", "name", "href", "url", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "CWE-784", "name" : "Reliance on Cookies without Validation and Integrity Checking in a Security Decision", "href" : "AIP/quality-standards/CWE/items/CWE-784", "url" : "https://cwe.mitre.org/data/definitions/784.html", "count" : 0}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "count": {"type": "integer"}}, "required": ["id", "name", "href", "url", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"use_authentication": {"type": "boolean"}, "default_access": {"type": "string"}}, "required": ["use_authentication", "default_access"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"use_authentication" : true, "default_access" : "USER"}
json_instruct
{"type": "object", "properties": {"use_authentication": {"type": "boolean"}, "default_access": {"type": "string"}}, "required": ["use_authentication", "default_access"], "$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": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 1701044001, "parent" : 1701044, "name" : "PASAR BAWAH", "latitude" : null, "longitude" : null, "postal" : [38525, 38515], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}