input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "app-monitor"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"tunnels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "uri": {"type": "string"}, "public_url": {"type": "string"}, "proto": {"type": "string"}, "config": {"type": "object", "properties": {"addr": {"type": "string"}, "inspect": {"type": "boolean"}}, "required": ["addr", "inspect"]}, "metrics": {"type": "object", "properties": {"conns": {"type": "object", "properties": {"count": {"type": "integer"}, "gauge": {"type": "integer"}, "rate1": {"type": "integer"}, "rate5": {"type": "integer"}, "rate15": {"type": "integer"}, "p50": {"type": "integer"}, "p90": {"type": "integer"}, "p95": {"type": "integer"}, "p99": {"type": "integer"}}, "required": ["count", "gauge", "rate1", "rate5", "rate15", "p50", "p90", "p95", "p99"]}, "http": {"type": "object", "properties": {"count": {"type": "integer"}, "rate1": {"type": "integer"}, "rate5": {"type": "integer"}, "rate15": {"type": "integer"}, "p50": {"type": "integer"}, "p90": {"type": "integer"}, "p95": {"type": "integer"}, "p99": {"type": "integer"}}, "required": ["count", "rate1", "rate5", "rate15", "p50", "p90", "p95", "p99"]}}, "required": ["conns", "http"]}}, "required": ["name", "uri", "public_url", "proto", "config", "metrics"]}}, "uri": {"type": "string"}}, "required": ["tunnels", "uri"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tunnels" : [{"name" : "command_line (http)", "uri" : "/api/tunnels/command_line%20%28http%29", "public_url" : "https://shopify.ngrok.io", "proto" : "http", "config" : {"addr" : "http://localhost:39351", "inspect" : true}, "metrics" : {"conns" : {"count" : 0, "gauge" : 0, "rate1" : 0, "rate5" : 0, "rate15" : 0, "p50" : 0, "p90" : 0, "p95" : 0, "p99" : 0}, "http" : {"count" : 0, "rate1" : 0, "rate5" : 0, "rate15" : 0, "p50" : 0, "p90" : 0, "p95" : 0, "p99" : 0}}}, {"name" : "command_line", "uri" : "/api/tunnels/command_line", "public_url" : "http://shopify.ngrok.io", "proto" : "https", "config" : {"addr" : "http://localhost:39351", "inspect" : true}, "metrics" : {"conns" : {"count" : 0, "gauge" : 0, "rate1" : 0, "rate5" : 0, "rate15" : 0, "p50" : 0, "p90" : 0, "p95" : 0, "p99" : 0}, "http" : {"count" : 0, "rate1" : 0, "rate5" : 0, "rate15" : 0, "p50" : 0, "p90" : 0, "p95" : 0, "p99" : 0}}}], "uri" : "/api/tunnels"}
json_instruct
{"type": "object", "properties": {"tunnels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "uri": {"type": "string"}, "public_url": {"type": "string"}, "proto": {"type": "string"}, "config": {"type": "object", "properties": {"addr": {"type": "string"}, "inspect": {"type": "boolean"}}, "required": ["addr", "inspect"]}, "metrics": {"type": "object", "properties": {"conns": {"type": "object", "properties": {"count": {"type": "integer"}, "gauge": {"type": "integer"}, "rate1": {"type": "integer"}, "rate5": {"type": "integer"}, "rate15": {"type": "integer"}, "p50": {"type": "integer"}, "p90": {"type": "integer"}, "p95": {"type": "integer"}, "p99": {"type": "integer"}}, "required": ["count", "gauge", "rate1", "rate5", "rate15", "p50", "p90", "p95", "p99"]}, "http": {"type": "object", "properties": {"count": {"type": "integer"}, "rate1": {"type": "integer"}, "rate5": {"type": "integer"}, "rate15": {"type": "integer"}, "p50": {"type": "integer"}, "p90": {"type": "integer"}, "p95": {"type": "integer"}, "p99": {"type": "integer"}}, "required": ["count", "rate1", "rate5", "rate15", "p50", "p90", "p95", "p99"]}}, "required": ["conns", "http"]}}, "required": ["name", "uri", "public_url", "proto", "config", "metrics"]}}, "uri": {"type": "string"}}, "required": ["tunnels", "uri"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"_public_key": {"type": "string"}, "private_key": {"type": "string"}, "kid": {"type": "string"}}, "required": ["_public_key", "private_key", "kid"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_public_key" : "04eb6c4c0b7ffec7a02a9c36919a36f94f45b90d0850ce79f559bf09a6782278", "private_key" : "EJ[1:6xddFlrPUY+3yuQzmhyZTzVHSzOYSJba8oC6QISnq24=:IpBuhnHv95RZfZqot/QP0jzNpiVECqac:QNJTAscXNYMevzVxudaHuvFHA7mZYDhJH/wCABapI0LNoYc27AFwYFJpb+9RF8cuhQlfcL/ZPYqKtmm9NP/CHsn3aQ9n6+vCk9Sz3OV/mnYzNbHczqftMnsvh+vqXcwaUN0XjUn3gp/d4STOI2ROcVJA/FFrITuW73tJko9OTMZshrd4SPaacX32zXVQVp0qnmgrp/EFuDj5QGYiTYx42rfejplBy8txGBacJ0HqKPhWOLHQixxxF5poONsPv19yIvDfH2I1o7i1oh+wNUed8bpgW/xhjcnJPdOAK89CiTNpsx2ohi7kIwHqxHZ1iQV7KMjg8oF9cN4I2x/PJCDhP431lpXqrQKSn5Ap0OZwQe+8p8wbmtrTnoe87wHvgNR/bxMA+ldB+Sssdx/laUIn]", "kid" : "EJ[1:6xddFlrPUY+3yuQzmhyZTzVHSzOYSJba8oC6QISnq24=:AZfDxDFkMP5AL14QVfV8YJZAolNBfx22:6Q5aKqWKZcKYEXikhUYW8fjgOu/Uuqc+JrmR/qq6gnMunJhZwvi/woYyYEiCbJXa0NkvJlc+Ux+mKI8=]"}
json_instruct
{"type": "object", "properties": {"_public_key": {"type": "string"}, "private_key": {"type": "string"}, "kid": {"type": "string"}}, "required": ["_public_key", "private_key", "kid"], "$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"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"bcrypt": {"type": "string"}, "body-parser": {"type": "string"}, "connect-mongo": {"type": "string"}, "express": {"type": "string"}, "express-fileupload": {"type": "string"}, "express-session": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "pug": {"type": "string"}}, "required": ["bcrypt", "body-parser", "connect-mongo", "express", "express-fileupload", "express-session", "mongoose", "morgan", "pug"]}, "license": {"type": "string"}}, "required": ["name", "version", "description", "author", "private", "scripts", "dependencies", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "treehouse-express-auth", "version" : "1.0.0", "description" : "A project for learning how to add authentication to a web application.", "author" : "Treehouse Island, Inc.", "private" : true, "scripts" : {"start" : "node ./app"}, "dependencies" : {"bcrypt" : "^1.0.3", "body-parser" : "^1.13.3", "connect-mongo" : "^2.0.1", "express" : "^4.13.4", "express-fileupload" : "^0.4.0", "express-session" : "^1.15.6", "mongoose" : "^5.0.12", "morgan" : "^1.9.0", "pug" : "^2.0.0-beta2"}, "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"bcrypt": {"type": "string"}, "body-parser": {"type": "string"}, "connect-mongo": {"type": "string"}, "express": {"type": "string"}, "express-fileupload": {"type": "string"}, "express-session": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "pug": {"type": "string"}}, "required": ["bcrypt", "body-parser", "connect-mongo", "express", "express-fileupload", "express-session", "mongoose", "morgan", "pug"]}, "license": {"type": "string"}}, "required": ["name", "version", "description", "author", "private", "scripts", "dependencies", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "76c00bd23ed7914f9072859f8d5dd59f218dec50"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"content": {"type": "string"}, "meta": {"type": "object", "properties": {"subject": {"type": "string"}, "flatMeterage": {"type": "null"}, "roomMeterage": {"type": "null"}, "rent": {"type": "integer"}, "bills": {"type": "integer"}, "deposit": {"type": "null"}, "internetSpeed": {"type": "null"}, "district": {"type": "null"}, "street": {"type": "string"}, "roomsCount": {"type": "integer"}, "flatmatesCount": {"type": "integer"}, "flatmatesGenders": {"type": "array", "items": {"type": "string"}}, "flatmatesOccupation": {"type": "array", "items": {"type": "string"}}, "preferredOccupation": {"type": "null"}, "preferredGender": {"type": "null"}}, "required": ["subject", "flatMeterage", "roomMeterage", "rent", "bills", "deposit", "internetSpeed", "district", "street", "roomsCount", "flatmatesCount", "flatmatesGenders", "flatmatesOccupation", "preferredOccupation", "preferredGender"]}}, "required": ["content", "meta"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"content" : "Pok\u00f3j jednoosobowy ul. Dubois do wynaj\u0119cia Wroc\u0142aw \"Rezydencja Dubois\" wynajm\u0119 od 24.11 pok\u00f3j 1osobowy przy ul Dubois w nowej kamienicy (nad Biedronk\u0105). Mieszkanie 2 pokojowe. Ju\u017c mieszka tam studentka. Mieszkanie wyposa\u017cone w aneks kuchenny, pralka, wanna. W pokoju znajduje si\u0119 \u0142\u00f3\u017cko, biurko, szafki, du\u017ce okno. Pok\u00f3j jest jasny, od podw\u00f3rka. Blisko w\u0119ze\u0142 komunikacyjny, sklepy, bary mleczne, Wyspa S\u0142odowa. cena: 800z\u0142 + 100z\u0142-op\u0142aty. Zapraszam do obejrzenia jutro, sobota 24.11. w godz. popo\u0142udniowych. 882 919 871", "meta" : {"subject" : "room", "flatMeterage" : null, "roomMeterage" : null, "rent" : 800, "bills" : 100, "deposit" : null, "internetSpeed" : null, "district" : null, "street" : "Dubois", "roomsCount" : 2, "flatmatesCount" : 1, "flatmatesGenders" : ["female"], "flatmatesOccupation" : ["student"], "preferredOccupation" : null, "preferredGender" : null}}
json_instruct
{"type": "object", "properties": {"content": {"type": "string"}, "meta": {"type": "object", "properties": {"subject": {"type": "string"}, "flatMeterage": {"type": "null"}, "roomMeterage": {"type": "null"}, "rent": {"type": "integer"}, "bills": {"type": "integer"}, "deposit": {"type": "null"}, "internetSpeed": {"type": "null"}, "district": {"type": "null"}, "street": {"type": "string"}, "roomsCount": {"type": "integer"}, "flatmatesCount": {"type": "integer"}, "flatmatesGenders": {"type": "array", "items": {"type": "string"}}, "flatmatesOccupation": {"type": "array", "items": {"type": "string"}}, "preferredOccupation": {"type": "null"}, "preferredGender": {"type": "null"}}, "required": ["subject", "flatMeterage", "roomMeterage", "rent", "bills", "deposit", "internetSpeed", "district", "street", "roomsCount", "flatmatesCount", "flatmatesGenders", "flatmatesOccupation", "preferredOccupation", "preferredGender"]}}, "required": ["content", "meta"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"state": {"type": "string"}, "preSearchDescription": {"type": "object", "properties": {"gridLength": {"type": "integer"}, "importantParams": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "vals": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "vals"]}}}, "required": ["gridLength", "importantParams"]}, "postSearchDescription": {"type": "object", "properties": {"importantParams": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "val": {"type": "string"}}, "required": ["name", "val"]}}}, "required": ["importantParams"]}, "timeOrderingEnabled": {"type": "boolean"}, "sampleWeightsEnabled": {"type": "boolean"}, "modelId": {"type": "string"}, "progress": {"type": "object", "properties": {"top_level_todo": {"type": "array", "items": {}}, "stack": {"type": "array", "items": {}}, "top_level_done": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "time": {"type": "integer"}}, "required": ["name", "time"]}}}, "required": ["top_level_todo", "stack", "top_level_done"]}, "startTime": {"type": "integer"}, "endTime": {"type": "integer"}, "preprocessingTime": {"type": "integer"}, "trainingTime": {"type": "integer"}}, "required": ["state", "preSearchDescription", "postSearchDescription", "timeOrderingEnabled", "sampleWeightsEnabled", "modelId", "progress", "startTime", "endTime", "preprocessingTime", "trainingTime"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"state" : "DONE", "preSearchDescription" : {"gridLength" : 1, "importantParams" : [{"name" : "max_depth", "vals" : ["5"]}, {"name" : "min_samples", "vals" : ["1"]}, {"name" : "criterion", "vals" : ["gini"]}]}, "postSearchDescription" : {"importantParams" : [{"name" : "criterion", "val" : "gini"}, {"name" : "max_depth", "val" : "5"}, {"name" : "min_samples", "val" : "1"}]}, "timeOrderingEnabled" : false, "sampleWeightsEnabled" : false, "modelId" : "m1", "progress" : {"top_level_todo" : [], "stack" : [], "top_level_done" : [{"name" : "Loading train set", "time" : 63}, {"name" : "Loading test set", "time" : 12}, {"name" : "Collecting statistics", "time" : 60}, {"name" : "Preprocessing train set", "time" : 121}, {"name" : "Preprocessing test set", "time" : 51}, {"name" : "Fitting model", "time" : 17}, {"name" : "Saving model", "time" : 4}, {"name" : "Scoring model", "time" : 717}]}, "startTime" : 1591517626894, "endTime" : 1591517627944, "preprocessingTime" : 311, "trainingTime" : 739}
json_instruct
{"type": "object", "properties": {"state": {"type": "string"}, "preSearchDescription": {"type": "object", "properties": {"gridLength": {"type": "integer"}, "importantParams": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "vals": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "vals"]}}}, "required": ["gridLength", "importantParams"]}, "postSearchDescription": {"type": "object", "properties": {"importantParams": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "val": {"type": "string"}}, "required": ["name", "val"]}}}, "required": ["importantParams"]}, "timeOrderingEnabled": {"type": "boolean"}, "sampleWeightsEnabled": {"type": "boolean"}, "modelId": {"type": "string"}, "progress": {"type": "object", "properties": {"top_level_todo": {"type": "array", "items": {}}, "stack": {"type": "array", "items": {}}, "top_level_done": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "time": {"type": "integer"}}, "required": ["name", "time"]}}}, "required": ["top_level_todo", "stack", "top_level_done"]}, "startTime": {"type": "integer"}, "endTime": {"type": "integer"}, "preprocessingTime": {"type": "integer"}, "trainingTime": {"type": "integer"}}, "required": ["state", "preSearchDescription", "postSearchDescription", "timeOrderingEnabled", "sampleWeightsEnabled", "modelId", "progress", "startTime", "endTime", "preprocessingTime", "trainingTime"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"argv": {"type": "array", "items": {"type": "string"}}, "display_name": {"type": "string"}, "language": {"type": "string"}}, "required": ["argv", "display_name", "language"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"argv" : ["conda", "run", "-n", "devdash", "python", "-m", "ipykernel_launcher", "-f", "{connection_file}"], "display_name" : "DevDash Demo (Python 3)", "language" : "python"}
json_instruct
{"type": "object", "properties": {"argv": {"type": "array", "items": {"type": "string"}}, "display_name": {"type": "string"}, "language": {"type": "string"}}, "required": ["argv", "display_name", "language"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1994, 5], [2004, 12], [2005, 8], [2006, 9], [2007, 10], [2008, 6], [2009, 6], [2010, 9], [2011, 5], [2012, 13], [2013, 8], [2014, 7]]
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"}, "title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "authors": {"type": "array", "items": {}}, "url": {"type": "string"}, "license": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "version": {"type": "string"}, "minimumCoreVersion": {"type": "string"}, "compatibleCoreVersion": {"type": "string"}, "scripts": {"type": "array", "items": {}}, "esmodules": {"type": "array", "items": {"type": "string"}}, "styles": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}}, "required": ["lang", "name", "path"]}}, "packs": {"type": "array", "items": {}}, "system": {"type": "array", "items": {}}, "dependencies": {"type": "array", "items": {}}, "socket": {"type": "boolean"}, "manifest": {"type": "string"}, "download": {"type": "string"}, "protected": {"type": "boolean"}, "gridDistance": {"type": "integer"}, "gridUnits": {"type": "string"}, "primaryTokenAttribute": {"type": "string"}, "secondaryTokenAttribute": {"type": "string"}}, "required": ["name", "title", "description", "author", "authors", "url", "license", "flags", "version", "minimumCoreVersion", "compatibleCoreVersion", "scripts", "esmodules", "styles", "languages", "packs", "system", "dependencies", "socket", "manifest", "download", "protected", "gridDistance", "gridUnits", "primaryTokenAttribute", "secondaryTokenAttribute"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "exaltedthird", "title" : "Exalted Third Edition", "description" : "Unofficial Exalted third edition system module for FoundryVTT! Portions of the materials are the copyrights and trademarks of Paradox Interactive AB, and are used with permission. All rights reserved. For more information please visit worldofdarkness.com.", "author" : "Aliharu", "authors" : [], "url" : "https://github.com/Aliharu/Foundry-Ex3", "license" : "LICENSE.txt", "flags" : {}, "version" : "0.8.1", "minimumCoreVersion" : "0.8.5", "compatibleCoreVersion" : "9", "scripts" : [], "esmodules" : ["module/exaltedthird.js"], "styles" : ["css/exaltedthird.css"], "languages" : [{"lang" : "en", "name" : "English", "path" : "lang/en.json"}], "packs" : [], "system" : [], "dependencies" : [], "socket" : false, "manifest" : "https://raw.githubusercontent.com/Aliharu/Foundry-Ex3/master/system.json", "download" : "https://github.com/Aliharu/Foundry-Ex3/releases/download/v0.8.1/release0.8.1.zip", "protected" : false, "gridDistance" : 5, "gridUnits" : "ft", "primaryTokenAttribute" : "power", "secondaryTokenAttribute" : "damage"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "authors": {"type": "array", "items": {}}, "url": {"type": "string"}, "license": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "version": {"type": "string"}, "minimumCoreVersion": {"type": "string"}, "compatibleCoreVersion": {"type": "string"}, "scripts": {"type": "array", "items": {}}, "esmodules": {"type": "array", "items": {"type": "string"}}, "styles": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}}, "required": ["lang", "name", "path"]}}, "packs": {"type": "array", "items": {}}, "system": {"type": "array", "items": {}}, "dependencies": {"type": "array", "items": {}}, "socket": {"type": "boolean"}, "manifest": {"type": "string"}, "download": {"type": "string"}, "protected": {"type": "boolean"}, "gridDistance": {"type": "integer"}, "gridUnits": {"type": "string"}, "primaryTokenAttribute": {"type": "string"}, "secondaryTokenAttribute": {"type": "string"}}, "required": ["name", "title", "description", "author", "authors", "url", "license", "flags", "version", "minimumCoreVersion", "compatibleCoreVersion", "scripts", "esmodules", "styles", "languages", "packs", "system", "dependencies", "socket", "manifest", "download", "protected", "gridDistance", "gridUnits", "primaryTokenAttribute", "secondaryTokenAttribute"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"developerToken": {"type": "string"}}, "required": ["developerToken"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"developerToken" : "eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IldlYlBsYXlLaWQifQ.eyJpc3MiOiJBTVBXZWJQbGF5IiwiaWF0IjoxNjUxNTk5NzQ2LCJleHAiOjE2NjcxNTE3NDYsInJvb3RfaHR0cHNfb3JpZ2luIjpbImFwcGxlLmNvbSJdfQ.Xa93EjcCYyZA3CooQlonBElmlM-tDamtNySphmvBvq3RMT7aGrc686rhSaM7FpaZycUOo1Dye2pOZeXEQpEaHQ"}
json_instruct
{"type": "object", "properties": {"developerToken": {"type": "string"}}, "required": ["developerToken"], "$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" : "roots:block/runed_obsidian_brick_alt_wall_inventory"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"namespace": {"type": "string"}, "methods": {"type": "array", "items": {"type": "string"}}, "endpoints": {"type": "array", "items": {"type": "object", "properties": {"methods": {"type": "array", "items": {"type": "string"}}, "args": {"type": "object", "properties": {"id": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "type", "required"]}, "context": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "default": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "type", "enum", "default", "required"]}}, "required": ["id", "context"]}}, "required": ["methods", "args"]}}, "route": {"type": "string"}}, "required": ["namespace", "methods", "endpoints", "route"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"namespace" : "wp/v2", "methods" : ["GET"], "endpoints" : [{"methods" : ["GET"], "args" : {"id" : {"description" : "The widget type id.", "type" : "string", "required" : false}, "context" : {"description" : "Scope under which the request is made; determines fields present in response.", "type" : "string", "enum" : ["view", "embed", "edit"], "default" : "view", "required" : false}}}], "route" : "/wp/v2/widget-types/(?P<id>[a-zA-Z0-9_-]+)"}
json_instruct
{"type": "object", "properties": {"namespace": {"type": "string"}, "methods": {"type": "array", "items": {"type": "string"}}, "endpoints": {"type": "array", "items": {"type": "object", "properties": {"methods": {"type": "array", "items": {"type": "string"}}, "args": {"type": "object", "properties": {"id": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "type", "required"]}, "context": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "default": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "type", "enum", "default", "required"]}}, "required": ["id", "context"]}}, "required": ["methods", "args"]}}, "route": {"type": "string"}}, "required": ["namespace", "methods", "endpoints", "route"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "MultiPolygon", "coordinates" : [[[[-93.62894, 36.544038], [-93.628883, 36.546028], [-93.621401, 36.545866], [-93.619181, 36.545807], [-93.617814, 36.545771], [-93.614641, 36.545681], [-93.614723, 36.543109], [-93.614756, 36.542102], [-93.614964, 36.542152], [-93.615142, 36.542183], [-93.615195, 36.542195], [-93.615374, 36.542236], [-93.616111, 36.542361], [-93.616309, 36.542414], [-93.616312, 36.542423], [-93.616345, 36.542512], [-93.616384, 36.542864], [-93.616398, 36.542896], [-93.616466, 36.542934], [-93.616555, 36.542906], [-93.616662, 36.542839], [-93.616811, 36.542761], [-93.616879, 36.542732], [-93.617096, 36.542714], [-93.617744, 36.54276], [-93.618718, 36.542803], [-93.619073, 36.542849], [-93.619305, 36.542891], [-93.619659, 36.542871], [-93.619842, 36.54287], [-93.619985, 36.542885], [-93.620245, 36.542921], [-93.620462, 36.542908], [-93.620837, 36.542915], [-93.620966, 36.542925], [-93.62128, 36.542966], [-93.621498, 36.542969], [-93.621736, 36.542951], [-93.621865, 36.542906], [-93.622021, 36.542866], [-93.622103, 36.542865], [-93.622775, 36.542754], [-93.623779, 36.542486], [-93.624056, 36.542401], [-93.624266, 36.542328], [-93.624497, 36.54226], [-93.624903, 36.542086], [-93.625079, 36.541988], [-93.625129, 36.541949], [-93.625191, 36.541909], [-93.625359, 36.541823], [-93.625615, 36.541656], [-93.625731, 36.541584], [-93.629112, 36.541561], [-93.62894, 36.544038]]]], "properties" : {"id" : "usa-mo-arrow-point-city", "type" : "city", "name" : "Arrow Point", "code" : "2902034"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attack": {"type": "string"}, "defense": {"type": "string"}, "attribute": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "is_xyz": {"type": "boolean"}, "is_synchro": {"type": "boolean"}, "is_fusion": {"type": "boolean"}, "is_link": {"type": "boolean"}, "is_extra_deck": {"type": "boolean"}, "monster_types": {"type": "array", "items": {"type": "string"}}, "stars": {"type": "string"}}, "required": ["name", "number", "is_illegal", "text", "type", "is_monster", "is_spell", "is_trap", "species", "attack", "defense", "attribute", "is_pendulum", "is_xyz", "is_synchro", "is_fusion", "is_link", "is_extra_deck", "monster_types", "stars"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Scrounging Goblin", "number" : "12152769", "is_illegal" : false, "text" : "If this card inflicts battle damage to your opponent: They can hand you 1 card from their hand to negate this effect, otherwise you add 1 \"Goblin\" card from your Deck to your hand, except \"Goblin Fan\".", "type" : "Monster", "is_monster" : true, "is_spell" : false, "is_trap" : false, "species" : "Fiend", "attack" : "1000", "defense" : "2000", "attribute" : "EARTH", "is_pendulum" : false, "is_xyz" : false, "is_synchro" : false, "is_fusion" : false, "is_link" : false, "is_extra_deck" : false, "monster_types" : ["Effect"], "stars" : "4"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attack": {"type": "string"}, "defense": {"type": "string"}, "attribute": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "is_xyz": {"type": "boolean"}, "is_synchro": {"type": "boolean"}, "is_fusion": {"type": "boolean"}, "is_link": {"type": "boolean"}, "is_extra_deck": {"type": "boolean"}, "monster_types": {"type": "array", "items": {"type": "string"}}, "stars": {"type": "string"}}, "required": ["name", "number", "is_illegal", "text", "type", "is_monster", "is_spell", "is_trap", "species", "attack", "defense", "attribute", "is_pendulum", "is_xyz", "is_synchro", "is_fusion", "is_link", "is_extra_deck", "monster_types", "stars"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "KENTTON", "frequency" : 0, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {}}}, "required": ["repair_end", "repair_begin", "patches"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"repair_end" : "2019-07-07 18:38:49.606974", "repair_begin" : "2019-07-07 16:38:46.592484", "patches" : []}
json_instruct
{"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {}}}, "required": ["repair_end", "repair_begin", "patches"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "integer"}, "2": {"type": "array", "items": {"type": "string"}}}, "required": ["0", "1", "2"]}}}, "required": ["baseObjects", "returnObjects", "callbackArgs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"baseObjects" : ["[\"q\",\"?\",\"1g\",\"(\",\":\",\"6\",\"x(\",\"n\"]", "[\"q\",\"?\",\"1g\",\"(\",\":\",\"6\",\"x(\",\"n\"]", "[\"q\",\"?\",\"1g\",\"(\",\":\",\"6\",\"x(\",\"n\"]", "[\"q\",\"?\",\"1g\",\"(\",\":\",\"6\",\"x(\",\"n\"]"], "returnObjects" : ["false", "false", "false", "false"], "callbackArgs" : [{"0" : "q", "1" : 0, "2" : ["q", "?", "1g", "(", ":", "6", "x(", "n"]}, {"0" : "q", "1" : 0, "2" : ["q", "?", "1g", "(", ":", "6", "x(", "n"]}, {"0" : "q", "1" : 0, "2" : ["q", "?", "1g", "(", ":", "6", "x(", "n"]}, {"0" : "q", "1" : 0, "2" : ["q", "?", "1g", "(", ":", "6", "x(", "n"]}]}
json_instruct
{"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "integer"}, "2": {"type": "array", "items": {"type": "string"}}}, "required": ["0", "1", "2"]}}}, "required": ["baseObjects", "returnObjects", "callbackArgs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"2832": {"type": "string"}, "2830": {"type": "string"}}, "required": ["2832", "2830"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"2832" : "2833", "2830" : "2831"}
json_instruct
{"type": "object", "properties": {"2832": {"type": "string"}, "2830": {"type": "string"}}, "required": ["2832", "2830"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "mmzreborn:block/sandy_stone_bricks"}
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"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "item/generated", "textures" : {"layer0" : "soot:items/still"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Payra-sur-l'Hers", "circ" : "3\u00e8me circonscription", "dpt" : "Aude", "inscrits" : 156, "abs" : 71, "votants" : 85, "blancs" : 8, "nuls" : 4, "exp" : 73, "res" : [{"nuance" : "REM", "nom" : "Mme Mireille ROBERT", "voix" : 42}, {"nuance" : "SOC", "nom" : "M. Andr\u00e9 VIOLA", "voix" : 31}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "integer"}, "orbital_period": {"type": "number"}, "semi_major": {"type": "string"}, "orbital_eccentricity": {"type": "string"}, "star_temp": {"type": "integer"}, "star_radius": {"type": "number"}, "planet_temp": {"type": "string"}, "radius": {"type": "number"}, "discovery_year": {"type": "integer"}, "light_years": {"type": "number"}}, "required": ["FIELD1", "key", "star_name", "planet_letter", "discovery_method", "pl_pnum", "orbital_period", "semi_major", "orbital_eccentricity", "star_temp", "star_radius", "planet_temp", "radius", "discovery_year", "light_years"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"FIELD1" : 2470, "key" : "Kepler-1587_b", "star_name" : "Kepler-1587", "planet_letter" : "b", "discovery_method" : "Transit", "pl_pnum" : 1, "orbital_period" : 9.4060467, "semi_major" : "NA", "orbital_eccentricity" : "NA", "star_temp" : 5933, "star_radius" : 1.22, "planet_temp" : "NA", "radius" : 1.33, "discovery_year" : 2016, "light_years" : 2958.23492}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "integer"}, "orbital_period": {"type": "number"}, "semi_major": {"type": "string"}, "orbital_eccentricity": {"type": "string"}, "star_temp": {"type": "integer"}, "star_radius": {"type": "number"}, "planet_temp": {"type": "string"}, "radius": {"type": "number"}, "discovery_year": {"type": "integer"}, "light_years": {"type": "number"}}, "required": ["FIELD1", "key", "star_name", "planet_letter", "discovery_method", "pl_pnum", "orbital_period", "semi_major", "orbital_eccentricity", "star_temp", "star_radius", "planet_temp", "radius", "discovery_year", "light_years"]}, "$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"}, "author": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}, "bot": {"type": "string"}, "app": {"type": "string"}}, "required": ["lint", "test", "bot", "app"]}, "devDependencies": {"type": "object", "properties": {"lerna": {"type": "string"}}, "required": ["lerna"]}}, "required": ["name", "author", "license", "description", "private", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "boxing-robot", "author" : "Gareth Fuller", "license" : "Apache-2.0", "description" : "A robot that will take hits at me", "private" : false, "scripts" : {"lint" : "lerna run lint --parallel", "test" : "lerna run test --parallel", "bot" : "cd packages/robot && yarn start", "app" : "cd packages/app && yarn start"}, "devDependencies" : {"lerna" : "^4.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}, "bot": {"type": "string"}, "app": {"type": "string"}}, "required": ["lint", "test", "bot", "app"]}, "devDependencies": {"type": "object", "properties": {"lerna": {"type": "string"}}, "required": ["lerna"]}}, "required": ["name", "author", "license", "description", "private", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"values" : ["resourcetrees:bone_leaves", "resourcetrees:clay_leaves", "resourcetrees:coal_leaves", "resourcetrees:cotton_leaves", "resourcetrees:diamond_leaves", "resourcetrees:dirt_leaves", "resourcetrees:emerald_leaves", "resourcetrees:glowstone_leaves", "resourcetrees:gold_leaves", "resourcetrees:gravel_leaves", "resourcetrees:iron_leaves", "resourcetrees:lapis_leaves", "resourcetrees:netherite_leaves", "resourcetrees:netherrack_leaves", "resourcetrees:petrified_leaves", "resourcetrees:quartz_leaves", "resourcetrees:red_sand_leaves", "resourcetrees:redstone_leaves", "resourcetrees:sand_leaves"]}
json_instruct
{"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "storybook": {"type": "string"}, "build-storybook": {"type": "string"}}, "required": ["start", "storybook", "build-storybook"]}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@angular/animations": {"type": "string"}, "@angular/common": {"type": "string"}, "@angular/compiler": {"type": "string"}, "@angular/core": {"type": "string"}, "@angular/forms": {"type": "string"}, "@angular/platform-browser": {"type": "string"}, "@angular/platform-browser-dynamic": {"type": "string"}, "zone.js": {"type": "string"}}, "required": ["@angular/animations", "@angular/common", "@angular/compiler", "@angular/core", "@angular/forms", "@angular/platform-browser", "@angular/platform-browser-dynamic", "zone.js"]}, "devDependencies": {"type": "object", "properties": {"@angular-devkit/build-angular": {"type": "string"}, "@angular/cli": {"type": "string"}, "@angular/compiler-cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@storybook/addon-actions": {"type": "string"}, "@storybook/addon-links": {"type": "string"}, "@storybook/addon-notes": {"type": "string"}, "@storybook/addons": {"type": "string"}, "@storybook/angular": {"type": "string"}, "@types/node": {"type": "string"}, "babel-loader": {"type": "string"}, "protractor": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@angular-devkit/build-angular", "@angular/cli", "@angular/compiler-cli", "@babel/core", "@storybook/addon-actions", "@storybook/addon-links", "@storybook/addon-notes", "@storybook/addons", "@storybook/angular", "@types/node", "babel-loader", "protractor", "ts-node", "typescript"]}}, "required": ["name", "version", "scripts", "private", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "storybook", "version" : "0.0.0", "scripts" : {"start" : "yarn storybook", "storybook" : "start-storybook -p 6006", "build-storybook" : "build-storybook"}, "private" : true, "dependencies" : {"@angular/animations" : "~9.1.11", "@angular/common" : "~9.1.11", "@angular/compiler" : "~9.1.11", "@angular/core" : "~9.1.11", "@angular/forms" : "~9.1.11", "@angular/platform-browser" : "~9.1.11", "@angular/platform-browser-dynamic" : "~9.1.11", "zone.js" : "~0.10.2"}, "devDependencies" : {"@angular-devkit/build-angular" : "~0.901.9", "@angular/cli" : "~9.1.9", "@angular/compiler-cli" : "~9.1.11", "@babel/core" : "^7.10.4", "@storybook/addon-actions" : "^5.3.19", "@storybook/addon-links" : "^5.3.19", "@storybook/addon-notes" : "^5.3.19", "@storybook/addons" : "^5.3.19", "@storybook/angular" : "^5.3.19", "@types/node" : "^12.11.1", "babel-loader" : "^8.1.0", "protractor" : "~7.0.0", "ts-node" : "~8.3.0", "typescript" : "~3.8.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "storybook": {"type": "string"}, "build-storybook": {"type": "string"}}, "required": ["start", "storybook", "build-storybook"]}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@angular/animations": {"type": "string"}, "@angular/common": {"type": "string"}, "@angular/compiler": {"type": "string"}, "@angular/core": {"type": "string"}, "@angular/forms": {"type": "string"}, "@angular/platform-browser": {"type": "string"}, "@angular/platform-browser-dynamic": {"type": "string"}, "zone.js": {"type": "string"}}, "required": ["@angular/animations", "@angular/common", "@angular/compiler", "@angular/core", "@angular/forms", "@angular/platform-browser", "@angular/platform-browser-dynamic", "zone.js"]}, "devDependencies": {"type": "object", "properties": {"@angular-devkit/build-angular": {"type": "string"}, "@angular/cli": {"type": "string"}, "@angular/compiler-cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@storybook/addon-actions": {"type": "string"}, "@storybook/addon-links": {"type": "string"}, "@storybook/addon-notes": {"type": "string"}, "@storybook/addons": {"type": "string"}, "@storybook/angular": {"type": "string"}, "@types/node": {"type": "string"}, "babel-loader": {"type": "string"}, "protractor": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@angular-devkit/build-angular", "@angular/cli", "@angular/compiler-cli", "@babel/core", "@storybook/addon-actions", "@storybook/addon-links", "@storybook/addon-notes", "@storybook/addons", "@storybook/angular", "@types/node", "babel-loader", "protractor", "ts-node", "typescript"]}}, "required": ["name", "version", "scripts", "private", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generated_at" : "2017-01-27T09:37:34.986770", "required_by" : ["pymobiledevice"], "requires" : [], "package" : "ak-m2crypto"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"heading": {"type": "string"}, "title": {"type": "string"}, "slug": {"type": "string"}, "metaDescription": {"type": "string"}, "content": {"type": "string"}, "_id": {"type": "string"}, "deleted": {"type": "boolean"}, "updatedAt": {"type": "string"}, "createdAt": {"type": "string"}}, "required": ["heading", "title", "slug", "metaDescription", "content", "_id", "deleted", "updatedAt", "createdAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"heading" : "abcdefghi jklmnnao", "title" : "abcdefghi jklmnnao", "slug" : "abcdefghi-jklmnnao", "metaDescription" : "abcdefghi jklmnnao", "content" : "<p>abcdefghi jklmnnaoabcdefghi jklmnnaoabcdefghi jklmnnao<br></p>", "_id" : "5945cdec550ca11b164c0315", "deleted" : false, "updatedAt" : "2017-06-18T00:48:44.528Z", "createdAt" : "2017-06-18T00:48:44.528Z"}
json_instruct
{"type": "object", "properties": {"heading": {"type": "string"}, "title": {"type": "string"}, "slug": {"type": "string"}, "metaDescription": {"type": "string"}, "content": {"type": "string"}, "_id": {"type": "string"}, "deleted": {"type": "boolean"}, "updatedAt": {"type": "string"}, "createdAt": {"type": "string"}}, "required": ["heading", "title", "slug", "metaDescription", "content", "_id", "deleted", "updatedAt", "createdAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Sources": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "ra": {"type": "number"}, "dec": {"type": "number"}, "epoch": {"type": "null"}, "equinox": {"type": "string"}, "shortname": {"type": "null"}, "reference": {"type": "string"}, "comments": {"type": "null"}}, "required": ["source", "ra", "dec", "epoch", "equinox", "shortname", "reference", "comments"]}}, "Names": {"type": "array", "items": {"type": "object", "properties": {"other_name": {"type": "string"}}, "required": ["other_name"]}}, "Photometry": {"type": "array", "items": {"type": "object", "properties": {"band": {"type": "string"}, "ucd": {"type": "string"}, "magnitude": {"type": "number"}, "magnitude_error": {"type": "number"}, "telescope": {"type": "string"}, "instrument": {"type": "string"}, "epoch": {"type": "null"}, "comments": {"type": "null"}, "reference": {"type": "string"}}, "required": ["band", "ucd", "magnitude", "magnitude_error", "telescope", "instrument", "epoch", "comments", "reference"]}}, "ProperMotions": {"type": "array", "items": {"type": "object", "properties": {"mu_ra": {"type": "number"}, "mu_ra_error": {"type": "number"}, "mu_dec": {"type": "number"}, "mu_dec_error": {"type": "number"}, "adopted": {"type": "boolean"}, "comments": {"type": "null"}, "reference": {"type": "string"}}, "required": ["mu_ra", "mu_ra_error", "mu_dec", "mu_dec_error", "adopted", "comments", "reference"]}}}, "required": ["Sources", "Names", "Photometry", "ProperMotions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Sources" : [{"source" : "SDSS J164911.16+300048.3", "ra" : 252.2965, "dec" : 30.0135, "epoch" : null, "equinox" : "2000", "shortname" : null, "reference" : "Silv07", "comments" : null}], "Names" : [{"other_name" : "2MASS J16491116+3000483"}, {"other_name" : "SDSS J164911.16+300048.3"}], "Photometry" : [{"band" : "2MASS.H", "ucd" : "em.IR.H", "magnitude" : 15.381, "magnitude_error" : 0.109, "telescope" : "2MASS", "instrument" : "2MASS", "epoch" : null, "comments" : null, "reference" : "Cutr03"}, {"band" : "2MASS.J", "ucd" : "em.IR.J", "magnitude" : 16.116, "magnitude_error" : 0.086, "telescope" : "2MASS", "instrument" : "2MASS", "epoch" : null, "comments" : null, "reference" : "Cutr03"}, {"band" : "2MASS.Ks", "ucd" : "em.IR.K", "magnitude" : 14.919, "magnitude_error" : 0.093, "telescope" : "2MASS", "instrument" : "2MASS", "epoch" : null, "comments" : null, "reference" : "Cutr03"}], "ProperMotions" : [{"mu_ra" : -27.0, "mu_ra_error" : 21.0, "mu_dec" : 15.0, "mu_dec_error" : 21.0, "adopted" : true, "comments" : null, "reference" : "Zhan10"}]}
json_instruct
{"type": "object", "properties": {"Sources": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "ra": {"type": "number"}, "dec": {"type": "number"}, "epoch": {"type": "null"}, "equinox": {"type": "string"}, "shortname": {"type": "null"}, "reference": {"type": "string"}, "comments": {"type": "null"}}, "required": ["source", "ra", "dec", "epoch", "equinox", "shortname", "reference", "comments"]}}, "Names": {"type": "array", "items": {"type": "object", "properties": {"other_name": {"type": "string"}}, "required": ["other_name"]}}, "Photometry": {"type": "array", "items": {"type": "object", "properties": {"band": {"type": "string"}, "ucd": {"type": "string"}, "magnitude": {"type": "number"}, "magnitude_error": {"type": "number"}, "telescope": {"type": "string"}, "instrument": {"type": "string"}, "epoch": {"type": "null"}, "comments": {"type": "null"}, "reference": {"type": "string"}}, "required": ["band", "ucd", "magnitude", "magnitude_error", "telescope", "instrument", "epoch", "comments", "reference"]}}, "ProperMotions": {"type": "array", "items": {"type": "object", "properties": {"mu_ra": {"type": "number"}, "mu_ra_error": {"type": "number"}, "mu_dec": {"type": "number"}, "mu_dec_error": {"type": "number"}, "adopted": {"type": "boolean"}, "comments": {"type": "null"}, "reference": {"type": "string"}}, "required": ["mu_ra", "mu_ra_error", "mu_dec", "mu_dec_error", "adopted", "comments", "reference"]}}}, "required": ["Sources", "Names", "Photometry", "ProperMotions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"genre_name": {"type": "string"}}, "required": ["genre_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"genre_name" : "Rap"}, {"genre_name" : "Hip Hop"}, {"genre_name" : "Pop"}, {"genre_name" : "rap"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"genre_name": {"type": "string"}}, "required": ["genre_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "questionable": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "relative": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "required": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}}, "required": ["builtin", "questionable", "relative", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"builtin" : {"__set__" : true, "elements" : ["__future__", "argparse", "contextlib", "copy", "ctypes", "datetime", "distutils", "errno", "json", "logging", "os", "platform", "re", "shlex", "shutil", "signal", "stat", "subprocess", "sys", "sysconfig", "tempfile", "unittest", "warnings"]}, "questionable" : {"__set__" : true, "elements" : ["mock", "ntsecuritycon", "pkg_resources", "win32api", "win32security"]}, "relative" : {"__set__" : true, "elements" : ["application", "command", "migrate", "mocking", "paths", "utils", "version"]}, "required" : {"__set__" : true, "elements" : ["ipython_genutils", "jupyter_core", "pytest", "setuptools", "traitlets"]}}
json_instruct
{"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "questionable": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "relative": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "required": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}}, "required": ["builtin", "questionable", "relative", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank": {"type": "integer"}, "24_hr_volume_usd": {"type": "number"}, "logoURI": {"type": "string"}}, "required": ["name", "symbol", "id", "decimals", "coingecko_url", "market_cap_usd", "market_cap_rank", "24_hr_volume_usd", "logoURI"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "UpToken", "symbol" : "UP", "id" : "0x6Ba460AB75Cd2c56343b3517ffeBA60748654D26", "decimals" : 8, "coingecko_url" : "https://www.coingecko.com/en/coins/uptoken", "market_cap_usd" : -928224.6580222453, "market_cap_rank" : 11976, "24_hr_volume_usd" : 0.0, "logoURI" : "https://raw.githubusercontent.com/poolsharks-protocol/token-metadata/master/blockchains/ethereum/assets/0x6Ba460AB75Cd2c56343b3517ffeBA60748654D26/logo.png"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank": {"type": "integer"}, "24_hr_volume_usd": {"type": "number"}, "logoURI": {"type": "string"}}, "required": ["name", "symbol", "id", "decimals", "coingecko_url", "market_cap_usd", "market_cap_rank", "24_hr_volume_usd", "logoURI"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "recipes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["id", "name", "description", "type", "recipes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "snapdragon", "name" : "Flor Cr\u00e2nio de Drag\u00e3o", "description" : "Pode ser consumido ap\u00f3s cozinhar. Como um condimento, pode trazer grande destaque de sabores aos pratos.", "type" : "Ingrediente", "recipes" : [{"id" : "cream_stew", "name" : "Ensopado de Creme"}, {"id" : "jewelry_soup", "name" : "Ensopado de Gemas"}, {"id" : "vegetarian_abalone", "name" : "Abalone Vegetariano"}, {"id" : "stirfried_fish_noodles", "name" : "Macarr\u00e3o com Peixe Frito"}, {"id" : "cured_pork_dry_hotpot", "name" : "Porco Curado com Matsutake"}, {"id" : "stirfried_shrimp", "name" : "Camar\u00e3o Salteado"}, {"id" : "tricolor_dango", "name" : "Dango de Tr\u00eas Cores"}, {"id" : "triflavored_skewer", "name" : "Espetinho Misto Frito"}, {"id" : "konda_cuisine", "name" : "Cozido de Konda"}, {"id" : "chicken_tofu_pudding", "name" : "Caldo de Tofu com Galinha"}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "recipes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["id", "name", "description", "type", "recipes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "startDate": {"type": "string"}, "endDate": {"type": "string"}, "budget": {"type": "integer"}, "managers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "position": {"type": "string"}, "experience": {"type": "integer"}}, "required": ["name", "position", "experience"]}}}, "required": ["title", "startDate", "endDate", "budget", "managers"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "Project 1", "startDate" : "Sep-03-19", "endDate" : "Jan-17-20", "budget" : 127890, "managers" : [{"name" : "Jane Doe", "position" : "Senior Project Manager", "experience" : 14}, {"name" : "Sally Anne", "position" : "Project Manager", "experience" : 8}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "startDate": {"type": "string"}, "endDate": {"type": "string"}, "budget": {"type": "integer"}, "managers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "position": {"type": "string"}, "experience": {"type": "integer"}}, "required": ["name", "position", "experience"]}}}, "required": ["title", "startDate", "endDate", "budget", "managers"]}, "$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"}, "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" : 85792245, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "b83f35be1ad3cd9d86be9e1cadd73271", "wof:id" : 85792245, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-0.170964, 51.631332, -0.170964, 51.631332], "geometry" : {"coordinates" : [-0.170964, 51.631332], "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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1970, 6], [1972, 7], [1973, 12], [1974, 13], [1975, 21], [1976, 18], [1977, 36], [1978, 39], [1979, 46], [1980, 59], [1981, 37], [1982, 43], [1983, 42], [1984, 59], [1985, 59], [1986, 60], [1987, 49], [1988, 52], [1989, 69], [1990, 71], [1991, 293], [1992, 111], [1993, 93], [1994, 72], [1995, 71], [1996, 51], [1997, 39], [1998, 27], [1999, 12], [2000, 19], [2001, 16], [2002, 10], [2003, 6], [2004, 6], [2005, 5], [2006, 5], [2007, 5], [2008, 6], [2014, 5]]
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": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"avatar.jpg": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}, "data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["avatar.jpg", "data.json"]}, "files_optional": {"type": "object", "properties": {"1482828531.jpg": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}, "1483197438.jpg": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}, "1492684034.jpg": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["1482828531.jpg", "1483197438.jpg", "1492684034.jpg"]}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "optional": {"type": "string"}, "signs": {"type": "object", "properties": {"1BNmjz9tBLY3M1tq2z7DKvA1LjFXYsmLd9": {"type": "string"}}, "required": ["1BNmjz9tBLY3M1tq2z7DKvA1LjFXYsmLd9"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "files_optional", "inner_path", "modified", "optional", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "cert_auth_type" : "web", "cert_sign" : "G2hsnHSf7MWWGY+TMc8EBw+tKK/lKGwcj3qZkhs1MJ08VDjL8Ofdfoi3JuZ7ZDzp/szuMm1LdYWAgJQUK8CeUfc=", "cert_user_id" : "sthetz@zeroid.bit", "files" : {"avatar.jpg" : {"sha512" : "fd4cc9cbeea1d44835cbfd9cc7aa3160d2df4239d7f433d4c43a60822263999c", "size" : 1656}, "data.json" : {"sha512" : "a6666c857bbea2d848f186b5a0d1e19288c1e759bb992e0f3b9199b5001942b1", "size" : 11174}}, "files_optional" : {"1482828531.jpg" : {"sha512" : "8f355b7bd5bcdf97a06ab59802688096512a933648a72dd706efae4a8bf76b73", "size" : 51736}, "1483197438.jpg" : {"sha512" : "9255ae33185b81941653726c8efaa990f68bb89dc78b0b8825e4ac027978fde2", "size" : 113240}, "1492684034.jpg" : {"sha512" : "78535f7abf25d879d61b7514624dbda2c4ec7746f2cadaf081faabe171d1b335", "size" : 116175}}, "inner_path" : "data/users/1BNmjz9tBLY3M1tq2z7DKvA1LjFXYsmLd9/content.json", "modified" : 1492687445.991934, "optional" : "(?!avatar).*jpg", "signs" : {"1BNmjz9tBLY3M1tq2z7DKvA1LjFXYsmLd9" : "HFi8leWRTbQqYKQYLBu2tkb6P6KFYxeJsWONM5D9S217IElfFC5upWtLP7OTjyll9wnokOTEKtS5rJadk7tljhw="}}
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"avatar.jpg": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}, "data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["avatar.jpg", "data.json"]}, "files_optional": {"type": "object", "properties": {"1482828531.jpg": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}, "1483197438.jpg": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}, "1492684034.jpg": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["1482828531.jpg", "1483197438.jpg", "1492684034.jpg"]}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "optional": {"type": "string"}, "signs": {"type": "object", "properties": {"1BNmjz9tBLY3M1tq2z7DKvA1LjFXYsmLd9": {"type": "string"}}, "required": ["1BNmjz9tBLY3M1tq2z7DKvA1LjFXYsmLd9"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "files_optional", "inner_path", "modified", "optional", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"version": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"hypothesis": {"type": "string"}, "premise": {"type": "string"}, "label": {"type": "string"}}, "required": ["hypothesis", "premise", "label"]}}}, "required": ["version", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "0.1.0", "data" : [{"hypothesis" : "Irmalotte Schneider Poggenburg 4 48485 Neuenkirchen, Kreis Steinfurt Irmalotte-S92@freemail.de 22.4.1992 01636496234", "premise" : " DE Frau Dr. Iramlotte Schneider Poggenburg 4 48485 Neuenkirchen, Kreis Steinfurt Irmalotte-S92@freemail.de 17. Juli 1967 01636496234", "label" : "duplicate"}, {"hypothesis" : "Irmalotte Schneider Poggenburg 4 48485 Neuenkirchen, Kreis Steinfurt Irmalotte-S92@freemail.de 22.4.1992 01636496234", "premise" : "Herr Karlheinz Hofmann Seglerweg 5 48485 Neuenkirchen, Kreis Steinfurt karlheinz-hofmann@hotmail.de 3.10.1952 0152359493301", "label" : "not_duplicate"}, {"hypothesis" : "Herr Karlheinz Hofmann Seglerweg 5 48485 Neuenkirchen, Kreis Steinfurt karlheinz-hofmann@hotmail.de 3.10.1952 0152359493301", "premise" : "Frau Dr. Iramlotte Schneider Poggenburg 4 48485 Neuenkirchen, Kreis Steinfurt Irmalotte-S92@freemail.de 17. Juli 1967 01636496234", "label" : "not_duplicate"}, {"hypothesis" : "Herr Karlheinz Hofmann Seglerweg 5 48485 Neuenkirchen, Kreis Steinfurt karlheinz-hofmann@hotmail.de 3.10.1952 0152359493301", "premise" : " DE Herr Karlheinz Hofamnn Seglerweg 5 48485 Neuenkirchen, Kreis Steinfurt karlheinz-hofmann@hotmail.de 3. October 52 0152359493301", "label" : "duplicate"}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"hypothesis": {"type": "string"}, "premise": {"type": "string"}, "label": {"type": "string"}}, "required": ["hypothesis", "premise", "label"]}}}, "required": ["version", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "ID": {"type": "string"}, "textSize": {"type": "string"}, "dest": {"type": "array", "items": {"type": "string"}}, "options": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "vars": {"type": "object", "properties": {"a": {"type": "string"}, "b": {"type": "string"}, "c": {"type": "string"}, "n": {"type": "string"}, "d": {"type": "string"}}, "required": ["a", "b", "c", "n", "d"]}}, "required": ["name", "vars"]}}, "question": {"type": "array", "items": {"type": "string"}}, "answer": {"type": "string"}, "value": {"type": "string"}}, "required": ["title", "type", "ID", "textSize", "dest", "options", "question", "answer", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Trouver le plus grand diviseur commun", "type" : "text", "ID" : "5ND4", "textSize" : "medium", "dest" : ["5ND", "4ND", "3NC", "2N2"], "options" : [{"name" : "Nombres inf\u00e9rieurs \u00e0 36", "vars" : {"a" : "2_6", "b" : "2_5", "c" : "2_6_^${:b}", "n" : "${:a*:b}", "d" : "${:a*:c}"}}, {"name" : "Nombres plus grands", "vars" : {"a" : "2_6", "b" : "2_5", "c" : "2_6_^${:b}", "e" : "2_7_2", "n" : "${:a*:b*:e[0]}", "d" : "${:a*:c*:e[1]}"}}], "question" : ["Quel est le PGCD de ${:n} et ${:d} ?", "PGCD(${:n},${:d})", "Par quel nombre simplifier au maximum $$\\dfrac{${:d}}{${:n}}$$ ?"], "answer" : "PGCD(${:d},${:n}) = $$\\color{red}{${math.pgcd(:d,:n)}}$$", "value" : "${math.pgcd(:d,:n)}"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "ID": {"type": "string"}, "textSize": {"type": "string"}, "dest": {"type": "array", "items": {"type": "string"}}, "options": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "vars": {"type": "object", "properties": {"a": {"type": "string"}, "b": {"type": "string"}, "c": {"type": "string"}, "n": {"type": "string"}, "d": {"type": "string"}}, "required": ["a", "b", "c", "n", "d"]}}, "required": ["name", "vars"]}}, "question": {"type": "array", "items": {"type": "string"}}, "answer": {"type": "string"}, "value": {"type": "string"}}, "required": ["title", "type", "ID", "textSize", "dest", "options", "question", "answer", "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"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "lint": {"type": "string"}, "clean": {"type": "string"}}, "required": ["test", "start", "lint", "clean"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@datacamp/eslint-config": {"type": "string"}, "@datacamp/prettier-config": {"type": "string"}, "eslint": {"type": "string"}, "parcel-bundler": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["@datacamp/eslint-config", "@datacamp/prettier-config", "eslint", "parcel-bundler", "prettier"]}, "dependencies": {"type": "object", "properties": {"@codemirror/basic-setup": {"type": "string"}, "@codemirror/highlight": {"type": "string"}, "@codemirror/lang-javascript": {"type": "string"}, "@codemirror/view": {"type": "string"}}, "required": ["@codemirror/basic-setup", "@codemirror/highlight", "@codemirror/lang-javascript", "@codemirror/view"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "codemirror-6-getting-started", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "parcel src/index.html", "lint" : "yarn eslint . --ext ts,js,json --ignore-path .gitignore", "clean" : "rm -rf dist .cache"}, "author" : "", "license" : "ISC", "devDependencies" : {"@datacamp/eslint-config" : "^5.0.0", "@datacamp/prettier-config" : "^2.1.0", "eslint" : "^7.20.0", "parcel-bundler" : "^1.12.4", "prettier" : "^2.2.1"}, "dependencies" : {"@codemirror/basic-setup" : "^0.17.1", "@codemirror/highlight" : "^0.17.2", "@codemirror/lang-javascript" : "^0.17.1", "@codemirror/view" : "^0.17.7"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "lint": {"type": "string"}, "clean": {"type": "string"}}, "required": ["test", "start", "lint", "clean"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@datacamp/eslint-config": {"type": "string"}, "@datacamp/prettier-config": {"type": "string"}, "eslint": {"type": "string"}, "parcel-bundler": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["@datacamp/eslint-config", "@datacamp/prettier-config", "eslint", "parcel-bundler", "prettier"]}, "dependencies": {"type": "object", "properties": {"@codemirror/basic-setup": {"type": "string"}, "@codemirror/highlight": {"type": "string"}, "@codemirror/lang-javascript": {"type": "string"}, "@codemirror/view": {"type": "string"}}, "required": ["@codemirror/basic-setup", "@codemirror/highlight", "@codemirror/lang-javascript", "@codemirror/view"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "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", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "reveal.js-d3js", "version" : "1.0.0", "description" : "Add dynamic d3.js visualizations to your reveal.js presentations", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/jlegewie/reveal.js-d3js-plugin.git"}, "keywords" : ["reveal", "d3.js"], "author" : "Joscha Legewie", "license" : "MIT, Copyright (C) 2017 Joscha Legewie", "bugs" : {"url" : "https://github.com/jlegewie/reveal.js-d3js-plugin/issues"}, "homepage" : "https://github.com/jlegewie/reveal.js-d3js-plugin#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"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", "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": {"type": {"type": "string"}, "description": {"type": "string"}, "default": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "description", "default", "enum"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "string", "description" : "Frequency at which this source is re-run", "default" : "weekly", "enum" : ["once", "weekly", "monthly"]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "default": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "description", "default", "enum"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"reqwest.js": {"type": "string"}, "reqwest.min.js": {"type": "string"}}, "required": ["reqwest.js", "reqwest.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"reqwest.js" : "sha512-VV+fQIzVGbjMNC4XJoDwdBCnrkSaUame4ocKjP1dco9J0v2CjFpHMO974sTj4yqSEqO5JMbsQ3wZ/hRn+zulyg==", "reqwest.min.js" : "sha512-kgckC1nQiPxNyI4eBbhCoNS7uOmgRDazha6cLYKQ4g/Iw6qTTIqwCwiKx6LC6IVtjsX16bsXXIfQJglw68z43A=="}
json_instruct
{"type": "object", "properties": {"reqwest.js": {"type": "string"}, "reqwest.min.js": {"type": "string"}}, "required": ["reqwest.js", "reqwest.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : 63005, "cartId" : "8b5a5bf1-d578-4107-8d26-474f372260eb", "preferredProducts" : [1895, 3993, 2613], "productReviews" : [{"productId" : 4861, "reviewText" : "I saw one of these in Vanuatu and I bought one.", "reviewDate" : "2016-06-05T00:57:13.7310015+03:00"}, {"productId" : 2753, "reviewText" : "It only works when I'm Azerbaijan.", "reviewDate" : "2017-04-08T13:33:12.7511048+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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"tmdbKey": {"type": "string"}}, "required": ["tmdbKey"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tmdbKey" : ""}
json_instruct
{"type": "object", "properties": {"tmdbKey": {"type": "string"}}, "required": ["tmdbKey"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"checkpoint": {"type": "integer"}}, "required": ["checkpoint"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"checkpoint" : 6}
json_instruct
{"type": "object", "properties": {"checkpoint": {"type": "integer"}}, "required": ["checkpoint"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"TODO": {"type": "array", "items": {"type": "string"}}, "NOTE": {"type": "array", "items": {}}, "DOING": {"type": "array", "items": {"type": "string"}}}, "required": ["TODO", "NOTE", "DOING"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"TODO" : ["3", "1", "0", "4"], "NOTE" : [], "DOING" : ["2"]}
json_instruct
{"type": "object", "properties": {"TODO": {"type": "array", "items": {"type": "string"}}, "NOTE": {"type": "array", "items": {}}, "DOING": {"type": "array", "items": {"type": "string"}}}, "required": ["TODO", "NOTE", "DOING"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "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" : [[[-66.014647, 18.245368], [-66.014178, 18.247246], [-66.010723, 18.250877], [-66.014396, 18.263868], [-66.013971, 18.264706], [-66.007143, 18.266931], [-66.010005, 18.269428], [-66.009744, 18.271024], [-66.008677, 18.27191], [-66.007639, 18.270785], [-66.002509, 18.269131], [-65.999609, 18.269289], [-65.996241, 18.266379], [-65.993455, 18.265294], [-65.991665, 18.265549], [-65.98585, 18.262005], [-65.984239, 18.262047], [-65.984089, 18.262972], [-65.985716, 18.266471], [-65.983833, 18.266299], [-65.982984, 18.267829], [-65.980714, 18.266149], [-65.980464, 18.262471], [-65.978962, 18.261281], [-65.973045, 18.265774], [-65.971647, 18.265352], [-65.973799, 18.25724], [-65.978967, 18.259967], [-65.983914, 18.260243], [-65.986042, 18.259625], [-65.987683, 18.260772], [-65.989425, 18.259298], [-65.987663, 18.255776], [-65.988196, 18.25418], [-65.986175, 18.25358], [-65.985085, 18.252273], [-65.984691, 18.249678], [-65.985289, 18.248183], [-65.99377, 18.246734], [-66.000913, 18.244322], [-66.000423, 18.242472], [-66.002408, 18.240077], [-66.003192, 18.233386], [-65.999661, 18.231575], [-65.997431, 18.227073], [-65.997425, 18.224884], [-65.989887, 18.221832], [-65.993779, 18.221056], [-65.992389, 18.220379], [-65.990786, 18.220806], [-65.989757, 18.219617], [-65.991888, 18.211788], [-65.993573, 18.21052], [-65.994026, 18.20841], [-65.998247, 18.207074], [-66.000078, 18.209318], [-65.999607, 18.218301], [-66.002308, 18.219056], [-66.004794, 18.218609], [-66.010766, 18.221065], [-66.013452, 18.224852], [-66.013473, 18.227591], [-66.009294, 18.231014], [-66.008039, 18.235169], [-66.009388, 18.240954], [-66.011733, 18.241563], [-66.014647, 18.245368]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 82146}}]}
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"clean:dist": {"type": "string"}, "clean:node": {"type": "string"}, "clean:coverage": {"type": "string"}, "clean": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}}, "required": ["clean:dist", "clean:node", "clean:coverage", "clean", "test", "build"]}, "repository": {"type": "string"}, "bugs": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"@types/code": {"type": "string"}, "@types/hapi": {"type": "string"}, "@types/lab": {"type": "string"}, "@types/sinon": {"type": "string"}, "awilix": {"type": "string"}, "code": {"type": "string"}, "hapi": {"type": "string"}, "lab": {"type": "string"}, "lab-transform-typescript": {"type": "string"}, "sinon": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/code", "@types/hapi", "@types/lab", "@types/sinon", "awilix", "code", "hapi", "lab", "lab-transform-typescript", "sinon", "tslint", "typescript"]}, "peerDependencies": {"type": "object", "properties": {"awilix": {"type": "string"}, "hapi": {"type": "string"}}, "required": ["awilix", "hapi"]}}, "required": ["name", "version", "description", "engines", "main", "types", "files", "scripts", "repository", "bugs", "author", "license", "keywords", "private", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "awilix-hapi", "version" : "0.1.0", "description" : "Awilix plugin for hapi", "engines" : {"node" : ">=6.0.0"}, "main" : "dist/awilix-hapi.js", "types" : "dist/awilix-hapi.d.ts", "files" : ["dist"], "scripts" : {"clean:dist" : "rm -rf dist", "clean:node" : "rm -rf node_modules", "clean:coverage" : "rm -rf coverage", "clean" : "yarn clean:dist && yarn clean:node && yarn clean:coverage", "test" : "lab", "build" : "tsc"}, "repository" : "https://github.com/dboune/awilix-hapi", "bugs" : "https://github.com/dboune/awilix-hapi/issues", "author" : "Damian Boun\u00e9 <dboune@gmail.com>", "license" : "MIT", "keywords" : ["awilix", "hapi", "dependency", "dependency-injection", "di"], "private" : true, "devDependencies" : {"@types/code" : "^4.0.3", "@types/hapi" : "^16.1.12", "@types/lab" : "^11.1.0", "@types/sinon" : "^4.1.3", "awilix" : "^2.7.1", "code" : "^5.1.2", "hapi" : "^16.6.2", "lab" : "^15.2.0", "lab-transform-typescript" : "^3.0.1", "sinon" : "^4.1.4", "tslint" : "^5.7.0", "typescript" : "^2.5.2"}, "peerDependencies" : {"awilix" : "^2.7.1", "hapi" : "^16.x"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"clean:dist": {"type": "string"}, "clean:node": {"type": "string"}, "clean:coverage": {"type": "string"}, "clean": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}}, "required": ["clean:dist", "clean:node", "clean:coverage", "clean", "test", "build"]}, "repository": {"type": "string"}, "bugs": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"@types/code": {"type": "string"}, "@types/hapi": {"type": "string"}, "@types/lab": {"type": "string"}, "@types/sinon": {"type": "string"}, "awilix": {"type": "string"}, "code": {"type": "string"}, "hapi": {"type": "string"}, "lab": {"type": "string"}, "lab-transform-typescript": {"type": "string"}, "sinon": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/code", "@types/hapi", "@types/lab", "@types/sinon", "awilix", "code", "hapi", "lab", "lab-transform-typescript", "sinon", "tslint", "typescript"]}, "peerDependencies": {"type": "object", "properties": {"awilix": {"type": "string"}, "hapi": {"type": "string"}}, "required": ["awilix", "hapi"]}}, "required": ["name", "version", "description", "engines", "main", "types", "files", "scripts", "repository", "bugs", "author", "license", "keywords", "private", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "latest-version": {"type": "string"}, "1.0.1.308": {"type": "object", "properties": {"url": {"type": "string"}, "file-type": {"type": "string"}, "iswitches": {"type": "array", "items": {"type": "string"}}, "uswitches": {"type": "array", "items": {"type": "string"}}, "clswitch": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "checksum": {"type": "string"}}, "required": ["url", "file-type", "iswitches", "uswitches", "clswitch", "dependencies", "checksum"]}}, "required": ["display-name", "package-name", "latest-version", "1.0.1.308"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"display-name" : "MyHarmony", "package-name" : "logitech-harmony-remote", "latest-version" : "1.0.1.308", "1.0.1.308" : {"url" : "https://app.myharmony.com/prod/win/1.0/MyHarmony-App.msi", "file-type" : ".msi", "iswitches" : ["/qn", "/quiet", "/norestart"], "uswitches" : ["/qn", "/quiet", "/norestart"], "clswitch" : "INSTALLDIR=", "dependencies" : [], "checksum" : "245C352B579A8F79329CA34A1003A496E7834B62011FDD1912775CB81EC19784"}}
json_instruct
{"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "latest-version": {"type": "string"}, "1.0.1.308": {"type": "object", "properties": {"url": {"type": "string"}, "file-type": {"type": "string"}, "iswitches": {"type": "array", "items": {"type": "string"}}, "uswitches": {"type": "array", "items": {"type": "string"}}, "clswitch": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "checksum": {"type": "string"}}, "required": ["url", "file-type", "iswitches", "uswitches", "clswitch", "dependencies", "checksum"]}}, "required": ["display-name", "package-name", "latest-version", "1.0.1.308"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"clan_cat_name_generator": {"type": "string"}, "next_name": {"type": "string"}, "kit_name": {"type": "string"}, "apprentice_name": {"type": "string"}, "warrior_name": {"type": "string"}, "leader_name": {"type": "string"}, "ancient_cat_name": {"type": "string"}, "about_title": {"type": "string"}, "about_content": {"type": "array", "items": {"type": "string"}}}, "required": ["clan_cat_name_generator", "next_name", "kit_name", "apprentice_name", "warrior_name", "leader_name", "ancient_cat_name", "about_title", "about_content"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"clan_cat_name_generator" : "\u90e8\u65cf\u8c93\u540d\u751f\u6210\u5668", "next_name" : "\u4e0b\u4e00\u500b", "kit_name" : "\u5e7c\u5d3d\u540d", "apprentice_name" : "\u898b\u7fd2\u751f\u540d", "warrior_name" : "\u6230\u58eb\u540d", "leader_name" : "\u65cf\u9577\u540d", "ancient_cat_name" : "\u9060\u53e4\u8c93\u540d", "about_title" : "\u95dc\u65bcWCNG", "about_content" : ["<p>\u9019\u662fCedarsong\u7684\u8c93\u6230\u58eb\u540d\u5b57\u751f\u6210\u5668\uff08<strong>W</strong>arrior <strong>C</strong>ats <strong>N</strong>ame <strong>G</strong>enerator\uff09\u3002", "\u6b64\u751f\u6210\u5668\u4f7f\u7528\u7531<a href=\"http://warriors.wikia.com\">Warriors Wiki</a>\u6536\u96c6\u800c\u4f86\u7684\u6230\u58eb\u540d\u89e3\u6790\u5f8c\u5f97\u5230\u7684\u5b57\u9996\u548c\u5b57\u5c3e\u3002", "<p>\u6709\u95dc\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u53c3\u95b1<a href=\"https://github.com/CXuesong/WCNG\">GitHub\u4e0a\u7684\u9805\u76ee\u9801\u9762</a>\u3002 ", "\u5982\u679c\u4f60\u80fd\u9806\u624b\u7d66\u6211\u9ede\u4e00\u9846\u661f\uff08Star\uff09\uff0c\u90a3\u771f\u662f\u518d\u597d\u4e0d\u904e\u5566\uff01</p>", "<p><a href=\"http://warriorcats.com\">\u300a\u8c93\u6230\u58eb\u300b</a>\u662f\u4e00\u90e8\u7531\u827e\u7433\u00b7\u676d\u7279\u64b0\u5beb\u7684\u4ee5\u8c93\u70ba\u4e3b\u89d2\u7684\u5c0f\u8aaa\u7cfb\u5217\u3002</p>"]}
json_instruct
{"type": "object", "properties": {"clan_cat_name_generator": {"type": "string"}, "next_name": {"type": "string"}, "kit_name": {"type": "string"}, "apprentice_name": {"type": "string"}, "warrior_name": {"type": "string"}, "leader_name": {"type": "string"}, "ancient_cat_name": {"type": "string"}, "about_title": {"type": "string"}, "about_content": {"type": "array", "items": {"type": "string"}}}, "required": ["clan_cat_name_generator", "next_name", "kit_name", "apprentice_name", "warrior_name", "leader_name", "ancient_cat_name", "about_title", "about_content"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ps": {"type": "integer"}, "xbox": {"type": "integer"}}, "required": ["ps", "xbox"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ps" : 5987, "xbox" : 1664}
json_instruct
{"type": "object", "properties": {"ps": {"type": "integer"}, "xbox": {"type": "integer"}}, "required": ["ps", "xbox"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"index": {"type": "integer"}, "name": {"type": "string"}, "desc": {"type": "array", "items": {"type": "string"}}, "page": {"type": "string"}, "range": {"type": "string"}, "components": {"type": "array", "items": {"type": "string"}}, "ritual": {"type": "boolean"}, "duration": {"type": "string"}, "concentration": {"type": "boolean"}, "casting_time": {"type": "string"}, "level": {"type": "integer"}, "school": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "classes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "subclasses": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "url": {"type": "string"}}, "required": ["index", "name", "desc", "page", "range", "components", "ritual", "duration", "concentration", "casting_time", "level", "school", "classes", "subclasses", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 142, "name" : "Greater Invisibility", "desc" : ["You or a creature you touch becomes invisible until the spell ends. Anything the target is wearing or carrying is invisible as long as it is on the target's person."], "page" : "phb 246", "range" : "Touch", "components" : ["V", "S"], "ritual" : false, "duration" : "Up to 1 minute", "concentration" : true, "casting_time" : "1 action", "level" : 4, "school" : {"name" : "Illusion", "url" : "http://www.dnd5eapi.co/api/magic-schools/6"}, "classes" : [{"name" : "Bard", "url" : "http://www.dnd5eapi.co/api/classes/2"}, {"name" : "Sorcerer", "url" : "http://www.dnd5eapi.co/api/classes/10"}, {"name" : "Wizard", "url" : "http://www.dnd5eapi.co/api/classes/12"}], "subclasses" : [{"name" : "Land", "url" : "http://www.dnd5eapi.co/api/subclasses/4"}], "url" : "http://www.dnd5eapi.co/api/spells/142"}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "name": {"type": "string"}, "desc": {"type": "array", "items": {"type": "string"}}, "page": {"type": "string"}, "range": {"type": "string"}, "components": {"type": "array", "items": {"type": "string"}}, "ritual": {"type": "boolean"}, "duration": {"type": "string"}, "concentration": {"type": "boolean"}, "casting_time": {"type": "string"}, "level": {"type": "integer"}, "school": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "classes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "subclasses": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "url": {"type": "string"}}, "required": ["index", "name", "desc", "page", "range", "components", "ritual", "duration", "concentration", "casting_time", "level", "school", "classes", "subclasses", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {}, "required": []}}, "required": ["pageContext"]}, "staticQueryHashes": {"type": "array", "items": {}}}, "required": ["componentChunkName", "path", "result", "staticQueryHashes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"componentChunkName" : "component---src-pages-app-builder-js", "path" : "/app/builder/", "result" : {"pageContext" : {}}, "staticQueryHashes" : []}
json_instruct
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {}, "required": []}}, "required": ["pageContext"]}, "staticQueryHashes": {"type": "array", "items": {}}}, "required": ["componentChunkName", "path", "result", "staticQueryHashes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "LABUHANBATU", "originalFilename" : "1. Mulia.jpg", "namaPartai" : "Partai Bulan Bintang", "id" : 270435, "noUrut" : 1, "nama" : "MULIA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LABUHANBATU", "originalFilename" : "2. M. Hanafiah.jpg", "namaPartai" : "Partai Bulan Bintang", "id" : 267647, "noUrut" : 2, "nama" : "H. M.HANAFIAH", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LABUHANBATU", "originalFilename" : "3. Kiki Mariam.jpg", "namaPartai" : "Partai Bulan Bintang", "id" : 297510, "noUrut" : 3, "nama" : "KIKI MARIAM", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "LABUHANBATU", "originalFilename" : "5. Amman Ritonga.jpg", "namaPartai" : "Partai Bulan Bintang", "id" : 65913, "noUrut" : 4, "nama" : "AMMAN RITONGA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LABUHANBATU", "originalFilename" : "6. Desi Wulandari.jpg", "namaPartai" : "Partai Bulan Bintang", "id" : 268324, "noUrut" : 5, "nama" : "DESI WULANDARI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "LABUHANBATU", "originalFilename" : "8. Solahuddin.jpg", "namaPartai" : "Partai Bulan Bintang", "id" : 270834, "noUrut" : 6, "nama" : "SOLAHUDDIN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LABUHANBATU", "originalFilename" : "9. Mira Yani Eka Sari.jpg", "namaPartai" : "Partai Bulan Bintang", "id" : 295788, "noUrut" : 7, "nama" : "MIRA YANI EKA SARI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "LABUHANBATU", "originalFilename" : "10. Muhammad Haris.jpg", "namaPartai" : "Partai Bulan Bintang", "id" : 269763, "noUrut" : 8, "nama" : "MUHAMMAD HARIS", "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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2f545b7f7d2a6ddf2c9b0dfb218a832e550ad65a"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"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": "string"}, "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": "null"}, "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" : 80484, "name" : "Starfox - tabs in title bar in restored window", "description" : "tabs in title bar in restored window and minimized \"Firefox\" menu button.", "user" : {"id" : 171300, "name" : "WesleyNYC", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2012-12-23T15:49:59.000Z", "weekly_install_count" : 0, "total_install_count" : 83, "rating" : null, "after_screenshot_name" : "https://userstyles.org/style_screenshots/80484_after.jpeg?r=1500033962", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : "publicdomain", "created" : "2012-12-23T15:49:59.000Z", "category" : "app", "raw_subcategory" : "browser", "subcategory" : "browser", "additional_info" : null, "style_tags" : [], "css" : "@namespace url(\"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul\");\r\n\r\n#appmenu-button {\r\npadding-left: 2px !important;\r\npadding-right: 2px !important;\r\nmin-width: 0 !important;\r\n}\r\n#appmenu-button .button-menu-dropmarker {\r\ndisplay:none !important;\r\n}\r\n#main-window[sizemode=normal][tabsontop] #appmenu-button-container {\r\nposition: fixed !important;\r\nz-index: 2 !important;\r\n}\r\n#main-window[sizemode=normal][tabsontop] #toolbar-menubar[autohide]{\r\nmargin-top:-22px;\r\n-moz-padding-start:/*[[padding]]*/px!important;\r\n}\r\n#main-window[sizemode=normal] #navigator-toolbox[tabsontop] > #toolbar-menubar[autohide] ~ #TabsToolbar {\r\n-moz-padding-start:19px!important;\r\n-moz-padding-end:110px!important;\r\n}\r\n\r\n/* Make app button smaller and rename it */\r\n#appmenu-button .button-box .box-inherit:before \r\n{\r\n content: \"\u2605\";\r\n}\r\n\r\n#appmenu-button .button-box .box-inherit .button-text \r\n{\r\n display: none;\r\n} ", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : null, "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": "string"}, "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": "null"}, "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#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "150603001001", "text" : "\u65b0\u5317\u793e\u533a"}, {"id" : "150603001002", "text" : "\u8fbe\u5c14\u7f55\u793e\u533a"}, {"id" : "150603001004", "text" : "\u54c8\u5df4\u683c\u5e0c\u793e\u533a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"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": {"type": "string"}}, "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-v84x-p2pv-wp5c", "modified" : "2022-01-14T00:02:37Z", "published" : "2022-01-11T00:01:03Z", "aliases" : ["CVE-2021-46146"], "details" : "An issue was discovered in MediaWiki before 1.35.5, 1.36.x before 1.36.3, and 1.37.x before 1.37.1. The WikibaseMediaInfo component is vulnerable to XSS via the caption fields for a given media file.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2021-46146"}, {"type" : "WEB", "url" : "https://gerrit.wikimedia.org/r/q/I58d37fb59f998f5bec4a018bf9da96a777f8ff78"}, {"type" : "WEB", "url" : "https://phabricator.wikimedia.org/T293556"}], "database_specific" : {"cwe_ids" : ["CWE-79"], "severity" : "MODERATE", "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": {"type": "string"}}, "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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ExpandedNodes": {"type": "array", "items": {"type": "string"}}, "SelectedNode": {"type": "string"}, "PreviewInSolutionExplorer": {"type": "boolean"}}, "required": ["ExpandedNodes", "SelectedNode", "PreviewInSolutionExplorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ExpandedNodes" : [""], "SelectedNode" : "\\2020-07-29-now.md", "PreviewInSolutionExplorer" : false}
json_instruct
{"type": "object", "properties": {"ExpandedNodes": {"type": "array", "items": {"type": "string"}}, "SelectedNode": {"type": "string"}, "PreviewInSolutionExplorer": {"type": "boolean"}}, "required": ["ExpandedNodes", "SelectedNode", "PreviewInSolutionExplorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"merged" : "F:\\work\\dailyWork\\20170821\\NetMe\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21\\abc_edit_text_material.xml", "source" : "C:\\Users\\huohong.yi\\.android\\build-cache\\88f99c9d3e5fed35c18c23f3eda135c68e138ae5\\output\\res\\drawable-v21\\abc_edit_text_material.xml"}, {"merged" : "F:\\work\\dailyWork\\20170821\\NetMe\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21\\notification_action_background.xml", "source" : "C:\\Users\\huohong.yi\\.android\\build-cache\\88f99c9d3e5fed35c18c23f3eda135c68e138ae5\\output\\res\\drawable-v21\\notification_action_background.xml"}, {"merged" : "F:\\work\\dailyWork\\20170821\\NetMe\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21\\abc_action_bar_item_background_material.xml", "source" : "C:\\Users\\huohong.yi\\.android\\build-cache\\88f99c9d3e5fed35c18c23f3eda135c68e138ae5\\output\\res\\drawable-v21\\abc_action_bar_item_background_material.xml"}, {"merged" : "F:\\work\\dailyWork\\20170821\\NetMe\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21\\crop__selectable_background.xml", "source" : "C:\\Users\\huohong.yi\\.android\\build-cache\\96d384900cc5e7577579f9ac58ba9a20c530745c\\output\\res\\drawable-v21\\crop__selectable_background.xml"}, {"merged" : "F:\\work\\dailyWork\\20170821\\NetMe\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21\\psts_background_tab.xml", "source" : "C:\\Users\\huohong.yi\\.android\\build-cache\\745cf48cbe200fd882924330b08cc19bc2240c69\\output\\res\\drawable-v21\\psts_background_tab.xml"}, {"merged" : "F:\\work\\dailyWork\\20170821\\NetMe\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21\\abc_btn_colored_material.xml", "source" : "C:\\Users\\huohong.yi\\.android\\build-cache\\88f99c9d3e5fed35c18c23f3eda135c68e138ae5\\output\\res\\drawable-v21\\abc_btn_colored_material.xml"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "rarity": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "dropdomain": {"type": "string"}, "daysofweek": {"type": "array", "items": {"type": "string"}}, "source": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "sortorder", "rarity", "category", "materialtype", "dropdomain", "daysofweek", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Nostalgia do Lobo Boreal", "description" : "Material de Ascens\u00e3o de Armas.\nO Rei Lobo, que desprezava os humanos, pensava que n\u00e3o poderia dar uma vida feliz para os humanos, por isso n\u00e3o era digno de se tornar o Senhor dos Ventos do mundo. Portanto, ele escolheu desaparecer, mas a verdade era que tinha um olhar t\u00e3o gentil para as pessoas abandonadas.", "sortorder" : 2190, "rarity" : "5", "category" : "AVATAR_MATERIAL", "materialtype" : "Material de Ascens\u00e3o de Armas", "dropdomain" : "Dom\u00ednio da Forja: Vale Submerso", "daysofweek" : ["Ter\u00e7a-feira", "Sexta-feira", "Domingo"], "source" : ["Obtido na s\u00edntese"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "rarity": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "dropdomain": {"type": "string"}, "daysofweek": {"type": "array", "items": {"type": "string"}}, "source": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "sortorder", "rarity", "category", "materialtype", "dropdomain", "daysofweek", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_3oqqn77m", "name" : "JulienDeLucca"}, "date" : {"day" : 1572048000, "full" : 1572103236, "month" : 1569888000, "week" : 1571529600}, "id" : "t3_dnf77c", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 115803, "fullUrl" : "https://preview.redd.it/sy9ojkmckwu31.jpg?auto=webp&s=24f9326da3013eb76d8d5a24b321fd5a9c6a6811", "hash" : "991d44f56f", "height" : 640, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQABADASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAMG/8QAJRAAAgIBAQcFAAAAAAAAAAAAAQIDEQQABRITITFhgRUjQUJy/8QAFAEBAAAAAAAAAAAAAAAAAAAAA//EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8AxYWnjpFcOI6rdO6Qefe686tmsMhVhjCwz+7JO8ktCQ71/HQkHR8vjemI+DPGuWkkamNm+pI710HSuWjXtGbY2UuRKgkVpFRuKKViwNgflSPOgmEr/9k=", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/REuOi8ibNGlujsYyh-JzhYsI4nF0Sl4jbsw-wzwdL4o.jpg", "url" : "https://preview.redd.it/sy9ojkmckwu31.jpg?width=640&crop=smart&auto=webp&s=c857e27f4f8d784cc60e713ea2ed282120e12924", "width" : 640}, "score" : {"comments" : 5, "downs" : 0, "isCurated" : false, "ratio" : 0.96, "ups" : 38, "value" : 38}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["Dungeon"], "title" : "Temple of the Snake - 43x43 - Free sample of my Temples set. Enjoy!", "url" : "https://www.reddit.com/r/dndmaps/comments/dnf77c/temple_of_the_snake_43x43_free_sample_of_my/"}
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"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"MRRm_new" : 0.21344068651610815, "MRm_new" : 2049.0375013272164, "HITS@1m_new" : 0.14528248753244408, "HITS@3m_new" : 0.23009088000206976, "HITS@10m_new" : 0.3459398022763198}
json_instruct
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_place": {"type": "string"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Two bishops standing in back of convertible car, with crowd on sidewalk, and streetcar in background", "creation_date" : "c. 1940-1945", "creation_date_earliest" : "1940-01-01", "creation_date_latest" : "1946-01-01", "medium" : "black and white: Agfa Safety Film", "accession_number" : "2001.35.4225", "id" : "cmoa:things/d8670b8b-9405-4d0e-9187-4a2073d0854b", "credit_line" : "Heinz Family Fund", "date_acquired" : "2001-10-04", "department" : "Fine Arts", "physical_location" : "Not on View", "item_width" : 5.0, "item_height" : 4.0, "item_depth" : 0.0, "item_diameter" : 0.0, "web_url" : "http://teenie.cmoa.org/CollectionSearch.aspx?itemIRN=3922", "provenance_text" : "The Estate of Charles H. Harris, Pittsburgh", "classification" : "Photographic Negative", "images" : [{"image_url" : "http://collection.cmoa.org/CollectionImage.aspx?irn=19413&size=ZoomLarge"}], "creator" : [{"artist_id" : "cmoa:parties/c6f0eebf-b566-4532-b704-ce6ad6cb421c", "party_type" : "Person", "full_name" : "Charles \"Teenie\" Harris", "cited_name" : "Harris, Charles \"Teenie\"", "role" : null, "nationality" : "American", "birth_date" : "1908-01-01", "death_date" : "1998-01-01", "birth_place" : "Pittsburgh PA", "death_place" : "Pittsburgh PA"}]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_place": {"type": "string"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "PURWOREJO", "originalFilename" : "Drs. ZUSRON, M.M..jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 253165, "noUrut" : 1, "nama" : "Drs. ZUSRON, M.M.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "PURWOREJO", "originalFilename" : "NURSALIM, S.Pd..jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 254188, "noUrut" : 2, "nama" : "NURSALIM, S.Pd.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "PURWOREJO", "originalFilename" : "DWI SUTANTI.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 254982, "noUrut" : 3, "nama" : "DWI SUTANTI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "PURWOREJO", "originalFilename" : "IMAM LISTANTO.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 255355, "noUrut" : 4, "nama" : "IMAM LISTANTO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "PURWOREJO", "originalFilename" : "NIKE ARDILA RIYAN MILANIA.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 255944, "noUrut" : 5, "nama" : "NIKE ARDILA RIYAN MILANIA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "PURWOREJO", "originalFilename" : "AGUSTIN PRAMITA SARI.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 256341, "noUrut" : 6, "nama" : "AGUSTIN PRAMITA SARI", "stringJenisKelamin" : "Perempuan"}]
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"marker-symbol": {"type": "string"}, "marker-color": {"type": "string"}, "marker-size": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "url": {"type": "string"}, "geoBeerId": {"type": "string"}}, "required": ["marker-symbol", "marker-color", "marker-size", "name", "address", "url", "geoBeerId"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-82.102048, 39.327712]}, "properties" : {"marker-symbol" : "star", "marker-color" : "#607D8B", "marker-size" : "small", "name" : "Jackie O\u2019s Pub & Brewery", "address" : "24 West Union Street, Athens, OH 45701", "url" : "http://www.jackieos.com/", "geoBeerId" : "b26faf16-b5d9-44cb-a1dc-54a841399eb1"}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"marker-symbol": {"type": "string"}, "marker-color": {"type": "string"}, "marker-size": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "url": {"type": "string"}, "geoBeerId": {"type": "string"}}, "required": ["marker-symbol", "marker-color", "marker-size", "name", "address", "url", "geoBeerId"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["530602108201", "\u82cf\u5bb6\u9662\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["530602108202", "\u987a\u5c71\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530602108203", "\u8fe4\u90a3\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530602108204", "\u53cc\u6cb3\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530602108205", "\u576a\u5b50\u6751\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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "confidence": {"type": "integer"}, "recognized": {"type": "boolean"}, "bb_big_enough": {"type": "boolean"}, "class": {"type": "string"}, "left": {"type": "number"}}, "required": ["artwork_id", "right", "bottom", "top", "confidence", "recognized", "bb_big_enough", "class", "left"]}}, "p_voice": {"type": "string"}}, "required": ["frame_id", "walking", "video_id", "bbs", "p_voice"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"frame_id" : 695, "walking" : "0", "video_id" : "VID_20161007_131547_reduced", "bbs" : [{"artwork_id" : "marzocco", "right" : 0.854145, "bottom" : 0.662606, "top" : 0.143946, "confidence" : 363, "recognized" : true, "bb_big_enough" : true, "class" : "artwork", "left" : 0.382453}], "p_voice" : "0"}
json_instruct
{"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "confidence": {"type": "integer"}, "recognized": {"type": "boolean"}, "bb_big_enough": {"type": "boolean"}, "class": {"type": "string"}, "left": {"type": "number"}}, "required": ["artwork_id", "right", "bottom", "top", "confidence", "recognized", "bb_big_enough", "class", "left"]}}, "p_voice": {"type": "string"}}, "required": ["frame_id", "walking", "video_id", "bbs", "p_voice"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "text", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "hello", "text" : "welcome to my Quick-Notes app", "id" : "d3cbd7ad-bc1a-4ecd-b0a4-2e2727b520a3"}, {"title" : "you can add", "text" : "add as many notes as you like", "id" : "4ab73752-df17-4df9-8daa-125ab249a3d8"}, {"title" : "you can delete...", "text" : "as you go so you don't get overwhelmed once a task is done. ", "id" : "9f8d8246-ac1b-4d0a-a017-183848197eac"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "text", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"logicallysound": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["logicallysound"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"logicallysound" : {"title" : "LogicallySound", "channel_id" : 32857534, "link" : "http://twitch.tv/logicallysound", "desc" : null, "plans" : {"$4.99" : "202110", "$9.99" : "202114", "$24.99" : "202115"}, "id" : "logicallysound", "first_seen" : "2017-07-03 20:31:30", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 202114, "emotes" : [{"code" : "logica1Dank", "image_id" : 239794, "set" : 202114}, {"code" : "logica1Derp", "image_id" : 239702, "set" : 202110}]}}}
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"logicallysound": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["logicallysound"]}}, "required": ["template", "channels"], "$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"}, "type": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Bernard\\BernardBundle\\": {"type": "string"}}, "required": ["Bernard\\BernardBundle\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "bernard/bernard": {"type": "string"}, "symfony/framework-bundle": {"type": "string"}}, "required": ["php", "bernard/bernard", "symfony/framework-bundle"]}, "require-dev": {"type": "object", "properties": {"symfony/console": {"type": "string"}, "symfony/finder": {"type": "string"}, "symfony/phpunit-bridge": {"type": "string"}}, "required": ["symfony/console", "symfony/finder", "symfony/phpunit-bridge"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}}, "required": ["name", "description", "type", "homepage", "license", "autoload", "require", "require-dev", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "bernard/bernard-bundle", "description" : "Integrates Bernard into a Symfony2 application.", "type" : "symfony-bundle", "homepage" : "http://bernard.readthedocs.org/", "license" : "MIT", "autoload" : {"psr-4" : {"Bernard\\BernardBundle\\" : ""}}, "require" : {"php" : "^5.6|^7.0", "bernard/bernard" : "1.0.0-alpha9", "symfony/framework-bundle" : "^2.8|^3.2|^4.0"}, "require-dev" : {"symfony/console" : "^2.8|^3.0|^4.0", "symfony/finder" : "^2.8|^3.0|^4.0", "symfony/phpunit-bridge" : "^3.3"}, "extra" : {"branch-alias" : {"dev-master" : "2.0.x-dev"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Bernard\\BernardBundle\\": {"type": "string"}}, "required": ["Bernard\\BernardBundle\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "bernard/bernard": {"type": "string"}, "symfony/framework-bundle": {"type": "string"}}, "required": ["php", "bernard/bernard", "symfony/framework-bundle"]}, "require-dev": {"type": "object", "properties": {"symfony/console": {"type": "string"}, "symfony/finder": {"type": "string"}, "symfony/phpunit-bridge": {"type": "string"}}, "required": ["symfony/console", "symfony/finder", "symfony/phpunit-bridge"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}}, "required": ["name", "description", "type", "homepage", "license", "autoload", "require", "require-dev", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : [[[-102.080422, 33.582649], [-102.059449, 33.582385], [-102.041531, 33.577877], [-102.026439, 33.577688], [-102.02644, 33.563196], [-101.9569, 33.563228], [-101.956433, 33.55465], [-101.957367, 33.542523], [-101.993597, 33.51972], [-102.026343, 33.519689], [-102.026349, 33.499088], [-102.031045, 33.497252], [-102.078148, 33.468377], [-102.078308, 33.506067], [-102.080422, 33.582649]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 88223}}]}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "MetadataValues": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "MetadataFieldID": {"type": "integer"}, "ItemValue": {"type": "string"}}, "required": ["ID", "MetadataFieldID", "ItemValue"]}}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "AddressInfo", "Connections", "StatusTypeID", "DateLastStatusUpdate", "MetadataValues", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 182636, "UUID" : "5D071906-114B-44C6-9DFB-CEBB40F39F51", "DataProviderID" : 29, "DataProvidersReference" : "19984", "AddressInfo" : {"ID" : 182995, "Title" : "An der Pl\u00fcschwebwerei 15", "AddressLine1" : "An der Pl\u00fcschwebwerei 15", "Town" : "Grefrath", "Postcode" : "47929", "CountryID" : 87, "Latitude" : 51.339031, "Longitude" : 6.334877, "DistanceUnit" : 0}, "Connections" : [{"ID" : 288620, "ConnectionTypeID" : 17, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 22, "CurrentTypeID" : 20}, {"ID" : 288621, "ConnectionTypeID" : 17, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 22, "CurrentTypeID" : 20}], "StatusTypeID" : 50, "DateLastStatusUpdate" : "2021-07-09T03:23:00Z", "MetadataValues" : [{"ID" : 14929, "MetadataFieldID" : 4, "ItemValue" : "Data from the German chargepoint registry provided by Bundesnetzagentur.de under the CC-BY 4.0 license"}], "DataQualityLevel" : 3, "DateCreated" : "2021-07-08T10:03:00Z", "SubmissionStatusTypeID" : 100}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "MetadataValues": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "MetadataFieldID": {"type": "integer"}, "ItemValue": {"type": "string"}}, "required": ["ID", "MetadataFieldID", "ItemValue"]}}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "AddressInfo", "Connections", "StatusTypeID", "DateLastStatusUpdate", "MetadataValues", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[153.125, 44.833333333333336], [153.125, 44.916666666666664], [153.25, 44.916666666666664], [153.25, 44.833333333333336], [153.125, 44.833333333333336]]]}, "properties" : {"code" : 675321, "url" : "http://madefor.github.io/0410/api/v1/675321.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/675321.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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "mainpagetext": {"type": "string"}, "mainpagedocfooter": {"type": "string"}}, "required": ["@metadata", "mainpagetext", "mainpagedocfooter"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["Husl\u00e5ke"]}, "mainpagetext" : "'''MediaWiki er nu installeret.'''", "mainpagedocfooter" : "Se vores engelskspr\u00e5\u011dede [//meta.wikimedia.org/wiki/MediaWiki_localisation dokument\u00e5sje tilpasnenge'm \u00e5f \u00e6 brugergr\u00e6nseflade] og [//meta.wikimedia.org/wiki/MediaWiki_User%27s_Guide \u00e6 brugervejlednenge] f\u00f8r \u00e5plysnenger \u00e5ps\u00e6tnenge'm og anvendelse."}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "mainpagetext": {"type": "string"}, "mainpagedocfooter": {"type": "string"}}, "required": ["@metadata", "mainpagetext", "mainpagedocfooter"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"skangular": {"type": "string"}}, "required": ["skangular"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"colors": {"type": "string"}, "replacestream": {"type": "string"}}, "required": ["colors", "replacestream"]}}, "required": ["name", "version", "description", "main", "bin", "repository", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "skangular", "version" : "1.3.0", "description" : "Angular app generator.", "main" : "./lib/skangular", "bin" : {"skangular" : "./bin/skangular.js"}, "repository" : {"type" : "git", "url" : "https://github.com/Gcuencam/Skangular.git"}, "author" : "Gabriel Cuenca Moncin", "license" : "MIT", "dependencies" : {"colors" : "1.1.2", "replacestream" : "4.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"skangular": {"type": "string"}}, "required": ["skangular"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"colors": {"type": "string"}, "replacestream": {"type": "string"}}, "required": ["colors", "replacestream"]}}, "required": ["name", "version", "description", "main", "bin", "repository", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following 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" : ["Preheat oven to 350 degrees F (175 degrees C). Grease and flour a 9x13-inch pan.", "In a large bowl, stir together cake mix and gelatin mix. Make a well in the center and pour in oil, 1/2 cup water and eggs. Beat on low speed until blended. Scrape bowl, and beat 4 minutes on medium speed. Pour batter into prepared pan.", "Bake in the preheated oven for 40 to 45 minutes, or until a toothpick inserted into the center of the cake comes out clean. Allow to cool.", "To make the Glaze: In a medium bowl, combine lemon juice and confectioners' sugar. Beat in the melted butter and 1 tablespoon water. Poke holes in the top of the cake and pour glaze over."], "ingredients" : ["1 (18.25 ounce) package lemon cake mix", "1 (3 ounce) package lemon flavored Jell-O\u00ae mix", "3/4 cup vegetable oil", "1/2 cup water", "4 eggs", "1/3 cup lemon juice", "2 cups confectioners' sugar", "2 tablespoons butter, melted", "1 tablespoon water"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Lemon Glazed Cake", "url" : "http://allrecipes.com/recipe/25594/lemon-glazed-cake/"}
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 a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "DogDeFiCoin", "symbol" : "DOGDEFI", "address" : "0x02048D70104bAA4F6F267681a1a18161a570FC85", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Bandrele", "circ" : "2\u00e8me circonscription", "dpt" : "Mayotte", "inscrits" : 4123, "abs" : 2300, "votants" : 1823, "blancs" : 50, "nuls" : 93, "exp" : 1680, "res" : [{"nuance" : "LR", "nom" : "M. Mansour KAMARDINE", "voix" : 952}, {"nuance" : "MDM", "nom" : "M. Ibrahim BOINAHERY", "voix" : 231}, {"nuance" : "UDI", "nom" : "M. Ahamed ATTOUMANI DOUCHINA", "voix" : 119}, {"nuance" : "RDG", "nom" : "M. Kira ADACOLO", "voix" : 72}, {"nuance" : "DIV", "nom" : "M. Mouhamed ABDOU", "voix" : 57}, {"nuance" : "SOC", "nom" : "M. Ibrahim ABOUBACAR", "voix" : 47}, {"nuance" : "FI", "nom" : "M. Adrien THEILLEUX", "voix" : 46}, {"nuance" : "DVD", "nom" : "Mme Armamie ABDOUL WASSION", "voix" : 42}, {"nuance" : "DIV", "nom" : "M. Jacques HENRY", "voix" : 35}, {"nuance" : "DIV", "nom" : "M. Kamaldine ATTOUMANI", "voix" : 25}, {"nuance" : "DIV", "nom" : "M. Mouhamadi MCHAMI", "voix" : 16}, {"nuance" : "DIV", "nom" : "M. Mikidadi NDZAKOU", "voix" : 13}, {"nuance" : "FN", "nom" : "M. Madi ANLI", "voix" : 10}, {"nuance" : "DIV", "nom" : "M. Anli MADI NGAZI", "voix" : 6}, {"nuance" : "DVD", "nom" : "M. Sa\u00efd THESTINA", "voix" : 6}, {"nuance" : "DVG", "nom" : "M. Siaka MAHAMOUDOU", "voix" : 2}, {"nuance" : "DIV", "nom" : "M. Farid BOUTEKEZEZ", "voix" : 1}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "connectsWith", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "title" : "Edikukalama", "id" : "419903060", "bbox" : [44.415448, 32.532802, 44.415448, 32.532802], "description" : "The temple of the god \u0160ama\u0161, Edikukalama (\u201cHouse of the Judge of the Land\u201d), was located in the Kumar district of Babylon, in the western half of the inner city. According to the Babylonian topographical text Tintir = Babylon Tablet IV, it was one of seven temples in that part of Babylon. Edikukalama is attested in the Old Babylonian Period and it was rebuilt in the Neo-Babylonian Period by Nebuchadnezzar II (r. 604\u2013562 BC).", "connectsWith" : ["893951", "633091639"], "names" : ["Edikukalama", "b\u012bt \u0160ama\u0161"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [44.415448, 32.532802]}, "properties" : {"description" : "representative point"}}]}
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"}}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "connectsWith", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["inherited"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0xdf9aaefecd4e2a75dfe39b8b829b93c02776d59e42e4b6157450caf6b8447aa9", "parentHash" : "0xa7993b835ff54feca65379bb8e913f54cee8649bcedc848beb61adcce633e093", "number" : 41054, "timestamp" : 1438831601, "nonce" : "0x9693295c637ef1c7", "difficulty" : 1376798904181, "gasLimit" : {"_hex" : "0x1397"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xeb5f44D72343Df39680AaF77B2CeD6586e6918c2", "extraData" : "0x476574682f76312e302e312f6c696e75782f676f312e342e32", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}, "barres": {"type": "string"}, "capo": {"type": "string"}}, "required": ["frets", "fingers", "barres", "capo"]}}}, "required": ["key", "suffix", "positions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"key" : "F", "suffix" : "mmaj11/E", "positions" : [{"frets" : "x76966", "fingers" : "021411", "barres" : "6", "capo" : "true"}, {"frets" : "cbxdbd", "fingers" : "210314", "barres" : "11", "capo" : "true"}, {"frets" : "cbxcbd", "fingers" : "210314", "barres" : "11", "capo" : "true"}, {"frets" : "cbaabx", "fingers" : "421130", "barres" : "10", "capo" : "true"}, {"frets" : "cbexbd", "fingers" : "214013", "barres" : "11", "capo" : "true"}, {"frets" : "xjilii", "fingers" : "021411", "barres" : "18", "capo" : "true"}]}
json_instruct
{"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}, "barres": {"type": "string"}, "capo": {"type": "string"}}, "required": ["frets", "fingers", "barres", "capo"]}}}, "required": ["key", "suffix", "positions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"acadYear": {"type": "string"}, "preclusion": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semester": {"type": "integer"}, "timetable": {"type": "array", "items": {"type": "object", "properties": {"classNo": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "weeks": {"type": "array", "items": {"type": "integer"}}, "venue": {"type": "string"}, "day": {"type": "string"}, "lessonType": {"type": "string"}, "size": {"type": "integer"}}, "required": ["classNo", "startTime", "endTime", "weeks", "venue", "day", "lessonType", "size"]}}}, "required": ["semester", "timetable"]}}}, "required": ["acadYear", "preclusion", "description", "title", "department", "faculty", "workload", "prerequisite", "moduleCredit", "moduleCode", "aliases", "semesterData"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"acadYear" : "2019/2020", "preclusion" : "LL4307V/LL5307V/LL6307V EU Maritime Law", "description" : "The European Union plays an increasing role in the\nregulation of international shipping and any shipping\ncompany wishing to do business in Europe will have to\ntake this into consideration. The module will take on\nvarious aspects of this regulation and will place the EU\nrules in the context of international maritime law. To\nensure a common basis for understanding the EU maritime\nlaw, the basic structure and principles of the EU and EU\nlaw will be explained at the outset.", "title" : "EU Maritime Law", "department" : "FoL Dean's Office", "faculty" : "Law", "workload" : [0, 3, 0, 0, 7], "prerequisite" : "NUS Compulsory Core Law Curriculum or equivalent.", "moduleCredit" : "4", "moduleCode" : "LL6307", "aliases" : ["LLD5307", "LL5307", "LL4307"], "semesterData" : [{"semester" : 2, "timetable" : [{"classNo" : "1", "startTime" : "1430", "endTime" : "1730", "weeks" : [1, 2, 3], "venue" : "LAW_ESR", "day" : "Friday", "lessonType" : "Seminar-Style Module Class", "size" : 1}, {"classNo" : "1", "startTime" : "1830", "endTime" : "2130", "weeks" : [1, 2, 3], "venue" : "LAW_SR3", "day" : "Wednesday", "lessonType" : "Seminar-Style Module Class", "size" : 1}, {"classNo" : "1", "startTime" : "1830", "endTime" : "2130", "weeks" : [1, 2, 3], "venue" : "LAW_SR3", "day" : "Monday", "lessonType" : "Seminar-Style Module Class", "size" : 1}]}]}
json_instruct
{"type": "object", "properties": {"acadYear": {"type": "string"}, "preclusion": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semester": {"type": "integer"}, "timetable": {"type": "array", "items": {"type": "object", "properties": {"classNo": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "weeks": {"type": "array", "items": {"type": "integer"}}, "venue": {"type": "string"}, "day": {"type": "string"}, "lessonType": {"type": "string"}, "size": {"type": "integer"}}, "required": ["classNo", "startTime", "endTime", "weeks", "venue", "day", "lessonType", "size"]}}}, "required": ["semester", "timetable"]}}}, "required": ["acadYear", "preclusion", "description", "title", "department", "faculty", "workload", "prerequisite", "moduleCredit", "moduleCode", "aliases", "semesterData"], "$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"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:crafting_shaped", "pattern" : ["###"], "key" : {"#" : {"item" : "sakura:plank_sakura"}}, "result" : {"item" : "sakura:slab_plank_sakura", "count" : 6}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "date": {"type": "string"}}, "required": ["name", "size", "date"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "ReadMe.txt", "size" : 53, "date" : "2021-04-05T20:49:33.376Z"}, {"name" : "cv.pdf", "size" : 212733, "date" : "2021-04-05T20:49:35.538Z"}, {"name" : "profile.jpeg", "size" : 10743, "date" : "2021-04-05T20:49:33.345Z"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "date": {"type": "string"}}, "required": ["name", "size", "date"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "confidence": {"type": "integer"}, "recognized": {"type": "boolean"}, "bb_big_enough": {"type": "boolean"}, "class": {"type": "string"}, "left": {"type": "number"}}, "required": ["artwork_id", "right", "bottom", "top", "confidence", "recognized", "bb_big_enough", "class", "left"]}}, "p_voice": {"type": "string"}}, "required": ["frame_id", "walking", "video_id", "bbs", "p_voice"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"frame_id" : 330, "walking" : "1", "video_id" : "VID_20161007_131547_reduced", "bbs" : [{"artwork_id" : "marzocco", "right" : 0.820756, "bottom" : 0.699703, "top" : 0.057743, "confidence" : 70, "recognized" : true, "bb_big_enough" : true, "class" : "artwork", "left" : 0.241625}], "p_voice" : "0"}
json_instruct
{"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "confidence": {"type": "integer"}, "recognized": {"type": "boolean"}, "bb_big_enough": {"type": "boolean"}, "class": {"type": "string"}, "left": {"type": "number"}}, "required": ["artwork_id", "right", "bottom", "top", "confidence", "recognized", "bb_big_enough", "class", "left"]}}, "p_voice": {"type": "string"}}, "required": ["frame_id", "walking", "video_id", "bbs", "p_voice"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "exp": {"type": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}}, "required": ["id", "category"]}}, "recipe": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["id", "name", "amount"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "exp", "category", "recipe"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "sturdy_library_table", "originalId" : 361301, "rarity" : 3, "name" : "B\u00e0n Th\u01b0 Vi\u1ec7n D\u00e0i", "description" : "B\u00e0n d\u00e0i \"G\u1ed7 T\u1ee5y Hoa\" \u0111\u01b0\u1ee3c ch\u1ebf t\u00e1c tinh x\u1ea3o. Th\u00edch h\u1ee3p v\u1edbi nhi\u1ec1u d\u1ecbp.\\nNh\u01b0ng v\u00ec lo\u1ea1i b\u00e0n d\u00e0i n\u00e0y kh\u00f4ng c\u00f3 kh\u1ea3 n\u0103ng ch\u1ed1ng b\u00e1m b\u1ea9n n\u00ean ph\u1ea3i lu\u00f4n gi\u1eef v\u1ec7 sinh s\u1ea1ch s\u1ebd.", "load" : 127, "energy" : 60, "exp" : 60, "category" : [{"id" : 3003, "category" : "B\u00e0n"}], "recipe" : [{"id" : "cuihua_wood", "name" : "G\u1ed7 T\u1ee5y Hoa", "amount" : 12}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "exp": {"type": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}}, "required": ["id", "category"]}}, "recipe": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["id", "name", "amount"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "exp", "category", "recipe"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"viewOn": {"type": "string"}, "month.1.full": {"type": "string"}, "month.2.full": {"type": "string"}, "month.3.full": {"type": "string"}, "month.4.full": {"type": "string"}, "month.5.full": {"type": "string"}, "month.6.full": {"type": "string"}, "month.7.full": {"type": "string"}, "month.8.full": {"type": "string"}, "month.9.full": {"type": "string"}, "month.10.full": {"type": "string"}, "month.11.full": {"type": "string"}, "month.12.full": {"type": "string"}, "date.dayMonth": {"type": "string"}, "date.full": {"type": "string"}, "likes": {"type": "string"}}, "required": ["viewOn", "month.1.full", "month.2.full", "month.3.full", "month.4.full", "month.5.full", "month.6.full", "month.7.full", "month.8.full", "month.9.full", "month.10.full", "month.11.full", "month.12.full", "date.dayMonth", "date.full", "likes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"viewOn" : "Bekijk op {0}", "month.1.full" : "januari", "month.2.full" : "februari", "month.3.full" : "maart", "month.4.full" : "april", "month.5.full" : "mei", "month.6.full" : "juni", "month.7.full" : "juli", "month.8.full" : "augustus", "month.9.full" : "september", "month.10.full" : "oktober", "month.11.full" : "november", "month.12.full" : "december", "date.dayMonth" : "{day} {month} {suffix}", "date.full" : "{day} {month}{suffix} {jaar}", "likes" : "{0} like | {0} likes"}
json_instruct
{"type": "object", "properties": {"viewOn": {"type": "string"}, "month.1.full": {"type": "string"}, "month.2.full": {"type": "string"}, "month.3.full": {"type": "string"}, "month.4.full": {"type": "string"}, "month.5.full": {"type": "string"}, "month.6.full": {"type": "string"}, "month.7.full": {"type": "string"}, "month.8.full": {"type": "string"}, "month.9.full": {"type": "string"}, "month.10.full": {"type": "string"}, "month.11.full": {"type": "string"}, "month.12.full": {"type": "string"}, "date.dayMonth": {"type": "string"}, "date.full": {"type": "string"}, "likes": {"type": "string"}}, "required": ["viewOn", "month.1.full", "month.2.full", "month.3.full", "month.4.full", "month.5.full", "month.6.full", "month.7.full", "month.8.full", "month.9.full", "month.10.full", "month.11.full", "month.12.full", "date.dayMonth", "date.full", "likes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"dna": {"type": "string"}, "name": {"type": "string"}, "image": {"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": ["dna", "name", "image", "edition", "date", "attributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dna" : "ff87776f175a7126859251bf66c98ffac8a676d7", "name" : "Test Moons #7", "image" : "ipfs://QmPYqcz3p89SNzHnsdHt6JCbXdB7EceLckdVSQGZBqNZeX/7.png", "edition" : 7, "date" : 1635971854086, "attributes" : [{"trait_type" : "Base", "value" : "_0044_Base"}, {"trait_type" : "Trait 1", "value" : "_0041_trait1_white"}, {"trait_type" : "Trait 2", "value" : "_0037_trait2_white"}, {"trait_type" : "Trait 3", "value" : "_0029_trait3_white"}, {"trait_type" : "Trait 4", "value" : "_0025_trait4_white"}, {"trait_type" : "Trait 5", "value" : "_0020_trait5_white"}, {"trait_type" : "Trait 6", "value" : "_0015_trait6_white"}, {"trait_type" : "Trait 7", "value" : "_0010_trait7_white"}, {"trait_type" : "Trait 8", "value" : "_0005_trait8_white"}, {"trait_type" : "Outline", "value" : "_0003_Line"}]}
json_instruct
{"type": "object", "properties": {"dna": {"type": "string"}, "name": {"type": "string"}, "image": {"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": ["dna", "name", "image", "edition", "date", "attributes"], "$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"}, "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" : "html5-joystick", "version" : "2.0.0", "description" : "A simple JoyStick that use HTML5 Canvas and Vanilla JavaScript, for touch and mouse interfaces", "main" : "joy.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/bobboteck/JoyStick.git"}, "keywords" : ["joystick", "vanilla", "touchscreen", "html5"], "author" : "Roberto D'Amico (@bobboteck)", "license" : "MIT", "bugs" : {"url" : "https://github.com/bobboteck/JoyStick/issues"}, "homepage" : "https://github.com/bobboteck/JoyStick#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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inputs" : ["3 3\n101\n001\n110\n", "7 15\n000100001010010\n100111010110001\n101101111100100\n010000111111010\n111010010100001\n000011001111101\n111111011010011\n", "1 1\n0\n", "1 1\n1\n", "2 58\n1100001110010010100001000000000110110001101001100010101110\n1110110010101111001110010001100010001010100011111110110100\n", "4 4\n1100\n0011\n1100\n0011\n"], "outputs" : ["2", "-1", "0", "0", "27", "-1"]}
json_instruct
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}}, "required": ["name", "version", "main", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "internal", "version" : "2.0.1", "main" : "./src/internal", "private" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}}, "required": ["name", "version", "main", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "OR BE STOPPED ANY WHERE IN ITS PROGRESS IN THIS SPACE, HOW FAR SOEVER IT EXTENDS ITS THOUGHTS.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/3373.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$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"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "mousewheel": {"type": "string"}}, "required": ["jquery", "mousewheel"]}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "main", "homepage", "author", "description", "keywords", "dependencies", "licenses", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jquery.reel", "version" : "1.3.3", "main" : "jquery.reel.js", "homepage" : "https://github.com/introquest/jquery.reel", "author" : {"name" : "Petr Vost\u0159el", "email" : "petr@vostrel.cz", "url" : "http://petr.vostrel.cz"}, "description" : "`img` tag enhancement for 360\u00b0 object movies, vistas and panoramas", "keywords" : ["360", "vista", "virtual", "panorama", "projection"], "dependencies" : {"jquery" : ">=1.6.2", "mousewheel" : ">=3.0.5"}, "licenses" : [{"type" : "MIT", "url" : "http://code.vostrel.net/LICENSE.txt"}], "ignore" : ["examples"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "mousewheel": {"type": "string"}}, "required": ["jquery", "mousewheel"]}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "main", "homepage", "author", "description", "keywords", "dependencies", "licenses", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "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" : 85775377, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "bec9e30d5d3eaaa32648e895b2678434", "wof:id" : 85775377, "wof:repo" : "whosonfirst-data-admin-au"}, "bbox" : [115.85881, -31.94784, 115.85881, -31.94784], "geometry" : {"coordinates" : [115.85881, -31.94784], "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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"type": "integer"}, "openPullRequests": {"type": "integer"}, "mergedPullRequests": {"type": "integer"}, "closedPullRequests": {"type": "integer"}, "stargazers": {"type": "integer"}, "watchers": {"type": "integer"}}, "required": ["datestamp", "nameWithOwner", "name", "commits", "forkCount", "issues", "openIssues", "closedIssues", "pullRequests", "openPullRequests", "mergedPullRequests", "closedPullRequests", "stargazers", "watchers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"datestamp" : "2020-10-14", "nameWithOwner" : "twitter/twitter.github.io", "name" : "twitter.github.io", "commits" : 721, "forkCount" : 507, "issues" : 28, "openIssues" : 1, "closedIssues" : 27, "pullRequests" : 38, "openPullRequests" : 6, "mergedPullRequests" : 17, "closedPullRequests" : 15, "stargazers" : 1483, "watchers" : 470}
json_instruct
{"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"type": "integer"}, "openPullRequests": {"type": "integer"}, "mergedPullRequests": {"type": "integer"}, "closedPullRequests": {"type": "integer"}, "stargazers": {"type": "integer"}, "watchers": {"type": "integer"}}, "required": ["datestamp", "nameWithOwner", "name", "commits", "forkCount", "issues", "openIssues", "closedIssues", "pullRequests", "openPullRequests", "mergedPullRequests", "closedPullRequests", "stargazers", "watchers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}, "IGNORING": {"type": "string"}, "ALREADY_IGNORING": {"type": "string"}, "STARBOARD": {"type": "string"}, "ADDED": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE", "IGNORING", "ALREADY_IGNORING", "STARBOARD", "ADDED"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DESCRIPTION" : "Nastavi, da bot ne upo\u0161teva ukazov, povabil in zvezd v dolo\u010denem kanalu.", "USAGE" : "ignoriraj [poglej|ukazi|vabila|zvezde]", "IGNORING" : "Naslednji kanali ne upo\u0161tevajo **{{type}}**:", "ALREADY_IGNORING" : "Ta kanal \u017ee ignorira {{type}}.", "STARBOARD" : "Zvezdna tabla ni omogo\u010dena.", "ADDED" : "Sedaj ignoriram {{type}}."}
json_instruct
{"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}, "IGNORING": {"type": "string"}, "ALREADY_IGNORING": {"type": "string"}, "STARBOARD": {"type": "string"}, "ADDED": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE", "IGNORING", "ALREADY_IGNORING", "STARBOARD", "ADDED"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"angular-idle.js": {"type": "string"}, "angular-idle.min.js": {"type": "string"}}, "required": ["angular-idle.js", "angular-idle.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angular-idle.js" : "sha512-RpMSHcY+H7rJh4uguL6Bj+mb9PfsQ1hSyiV5Uoufp0LT0iL5VDARYSZ/2Ekxe6ijBOmTwUPkzNRNVR2W35eTYw==", "angular-idle.min.js" : "sha512-mdE/tJP6HtYMQAaVwUZYweX3i4kxLtVR86i73qM0vxRoMndpNodS4lfp2EYX1FkgQepDif44bYB0JTv9lbP/Ow=="}
json_instruct
{"type": "object", "properties": {"angular-idle.js": {"type": "string"}, "angular-idle.min.js": {"type": "string"}}, "required": ["angular-idle.js", "angular-idle.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}