input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["210421204201", "\u9a6c\u5708\u5b50\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["210421204202", "\u897f\u5ddd\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["210421204203", "\u592a\u5e73\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["210421204204", "\u8349\u76c6\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["210421204205", "\u5b64\u5bb6\u5b50\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["210421204207", "\u91d1\u6597\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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {"type": "string"}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "string"}, "section_title": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "string"}}, "subtype": {"type": "string"}, "topics": {"type": "array", "items": {}}, "type": {"type": "string"}}, "required": ["actors", "countries", "enb_end_date", "enb_long_title", "enb_short_title", "enb_start_date", "enb_url", "id", "section_title", "sentences", "subtype", "topics", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"actors" : [], "countries" : ["United States"], "enb_end_date" : "08-Nov-99", "enb_long_title" : "Fifth Conference of the Parties to the UN Framework Convention on Climate Change", "enb_short_title" : "COP-5", "enb_start_date" : "08-Nov-99", "enb_url" : "http://www.iisd.ca/vol12/enb12123e.html", "id" : "enb12123e_69", "section_title" : "Compliance:", "sentences" : ["One observer described the US approach to compliance as its 'only green position,' such is its commitment to a robust and rigorous system.", "Ultimately the credibility of the compliance system will be bound to the types of consequences and sanctions envisaged, and to the overall rigor of the Protocol mechanisms and their capacity to bring about real reductions in GHG emissions."], "subtype" : "", "topics" : [], "type" : ""}
json_instruct
{"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {"type": "string"}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "string"}, "section_title": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "string"}}, "subtype": {"type": "string"}, "topics": {"type": "array", "items": {}}, "type": {"type": "string"}}, "required": ["actors", "countries", "enb_end_date", "enb_long_title", "enb_short_title", "enb_start_date", "enb_url", "id", "section_title", "sentences", "subtype", "topics", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "sourceMap": {"type": "boolean"}, "inlineSources": {"type": "boolean"}, "declaration": {"type": "boolean"}, "declarationDir": {"type": "string"}, "types": {"type": "array", "items": {}}}, "required": ["outDir", "sourceMap", "inlineSources", "declaration", "declarationDir", "types"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : "./tsconfig.json", "compilerOptions" : {"outDir" : ".", "sourceMap" : true, "inlineSources" : true, "declaration" : true, "declarationDir" : ".", "types" : []}, "files" : ["src/lit-html-brackets.ts"]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "sourceMap": {"type": "boolean"}, "inlineSources": {"type": "boolean"}, "declaration": {"type": "boolean"}, "declarationDir": {"type": "string"}, "types": {"type": "array", "items": {}}}, "required": ["outDir", "sourceMap", "inlineSources", "declaration", "declarationDir", "types"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "@": {"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" : "minecraft:blue_ice"}, "@" : {"item" : "connors_mod:brass_ingot"}}, "result" : {"item" : "connors_mod:frostbrass_ingot", "count" : 2}}
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"]}, "@": {"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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Orpheus\\": {"type": "string"}}, "required": ["Orpheus\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"orpheus/orpheus-core": {"type": "string"}}, "required": ["orpheus/orpheus-core"]}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}}, "required": ["name", "description", "keywords", "autoload", "require", "type", "license", "authors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "orpheus/orpheus-yaml", "description" : "Orpheus YAML", "keywords" : ["orpheus", "yaml"], "autoload" : {"psr-4" : {"Orpheus\\" : "src"}}, "require" : {"orpheus/orpheus-core" : "1.*"}, "type" : "library", "license" : "MIT", "authors" : [{"name" : "Florent HAZARD", "email" : "[email protected]", "homepage" : "http://sowapps.com", "role" : "Developer"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Orpheus\\": {"type": "string"}}, "required": ["Orpheus\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"orpheus/orpheus-core": {"type": "string"}}, "required": ["orpheus/orpheus-core"]}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}}, "required": ["name", "description", "keywords", "autoload", "require", "type", "license", "authors"], "$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"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"20177": {"type": "string"}}, "required": ["20177"]}, "timeto": {"type": "object", "properties": {"20177": {"type": "number"}}, "required": ["20177"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 20294, "title" : ["[A Vision of Beauty]"], "description" : ["Gold-washed walls sparkle from a spiraling floral glitter design, and ropes of faux jewels create sparkling curtains that cover the windows inside the wagon. Two mannequins pose as if in the middle of an animated conversation. At their center, a grandiose bouquet features ostentatious silk flowers, shimmering ribbons and an oppressively perfumed odor. A stool and chain-link collar lay tucked in the back corner."], "paths" : ["Obvious paths: out"], "location" : "the Feywrot Mire", "wayto" : {"20177" : "out"}, "timeto" : {"20177" : 0.2}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"20177": {"type": "string"}}, "required": ["20177"]}, "timeto": {"type": "object", "properties": {"20177": {"type": "number"}}, "required": ["20177"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"generate-docs": {"type": "string"}, "test": {"type": "string"}, "lint": {"type": "string"}, "coverage": {"type": "string"}, "report-coverage": {"type": "string"}}, "required": ["generate-docs", "test", "lint", "coverage", "report-coverage"]}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "pre-commit": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "istanbul": {"type": "string"}, "ospec": {"type": "string"}}, "required": ["eslint", "istanbul", "ospec"]}}, "required": ["name", "version", "description", "keywords", "author", "license", "repository", "scripts", "main", "files", "pre-commit", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@brickify/m-pl", "version" : "1.3.3", "description" : "Parse content lines, one by one", "keywords" : ["brickifyjs", "module", "string", "content", "file", "line", "lines", "parse"], "author" : "Nicolas RAIBAUD", "license" : "MIT", "repository" : "brickifyjs/module-parse-lines", "scripts" : {"generate-docs" : "cp README.md docs/index.md", "test" : "ospec", "lint" : "eslint ./lib/index.js", "coverage" : "istanbul cover --print both ospec", "report-coverage" : "codecovs"}, "main" : "lib/index.js", "files" : ["lib/index.js"], "pre-commit" : ["generate-docs"], "devDependencies" : {"eslint" : "^3.19.0", "istanbul" : "^0.4.5", "ospec" : "^1.4.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"generate-docs": {"type": "string"}, "test": {"type": "string"}, "lint": {"type": "string"}, "coverage": {"type": "string"}, "report-coverage": {"type": "string"}}, "required": ["generate-docs", "test", "lint", "coverage", "report-coverage"]}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "pre-commit": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "istanbul": {"type": "string"}, "ospec": {"type": "string"}}, "required": ["eslint", "istanbul", "ospec"]}}, "required": ["name", "version", "description", "keywords", "author", "license", "repository", "scripts", "main", "files", "pre-commit", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "rarity": {"type": "integer"}, "weaponType": {"type": "string"}, "subStat": {"type": "string"}, "data": {"type": "object", "properties": {"en": {"type": "object", "properties": {"name": {"type": "string"}, "passiveName": {"type": "string"}, "passiveDescription": {"type": "string"}}, "required": ["name", "passiveName", "passiveDescription"]}, "zh": {"type": "object", "properties": {"name": {"type": "string"}, "passiveName": {"type": "string"}, "passiveDescription": {"type": "string"}}, "required": ["name", "passiveName", "passiveDescription"]}}, "required": ["en", "zh"]}}, "required": ["id", "type", "rarity", "weaponType", "subStat", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "skyward-spine", "type" : "weapon", "rarity" : 5, "weaponType" : "polearm", "subStat" : "er", "data" : {"en" : {"name" : "Skyward Spine", "passiveName" : "Black Wing", "passiveDescription" : "Increases CRIT Rate by {{8%//10%//12%//14%//16%}} and increases Normal ATK SPD by {{12%//12%//12%//12%//12%}}. Additionally, Normal and Charged Attacks hits on opponents have a {{50%//50%//50%//50%//50%}} chance to trigger a vacuum blade that deals {{40%//55%//70%//85%//100%}} of ATK as DMG in a small AoE. This effect can occur no more than once every 2s."}, "zh" : {"name" : "\u5929\u7a7a\u4e4b\u810a", "passiveName" : "\u65ab\u65ad\u9ed1\u7ffc\u7684\u5229\u9f7f", "passiveDescription" : "\u66b4\u51fb\u7387\u63d0\u5347{{8%//10%//12%//14%//16%}}\uff0c\u666e\u901a\u653b\u51fb\u901f\u5ea6\u63d0\u5347{{12%//12%//12%//12%//12%}}\u3002\u6b64\u5916\uff0c\u666e\u901a\u653b\u51fb\u4e0e\u91cd\u51fb\u547d\u4e2d\u654c\u4eba\u65f6\uff0c\u6709{{50%//50%//50%//50%//50%}}\u6982\u7387\u89e6\u53d1\u771f\u7a7a\u5203\uff0c\u5728\u5c0f\u8303\u56f4\u5185\u9020\u6210\u989d\u5916{{40%//55%//70%//85%//100%}}\u653b\u51fb\u529b\u7684\u4f24\u5bb3\u3002\u8be5\u6548\u679c\u6bcf2\u79d2\u81f3\u591a\u89e6\u53d1\u4e00\u6b21\u3002"}}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "rarity": {"type": "integer"}, "weaponType": {"type": "string"}, "subStat": {"type": "string"}, "data": {"type": "object", "properties": {"en": {"type": "object", "properties": {"name": {"type": "string"}, "passiveName": {"type": "string"}, "passiveDescription": {"type": "string"}}, "required": ["name", "passiveName", "passiveDescription"]}, "zh": {"type": "object", "properties": {"name": {"type": "string"}, "passiveName": {"type": "string"}, "passiveDescription": {"type": "string"}}, "required": ["name", "passiveName", "passiveDescription"]}}, "required": ["en", "zh"]}}, "required": ["id", "type", "rarity", "weaponType", "subStat", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"label" : "Person", "normalizedVertices" : [{"x" : 0.28090099, "y" : 0.13262548}, {"x" : 0.63486373, "y" : 0.13262548}, {"x" : 0.63486373, "y" : 0.7581981}, {"x" : 0.28090099, "y" : 0.7581981}], "score" : 0.7543854}, {"label" : "Person", "normalizedVertices" : [{"x" : 0.09223529, "y" : 0.44070587}, {"x" : 0.35364705, "y" : 0.44070587}, {"x" : 0.35364705, "y" : 0.7534118}, {"x" : 0.09223529, "y" : 0.7534118}], "score" : 0.67444724}, {"label" : "Woman", "normalizedVertices" : [{"x" : 0.28090099, "y" : 0.13262548}, {"x" : 0.63486373, "y" : 0.13262548}, {"x" : 0.63486373, "y" : 0.7581981}, {"x" : 0.28090099, "y" : 0.7581981}], "score" : 0.6160161}, {"label" : "Animal", "normalizedVertices" : [{"x" : 0.497868, "y" : 0.5347575}, {"x" : 0.8661321, "y" : 0.5347575}, {"x" : 0.8661321, "y" : 0.7600661}, {"x" : 0.497868, "y" : 0.7600661}], "score" : 0.5347262}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "vending", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "id" : "node/897259095", "properties" : {"amenity" : "vending_machine", "vending" : "animal_food", "id" : "node/897259095"}, "geometry" : {"type" : "Point", "coordinates" : [8.3427023, 52.9722789]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "vending", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "d1921f95c32ba62d4fcb", "c" : {}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-118.439982, 34.186665], [-118.431249, 34.186667], [-118.431245, 34.179876], [-118.439978, 34.180503], [-118.439982, 34.186665]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 4431}}]}
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 a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", "number", "title", "BACKCOLOR", "FRONTCOLOR", "filemd5"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"templmd5" : "523d4615240572e66d3c9373d01f37cd", "number" : "148", "title" : "Consegne a domicilio #Biccari (FG)", "BACKCOLOR" : "cyan", "FRONTCOLOR" : "black", "filemd5" : "e182039723c7b7713b8907d68c6b188d"}
json_instruct
{"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", "number", "title", "BACKCOLOR", "FRONTCOLOR", "filemd5"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "sampleUrl": {"type": "string"}, "header": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "footer": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "template": {"type": "object", "properties": {"withCompare": {"type": "boolean"}, "withGenerator": {"type": "boolean"}}, "required": ["withCompare", "withGenerator"]}, "order": {"type": "array", "items": {"type": "string"}}, "apidoc": {"type": "string"}, "generator": {"type": "object", "properties": {"name": {"type": "string"}, "time": {"type": "string"}, "url": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "time", "url", "version"]}}, "required": ["name", "version", "description", "title", "url", "sampleUrl", "header", "footer", "template", "order", "apidoc", "generator"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Open Data", "version" : "0.1.0", "description" : "Realizing Open Data within Empirical Software Engineering: An Experience Report", "title" : "Open Data", "url" : "http://opendata.soccerlab.polymtl.ca:5001", "sampleUrl" : "http://opendata.soccerlab.polymtl.ca:5001", "header" : {"title" : "Overview"}, "footer" : {"title" : "Contact"}, "template" : {"withCompare" : true, "withGenerator" : true}, "order" : ["General", "Download"], "apidoc" : "0.2.0", "generator" : {"name" : "apidoc", "time" : "2017-01-07T23:25:46.912Z", "url" : "http://apidocjs.com", "version" : "0.16.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "sampleUrl": {"type": "string"}, "header": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "footer": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "template": {"type": "object", "properties": {"withCompare": {"type": "boolean"}, "withGenerator": {"type": "boolean"}}, "required": ["withCompare", "withGenerator"]}, "order": {"type": "array", "items": {"type": "string"}}, "apidoc": {"type": "string"}, "generator": {"type": "object", "properties": {"name": {"type": "string"}, "time": {"type": "string"}, "url": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "time", "url", "version"]}}, "required": ["name", "version", "description", "title", "url", "sampleUrl", "header", "footer", "template", "order", "apidoc", "generator"], "$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": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "411726107200", "text" : "\u8d4a\u6e7e\u6751\u59d4\u4f1a"}, {"id" : "411726107201", "text" : "\u6768\u5c97\u6751\u59d4\u4f1a"}, {"id" : "411726107202", "text" : "\u5218\u5c97\u6751\u59d4\u4f1a"}, {"id" : "411726107203", "text" : "\u9999\u574a\u674e\u6751\u59d4\u4f1a"}, {"id" : "411726107204", "text" : "\u8463\u5c97\u6751\u59d4\u4f1a"}, {"id" : "411726107205", "text" : "\u738b\u960e\u6751\u59d4\u4f1a"}, {"id" : "411726107208", "text" : "\u5173\u51af\u6751\u59d4\u4f1a"}, {"id" : "411726107211", "text" : "\u738b\u5e84\u6751\u59d4\u4f1a"}, {"id" : "411726107212", "text" : "\u67ff\u56ed\u6751\u59d4\u4f1a"}, {"id" : "411726107213", "text" : "\u5eb7\u5e84\u6751\u59d4\u4f1a"}, {"id" : "411726107214", "text" : "\u7530\u5e84\u6751\u59d4\u4f1a"}, {"id" : "411726107215", "text" : "\u5c0f\u5eb7\u5e84\u6751\u59d4\u4f1a"}, {"id" : "411726107216", "text" : "\u9a6c\u697c\u6751\u59d4\u4f1a"}, {"id" : "411726107217", "text" : "\u6728\u5e84\u6751\u59d4\u4f1a"}, {"id" : "411726107218", "text" : "\u591a\u5e84\u6751\u59d4\u4f1a"}, {"id" : "411726107219", "text" : "\u95eb\u5e84\u6751\u59d4\u4f1a"}]
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": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 19291, "citation_title" : "Roads and the Real Exchange Rate", "citation_author" : ["Qingyuan Du", "Shang-Jin Wei", "Peichu Xie"], "citation_publication_date" : "2013-08-09", "issue_date" : "2013-08-09", "revision_date" : "None", "topics" : ["International Economics", "International Finance", "International Macroeconomics"], "program" : ["International Finance and Macroeconomics", "International Trade and Investment"], "projects" : null, "working_groups" : null, "abstract" : "\n\nThis paper studies the effect of transport infrastructure on the real exchange rate (RER) and reaches two relatively strong conclusions. First, while the list of robust determinants of the RER is not long, transport infrastructure belongs to that list. Many other potential determinants proposed in the literature, such as net foreign asset position or terms of trade, turn out to be not robust. Second, in terms of economic significance, the infrastructure effect follows closely the well-known Balassa-Samuelson effect and is one of the most important explanatory variables for RER movements, especially in developing countries.\n\n", "acknowledgement" : "\nWe thank Charles Engel, Jeff Frankel, Yiping Huang, Andy Rose, Vivian Yue, and conference/seminar participants at the AEA San Diego Meetings, European Central Bank, Bank of Canada, Monetary Authority of Singapore, the Federal Reserve Board, Columbia University, University of Michigan, Georgetown University, University of Maryland, and National University of Singapore for helpful comments and Joy Glazener, Ellen Lin, and Nikhil Patel for editorial help. We are solely responsible for any possible errors in the paper. The views expressed herein are those of the authors and do not necessarily reflect the views of the National Bureau of Economic Research.\n\n\n"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "captcha-apihelp-param-captchaword": {"type": "string"}, "captcha-apihelp-param-captchaid": {"type": "string"}}, "required": ["@metadata", "captcha-apihelp-param-captchaword", "captcha-apihelp-param-captchaid"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["Mormegil"]}, "captcha-apihelp-param-captchaword" : "Odpov\u011b\u010f na CAPTCHA", "captcha-apihelp-param-captchaid" : "ID CAPTCHA z p\u0159edchoz\u00edho po\u017eadavku"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "captcha-apihelp-param-captchaword": {"type": "string"}, "captcha-apihelp-param-captchaid": {"type": "string"}}, "required": ["@metadata", "captcha-apihelp-param-captchaword", "captcha-apihelp-param-captchaid"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"domain": {"type": "string"}, "code": {"type": "string"}, "codevalue": {"type": "string"}, "link": {"type": "string"}, "sequence": {"type": "integer"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "val": {"type": "string"}}, "required": ["key", "val"]}}, "SequenceType": {"type": "integer"}, "id": {"type": "string"}, "cachettl": {"type": "integer"}}, "required": ["domain", "code", "codevalue", "link", "sequence", "attributes", "SequenceType", "id", "cachettl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"domain" : "LanguageCodes", "code" : "ce", "codevalue" : "Chechen", "link" : "", "sequence" : 0, "attributes" : [{"key" : "ISO639-2T", "val" : "che"}, {"key" : "ISO639-2B", "val" : "che"}, {"key" : "Language Family", "val" : "Northeast Caucasian"}], "SequenceType" : 0, "id" : "fd8f2073-b13b-4d56-bec2-1c0b2ffdc533", "cachettl" : 1}
json_instruct
{"type": "object", "properties": {"domain": {"type": "string"}, "code": {"type": "string"}, "codevalue": {"type": "string"}, "link": {"type": "string"}, "sequence": {"type": "integer"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "val": {"type": "string"}}, "required": ["key", "val"]}}, "SequenceType": {"type": "integer"}, "id": {"type": "string"}, "cachettl": {"type": "integer"}}, "required": ["domain", "code", "codevalue", "link", "sequence", "attributes", "SequenceType", "id", "cachettl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xdfc5dce1a27e6110107817a352ebe4dd9dc6b157", "tool" : "manticore", "start" : 1563859021.9802423, "end" : 1563860823.8326087, "duration" : 1801.8523664474487, "analysis" : [[]]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"station" : [{"pref_cd" : 21, "line_cd" : 11416, "line_name" : "JR\u9ad8\u5c71\u672c\u7dda", "station_cd" : 1141630, "station_g_cd" : 1141630, "station_name" : "\u6749\u5d0e", "lon" : 137.168638, "lat" : 36.250003}]}
json_instruct
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$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"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"skyisboss/prfox-core": {"type": "string"}}, "required": ["skyisboss/prfox-core"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"App\\": {"type": "string"}}, "required": ["App\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "skyisboss/prfox", "description" : "Prfox PHP-Framework", "authors" : [{"name" : "skyisboss", "email" : "[email protected]"}], "require" : {"skyisboss/prfox-core" : "dev-master"}, "autoload" : {"psr-4" : {"App\\" : "app/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"skyisboss/prfox-core": {"type": "string"}}, "required": ["skyisboss/prfox-core"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"App\\": {"type": "string"}}, "required": ["App\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "string"}}, "required": ["offset", "type", "id", "entity"]}}, "topics": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "id": {"type": "integer"}}, "required": ["topic", "id"]}}, "tweet_id": {"type": "string"}}, "required": ["content", "entities", "topics", "tweet_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"content" : "Like he gives a shit about the elderly. The crap my nan went through in her last couple of years.... Fuck off Dave. #BattleForNumber10", "entities" : [{"offset" : 110, "type" : "ne", "id" : 2, "entity" : "dave"}, {"offset" : 31, "type" : "topic keyword", "id" : 3, "entity" : "elderly"}], "topics" : [{"topic" : "nhs", "id" : 1}], "tweet_id" : "581206226551349250"}
json_instruct
{"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "string"}}, "required": ["offset", "type", "id", "entity"]}}, "topics": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "id": {"type": "integer"}}, "required": ["topic", "id"]}}, "tweet_id": {"type": "string"}}, "required": ["content", "entities", "topics", "tweet_id"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"mymaple": {"type": "string"}}, "required": ["mymaple"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "vendored_frameworks": {"type": "array", "items": {"type": "string"}}, "source_files": {"type": "array", "items": {"type": "string"}}, "resources": {"type": "string"}, "frameworks": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "vendored_frameworks", "source_files", "resources", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "MMP_SDKTEST2", "version" : "1.1.1", "summary" : "\u7528\u4e8epod FaceID MegviiStill\u6d3b\u4f53\u9a8c\u8bc1 SDK", "description" : "SDK\u7248\u672c MegLiveStill 3.3.3I[\u5f53\u524d\u9700\u8981\u8054\u7f51\u6388\u6743]\n\u6a21\u578b\u8bf4\u660e\uff1a\u6a21\u578b\u540d\u79f0\u5206\u522b\u4e3aMeg_Face_Landmark,Meg_Face_Rect,Meg_Live\u3002\u6a21\u578b\u662fSDK\u7684\u6838\u5fc3\u7ec4\u4ef6\uff0c\u5728MGFaceIDLiveCustomDetect.bundle\u4e2d\u3002\nSDK\u8bf4\u660e\uff1aSDK\u652f\u6301\u7684\u7cfb\u7edf\u6700\u4f4e\u8981\u6c42\u662fiOS 8.0\uff0c\u53ea\u652f\u6301\u771f\u673a\u67b6\u6784(arm64\u548carmv7)\uff0c\u4e0d\u652f\u6301\u6a21\u62df\u5668\u67b6\u6784(x86_64\u548ci386)\u3002", "homepage" : "https://github.com/mymaple/MMP_SDKTEST2", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"mymaple" : "[email protected]"}, "platforms" : {"ios" : "10.0"}, "source" : {"git" : "https://github.com/mymaple/MMP_SDKTEST2.git", "tag" : "1.1.1"}, "vendored_frameworks" : ["sdk/framework/MGFaceIDIDCardKit.framework", "sdk/framework/MGFaceIDIDCardKernelKit.framework", "sdk/framework/MGFaceIDBaseKit.framework"], "source_files" : ["sdk/framework/MGFaceIDIDCardKit.framework/Headers/**/*.h", "sdk/framework/MGFaceIDIDCardKernelKit.framework/Headers/**/*.h", "sdk/framework/MGFaceIDBaseKit.framework/Headers/**/*.h"], "resources" : "sdk/resource/*", "frameworks" : ["AVFoundation", "CoreMotion", "CoreMedia", "SystemConfiguration"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"mymaple": {"type": "string"}}, "required": ["mymaple"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "vendored_frameworks": {"type": "array", "items": {"type": "string"}}, "source_files": {"type": "array", "items": {"type": "string"}}, "resources": {"type": "string"}, "frameworks": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "vendored_frameworks", "source_files", "resources", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"groups": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}, "hints": {"type": "array", "items": {}}}, "required": ["groups", "properties", "hints"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"groups" : [{"name" : "chengine", "type" : "io.chengine.springframework.boot.autoconfigure.ChengineAutoConfiguration"}], "properties" : [{"name" : "chengine.telegram.token", "type" : "java.lang.String", "description" : "Put telegram bot token here"}, {"name" : "chengine.telegram.username", "type" : "java.lang.String", "description" : "Put telegram bot username here"}], "hints" : []}
json_instruct
{"type": "object", "properties": {"groups": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}, "hints": {"type": "array", "items": {}}}, "required": ["groups", "properties", "hints"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"target": {"type": "string"}, "sourcedb": {"type": "string"}, "sourceid": {"type": "string"}, "text": {"type": "string"}, "typesettings": {"type": "array", "items": {}}, "project": {"type": "string"}, "denotations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "span": {"type": "object", "properties": {"begin": {"type": "integer"}, "end": {"type": "integer"}}, "required": ["begin", "end"]}, "obj": {"type": "string"}}, "required": ["id", "span", "obj"]}}}, "required": ["target", "sourcedb", "sourceid", "text", "typesettings", "project", "denotations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"target" : "http://pubannotation.org/docs/sourcedb/PubMed@pruas_18/sourceid/32520291_pt", "sourcedb" : "PubMed@pruas_18", "sourceid" : "32520291_pt", "text" : "Este artigo possui o objetivo de realizar uma reflex\u00e3o te\u00f3rica sobre os fundamentos hist\u00f3rico-sociais da pandemia de COVID-19. A partir da matriz te\u00f3rica materialista hist\u00f3rica, evoca-se as categorias da \u201cmundializa\u00e7\u00e3o do capital\u201d, \u201ccapital-imperialismo\u201d, \u201ccompress\u00e3o espa\u00e7o-tempo\u201d e \u201ccrise estrutural do capital\u201d tra\u00e7ando um percurso que ultrapassa os limites das Ci\u00eancias da Sa\u00fade a fim de entender a sa\u00fade global, da qual a pandemia de COVID-19 \u00e9 express\u00e3o. Posteriormente, faz-se o retorno ao campo da sa\u00fade, quando a categoria da \u201cdetermina\u00e7\u00e3o social da sa\u00fade\u201d permite elucidar as bases da pandemia estudada. Demonstra-se que, para al\u00e9m das caracter\u00edsticas pr\u00f3prias do SARS-CoV-2 ou da din\u00e2mica de r\u00e1pido tr\u00e2nsito de pessoas e objetos pelo mundo, h\u00e1 outros elementos t\u00edpicos da atual fase do capitalismo contempor\u00e2neo que se tornaram universais, unificando o processo de determina\u00e7\u00e3o social da sa\u00fade.", "typesettings" : [], "project" : "PT_NER_NEL_mabarros", "denotations" : [{"id" : "T9", "span" : {"begin" : 117, "end" : 125}, "obj" : "MESH:D018352"}, {"id" : "T1", "span" : {"begin" : 377, "end" : 382}, "obj" : "MESH:D006262"}, {"id" : "T2", "span" : {"begin" : 403, "end" : 408}, "obj" : "MESH:D006262"}, {"id" : "T10", "span" : {"begin" : 439, "end" : 447}, "obj" : "MESH:D018352"}, {"id" : "T3", "span" : {"begin" : 506, "end" : 511}, "obj" : "MESH:D006262"}, {"id" : "T4", "span" : {"begin" : 559, "end" : 564}, "obj" : "MESH:D006262"}, {"id" : "T5", "span" : {"begin" : 722, "end" : 729}, "obj" : "MESH:D009272"}, {"id" : "T6", "span" : {"begin" : 762, "end" : 771}, "obj" : "MESH:D004602"}, {"id" : "T7", "span" : {"begin" : 797, "end" : 808}, "obj" : "MESH:D030861"}, {"id" : "T8", "span" : {"begin" : 899, "end" : 904}, "obj" : "MESH:D006262"}]}
json_instruct
{"type": "object", "properties": {"target": {"type": "string"}, "sourcedb": {"type": "string"}, "sourceid": {"type": "string"}, "text": {"type": "string"}, "typesettings": {"type": "array", "items": {}}, "project": {"type": "string"}, "denotations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "span": {"type": "object", "properties": {"begin": {"type": "integer"}, "end": {"type": "integer"}}, "required": ["begin", "end"]}, "obj": {"type": "string"}}, "required": ["id", "span", "obj"]}}}, "required": ["target", "sourcedb", "sourceid", "text", "typesettings", "project", "denotations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "originalSize": {"type": "array", "items": {"type": "integer"}}, "capInsets": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "texture", "rect", "offset", "originalSize", "capInsets"]}}, "required": ["__type__", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"__type__" : "cc.SpriteFrame", "content" : {"name" : "1412_1_side", "texture" : "33fU741ftPJoirTD7jiUMb", "rect" : [0, 0, 234, 65], "offset" : [0, 0], "originalSize" : [234, 65], "capInsets" : [0, 0, 0, 0]}}
json_instruct
{"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "originalSize": {"type": "array", "items": {"type": "integer"}}, "capInsets": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "texture", "rect", "offset", "originalSize", "capInsets"]}}, "required": ["__type__", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "category": {"type": "string"}, "sortnum": {"type": "integer"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "entity": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "entity", "text"]}}}, "required": ["name", "icon", "category", "sortnum", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Rocket", "icon" : "astromine:rocket", "category" : "astronautics", "sortnum" : 2, "pages" : [{"type" : "entity", "entity" : "astromine:primitive_rocket", "text" : "A $(thing)Rocket$() will get you to space, but it won't be coming back, when provided with $(thing)Oxygen$() and $(thing)Kerosene$()."}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "category": {"type": "string"}, "sortnum": {"type": "integer"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "entity": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "entity", "text"]}}}, "required": ["name", "icon", "category", "sortnum", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"isPromise": {"type": "boolean"}, "volume": {"type": "string"}, "args": {"type": "array", "items": {"type": "object", "properties": {"pattern": {"type": "string"}, "maxResults": {"type": "integer"}, "lang": {"type": "string"}, "reTipCat": {"type": "object", "properties": {}, "required": []}, "root": {"type": "string"}, "patPrimary": {"type": "string"}}, "required": ["pattern", "maxResults", "lang", "reTipCat", "root", "patPrimary"]}}, "value": {"type": "array", "items": {"type": "string"}}}, "required": ["isPromise", "volume", "args", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"isPromise" : true, "volume" : "Seeker.slowGrep", "args" : [{"pattern" : "\\ban oil lamp depended on oil", "maxResults" : 1000, "lang" : "en", "reTipCat" : {}, "root" : "local/ebt-data", "patPrimary" : "/sutta/"}], "value" : ["translation/en/sujato/sutta/sn/sn12/sn12.54_translation-en-sujato.json:2", "translation/en/sujato/sutta/sn/sn12/sn12.53_translation-en-sujato.json:2", "translation/en/sujato/sutta/sn/sn54/sn54.8_translation-en-sujato.json:1", "translation/en/sujato/sutta/sn/sn36/sn36.8_translation-en-sujato.json:1", "translation/en/sujato/sutta/sn/sn36/sn36.7_translation-en-sujato.json:1", "translation/en/sujato/sutta/sn/sn22/sn22.88_translation-en-sujato.json:1", "translation/en/sujato/sutta/mn/mn140_translation-en-sujato.json:1"]}
json_instruct
{"type": "object", "properties": {"isPromise": {"type": "boolean"}, "volume": {"type": "string"}, "args": {"type": "array", "items": {"type": "object", "properties": {"pattern": {"type": "string"}, "maxResults": {"type": "integer"}, "lang": {"type": "string"}, "reTipCat": {"type": "object", "properties": {}, "required": []}, "root": {"type": "string"}, "patPrimary": {"type": "string"}}, "required": ["pattern", "maxResults", "lang", "reTipCat", "root", "patPrimary"]}}, "value": {"type": "array", "items": {"type": "string"}}}, "required": ["isPromise", "volume", "args", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : "Hotswap.finance", "symbol" : "HOTSWAP", "address" : "0xFA99e04239Ed8CF4718Fbe83D9aC27b4A01d35D7", "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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "achievementgroup": {"type": "string"}, "ishidden": {"type": "boolean"}, "sortorder": {"type": "integer"}, "stages": {"type": "integer"}, "stage1": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "progress": {"type": "integer"}, "reward": {"type": "object", "properties": {"name": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "count"]}}, "required": ["title", "description", "progress", "reward"]}}, "required": ["name", "achievementgroup", "ishidden", "sortorder", "stages", "stage1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Hidangan untuk Dua Orang", "achievementgroup" : "Keajaiban Dunia", "ishidden" : true, "sortorder" : 4056, "stages" : 1, "stage1" : {"title" : "Hidangan untuk Dua Orang", "description" : "Bantu Xudong dan Kamei Munehisa memasak satu hidangan.", "progress" : 1, "reward" : {"name" : "Primogem", "count" : 5}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "achievementgroup": {"type": "string"}, "ishidden": {"type": "boolean"}, "sortorder": {"type": "integer"}, "stages": {"type": "integer"}, "stage1": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "progress": {"type": "integer"}, "reward": {"type": "object", "properties": {"name": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "count"]}}, "required": ["title", "description", "progress", "reward"]}}, "required": ["name", "achievementgroup", "ishidden", "sortorder", "stages", "stage1"], "$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"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "string"}, "experience": {"type": "integer"}, "cookingtime": {"type": "integer"}}, "required": ["type", "ingredient", "result", "experience", "cookingtime"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "smelting", "ingredient" : {"item" : "minecraft:spawner"}, "result" : "minecraft:spawner", "experience" : 0, "cookingtime" : 16}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "string"}, "experience": {"type": "integer"}, "cookingtime": {"type": "integer"}}, "required": ["type", "ingredient", "result", "experience", "cookingtime"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "3": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "4": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "5": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "6": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1", "2", "3", "4", "5", "6"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : {"0" : {"m1" : "\u06af\u0631 \u0645\u0631\u0627 \u062f\u0644 \u0646\u0648\u0627\u0632 \u0628\u0646\u0648\u0627\u0632\u062f", "m2" : "\u0631\u0627\u06cc\u062a\u0650 \u062f\u0648\u0644\u062a\u0645 \u0628\u0631\u0627\u0641\u0631\u0627\u0632\u062f"}, "1" : {"m1" : "\u062e\u0648\u062f \u062f\u06af\u0631 \u0628\u0627\u0631 \u0627\u0632 \u0622\u0646 \u0647\u0645\u06cc \u062a\u0631\u0633\u0645", "m2" : "\u06a9\u0647 \u0628\u0647 \u062f\u06cc\u062f\u0627\u0631 \u0645\u0627 \u0646\u067e\u0631\u062f\u0627\u0632\u062f"}, "2" : {"m1" : "\u0631\u0627\u0633\u062a\u06cc \u0631\u0627 \u0628\u0631 \u0622\u0641\u062a\u0627\u0628\u0650 \u0633\u067e\u0647\u0631", "m2" : "\u0631\u0633\u062f\u0634 \u06af\u0631 \u0628\u0647 \u062d\u0633\u0646 \u0645\u06cc \u0646\u0627\u0632\u062f"}, "3" : {"m1" : "\u0645\u0647\u0631\u06c0 \u0645\u0647\u0631 \u0628\u0631 \u0628\u0633\u0627\u0637\u0650 \u0646\u0634\u0627\u0637", "m2" : "\u0646\u06cc\u0633\u062a \u0645\u0645\u06a9\u0646 \u06a9\u0647 \u06a9\u0633 \u0686\u0648 \u0627\u0648 \u0628\u0627\u0632\u062f"}, "4" : {"m1" : "\u0644\u06cc\u06a9 \u06cc\u06a9 \u0639\u0627\u062f\u062a\u0650 \u062f\u06af\u0631 \u062f\u0627\u0631\u062f", "m2" : "\u0647\u0645\u0647 \u0628\u0627 \u0631\u0627\u06cc\u0650 \u062e\u0648\u06cc\u0634\u062a\u0646 \u0633\u0627\u0632\u062f"}, "5" : {"m1" : "\u0639\u0627\u0634\u0642\u0627\u0646 \u0631\u0627 \u0632 \u062e\u0648\u06cc\u0634 \u0628\u0633\u062a\u0627\u0646\u062f", "m2" : "\u062e\u0627\u0646 \u0648 \u0645\u0627\u0646 \u0634\u0627\u0646 \u0628\u0647 \u06a9\u0644 \u0628\u0631\u0627\u0646\u062f\u0627\u0632\u062f"}, "6" : {"m1" : "\u062f\u0648\u0633\u062a\u0627\u0646 \u0631\u0627 \u0628\u0631 \u0622\u062a\u0634\u0650 \u0647\u062c\u0631\u0627\u0646", "m2" : "\u0686\u0648\u0646 \u0646\u0632\u0627\u0631\u06cc\u0650 \u0632\u0627\u0631 \u0628\u06af\u062f\u0627\u0632\u062f"}}}
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "3": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "4": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "5": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "6": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1", "2", "3", "4", "5", "6"]}}, "required": ["text"], "$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"}}, "image": {"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", "image", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["In a large microwave proof dish with a cover, place chicken and add water. Microwave on HIGH (full power) for 10 minutes. Turn chicken over and continue to microwave on HIGH for an additional 10 minutes. Let chicken cool slightly. Remove skin and discard. Remove all meat from bones. Chop chicken meat into bite size pieces and set aside.", "In a heavy cooking pot heat butter/margarine. Saute onions until translucent. Add green and red bell peppers and saute for 3 minutes. Mash tomatoes and add to cooking pot with can liquids, salt and pepper. Cover and let simmer over low heat for 10 minutes. Add chopped chicken and let simmer for another 10 minutes.", "To Prepare Mixture For Serving: Fill 8 microwave proof soup bowls to within 1/2 inch of top with cooked chicken mixture. Place 1slice Swiss cheese on top of each bowl. Cook each bowl uncovered on HIGH (full power) for 3 minutes or until cheese melts. Serve immediately."], "image" : "https://www.allrecipes.com/img/misc/og-default.png", "ingredients" : ["1 (3 pound) whole chicken", "\u00bc cup water", "\u00bc cup butter", "2 onions, thinly sliced", "2 green bell pepper, thinly sliced", "2 large red bell peppers, seeded and diced", "1 (14.5 ounce) can whole peeled tomatoes", "\u00bd teaspoon salt", "\u00bc teaspoon ground black pepper", "8 slices Swiss cheese"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Shir-Will Chicken Delight", "url" : "http://allrecipes.com/recipe/8982/shir-will-chicken-delight/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"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", "image", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"name": {"type": "string"}, "inputPaths": {"type": "array", "items": {"type": "string"}}, "outputDir": {"type": "string"}, "args": {"type": "object", "properties": {"isLazy": {"type": "boolean"}, "operations": {"type": "array", "items": {"type": "object", "properties": {"outputPath": {"type": "string"}, "args": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}, "cropFocus": {"type": "integer"}, "toFormat": {"type": "string"}, "fit": {"type": "string"}}, "required": ["height", "width", "cropFocus", "toFormat", "fit"]}}, "required": ["outputPath", "args"]}}, "pluginOptions": {"type": "object", "properties": {"base64Width": {"type": "integer"}, "forceBase64Format": {"type": "string"}, "useMozJpeg": {"type": "boolean"}, "stripMetadata": {"type": "boolean"}, "lazyImageGeneration": {"type": "boolean"}, "defaultQuality": {"type": "integer"}, "failOnError": {"type": "boolean"}, "plugins": {"type": "array", "items": {}}}, "required": ["base64Width", "forceBase64Format", "useMozJpeg", "stripMetadata", "lazyImageGeneration", "defaultQuality", "failOnError", "plugins"]}}, "required": ["isLazy", "operations", "pluginOptions"]}}, "required": ["name", "inputPaths", "outputDir", "args"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200894520742000, "key" : "eea15a069ab45a76830df1b0ef57ed24", "val" : {"name" : "IMAGE_PROCESSING", "inputPaths" : ["/Users/nerdlogicdesigns/clients/CypressMissions/src/images/joinus2.jpg"], "outputDir" : "/Users/nerdlogicdesigns/clients/CypressMissions/public/static/6e6d55cb9335ec46d6850dde7eb93767", "args" : {"isLazy" : false, "operations" : [{"outputPath" : "57584/joinus2.webp", "args" : {"height" : 500, "width" : 750, "cropFocus" : 17, "toFormat" : "webp", "fit" : "cover"}}, {"outputPath" : "984df/joinus2.webp", "args" : {"height" : 720, "width" : 1080, "cropFocus" : 17, "toFormat" : "webp", "fit" : "cover"}}, {"outputPath" : "4a276/joinus2.webp", "args" : {"height" : 911, "width" : 1366, "cropFocus" : 17, "toFormat" : "webp", "fit" : "cover"}}, {"outputPath" : "9c00f/joinus2.webp", "args" : {"height" : 1280, "width" : 1920, "cropFocus" : 17, "toFormat" : "webp", "fit" : "cover"}}], "pluginOptions" : {"base64Width" : 20, "forceBase64Format" : "", "useMozJpeg" : false, "stripMetadata" : true, "lazyImageGeneration" : true, "defaultQuality" : 50, "failOnError" : true, "plugins" : []}}}}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"name": {"type": "string"}, "inputPaths": {"type": "array", "items": {"type": "string"}}, "outputDir": {"type": "string"}, "args": {"type": "object", "properties": {"isLazy": {"type": "boolean"}, "operations": {"type": "array", "items": {"type": "object", "properties": {"outputPath": {"type": "string"}, "args": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}, "cropFocus": {"type": "integer"}, "toFormat": {"type": "string"}, "fit": {"type": "string"}}, "required": ["height", "width", "cropFocus", "toFormat", "fit"]}}, "required": ["outputPath", "args"]}}, "pluginOptions": {"type": "object", "properties": {"base64Width": {"type": "integer"}, "forceBase64Format": {"type": "string"}, "useMozJpeg": {"type": "boolean"}, "stripMetadata": {"type": "boolean"}, "lazyImageGeneration": {"type": "boolean"}, "defaultQuality": {"type": "integer"}, "failOnError": {"type": "boolean"}, "plugins": {"type": "array", "items": {}}}, "required": ["base64Width", "forceBase64Format", "useMozJpeg", "stripMetadata", "lazyImageGeneration", "defaultQuality", "failOnError", "plugins"]}}, "required": ["isLazy", "operations", "pluginOptions"]}}, "required": ["name", "inputPaths", "outputDir", "args"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101832171, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "da37e3258ef8d92ccd9cc8e7048f3c77", "wof:id" : 101832171, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [-2.61475, 36.76419, -2.61475, 36.76419], "geometry" : {"coordinates" : [-2.61475, 36.76419], "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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ngx-infinite-scroll": {"type": "string"}}, "required": ["ngx-infinite-scroll"]}, "peerDependencies": {"type": "object", "properties": {"@angular/cdk": {"type": "string"}, "@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "required": ["@angular/cdk", "@angular/common", "@angular/core"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}}, "required": ["registry"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "author", "license", "dependencies", "peerDependencies", "repository", "publishConfig", "bugs", "homepage", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ng-select2-component", "version" : "8.0.2", "description" : "An Angular select2 component.", "author" : "York Yao, C\u00e9lian Veyssi\u00e8re", "license" : "MIT", "dependencies" : {"ngx-infinite-scroll" : "10.0.1"}, "peerDependencies" : {"@angular/cdk" : ">=10.0.0", "@angular/common" : ">=10.0.0", "@angular/core" : ">=10.0.0"}, "repository" : {"type" : "git", "url" : "git+https://github.com/Harvest-Dev/ng-select2.git"}, "publishConfig" : {"registry" : "https://registry.npmjs.org"}, "bugs" : {"url" : "https://github.com/Harvest-Dev/ng-select2/issues"}, "homepage" : "https://github.com/Harvest-Dev/ng-select2#readme", "keywords" : ["typescript", "angular", "select2"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ngx-infinite-scroll": {"type": "string"}}, "required": ["ngx-infinite-scroll"]}, "peerDependencies": {"type": "object", "properties": {"@angular/cdk": {"type": "string"}, "@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "required": ["@angular/cdk", "@angular/common", "@angular/core"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}}, "required": ["registry"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "author", "license", "dependencies", "peerDependencies", "repository", "publishConfig", "bugs", "homepage", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[80, 23], [83, 12], [89, 21], [17, 66], [26, 45], [46, 29], [0, 60], [35, 60], [55, 52], [57, 65], [44, 73], [26, 79], [90, 68]]}
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build-tests": {"type": "string"}, "prepublish": {"type": "string"}, "watch-test": {"type": "string"}, "test-ci": {"type": "string"}}, "required": ["test", "build-tests", "prepublish", "watch-test", "test-ci"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "chai-spies": {"type": "string"}, "istanbul": {"type": "string"}, "mocha": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}, "@types/mocha": {"type": "string"}, "@types/node": {"type": "string"}}, "required": ["chai", "chai-spies", "istanbul", "mocha", "ts-node", "typescript", "@types/mocha", "@types/node"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "types", "scripts", "devDependencies", "keywords", "repository", "bugs", "homepage", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "config-process", "version" : "0.0.2", "description" : "Simple light ts config lib with getters support", "main" : "src/index.js", "types" : "src/index.d.ts", "scripts" : {"test" : "mocha -r ts-node/register test/**/*.ts --recursive --reporter spec", "build-tests" : "tsc -p ./test/tsconfig.json ", "prepublish" : "tsc", "watch-test" : "mocha -r ts-node/register test/**/*.ts --watch --watch-extensions ts --recursive --reporter spec", "test-ci" : "istanbul cover ./node_modules/mocha/bin/_mocha -r ts-node/register test/**/*.ts --report lcovonly -- -R spec && cat ./coverage/lcov.info"}, "devDependencies" : {"chai" : "^4.1.2", "chai-spies" : "^1.0.0", "istanbul" : "0.4.5", "mocha" : "^5.1.1", "ts-node" : "^7.0.1", "typescript" : "^3.1.4", "@types/mocha" : "^5.2.5", "@types/node" : "^10.5.4"}, "keywords" : ["config", "ts config", "simple config", "typed config"], "repository" : {"type" : "git", "url" : "https://github.com/hisco/config-process.git"}, "bugs" : {"url" : "https://github.com/hisco/config-process/issues"}, "homepage" : "https://github.com/hisco", "author" : "Eyald <[email protected]\u202c>", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build-tests": {"type": "string"}, "prepublish": {"type": "string"}, "watch-test": {"type": "string"}, "test-ci": {"type": "string"}}, "required": ["test", "build-tests", "prepublish", "watch-test", "test-ci"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "chai-spies": {"type": "string"}, "istanbul": {"type": "string"}, "mocha": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}, "@types/mocha": {"type": "string"}, "@types/node": {"type": "string"}}, "required": ["chai", "chai-spies", "istanbul", "mocha", "ts-node", "typescript", "@types/mocha", "@types/node"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "types", "scripts", "devDependencies", "keywords", "repository", "bugs", "homepage", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "4cda4bd5d830b7e710d3153dc3002eed0527c362"}
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": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"users" : 4, "id" : "IN-DN"}, {"users" : 6, "id" : "IN-AN"}, {"users" : 1166, "id" : "IN-AP"}, {"users" : 35, "id" : "IN-AR"}, {"users" : 1047, "id" : "IN-AS"}, {"users" : 1395, "id" : "IN-BR"}, {"users" : 4795, "id" : "IN-CH"}, {"users" : 519, "id" : "IN-CT"}, {"users" : 35346, "id" : "IN-DL"}, {"users" : 0, "id" : "IN-DNDD"}, {"users" : 1459, "id" : "IN-GA"}, {"users" : 6152, "id" : "IN-GJ"}, {"users" : 584, "id" : "IN-HP"}, {"users" : 2547, "id" : "IN-HR"}, {"users" : 884, "id" : "IN-JH"}, {"users" : 19, "id" : "IN-LK"}, {"users" : 4681, "id" : "IN-KA"}, {"users" : 5967, "id" : "IN-KL"}, {"users" : 2, "id" : "IN-LD"}, {"users" : 7085, "id" : "IN-MH"}, {"users" : 70, "id" : "IN-ML"}, {"users" : 85, "id" : "IN-MN"}, {"users" : 1117, "id" : "IN-MP"}, {"users" : 49, "id" : "IN-MZ"}, {"users" : 33, "id" : "IN-NL"}, {"users" : 1511, "id" : "IN-OR"}, {"users" : 4156, "id" : "IN-PB"}, {"users" : 323, "id" : "IN-PY"}, {"users" : 3342, "id" : "IN-RJ"}, {"users" : 132, "id" : "IN-SK"}, {"users" : 1501, "id" : "IN-TG"}, {"users" : 2661, "id" : "IN-TN"}, {"users" : 126, "id" : "IN-TR"}, {"users" : 2537, "id" : "IN-UP"}, {"users" : 696, "id" : "IN-UT"}, {"users" : 2970, "id" : "IN-WB"}, {"users" : 217, "id" : "IN-JK"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}, "pages": {"type": "object", "properties": {"45256217": {"type": "object", "properties": {"pageid": {"type": "integer"}, "ns": {"type": "integer"}, "title": {"type": "string"}, "pageprops": {"type": "object", "properties": {"defaultsort": {"type": "string"}, "page_image_free": {"type": "string"}, "wikibase-badge-Q17437798": {"type": "string"}, "wikibase-shortdesc": {"type": "string"}, "wikibase_item": {"type": "string"}}, "required": ["defaultsort", "page_image_free", "wikibase-badge-Q17437798", "wikibase-shortdesc", "wikibase_item"]}}, "required": ["pageid", "ns", "title", "pageprops"]}}, "required": ["45256217"]}}, "required": ["normalized", "pages"]}}, "required": ["batchcomplete", "query"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"batchcomplete" : "", "query" : {"normalized" : [{"from" : "Mark\u00e9ta_Vondrou\u0161ov\u00e1", "to" : "Mark\u00e9ta Vondrou\u0161ov\u00e1"}], "pages" : {"45256217" : {"pageid" : 45256217, "ns" : 0, "title" : "Mark\u00e9ta Vondrou\u0161ov\u00e1", "pageprops" : {"defaultsort" : "Vondrousova, Marketa", "page_image_free" : "Vondrousova_RG19_(26)_(48199070187).jpg", "wikibase-badge-Q17437798" : "1", "wikibase-shortdesc" : "Czech tennis player", "wikibase_item" : "Q18918709"}}}}}
json_instruct
{"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}, "pages": {"type": "object", "properties": {"45256217": {"type": "object", "properties": {"pageid": {"type": "integer"}, "ns": {"type": "integer"}, "title": {"type": "string"}, "pageprops": {"type": "object", "properties": {"defaultsort": {"type": "string"}, "page_image_free": {"type": "string"}, "wikibase-badge-Q17437798": {"type": "string"}, "wikibase-shortdesc": {"type": "string"}, "wikibase_item": {"type": "string"}}, "required": ["defaultsort", "page_image_free", "wikibase-badge-Q17437798", "wikibase-shortdesc", "wikibase_item"]}}, "required": ["pageid", "ns", "title", "pageprops"]}}, "required": ["45256217"]}}, "required": ["normalized", "pages"]}}, "required": ["batchcomplete", "query"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "description", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nft" : {"id" : " 255", "description" : "", "image" : "https://www.arweave.net/Ow1nfUhcy4BVVzWiA4zGIVoUPyAOyVahbHLORw6OIcU?ext=png", "attributes" : [{"trait_type" : "Background", "value" : "Light Blue"}, {"trait_type" : "Skins", "value" : "Red"}, {"trait_type" : "Beak", "value" : "Dark Blue"}, {"trait_type" : "Eyes", "value" : "Dot Eyes"}, {"trait_type" : "Head", "value" : "Droid"}, {"trait_type" : "Mouth", "value" : "Pipe"}, {"trait_type" : "Body", "value" : "Striped Shirt"}, {"trait_type" : "Neck", "value" : "Collar"}, {"trait_type" : "Ear", "value" : "None"}, {"trait_type" : "Back", "value" : "None"}, {"trait_type" : "Trait Count", "value" : "10"}]}, "attributeRarities" : [{"trait_type" : "Background", "value" : "Light Blue", "count" : 271, "ratio" : 0.271, "ratioScore" : 3.6900369003690034}, {"trait_type" : "Skins", "value" : "Red", "count" : 141, "ratio" : 0.141, "ratioScore" : 7.092198581560284}, {"trait_type" : "Beak", "value" : "Dark Blue", "count" : 93, "ratio" : 0.093, "ratioScore" : 10.75268817204301}, {"trait_type" : "Eyes", "value" : "Dot Eyes", "count" : 262, "ratio" : 0.262, "ratioScore" : 3.8167938931297707}, {"trait_type" : "Head", "value" : "Droid", "count" : 25, "ratio" : 0.025, "ratioScore" : 40}, {"trait_type" : "Mouth", "value" : "Pipe", "count" : 147, "ratio" : 0.147, "ratioScore" : 6.802721088435375}, {"trait_type" : "Body", "value" : "Striped Shirt", "count" : 205, "ratio" : 0.205, "ratioScore" : 4.878048780487805}, {"trait_type" : "Neck", "value" : "Collar", "count" : 197, "ratio" : 0.197, "ratioScore" : 5.0761421319796955}, {"trait_type" : "Ear", "value" : "None", "count" : 901, "ratio" : 0.901, "ratioScore" : 1.1098779134295227}, {"trait_type" : "Back", "value" : "None", "count" : 990, "ratio" : 0.99, "ratioScore" : 1.0101010101010102}, {"trait_type" : "Trait Count", "value" : "10", "count" : 1000, "ratio" : 1, "ratioScore" : 1}], "rarityScore" : 85.22860847153548, "rank" : 122}
json_instruct
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "description", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inputs" : [["1", "2", "4 5 2 3 4", "2 1 6"]], "outputs" : [["8"]]}
json_instruct
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["inputs", "outputs"], "$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": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["set"]}}, "front": {"type": "object", "properties": {"title": {"type": "string"}, "imageUrl": {"type": "string"}, "type": {"type": "string"}, "subType": {"type": "string"}, "uniqueness": {"type": "string"}, "destiny": {"type": "string"}, "gametext": {"type": "string"}, "lore": {"type": "string"}}, "required": ["title", "imageUrl", "type", "subType", "uniqueness", "destiny", "gametext", "lore"]}, "combo": {"type": "array", "items": {"type": "string"}}, "cancels": {"type": "array", "items": {"type": "string"}}, "legacy": {"type": "boolean"}}, "required": ["id", "gempId", "side", "rarity", "set", "printings", "front", "combo", "cancels", "legacy"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 2885, "gempId" : "8_155", "side" : "Dark", "rarity" : "R", "set" : "8", "printings" : [{"set" : "8"}], "front" : {"title" : "\u2022You Rebel Scum", "imageUrl" : "https://res.starwarsccg.org/cards/Endor-Dark/large/yourebelscum.gif", "type" : "Interrupt", "subType" : "Lost", "uniqueness" : "*", "destiny" : "4", "gametext" : "For remainder of turn, cancel game text of one Rebel present with two stormtroopers. OR During your control phase, cancel game text of one non-unique Rebel for remainder of turn.", "lore" : "Imperial troops treat members of the Rebellion with disdain, showing little respect for their combat skills."}, "combo" : ["Your Rebel Scum + Lieutenant Renz"], "cancels" : ["Game text of one Rebel present with two stormtroopers", "Cancel game text of one non-unique Rebel for remainder of turn"], "legacy" : false}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["set"]}}, "front": {"type": "object", "properties": {"title": {"type": "string"}, "imageUrl": {"type": "string"}, "type": {"type": "string"}, "subType": {"type": "string"}, "uniqueness": {"type": "string"}, "destiny": {"type": "string"}, "gametext": {"type": "string"}, "lore": {"type": "string"}}, "required": ["title", "imageUrl", "type", "subType", "uniqueness", "destiny", "gametext", "lore"]}, "combo": {"type": "array", "items": {"type": "string"}}, "cancels": {"type": "array", "items": {"type": "string"}}, "legacy": {"type": "boolean"}}, "required": ["id", "gempId", "side", "rarity", "set", "printings", "front", "combo", "cancels", "legacy"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "Oddly, I found I could be more influential at conferences, if I wasn't there, and just blogged on the topic of the conference from home. So many people in tech read my blog that this turned out to be effective. The only problem was I didn't get the benefit of their thinking. The best balance is to give everyone an equal voice, to the extent that's possible. To really be fierce about not allowing some people to be <a href=\"http://scripting.com/2017/12/02.html#a030533\">better</a> than others. ", "created" : "Mon, 04 Dec 2017 15:10:11 GMT", "type" : "outline"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "html_url": {"type": "string"}}, "required": ["login", "id", "avatar_url", "html_url"]}, "html_url": {"type": "string"}, "description": {"type": "string"}, "fork": {"type": "boolean"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "pushed_at": {"type": "string"}, "stargazers_count": {"type": "integer"}, "watchers_count": {"type": "integer"}, "forks_count": {"type": "integer"}, "forks": {"type": "integer"}, "watchers": {"type": "integer"}, "score": {"type": "integer"}}, "required": ["id", "name", "full_name", "owner", "html_url", "description", "fork", "created_at", "updated_at", "pushed_at", "stargazers_count", "watchers_count", "forks_count", "forks", "watchers", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 242439994, "name" : "CVE-2019-19943", "full_name" : "m0rph-1/CVE-2019-19943", "owner" : {"login" : "m0rph-1", "id" : 45709553, "avatar_url" : "https://avatars3.githubusercontent.com/u/45709553?v=4", "html_url" : "https://github.com/m0rph-1"}, "html_url" : "https://github.com/m0rph-1/CVE-2019-19943", "description" : "Remote Unauthenticated Heap Memory Corruption in Quick N' Easy Web Server <= 3.3.8", "fork" : false, "created_at" : "2020-02-23T01:53:00Z", "updated_at" : "2020-02-25T06:37:38Z", "pushed_at" : "2020-02-25T06:37:36Z", "stargazers_count" : 1, "watchers_count" : 1, "forks_count" : 0, "forks" : 0, "watchers" : 1, "score" : 0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "html_url": {"type": "string"}}, "required": ["login", "id", "avatar_url", "html_url"]}, "html_url": {"type": "string"}, "description": {"type": "string"}, "fork": {"type": "boolean"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "pushed_at": {"type": "string"}, "stargazers_count": {"type": "integer"}, "watchers_count": {"type": "integer"}, "forks_count": {"type": "integer"}, "forks": {"type": "integer"}, "watchers": {"type": "integer"}, "score": {"type": "integer"}}, "required": ["id", "name", "full_name", "owner", "html_url", "description", "fork", "created_at", "updated_at", "pushed_at", "stargazers_count", "watchers_count", "forks_count", "forks", "watchers", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["test", "prepublishOnly"]}, "typings": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/chai": {"type": "string"}, "@types/mocha": {"type": "string"}, "@types/node": {"type": "string"}, "chai": {"type": "string"}, "cross-env": {"type": "string"}, "csv-spectrum": {"type": "string"}, "istanbul": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "source-map-support": {"type": "string"}, "ts-node": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/chai", "@types/mocha", "@types/node", "chai", "cross-env", "csv-spectrum", "istanbul", "mocha", "nyc", "source-map-support", "ts-node", "tslint", "typescript"]}, "nyc": {"type": "object", "properties": {"extension": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "reporter": {"type": "array", "items": {"type": "string"}}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["extension", "exclude", "reporter", "include"]}}, "required": ["name", "version", "description", "repository", "author", "main", "scripts", "typings", "license", "devDependencies", "nyc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "x3-parser-csv", "version" : "0.1.1", "description" : "A really fast streaming CSV parser written in Typescript.", "repository" : {"type" : "git", "url" : "https://github.com/x3cion/x3-parser-csv.git"}, "author" : "x3cion", "main" : "dist/parser.js", "scripts" : {"test" : "cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\"} nyc mocha -r ts-node/register -r source-map-support/register --recursive src/**/*.spec.ts --delay", "prepublishOnly" : "rm -rf dist/ && tsc"}, "typings" : "dist/parser.d.ts", "license" : "MIT", "devDependencies" : {"@types/chai" : "~4.1.2", "@types/mocha" : "~5.0.0", "@types/node" : "~9.6.5", "chai" : "~4.1.2", "cross-env" : "~5.1.4", "csv-spectrum" : "~1.0.0", "istanbul" : "~0.4.5", "mocha" : "~5.1.0", "nyc" : "~11.6.0", "source-map-support" : "~0.5.4", "ts-node" : "~6.0.0", "tslint" : "~5.9.1", "typescript" : "~2.8.1"}, "nyc" : {"extension" : [".ts", ".tsx"], "exclude" : ["**/*.d.ts", "**/*.spec.ts"], "reporter" : ["html", "text"], "include" : ["src/**/*.ts"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["test", "prepublishOnly"]}, "typings": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/chai": {"type": "string"}, "@types/mocha": {"type": "string"}, "@types/node": {"type": "string"}, "chai": {"type": "string"}, "cross-env": {"type": "string"}, "csv-spectrum": {"type": "string"}, "istanbul": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "source-map-support": {"type": "string"}, "ts-node": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/chai", "@types/mocha", "@types/node", "chai", "cross-env", "csv-spectrum", "istanbul", "mocha", "nyc", "source-map-support", "ts-node", "tslint", "typescript"]}, "nyc": {"type": "object", "properties": {"extension": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "reporter": {"type": "array", "items": {"type": "string"}}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["extension", "exclude", "reporter", "include"]}}, "required": ["name", "version", "description", "repository", "author", "main", "scripts", "typings", "license", "devDependencies", "nyc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"@context": {"type": "array", "items": {"type": "string"}}, "id": {"type": "string"}, "type": {"type": "array", "items": {"type": "string"}}, "issuer": {"type": "string"}, "issuanceDate": {"type": "string"}, "credentialSubject": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "display": {"type": "object", "properties": {"contentMediaType": {"type": "string"}, "content": {"type": "string"}}, "required": ["contentMediaType", "content"]}, "nonce": {"type": "string"}, "proof": {"type": "object", "properties": {"type": {"type": "string"}, "created": {"type": "string"}, "proofValue": {"type": "string"}, "proofPurpose": {"type": "string"}, "verificationMethod": {"type": "string"}}, "required": ["type", "created", "proofValue", "proofPurpose", "verificationMethod"]}}, "required": ["@context", "id", "type", "issuer", "issuanceDate", "credentialSubject", "display", "nonce", "proof"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@context" : ["https://www.w3.org/2018/credentials/v1", "https://www.blockcerts.org/schema/3.0/context.json"], "id" : "urn:uuid:bbba8553-8ec1-445f-82c9-a57251dd731c", "type" : ["VerifiableCredential", "BlockcertsCredential"], "issuer" : "did:example:23adb1f712ebc6f1c276eba4dfa", "issuanceDate" : "2010-01-01T19:33:24Z", "credentialSubject" : {"id" : "did:example:ebfeb1f712ebc6f1c276e12ec21"}, "display" : {"contentMediaType" : "text/html", "content" : "<html><body><h1>Some content</h1></body></html>"}, "nonce" : "", "proof" : {"type" : "MerkleProof2019", "created" : "2020-02-19T15:57:05.303127", "proofValue" : "z2LuLBVSfnVzaQtvzuA7EaPQsGEgYWeaMTH1p3uqAG3ESx9HYyFzFFrYsyPkZSbn1Ji5LN76jw6HBr3oiaa8KsQenCPqKk7dJvxEXsDnYvhuDHtsrPbLXSMo69MESoTpy1kva3ZPVqfgaiJW1WSa8A944tqjpmzPfKKayReuq31wrftkcptkapr7yqfwuQHDVA6uqh7KWq1d6r2m3DdNBSEvvrwTVLLsfYWpt1Mtzu6b3HNEvyJM2yscKd5Ca2iFTKMe8TuKEsJSA6eKcKJmVnZHEF191LMpkoMDokgmGsN5wGyhFSskpsCD56o8osKsonxQtAqVUWbG6CedGBJVWwfjeAeDjghnraw4HPSyZt4p4ay8wWUzesMT8sR9aEzXcfSucWLgseTBkPruxx6wRL", "proofPurpose" : "assertionMethod", "verificationMethod" : "ecdsa-koblitz-pubkey:0x7e30a37763e6Ba1fFeDE1750bBeFB4c60b17a1B3"}}
json_instruct
{"type": "object", "properties": {"@context": {"type": "array", "items": {"type": "string"}}, "id": {"type": "string"}, "type": {"type": "array", "items": {"type": "string"}}, "issuer": {"type": "string"}, "issuanceDate": {"type": "string"}, "credentialSubject": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "display": {"type": "object", "properties": {"contentMediaType": {"type": "string"}, "content": {"type": "string"}}, "required": ["contentMediaType", "content"]}, "nonce": {"type": "string"}, "proof": {"type": "object", "properties": {"type": {"type": "string"}, "created": {"type": "string"}, "proofValue": {"type": "string"}, "proofPurpose": {"type": "string"}, "verificationMethod": {"type": "string"}}, "required": ["type", "created", "proofValue", "proofPurpose", "verificationMethod"]}}, "required": ["@context", "id", "type", "issuer", "issuanceDate", "credentialSubject", "display", "nonce", "proof"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "body-parser": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "helmet": {"type": "string"}, "multer": {"type": "string"}, "multer-s3": {"type": "string"}, "reflect-metadata": {"type": "string"}}, "required": ["aws-sdk", "body-parser", "cors", "dotenv", "express", "helmet", "multer", "multer-s3", "reflect-metadata"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "ts-node": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "ts-node", "ts-node-dev", "typescript"]}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}}, "required": ["serve"]}}, "required": ["name", "version", "main", "license", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "node-s3", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "dependencies" : {"aws-sdk" : "^2.476.0", "body-parser" : "^1.19.0", "cors" : "^2.8.5", "dotenv" : "^8.0.0", "express" : "^4.17.1", "helmet" : "^3.18.0", "multer" : "^1.4.1", "multer-s3" : "^2.9.0", "reflect-metadata" : "^0.1.13"}, "devDependencies" : {"@types/node" : "^8.0.29", "ts-node" : "3.3.0", "ts-node-dev" : "^1.0.0-pre.40", "typescript" : "3.3.3333"}, "scripts" : {"serve" : "ts-node-dev src/index.ts"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "body-parser": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "helmet": {"type": "string"}, "multer": {"type": "string"}, "multer-s3": {"type": "string"}, "reflect-metadata": {"type": "string"}}, "required": ["aws-sdk", "body-parser", "cors", "dotenv", "express", "helmet", "multer", "multer-s3", "reflect-metadata"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "ts-node": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "ts-node", "ts-node-dev", "typescript"]}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}}, "required": ["serve"]}}, "required": ["name", "version", "main", "license", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "svelte": {"type": "string"}, "cdn": {"type": "string"}, "unpkg": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "dev", "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"}, "devDependencies": {"type": "object", "properties": {"derver": {"type": "string"}, "esbuild": {"type": "string"}, "esbuild-svelte": {"type": "string"}, "svelte": {"type": "string"}}, "required": ["derver", "esbuild", "esbuild-svelte", "svelte"]}, "peerDependencies": {"type": "object", "properties": {"svelte": {"type": "string"}}, "required": ["svelte"]}}, "required": ["name", "description", "version", "main", "module", "svelte", "cdn", "unpkg", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "svate", "description" : "Set of state machines for Svelte applications", "version" : "0.1.6", "main" : "dist/svate.js", "module" : "dist/svate.js", "svelte" : "dist/svate.js", "cdn" : "dist/svate.min.js", "unpkg" : "dist/svate.min.js", "scripts" : {"build" : "node esbuild", "dev" : "node esbuild --dev", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/AlexxNB/svate.git"}, "keywords" : ["svelte", "state", "machine", "state", "store", "flags"], "author" : "Alexey Schebelev", "license" : "MIT", "bugs" : {"url" : "https://github.com/AlexxNB/svate/issues"}, "homepage" : "https://github.com/AlexxNB/svate#readme", "devDependencies" : {"derver" : "^0.4.19", "esbuild" : "^0.13.3", "esbuild-svelte" : "^0.5.6", "svelte" : "^3.43.0"}, "peerDependencies" : {"svelte" : "3.x"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "svelte": {"type": "string"}, "cdn": {"type": "string"}, "unpkg": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "dev", "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"}, "devDependencies": {"type": "object", "properties": {"derver": {"type": "string"}, "esbuild": {"type": "string"}, "esbuild-svelte": {"type": "string"}, "svelte": {"type": "string"}}, "required": ["derver", "esbuild", "esbuild-svelte", "svelte"]}, "peerDependencies": {"type": "object", "properties": {"svelte": {"type": "string"}}, "required": ["svelte"]}}, "required": ["name", "description", "version", "main", "module", "svelte", "cdn", "unpkg", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"propertyKeys": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "dataType": {"type": "string"}, "cardinality": {"type": "string"}}, "required": ["name", "dataType", "cardinality"]}}, "vertexLabels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "edgeLabels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "multiplicity": {"type": "string"}}, "required": ["name", "multiplicity"]}}, "vertexIndexes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "propertyKeys": {"type": "array", "items": {"type": "string"}}, "composite": {"type": "boolean"}, "unique": {"type": "boolean"}}, "required": ["name", "propertyKeys", "composite", "unique"]}}, "edgeIndexes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "propertyKeys": {"type": "array", "items": {"type": "string"}}, "composite": {"type": "boolean"}, "unique": {"type": "boolean"}}, "required": ["name", "propertyKeys", "composite", "unique"]}}}, "required": ["propertyKeys", "vertexLabels", "edgeLabels", "vertexIndexes", "edgeIndexes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"propertyKeys" : [{"name" : "name", "dataType" : "String", "cardinality" : "SINGLE"}, {"name" : "pid", "dataType" : "String", "cardinality" : "SINGLE"}, {"name" : "rev", "dataType" : "String", "cardinality" : "SINGLE"}, {"name" : "issue", "dataType" : "String", "cardinality" : "SINGLE"}, {"name" : "sub_issue", "dataType" : "String", "cardinality" : "SINGLE"}, {"name" : "zip_code", "dataType" : "String", "cardinality" : "SINGLE"}, {"name" : "timely_response", "dataType" : "String", "cardinality" : "SINGLE"}, {"name" : "day", "dataType" : "String", "cardinality" : "SINGLE"}, {"name" : "received_date", "dataType" : "String", "cardinality" : "SINGLE"}], "vertexLabels" : [{"name" : "company"}, {"name" : "product"}, {"name" : "sub_product"}, {"name" : "state"}, {"name" : "year"}, {"name" : "month"}, {"name" : "issue"}], "edgeLabels" : [{"name" : "is_product", "multiplicity" : "MULTI"}, {"name" : "is_sub_product", "multiplicity" : "MULTI"}, {"name" : "is_state", "multiplicity" : "MULTI"}, {"name" : "is_year", "multiplicity" : "MULTI"}, {"name" : "is_month", "multiplicity" : "MULTI"}, {"name" : "is_issue", "multiplicity" : "MULTI"}], "vertexIndexes" : [{"name" : "vByName", "propertyKeys" : ["name"], "composite" : true, "unique" : false}, {"name" : "vByIssue", "propertyKeys" : ["issue"], "composite" : true, "unique" : false}, {"name" : "vBySubIssue", "propertyKeys" : ["sub_issue"], "composite" : true, "unique" : false}, {"name" : "vByZipCode", "propertyKeys" : ["zip_code"], "composite" : true, "unique" : false}, {"name" : "vByTimelyResponse", "propertyKeys" : ["timely_response"], "composite" : true, "unique" : false}], "edgeIndexes" : [{"name" : "vByDay", "propertyKeys" : ["day"], "composite" : true, "unique" : false}, {"name" : "vByReceivedDate", "propertyKeys" : ["received_date"], "composite" : true, "unique" : false}]}
json_instruct
{"type": "object", "properties": {"propertyKeys": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "dataType": {"type": "string"}, "cardinality": {"type": "string"}}, "required": ["name", "dataType", "cardinality"]}}, "vertexLabels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "edgeLabels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "multiplicity": {"type": "string"}}, "required": ["name", "multiplicity"]}}, "vertexIndexes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "propertyKeys": {"type": "array", "items": {"type": "string"}}, "composite": {"type": "boolean"}, "unique": {"type": "boolean"}}, "required": ["name", "propertyKeys", "composite", "unique"]}}, "edgeIndexes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "propertyKeys": {"type": "array", "items": {"type": "string"}}, "composite": {"type": "boolean"}, "unique": {"type": "boolean"}}, "required": ["name", "propertyKeys", "composite", "unique"]}}}, "required": ["propertyKeys", "vertexLabels", "edgeLabels", "vertexIndexes", "edgeIndexes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}}, "required": ["name", "fips", "state_code", "county_code", "population", "countrylevel_id", "census_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"name" : "Putnam County", "fips" : "54079", "state_code" : 54, "county_code" : 79, "population" : 56450, "countrylevel_id" : "fips:54079", "census_data" : {"COUNTYNS" : "01550046", "AFFGEOID" : "0500000US54079", "LSAD" : "06", "ALAND" : 895302729, "AWATER" : 12226547}}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-82.064562, 38.607985], [-81.957338, 38.656644], [-81.951411, 38.657902], [-81.772843, 38.680842999999996], [-81.74985199999999, 38.683821], [-81.747024, 38.683391], [-81.696348, 38.626427], [-81.728775, 38.596219], [-81.738968, 38.599326], [-81.7559, 38.580943999999995], [-81.747164, 38.553563], [-81.754069, 38.523956], [-81.742237, 38.517496], [-81.726378, 38.475547999999996], [-81.727228, 38.466116], [-81.82234799999999, 38.430332], [-81.825637, 38.430552], [-81.840488, 38.426099], [-81.850797, 38.421932], [-81.88025999999999, 38.408235], [-81.89935899999999, 38.399088], [-81.903521, 38.382968], [-81.91519699999999, 38.325596999999995], [-81.98209399999999, 38.276700999999996], [-81.991151, 38.275771999999996], [-81.997406, 38.266605], [-82.048852, 38.290341999999995], [-82.043094, 38.337278], [-82.047128, 38.374432], [-82.05201, 38.426513], [-82.055127, 38.474547], [-82.064562, 38.607985]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}}, "required": ["name", "fips", "state_code", "county_code", "population", "countrylevel_id", "census_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["48", "211", "360", "1352", "1812", "2117", "2155", "2249", "2722", "2786", "2887", "3860", "4430", "4442", "4548", "4566", "4803", "5634", "6750", "6782"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "'use strict';\n\nvar rationalize = require('./lib/rationalize');\n\nmodule.exports = add;\n\nfunction add(a, b) {\n return rationalize(a[0].mul(b[1]).add(b[0].mul(a[1])), a[1].mul(b[1]));\n}", "map" : {"version" : 3, "sources" : ["C:/Projects/reactApp/analyse_coderhub/node_modules/big-rat/add.js"], "names" : ["rationalize", "require", "module", "exports", "add", "a", "b", "mul"], "mappings" : "AAAA;;AAEA,IAAIA,WAAW,GAAGC,OAAO,CAAC,mBAAD,CAAzB;;AAEAC,MAAM,CAACC,OAAP,GAAiBC,GAAjB;;AAEA,SAASA,GAAT,CAAaC,CAAb,EAAgBC,CAAhB,EAAmB;AACjB,SAAON,WAAW,CAChBK,CAAC,CAAC,CAAD,CAAD,CAAKE,GAAL,CAASD,CAAC,CAAC,CAAD,CAAV,EAAeF,GAAf,CAAmBE,CAAC,CAAC,CAAD,CAAD,CAAKC,GAAL,CAASF,CAAC,CAAC,CAAD,CAAV,CAAnB,CADgB,EAEhBA,CAAC,CAAC,CAAD,CAAD,CAAKE,GAAL,CAASD,CAAC,CAAC,CAAD,CAAV,CAFgB,CAAlB;AAGD", "sourcesContent" : ["'use strict'\n\nvar rationalize = require('./lib/rationalize')\n\nmodule.exports = add\n\nfunction add(a, b) {\n return rationalize(\n a[0].mul(b[1]).add(b[0].mul(a[1])),\n a[1].mul(b[1]))\n}\n"]}, "metadata" : {}, "sourceType" : "script"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$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"}, "prepublish": {"type": "string"}, "postpublish": {"type": "string"}}, "required": ["test", "prepublish", "postpublish"]}, "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"}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "mocha": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["babel", "mocha", "sinon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mocha-test-utils", "version" : "0.3.1", "description" : "mocha.js test utils", "main" : "index.js", "scripts" : {"test" : ".bin/test", "prepublish" : ".bin/compile", "postpublish" : ".bin/clean"}, "repository" : {"type" : "git", "url" : "https://github.com/dariocravero/mocha-test-utils"}, "keywords" : ["mocha", "test", "utils"], "author" : "Dar\u00edo Javier Cravero <[email protected]>", "license" : "MIT", "bugs" : {"url" : "https://github.com/dariocravero/mocha-test-utils/issues"}, "homepage" : "https://github.com/dariocravero/mocha-test-utils", "devDependencies" : {"babel" : "^5.1.11", "mocha" : "^2.2.4", "sinon" : "^1.14.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prepublish": {"type": "string"}, "postpublish": {"type": "string"}}, "required": ["test", "prepublish", "postpublish"]}, "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"}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "mocha": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["babel", "mocha", "sinon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"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"}, "devDependencies": {"type": "object", "properties": {"css-loader": {"type": "string"}, "jquery": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "xlsx": {"type": "string"}}, "required": ["css-loader", "jquery", "style-loader", "webpack", "webpack-cli", "xlsx"]}, "dependencies": {"type": "object", "properties": {"jquery-binarytransport": {"type": "string"}}, "required": ["jquery-binarytransport"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "gitbucket-xlsx-plugin", "version" : "1.0.0", "description" : "GitBucket .xlsx rendering plugin", "main" : "webpack.config.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/kounoike/gitbucket-xlsx-plugin.git"}, "keywords" : ["gitbucket", "xlsx"], "author" : "KOUNOIKE Yuusuke", "license" : "Apache-2.0", "bugs" : {"url" : "https://github.com/kounoike/gitbucket-xlsx-plugin/issues"}, "homepage" : "https://github.com/kounoike/gitbucket-xlsx-plugin#readme", "devDependencies" : {"css-loader" : "^5.0.1", "jquery" : "^3.5.1", "style-loader" : "^2.0.0", "webpack" : "^4.44.2", "webpack-cli" : "^4.3.1", "xlsx" : "^0.16.9"}, "dependencies" : {"jquery-binarytransport" : "^1.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "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"}, "devDependencies": {"type": "object", "properties": {"css-loader": {"type": "string"}, "jquery": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "xlsx": {"type": "string"}}, "required": ["css-loader", "jquery", "style-loader", "webpack", "webpack-cli", "xlsx"]}, "dependencies": {"type": "object", "properties": {"jquery-binarytransport": {"type": "string"}}, "required": ["jquery-binarytransport"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "ab27fba69230d50adf25867bae1dd73cccd39ab6"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "glossocomon", "definition" : "A kind of hoisting winch."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "integer"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "number"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event_type": {"type": "string"}, "op_order": {"type": "integer"}, "id": {"type": "integer"}}, "required": ["upper_left_x", "upper_left_y", "bottom_right_x", "bottom_right_y", "time", "is_final", "event_type", "op_order", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"upper_left_x" : 914.2839665025567, "upper_left_y" : 0, "bottom_right_x" : 1724.9791092141834, "bottom_right_y" : 1122.5875795604054, "time" : 1480262049071, "is_final" : false, "event_type" : "movement", "op_order" : 80, "id" : 80}
json_instruct
{"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "integer"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "number"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event_type": {"type": "string"}, "op_order": {"type": "integer"}, "id": {"type": "integer"}}, "required": ["upper_left_x", "upper_left_y", "bottom_right_x", "bottom_right_y", "time", "is_final", "event_type", "op_order", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "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" : 97817, "cartId" : "98288695-cad3-427d-b3cd-a850f50068b2", "preferredProducts" : [], "productReviews" : [{"productId" : 3103, "reviewText" : "My neighbor Lular has one of these. She works as a cake decorator and she says it looks ragged.", "reviewDate" : "2019-09-18T14:16:52.1456873+03:00"}, {"productId" : 2859, "reviewText" : "i use it this time when i'm in my port-a-potty.", "reviewDate" : "2018-07-03T10:19:54.5948484+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"modules": {"type": "object", "properties": {"frv_pipeline_memory": {"type": "object", "properties": {"annotations": {"type": "object", "properties": {"source": {"type": "array", "items": {"type": "string"}}, "sink": {"type": "array", "items": {"type": "string"}}, "always_eq": {"type": "array", "items": {"type": "string"}}, "cannot_mark": {"type": "array", "items": {}}, "assert_eq": {"type": "array", "items": {"type": "string"}}}, "required": ["source", "sink", "always_eq", "cannot_mark", "assert_eq"]}, "clock": {"type": "array", "items": {"type": "string"}}}, "required": ["annotations", "clock"]}, "frv_lsu": {"type": "object", "properties": {"annotations": {"type": "object", "properties": {"initial_eq": {"type": "array", "items": {"type": "string"}}}, "required": ["initial_eq"]}, "clock": {"type": "array", "items": {"type": "string"}}, "inline": {"type": "boolean"}}, "required": ["annotations", "clock", "inline"]}, "frv_pipeline_register": {"type": "object", "properties": {"annotations": {"type": "object", "properties": {}, "required": []}, "clock": {"type": "array", "items": {"type": "string"}}, "inline": {"type": "boolean"}}, "required": ["annotations", "clock", "inline"]}}, "required": ["frv_pipeline_memory", "frv_lsu", "frv_pipeline_register"]}, "include_dirs": {"type": "array", "items": {}}, "top_module": {"type": "string"}}, "required": ["modules", "include_dirs", "top_module"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"modules" : {"frv_pipeline_memory" : {"annotations" : {"source" : ["dmem_gnt", "flush", "g_resetn", "hold_lsu_req", "leak_lkgcfg", "leak_prng", "s3_fu", "s3_instr", "s3_opr_a", "s3_opr_b", "s3_rd", "s3_size", "s3_trap", "s3_uop", "s3_valid", "s4_busy"], "sink" : ["dmem_addr", "dmem_req", "dmem_strb", "dmem_wdata", "dmem_wen", "fwd_s3_csr", "fwd_s3_load", "fwd_s3_rd", "fwd_s3_wdata", "fwd_s3_wdata_hi", "fwd_s3_wide", "leak_fence_unc0", "leak_fence_unc1", "leak_fence_unc2", "mmio_addr", "mmio_en", "mmio_wdata", "mmio_wen", "s3_busy", "s4_fu", "s4_instr", "s4_opr_a", "s4_opr_b", "s4_rd", "s4_size", "s4_trap", "s4_uop", "s4_valid"], "always_eq" : ["g_resetn", "flush", "s3_fu", "s3_uop", "s3_valid", "leak_lkgcfg", "hold_lsu_req", "dmem_gnt", "s4_busy", "s3_opr_a"], "cannot_mark" : [], "assert_eq" : ["s3_busy"]}, "clock" : ["g_clk"]}, "frv_lsu" : {"annotations" : {"initial_eq" : ["lsu_finished", "mmio_done"]}, "clock" : ["g_clk"], "inline" : true}, "frv_pipeline_register" : {"annotations" : {}, "clock" : ["g_clk"], "inline" : true}}, "include_dirs" : [], "top_module" : "frv_pipeline_memory"}
json_instruct
{"type": "object", "properties": {"modules": {"type": "object", "properties": {"frv_pipeline_memory": {"type": "object", "properties": {"annotations": {"type": "object", "properties": {"source": {"type": "array", "items": {"type": "string"}}, "sink": {"type": "array", "items": {"type": "string"}}, "always_eq": {"type": "array", "items": {"type": "string"}}, "cannot_mark": {"type": "array", "items": {}}, "assert_eq": {"type": "array", "items": {"type": "string"}}}, "required": ["source", "sink", "always_eq", "cannot_mark", "assert_eq"]}, "clock": {"type": "array", "items": {"type": "string"}}}, "required": ["annotations", "clock"]}, "frv_lsu": {"type": "object", "properties": {"annotations": {"type": "object", "properties": {"initial_eq": {"type": "array", "items": {"type": "string"}}}, "required": ["initial_eq"]}, "clock": {"type": "array", "items": {"type": "string"}}, "inline": {"type": "boolean"}}, "required": ["annotations", "clock", "inline"]}, "frv_pipeline_register": {"type": "object", "properties": {"annotations": {"type": "object", "properties": {}, "required": []}, "clock": {"type": "array", "items": {"type": "string"}}, "inline": {"type": "boolean"}}, "required": ["annotations", "clock", "inline"]}}, "required": ["frv_pipeline_memory", "frv_lsu", "frv_pipeline_register"]}, "include_dirs": {"type": "array", "items": {}}, "top_module": {"type": "string"}}, "required": ["modules", "include_dirs", "top_module"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"slug": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "fax": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "suggested-transport-medium": {"type": "string"}, "quality": {"type": "string"}}, "required": ["slug", "categories", "name", "address", "phone", "fax", "email", "web", "sources", "relevant-countries", "suggested-transport-medium", "quality"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"slug" : "moebel-de", "categories" : ["commerce"], "name" : "moebel.de Einrichten & Wohnen AG", "address" : "Gertrudenstra\u00dfe 3\n20095 Hamburg\nDeutschland", "phone" : "+49 40 210 910 710", "fax" : "+49 40 210 910 101", "email" : "[email protected]", "web" : "https://www.moebel.de/", "sources" : ["https://www.moebel.de/datenschutz", "https://www.moebel.de/impressum"], "relevant-countries" : ["de"], "suggested-transport-medium" : "email", "quality" : "verified"}
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "fax": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "suggested-transport-medium": {"type": "string"}, "quality": {"type": "string"}}, "required": ["slug", "categories", "name", "address", "phone", "fax", "email", "web", "sources", "relevant-countries", "suggested-transport-medium", "quality"], "$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": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101887793, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "cc08fe45571842a32d2f659f49b4f5b0", "wof:id" : 101887793, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.82435108441882, 47.58230009073441, 5.83009463127701, 47.59048693683593], "geometry" : {"coordinates" : [[[5.82811376586773, 47.59048693683593], [5.82833182349799, 47.58779180583366], [5.82965874126597, 47.58784250801386], [5.83009463127701, 47.58245222727192], [5.82611429888567, 47.58230009073441], [5.82604158967212, 47.58319846897166], [5.82471479396304, 47.5831477235547], [5.82435108441882, 47.58763960262485], [5.82567799507376, 47.58769035313901], [5.82560526644636, 47.58858872856928], [5.82693220246523, 47.58863946399134], [5.82678678148932, 47.59043621548739], [5.82811376586773, 47.59048693683593]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1924, 7], [1925, 8], [1927, 7], [1931, 7], [1932, 6], [1935, 5], [1947, 6], [1950, 7], [1953, 5], [1956, 5], [1958, 9], [1959, 5], [1962, 5], [1965, 7], [1966, 8], [1967, 8], [1968, 5], [1972, 7], [1973, 5], [1974, 7], [1975, 6], [1978, 6], [1979, 8], [1980, 8], [1981, 13], [1982, 11], [1983, 14], [1984, 11], [1985, 14], [1986, 9], [1987, 10], [1988, 13], [1989, 21], [1990, 31], [1991, 18], [1992, 27], [1993, 26], [1994, 21], [1995, 24], [1996, 19], [1997, 17], [1998, 22], [1999, 12], [2000, 16], [2001, 16], [2002, 15], [2003, 16], [2004, 11], [2005, 13], [2006, 6], [2007, 6], [2008, 7], [2009, 7], [2010, 6], [2011, 8], [2012, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"description": {"type": "string"}, "properties": {"type": "object", "properties": {"ranges": {"type": "object", "properties": {"description": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "type": {"type": "string"}}, "required": ["description", "items", "type"]}, "rule": {"type": "object", "properties": {"description": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "minLength": {"type": "integer"}, "type": {"type": "string"}}, "required": ["description", "enum", "minLength", "type"]}}, "required": ["ranges", "rule"]}, "type": {"type": "string"}}, "required": ["description", "properties", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "The strategy type and options used to create the strategy. DEPRECATED - use FSGroupStrategyOptions from policy API Group instead.", "properties" : {"ranges" : {"description" : "The allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same `start` and `end`. This is required when `rule` is set to '`MustRunAs`'. Each item in the list must be a supported FS type or '`*`'.", "items" : {"$ref" : "#/definitions/io.k8s.api.extensions.v1beta1.IDRange"}, "type" : "array"}, "rule" : {"description" : "The strategy that will dictate what fsGroup is used in the SecurityContext.", "enum" : ["MayRunAs", "MustRunAs", "RunAsAny"], "minLength" : 1, "type" : "string"}}, "type" : "object"}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "properties": {"type": "object", "properties": {"ranges": {"type": "object", "properties": {"description": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "type": {"type": "string"}}, "required": ["description", "items", "type"]}, "rule": {"type": "object", "properties": {"description": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "minLength": {"type": "integer"}, "type": {"type": "string"}}, "required": ["description", "enum", "minLength", "type"]}}, "required": ["ranges", "rule"]}, "type": {"type": "string"}}, "required": ["description", "properties", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["mjpeg-streamer", "pouicpouic"]
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": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "Part of proxyapps/proxy-ci#2\r\n\r\nBuild with this: https://travis-ci.org/proxyapps/proxy-ci/builds/347498068", "user" : "junghans", "url" : "https://api.github.com/repos/spack/spack/issues/7359", "updated_at" : "2018-03-06 00:39:25", "created_at" : "2018-02-28 22:17:30", "closed_at" : "2018-03-06 00:39:21", "state" : "closed", "title" : "minighost: another Ubuntu fix", "number" : 7359, "milestone" : null, "labels" : [], "id" : 301204954, "html_url" : "https://github.com/spack/spack/pull/7359", "assignees" : [], "comments" : 0}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "description": {"type": "string"}, "index": {"type": "array", "items": {"type": "string"}}, "interval": {"type": "string"}, "name": {"type": "string"}, "severity": {"type": "string"}, "type": {"type": "string"}, "from": {"type": "string"}, "to": {"type": "string"}, "query": {"type": "string"}, "language": {"type": "string"}}, "required": ["id", "description", "index", "interval", "name", "severity", "type", "from", "to", "query", "language"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "rule-longmont", "description" : "Detect Longmont activity", "index" : ["auditbeat-*", "filebeat-*", "packetbeat-*", "winlogbeat-*"], "interval" : "24h", "name" : "Detect Longmont activity", "severity" : "high", "type" : "query", "from" : "now-1y", "to" : "now", "query" : "user.name: root or user.name: admin", "language" : "kuery"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "description": {"type": "string"}, "index": {"type": "array", "items": {"type": "string"}}, "interval": {"type": "string"}, "name": {"type": "string"}, "severity": {"type": "string"}, "type": {"type": "string"}, "from": {"type": "string"}, "to": {"type": "string"}, "query": {"type": "string"}, "language": {"type": "string"}}, "required": ["id", "description", "index", "interval", "name", "severity", "type", "from", "to", "query", "language"], "$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"}, "description": {"type": "string"}, "feature1-title": {"type": "string"}, "feature1-description": {"type": "string"}, "feature2-title": {"type": "string"}, "feature2-description": {"type": "string"}, "feature3-title": {"type": "string"}, "feature3-description": {"type": "string"}, "feature4-title": {"type": "string"}, "feature4-description": {"type": "string"}, "feature5-title": {"type": "string"}, "feature5-description": {"type": "string"}, "feature6-title": {"type": "string"}, "feature6-description": {"type": "string"}, "feature7-title": {"type": "string"}, "feature7-description": {"type": "string"}, "feature8-title": {"type": "string"}, "feature8-description": {"type": "string"}}, "required": ["title", "description", "feature1-title", "feature1-description", "feature2-title", "feature2-description", "feature3-title", "feature3-description", "feature4-title", "feature4-description", "feature5-title", "feature5-description", "feature6-title", "feature6-description", "feature7-title", "feature7-description", "feature8-title", "feature8-description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "NoCode\u5de5\u5177\u7684\u7279\u70b9", "description" : "\u4e00\u4e2a\u5728\u7f51\u7edc\u6d4f\u89c8\u5668\u4e0a\u8fd0\u884c\u7684\u521b\u4f5c\u5de5\u5177\u3002", "feature1-title" : "\u6ca1\u6709\u4ee3\u7801", "feature1-description" : "\u4f60\u53ef\u4ee5\u76f4\u89c2\u5730\u521b\u5efa\u4f60\u5fc3\u76ee\u4e2d\u7684\u52a8\u753b\uff0c\u800c\u65e0\u9700\u7f16\u5199\u4efb\u4f55\u4ee3\u7801\uff0c\u5bfc\u51fa\u7684\u6570\u636e\u53ef\u4ee5\u5f88\u5bb9\u6613\u5730\u901a\u8fc7\u4e0a\u4f20\u5230\u7f51\u7edc\u4e0a\u53d1\u5e03\u3002", "feature2-title" : "\u4e0d\u9700\u8981\u5b89\u88c5", "feature2-description" : "\u5b83\u662f\u4e00\u79cd\u7f51\u7edc\u670d\u52a1\uff0c\u4efb\u4f55\u8bbf\u95ee\u5b83\u7684\u4eba\u90fd\u53ef\u4ee5\u7acb\u5373\u4f7f\u7528\u3002", "feature3-title" : "\u8f6c\u578b", "feature3-description" : "\u4f7f\u7528\u9f20\u6807\uff0c\u4f60\u53ef\u4ee5\u5f88\u5bb9\u6613\u5730\u5c06\u5185\u5bb9\u5411\u4e0a\u3001\u5411\u4e0b\u3001\u5411\u5de6\u3001\u5411\u53f3\u3001\u53d8\u6362\u3001\u653e\u5927\u548c\u7f29\u5c0f\u3001\u65cb\u8f6c\u7b49\uff0c\u5e76\u589e\u52a0\u548c\u51cf\u5c11\u989c\u8272\u3002", "feature4-title" : "\u6df7\u5408\u6a21\u5f0f", "feature4-description" : "\u89c6\u89c9\u6548\u679c\uff0c\u5982\u52a0\u6cd5\u3001\u51cf\u6cd5\u3001\u4e58\u6cd5\u548c\u53cd\u8f6c\uff0c\u53ef\u4ee5\u7528\u9f20\u6807\u6dfb\u52a0\u6216\u5220\u9664\uff0c\u800c\u4e14\u8fd9\u4e9b\u90fd\u53ef\u4ee5\u5f88\u5bb9\u6613\u5730\u8fdb\u884c\u64cd\u4f5c\u3002", "feature5-title" : "\u8fc7\u6ee4\u5668", "feature5-description" : "\u8bf8\u5982\u6a21\u7cca\u3001\u53d1\u5149\u3001\u9634\u5f71\u3001\u6e10\u53d8\u7b49\u6ee4\u955c\u53ef\u4ee5\u7528\u9f20\u6807\u8f7b\u677e\u6dfb\u52a0\u6216\u5220\u9664\uff0c\u800c\u4e14\u53ef\u4ee5\u8f7b\u677e\u64cd\u4f5c\u3002", "feature6-title" : "\u7f13\u548c", "feature6-description" : "\u7f13\u548c\u529f\u80fd\u5141\u8bb8\u4f60\u4f7f\u4f60\u7684\u52a8\u753b\u66f4\u52a0\u903c\u771f\u548c\u52a8\u6001\u3002", "feature7-title" : "\u8f93\u51fa", "feature7-description" : "\u53ef\u4ee5\u5bfc\u51fa\u4e3aJSON\u3001WEBM\u548cGIF\u52a8\u753b\uff0cJSON\u53ef\u4ee5\u7531Next2D Player\u8bfb\u53d6\u548c\u7ed8\u5236\u3002", "feature8-title" : "SWF", "feature8-description" : "\u867d\u7136\u5b83\u5f88\u7b80\u5355\uff0c\u4f46\u4e5f\u53ef\u4ee5\u8bfb\u53d6SWF\u6587\u4ef6\u3002"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "feature1-title": {"type": "string"}, "feature1-description": {"type": "string"}, "feature2-title": {"type": "string"}, "feature2-description": {"type": "string"}, "feature3-title": {"type": "string"}, "feature3-description": {"type": "string"}, "feature4-title": {"type": "string"}, "feature4-description": {"type": "string"}, "feature5-title": {"type": "string"}, "feature5-description": {"type": "string"}, "feature6-title": {"type": "string"}, "feature6-description": {"type": "string"}, "feature7-title": {"type": "string"}, "feature7-description": {"type": "string"}, "feature8-title": {"type": "string"}, "feature8-description": {"type": "string"}}, "required": ["title", "description", "feature1-title", "feature1-description", "feature2-title", "feature2-description", "feature3-title", "feature3-description", "feature4-title", "feature4-description", "feature5-title", "feature5-description", "feature6-title", "feature6-description", "feature7-title", "feature7-description", "feature8-title", "feature8-description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"antd-mobile.css": {"type": "string"}, "antd-mobile.js": {"type": "string"}, "antd-mobile.min.css": {"type": "string"}, "antd-mobile.min.js": {"type": "string"}}, "required": ["antd-mobile.css", "antd-mobile.js", "antd-mobile.min.css", "antd-mobile.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"antd-mobile.css" : "sha256-X3ypkyzKhCnwqRr6KxQlu4C4s4vDhh0wXwrqybMKcRU=", "antd-mobile.js" : "sha256-0okAB9nWfgUOMH/RrE4DjyPWRNx5V18N3q79GyNVtIw=", "antd-mobile.min.css" : "sha256-vEgM2pRC37bE7wxSwIZfyDi5D1Af6A1AthHnoQ3QuDM=", "antd-mobile.min.js" : "sha256-5DVSq5aUmcMmB+MNTHJRKYzPwODTkinr41s4WgY4ff4="}
json_instruct
{"type": "object", "properties": {"antd-mobile.css": {"type": "string"}, "antd-mobile.js": {"type": "string"}, "antd-mobile.min.css": {"type": "string"}, "antd-mobile.min.js": {"type": "string"}}, "required": ["antd-mobile.css", "antd-mobile.js", "antd-mobile.min.css", "antd-mobile.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 2006, "sex" : "F", "n" : 15, "prop" : 7.18e-06}, {"year" : 2007, "sex" : "F", "n" : 7, "prop" : 3.31e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : "BELLAMY", "frequency" : 2, "gender" : "male"}]
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": {"ethereum-node": {"type": "object", "properties": {"http": {"type": "string"}, "ws": {"type": "string"}, "pollingIntervalMilliseconds": {"type": "integer"}, "blockRetention": {"type": "integer"}, "connectionTimeout": {"type": "integer"}}, "required": ["http", "ws", "pollingIntervalMilliseconds", "blockRetention", "connectionTimeout"]}, "universe": {"type": "null"}, "debug": {"type": "object", "properties": {"connect": {"type": "boolean"}, "broadcast": {"type": "boolean"}}, "required": ["connect", "broadcast"]}}, "required": ["ethereum-node", "universe", "debug"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ethereum-node" : {"http" : "https://test.augur.net/ethereum-http", "ws" : "wss://test.augur.net/ethereum-ws", "pollingIntervalMilliseconds" : 10000, "blockRetention" : 100, "connectionTimeout" : 60000}, "universe" : null, "debug" : {"connect" : true, "broadcast" : false}}
json_instruct
{"type": "object", "properties": {"ethereum-node": {"type": "object", "properties": {"http": {"type": "string"}, "ws": {"type": "string"}, "pollingIntervalMilliseconds": {"type": "integer"}, "blockRetention": {"type": "integer"}, "connectionTimeout": {"type": "integer"}}, "required": ["http", "ws", "pollingIntervalMilliseconds", "blockRetention", "connectionTimeout"]}, "universe": {"type": "null"}, "debug": {"type": "object", "properties": {"connect": {"type": "boolean"}, "broadcast": {"type": "boolean"}}, "required": ["connect", "broadcast"]}}, "required": ["ethereum-node", "universe", "debug"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "kbase": {"type": "object", "properties": {"sample": {"type": "object", "properties": {"key": {"type": "string"}}, "required": ["key"]}}, "required": ["sample"]}, "title": {"type": "string"}, "description": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "format": {"type": "string"}}, "required": ["$schema", "kbase", "title", "description", "examples", "type", "format"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "http://json-schema.org/draft-07/schema#", "kbase" : {"sample" : {"key" : "sesar:related_url"}}, "title" : "Related URL", "description" : "Related URL associated with the samples", "examples" : ["https://doi.org/10.1594/IEDA/999999"], "type" : "string", "format" : "url"}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "kbase": {"type": "object", "properties": {"sample": {"type": "object", "properties": {"key": {"type": "string"}}, "required": ["key"]}}, "required": ["sample"]}, "title": {"type": "string"}, "description": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "format": {"type": "string"}}, "required": ["$schema", "kbase", "title", "description", "examples", "type", "format"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"github": {"type": "string"}, "git": {"type": "string"}, "bot-github": {"type": "string"}, "bot-git": {"type": "string"}, "ut": {"type": "string"}, "ut-nl": {"type": "string"}, "university": {"type": "string"}, "universiteit": {"type": "string"}, "fc": {"type": "string"}, "branding": {"type": "string"}, "regio": {"type": "string"}, "ggd": {"type": "string"}, "kennispunt": {"type": "string"}, "visit": {"type": "string"}, "visit-nl": {"type": "string"}, "visit-de": {"type": "string"}, "roc": {"type": "string"}, "ktit": {"type": "string"}, "keep-talent": {"type": "string"}, "ktit-nl": {"type": "string"}, "keep-talent-nl": {"type": "string"}, "itc": {"type": "string"}, "kennispark": {"type": "string"}, "kennispark-nl": {"type": "string"}, "fm": {"type": "string"}, "fund": {"type": "string"}, "gezond": {"type": "string"}}, "required": ["github", "git", "bot-github", "bot-git", "ut", "ut-nl", "university", "universiteit", "fc", "branding", "regio", "ggd", "kennispunt", "visit", "visit-nl", "visit-de", "roc", "ktit", "keep-talent", "ktit-nl", "keep-talent-nl", "itc", "kennispark", "kennispark-nl", "fm", "fund", "gezond"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"github" : "https://github.com/TwenteMe", "git" : "https://github.com/TwenteMe", "bot-github" : "https://github.com/TwenteBot", "bot-git" : "https://github.com/TwenteBot", "ut" : "https://utwente.nl/en", "ut-nl" : "https://utwente.nl/nl", "university" : "https://utwente.nl/en", "universiteit" : "https://utwente.nl/nl", "fc" : "https://www.fctwente.nl", "branding" : "https://www.twente.com", "regio" : "https://www.regiotwente.nl", "ggd" : "https://www.ggdtwente.nl", "kennispunt" : "https://www.kennispunttwente.nl", "visit" : "https://www.visittwente.com", "visit-nl" : "https://www.visittwente.nl", "visit-de" : "https://www.visittwente.de", "roc" : "https://www.rocvantwente.nl", "ktit" : "https://ktit.nl/en", "keep-talent" : "https://ktit.nl/en", "ktit-nl" : "https://ktit.nl", "keep-talent-nl" : "https://ktit.nl", "itc" : "https://www.itc.nl", "kennispark" : "https://kennispark.nl/en", "kennispark-nl" : "https://kennispark.nl/nl", "fm" : "https://www.twentefm.nl", "fund" : "http://www.twentefund.nl", "gezond" : "https://www.twentegezond.nl"}
json_instruct
{"type": "object", "properties": {"github": {"type": "string"}, "git": {"type": "string"}, "bot-github": {"type": "string"}, "bot-git": {"type": "string"}, "ut": {"type": "string"}, "ut-nl": {"type": "string"}, "university": {"type": "string"}, "universiteit": {"type": "string"}, "fc": {"type": "string"}, "branding": {"type": "string"}, "regio": {"type": "string"}, "ggd": {"type": "string"}, "kennispunt": {"type": "string"}, "visit": {"type": "string"}, "visit-nl": {"type": "string"}, "visit-de": {"type": "string"}, "roc": {"type": "string"}, "ktit": {"type": "string"}, "keep-talent": {"type": "string"}, "ktit-nl": {"type": "string"}, "keep-talent-nl": {"type": "string"}, "itc": {"type": "string"}, "kennispark": {"type": "string"}, "kennispark-nl": {"type": "string"}, "fm": {"type": "string"}, "fund": {"type": "string"}, "gezond": {"type": "string"}}, "required": ["github", "git", "bot-github", "bot-git", "ut", "ut-nl", "university", "universiteit", "fc", "branding", "regio", "ggd", "kennispunt", "visit", "visit-nl", "visit-de", "roc", "ktit", "keep-talent", "ktit-nl", "keep-talent-nl", "itc", "kennispark", "kennispark-nl", "fm", "fund", "gezond"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "topthink/think-migration": {"type": "string"}, "lazyskills/think-annotation": {"type": "string"}, "lazyskills/paa-thinkphp6": {"type": "string"}}, "required": ["php", "topthink/think-migration", "lazyskills/think-annotation", "lazyskills/paa-thinkphp6"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"LinCmsTp6\\": {"type": "string"}}, "required": ["LinCmsTp6\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"think": {"type": "object", "properties": {"services": {"type": "array", "items": {"type": "string"}}, "config": {"type": "object", "properties": {"annotation": {"type": "string"}, "lincms": {"type": "string"}, "paa": {"type": "string"}}, "required": ["annotation", "lincms", "paa"]}}, "required": ["services", "config"]}}, "required": ["think"]}}, "required": ["name", "description", "license", "authors", "minimum-stability", "require", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "lazyskills/lin-cms-tp6", "description" : "lin-cms-tp6 Composer Package", "license" : "MIT", "authors" : [{"name" : "china_wangyu", "email" : "[email protected]"}], "minimum-stability" : "dev", "require" : {"php" : ">=7.1.0", "topthink/think-migration" : "^3.0", "lazyskills/think-annotation" : "dev-master", "lazyskills/paa-thinkphp6" : "dev-master"}, "autoload" : {"psr-4" : {"LinCmsTp6\\" : "src"}}, "extra" : {"think" : {"services" : ["think\\annotation\\Service"], "config" : {"annotation" : "src/config.php", "lincms" : "src/lincms.php", "paa" : "src/paa.php"}}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "topthink/think-migration": {"type": "string"}, "lazyskills/think-annotation": {"type": "string"}, "lazyskills/paa-thinkphp6": {"type": "string"}}, "required": ["php", "topthink/think-migration", "lazyskills/think-annotation", "lazyskills/paa-thinkphp6"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"LinCmsTp6\\": {"type": "string"}}, "required": ["LinCmsTp6\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"think": {"type": "object", "properties": {"services": {"type": "array", "items": {"type": "string"}}, "config": {"type": "object", "properties": {"annotation": {"type": "string"}, "lincms": {"type": "string"}, "paa": {"type": "string"}}, "required": ["annotation", "lincms", "paa"]}}, "required": ["services", "config"]}}, "required": ["think"]}}, "required": ["name", "description", "license", "authors", "minimum-stability", "require", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"courseCode" : "HY3224", "courseCredit" : "4", "description" : "This module is to be conducted in lecture-cum-seminar format. It examines the development of China's maritime sector with emphasis on the period from the sixteenth century onwards. Maritime China will be viewed from a broader interregional and global perspective. Some major themes include China's maritime sector, long contacts and interactions with the maritime world, the late imperial political economy, Chinese emigration in modern times and overseas communities. The course is mounted for undergraduates throughout the university with an interest in China, especially its maritime connections.", "faculty" : "Arts and Social Science", "title" : "China and the Maritime World"}
json_instruct
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "title"], "$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" : [[[-117.411392, 47.729343], [-117.39526, 47.729463], [-117.395334, 47.715053], [-117.411301, 47.71509], [-117.411392, 47.729343]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 79575}}]}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": {"blog": {"type": "string"}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github": {"type": "string"}}, "required": ["blog", "twitter", "telegram", "github"]}}, "required": ["symbol", "address", "overview", "email", "website", "state", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"symbol" : "ROBO", "address" : "0x6FC2f1044A3b9bB3e43A43EC8F840843Ed753061", "overview" : {"en" : ""}, "email" : "", "website" : "https://robo.so/", "state" : "NORMAL", "links" : {"blog" : "", "twitter" : "", "telegram" : "", "github" : ""}}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": {"blog": {"type": "string"}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github": {"type": "string"}}, "required": ["blog", "twitter", "telegram", "github"]}}, "required": ["symbol", "address", "overview", "email", "website", "state", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : "To-Do 11/2/20", "text" : "-Take out trash\n-Clean gutters\n-Buy dog food", "id" : "dcc7e366-4833-42e7-a3ab-489f57b1e769"}, {"title" : "Passwords", "text" : "sample password ", "id" : "f7b17817-dc6e-41dd-aecb-e77a39d876dc"}, {"title" : "DMV Appointment", "text" : "dmv", "id" : "1faf3b36-900c-4613-92ee-3e79f2a4feba"}, {"title" : "Grocery List", "text" : "sdfsdf", "id" : "4505615b-9b6c-48d9-8614-57d46ab39dbb"}]
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"assessment" : [{"name" : "Tutorial participation", "weight" : 10}, {"name" : "Briefing Paper 500 Words", "weight" : 15}, {"name" : "Critical Literature Review 1500 words", "weight" : 30}, {"name" : "Report 2500 words", "weight" : 45}]}
json_instruct
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "fontface-source-sans-pro": {"type": "string"}, "commonmark": {"type": "string"}, "ace-builds": {"type": "string"}}, "required": ["bootstrap", "jquery", "fontface-source-sans-pro", "commonmark", "ace-builds"]}}, "required": ["name", "version", "authors", "license", "homepage", "private", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "solarphase", "version" : "0.0.0", "authors" : ["Kimmy Andersson <[email protected]>"], "license" : "MIT", "homepage" : "http://solarpha.se/", "private" : true, "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"bootstrap" : "~3.3.2", "jquery" : "~2.1.3", "fontface-source-sans-pro" : "*", "commonmark" : "http://spec.commonmark.org/js/commonmark.js", "ace-builds" : "~1.1.9"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "fontface-source-sans-pro": {"type": "string"}, "commonmark": {"type": "string"}, "ace-builds": {"type": "string"}}, "required": ["bootstrap", "jquery", "fontface-source-sans-pro", "commonmark", "ace-builds"]}}, "required": ["name", "version", "authors", "license", "homepage", "private", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"out" : ["/LICENSE", "/README.md", "/autoload/traces.vim", "/doc/tags", "/doc/traces.txt", "/img/traces_example.gif", "/plugin/traces.vim", "/test/traces.vader"]}
json_instruct
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"recommendations" : ["ms-ceintl.vscode-language-pack-pt-br"]}
json_instruct
{"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"average_occupancy" : [1.4154143573137254, 1.3665330043519934, 1.3199377852196281, 1.2989750629510455, 1.3292821510280752, 1.324855317486148, 1.3679887584497132, 1.3905534030272535, 1.3709451422219283, 1.3504375742004169, 1.3489491032505003, 1.3142601344376688, 1.388510579219229, 1.3439612069363236, 1.3787637794313568, 1.3769014295600053, 1.3722408847631367, 1.3532810771009278, 1.3350892439460207, 1.3334198862949427, 1.3327978144384112, 1.2641403872031176, 1.2183652714161914, 1.2545990380798548, 1.2044044771447564, 1.2052882333981199, 1.2324042375507445, 1.1888150895296155, 1.2834342341989677, 1.2583820342954048, 1.1855523589172148, 1.2046376483835493, 1.17782232250517, 1.1638633898038966, 1.1454238865169715, 1.148192302480726, 8.108703184257438, 1.1225684028386995, 1.0829041765935705, 1.1304028464728837, 1.160700395240502, 1.2136339118244657, 1.214421754058513, 1.2210353624570955, 1.2371514493771054, 1.2218698022141228, 1.2041242169112314, 1.2127578119841582, 1.272904995953766, 1.2487510739424588, 1.2592989878291123, 1.2820648171907476, 1.354358033696729, 1.404534072526548, 1.4138197607435843, 1.434833069133346, 1.3794232518866822, 1.4262715062515152, 1.363731542599638, 1.3772658785179737, 1.3278965046533653, 1.3870190661639903, 1.3502939847064268, 1.343982725643756, 1.3717924733008207, 1.4909704934885595, 1.4534950245567373, 1.4435838961325282, 1.496912879896561, 1.484877313442314, 1.3948089390857412, 1.3883278811830493, 1.4106993592221329, 1.3711944910410065, 1.388192055930788]}
json_instruct
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Name": {"type": "string"}, "Brawn": {"type": "integer"}, "Agility": {"type": "integer"}, "Intellect": {"type": "integer"}, "Cunning": {"type": "integer"}, "Willpower": {"type": "integer"}, "Presence": {"type": "integer"}, "Soak": {"type": "integer"}, "WoundThreshold": {"type": "integer"}, "StrainThreshold": {"type": "integer"}, "MeleeDefense": {"type": "integer"}, "RangedDefense": {"type": "integer"}, "Talents": {"type": "null"}, "Abilities": {"type": "array", "items": {}}, "Skills": {"type": "array", "items": {"type": "string"}}, "Equipment": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "Brawn", "Agility", "Intellect", "Cunning", "Willpower", "Presence", "Soak", "WoundThreshold", "StrainThreshold", "MeleeDefense", "RangedDefense", "Talents", "Abilities", "Skills", "Equipment"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Red Dragon, Wyrm", "Brawn" : 6, "Agility" : 1, "Intellect" : 4, "Cunning" : 4, "Willpower" : 5, "Presence" : 4, "Soak" : 8, "WoundThreshold" : 60, "StrainThreshold" : 59, "MeleeDefense" : 2, "RangedDefense" : 2, "Talents" : null, "Abilities" : [], "Skills" : ["Deception", "Leadership", "Coercion", "Knowledge", "Perception", "Vigilance", "Arcana", "Stealth"], "Equipment" : ["bite (5)", "claws (5)", "wings (5)", "tail slap (5)"]}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "Brawn": {"type": "integer"}, "Agility": {"type": "integer"}, "Intellect": {"type": "integer"}, "Cunning": {"type": "integer"}, "Willpower": {"type": "integer"}, "Presence": {"type": "integer"}, "Soak": {"type": "integer"}, "WoundThreshold": {"type": "integer"}, "StrainThreshold": {"type": "integer"}, "MeleeDefense": {"type": "integer"}, "RangedDefense": {"type": "integer"}, "Talents": {"type": "null"}, "Abilities": {"type": "array", "items": {}}, "Skills": {"type": "array", "items": {"type": "string"}}, "Equipment": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "Brawn", "Agility", "Intellect", "Cunning", "Willpower", "Presence", "Soak", "WoundThreshold", "StrainThreshold", "MeleeDefense", "RangedDefense", "Talents", "Abilities", "Skills", "Equipment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["attr", "errmode"]}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "titles": {"type": "array", "items": {"type": "string"}}, "element": {"type": "string"}, "weapontype": {"type": "string"}, "gender": {"type": "string"}, "region": {"type": "string"}, "rarity": {"type": "string"}, "birthday": {"type": "string"}, "constellation": {"type": "string"}, "substat": {"type": "string"}, "images": {"type": "object", "properties": {"image": {"type": "string"}, "card": {"type": "string"}, "portrait": {"type": "string"}}, "required": ["image", "card", "portrait"]}, "cv": {"type": "object", "properties": {"english": {"type": "string"}, "japanese": {"type": "string"}, "korean": {"type": "string"}, "chinese": {"type": "string"}}, "required": ["english", "japanese", "korean", "chinese"]}, "affiliation": {"type": "string"}, "description": {"type": "string"}, "talentmaterialtype": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "titles", "element", "weapontype", "gender", "region", "rarity", "birthday", "constellation", "substat", "images", "cv", "affiliation", "description", "talentmaterialtype", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Ningguang", "titles" : ["Eclipsing Star", "Lady of the Jade Chamber"], "element" : "Geo", "weapontype" : "Catalyst", "gender" : "Female", "region" : "Liyue", "rarity" : "4", "birthday" : "August 26", "constellation" : "Opus Aequilibrium", "substat" : "Geo DMG%", "images" : {"image" : "https://static.wikia.nocookie.net/gensin-impact/images/2/2b/Character_Ningguang_Thumb.png", "card" : "https://static.wikia.nocookie.net/gensin-impact/images/3/3e/Character_Ningguang_Card.jpg/", "portrait" : "https://static.wikia.nocookie.net/gensin-impact/images/1/17/Character_Ningguang_Portrait.png"}, "cv" : {"english" : "Erin Ebers", "japanese" : "Sayaka Ohara", "korean" : "Kwak Kyumi", "chinese" : "Mingya Du"}, "affiliation" : "Liyue Qixing", "description" : "Owner of the Jade Chamber in the skies above Liyue, there are stories abound about Ningguang, with her elegance and mysterious smile. As a Tianquan of the Liyue Qixing, not only does she embody law and order, she also represents fortune and wit.", "talentmaterialtype" : "Prosperity", "url" : "https://genshin-impact.fandom.com/wiki/Ningguang"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "titles": {"type": "array", "items": {"type": "string"}}, "element": {"type": "string"}, "weapontype": {"type": "string"}, "gender": {"type": "string"}, "region": {"type": "string"}, "rarity": {"type": "string"}, "birthday": {"type": "string"}, "constellation": {"type": "string"}, "substat": {"type": "string"}, "images": {"type": "object", "properties": {"image": {"type": "string"}, "card": {"type": "string"}, "portrait": {"type": "string"}}, "required": ["image", "card", "portrait"]}, "cv": {"type": "object", "properties": {"english": {"type": "string"}, "japanese": {"type": "string"}, "korean": {"type": "string"}, "chinese": {"type": "string"}}, "required": ["english", "japanese", "korean", "chinese"]}, "affiliation": {"type": "string"}, "description": {"type": "string"}, "talentmaterialtype": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "titles", "element", "weapontype", "gender", "region", "rarity", "birthday", "constellation", "substat", "images", "cv", "affiliation", "description", "talentmaterialtype", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "input": {"type": "string"}, "result": {"type": "string"}}, "required": ["id", "input", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 20, "input" : "<SCRIPT SRC=http://xss.rocks/xss.js></SCRIPT> foo <script src=\"http://xss.rocks/xss.js\"></script>", "result" : "foo <span></span>"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "input": {"type": "string"}, "result": {"type": "string"}}, "required": ["id", "input", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}}, "required": ["name", "description", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Find My Train", "description" : "Find out what train you're on an tell you your arrival time", "repository" : "https://github.com/whatsrupp/train-spotter"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}}, "required": ["name", "description", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"desc" : "The PyPA recommended tool for installing Python packages.", "home" : "https://pip.pypa.io/", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1973, 5], [1988, 9], [1989, 5], [1990, 7], [1991, 7], [1992, 6], [1993, 5], [1994, 5], [1995, 10], [1996, 8], [1997, 5], [1998, 6], [1999, 7], [2000, 9], [2001, 8], [2002, 6], [2003, 11], [2004, 10], [2005, 8], [2006, 7], [2007, 10], [2008, 10], [2009, 14], [2010, 5], [2013, 8]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "config_flow": {"type": "boolean"}, "documentation": {"type": "string"}, "issue_tracker": {"type": "string"}, "requirements": {"type": "array", "items": {"type": "string"}}, "codeowners": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "iot_class": {"type": "string"}}, "required": ["domain", "name", "config_flow", "documentation", "issue_tracker", "requirements", "codeowners", "version", "iot_class"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"domain" : "subaru", "name" : "Subaru (HACS)", "config_flow" : true, "documentation" : "https://github.com/G-Two/homeassistant-subaru", "issue_tracker" : "https://github.com/G-Two/homeassistant-subaru/issues", "requirements" : ["subarulink==0.3.15"], "codeowners" : ["@G-Two"], "version" : "0.5.0", "iot_class" : "cloud_polling"}
json_instruct
{"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "config_flow": {"type": "boolean"}, "documentation": {"type": "string"}, "issue_tracker": {"type": "string"}, "requirements": {"type": "array", "items": {"type": "string"}}, "codeowners": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "iot_class": {"type": "string"}}, "required": ["domain", "name", "config_flow", "documentation", "issue_tracker", "requirements", "codeowners", "version", "iot_class"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"header": {"type": "object", "properties": {"name": {"type": "string"}, "allVersions": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "publishedVersion": {"type": "string"}}, "required": ["name", "allVersions", "version", "publishedVersion"]}, "oc-client": {"type": "object", "properties": {"name": {"type": "string"}, "allVersions": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "publishedVersion": {"type": "string"}}, "required": ["name", "allVersions", "version", "publishedVersion"]}, "oc-example-content": {"type": "object", "properties": {"name": {"type": "string"}, "allVersions": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "publishedVersion": {"type": "string"}}, "required": ["name", "allVersions", "version", "publishedVersion"]}, "oc-footer": {"type": "object", "properties": {"name": {"type": "string"}, "allVersions": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "publishedVersion": {"type": "string"}}, "required": ["name", "allVersions", "version", "publishedVersion"]}, "oc-header": {"type": "object", "properties": {"name": {"type": "string"}, "allVersions": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "publishedVersion": {"type": "string"}}, "required": ["name", "allVersions", "version", "publishedVersion"]}, "oc-call-to-action": {"type": "object", "properties": {"name": {"type": "string"}, "allVersions": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "publishedVersion": {"type": "string"}}, "required": ["name", "allVersions", "version", "publishedVersion"]}}, "required": ["header", "oc-client", "oc-example-content", "oc-footer", "oc-header", "oc-call-to-action"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"header" : {"name" : "header", "allVersions" : ["1.0.0"], "version" : "1.0.0", "publishedVersion" : "1.0.0"}, "oc-client" : {"name" : "oc-client", "allVersions" : ["0.48.7"], "version" : "0.48.7", "publishedVersion" : "0.48.7"}, "oc-example-content" : {"name" : "oc-example-content", "allVersions" : ["1.0.10", "1.0.9", "1.0.8", "1.0.7", "1.0.6", "1.0.5", "1.0.4", "1.0.3", "1.0.2", "1.0.1", "1.0.0"], "version" : "1.0.10", "publishedVersion" : "1.0.10"}, "oc-footer" : {"name" : "oc-footer", "allVersions" : ["1.0.1", "1.0.0"], "version" : "1.0.1", "publishedVersion" : "1.0.1"}, "oc-header" : {"name" : "oc-header", "allVersions" : ["1.0.1", "1.0.0"], "version" : "1.0.1", "publishedVersion" : "1.0.0"}, "oc-call-to-action" : {"name" : "oc-call-to-action", "allVersions" : ["1.0.2", "1.0.1", "1.0.0"], "version" : "1.0.2", "publishedVersion" : "1.0.0"}}
json_instruct
{"type": "object", "properties": {"header": {"type": "object", "properties": {"name": {"type": "string"}, "allVersions": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "publishedVersion": {"type": "string"}}, "required": ["name", "allVersions", "version", "publishedVersion"]}, "oc-client": {"type": "object", "properties": {"name": {"type": "string"}, "allVersions": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "publishedVersion": {"type": "string"}}, "required": ["name", "allVersions", "version", "publishedVersion"]}, "oc-example-content": {"type": "object", "properties": {"name": {"type": "string"}, "allVersions": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "publishedVersion": {"type": "string"}}, "required": ["name", "allVersions", "version", "publishedVersion"]}, "oc-footer": {"type": "object", "properties": {"name": {"type": "string"}, "allVersions": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "publishedVersion": {"type": "string"}}, "required": ["name", "allVersions", "version", "publishedVersion"]}, "oc-header": {"type": "object", "properties": {"name": {"type": "string"}, "allVersions": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "publishedVersion": {"type": "string"}}, "required": ["name", "allVersions", "version", "publishedVersion"]}, "oc-call-to-action": {"type": "object", "properties": {"name": {"type": "string"}, "allVersions": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "publishedVersion": {"type": "string"}}, "required": ["name", "allVersions", "version", "publishedVersion"]}}, "required": ["header", "oc-client", "oc-example-content", "oc-footer", "oc-header", "oc-call-to-action"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2df42f21-f818-464f-9b40-c9b3054a6f13", "playerTags" : [], "teamTags" : ["b63be8c2-576a-4d6e-8daf-814f8bcea96f", "9debc64f-74b7-4ae1-a4d6-fce0144b6ea5"], "gameTags" : ["2a8b42a4-68bf-460d-93da-ff12e60e729d"], "metadata" : {"play" : 94, "subPlay" : -1}, "created" : "2021-03-16T20:08:02.311Z", "season" : 13, "tournament" : -1, "type" : 62, "day" : 28, "phase" : 4, "category" : 2, "description" : "A surge of Immateria rushes up from Under!\nBaserunners are swept from play!", "nuts" : 0}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : [[[129.0, 25.583333333333332], [129.0, 25.666666666666668], [129.125, 25.666666666666668], [129.125, 25.583333333333332], [129.0, 25.583333333333332]]]}, "properties" : {"code" : 382930, "url" : "http://madefor.github.io/0410/api/v1/382930.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/382930.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"sling:resourceSuperType": {"type": "string"}}, "required": ["sling:resourceSuperType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sling:resourceSuperType" : "/apps/rookiedemo/components/common"}
json_instruct
{"type": "object", "properties": {"sling:resourceSuperType": {"type": "string"}}, "required": ["sling:resourceSuperType"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"nodemon": {"type": "string"}, "tsc": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}, "run:server": {"type": "string"}}, "required": ["nodemon", "tsc", "start", "test", "build", "run:server"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/graphql": {"type": "string"}, "@types/node": {"type": "string"}, "express-graphql": {"type": "string"}, "graphql": {"type": "string"}, "graphql-yoga": {"type": "string"}, "json-schema-ref-parser": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["@types/graphql", "@types/node", "express-graphql", "graphql", "graphql-yoga", "json-schema-ref-parser", "lodash"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}, "prettier": {"type": "string"}, "ts-node": {"type": "string"}, "tsconfig-paths": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["nodemon", "prettier", "ts-node", "tsconfig-paths", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "graphql-schema-generator", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"nodemon" : "nodemon", "tsc" : "tsc", "start" : "npm run nodemon -- --exec ts-node -r tsconfig-paths/register src/index.ts", "test" : "npm run nodemon -- --exec ts-node -r tsconfig-paths/register src/tests/index.ts", "build" : "npm run tsc", "run:server" : "node server/index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/SanthoshRaju91/graphql-schema-generator.git"}, "keywords" : [], "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/SanthoshRaju91/graphql-schema-generator/issues"}, "homepage" : "https://github.com/SanthoshRaju91/graphql-schema-generator#readme", "dependencies" : {"@types/graphql" : "^14.0.7", "@types/node" : "^11.11.6", "express-graphql" : "^0.8.0", "graphql" : "^14.1.1", "graphql-yoga" : "^1.17.4", "json-schema-ref-parser" : "^6.1.0", "lodash" : "^4.17.11"}, "devDependencies" : {"nodemon" : "^1.18.10", "prettier" : "^1.16.4", "ts-node" : "^8.0.3", "tsconfig-paths" : "^3.8.0", "typescript" : "^3.3.3333"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"nodemon": {"type": "string"}, "tsc": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}, "run:server": {"type": "string"}}, "required": ["nodemon", "tsc", "start", "test", "build", "run:server"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/graphql": {"type": "string"}, "@types/node": {"type": "string"}, "express-graphql": {"type": "string"}, "graphql": {"type": "string"}, "graphql-yoga": {"type": "string"}, "json-schema-ref-parser": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["@types/graphql", "@types/node", "express-graphql", "graphql", "graphql-yoga", "json-schema-ref-parser", "lodash"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}, "prettier": {"type": "string"}, "ts-node": {"type": "string"}, "tsconfig-paths": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["nodemon", "prettier", "ts-node", "tsconfig-paths", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "PyCon India 2020"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"version": {"type": "string"}, "label": {"type": "string"}, "image": {"type": "string"}, "item": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "label": {"type": "string"}}, "required": ["type", "name", "label"]}}}, "required": ["version", "label", "image", "item"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "2", "label" : "GDPR back button", "image" : "gdpr/panel_back.png", "item" : [{"type" : "text", "name" : "text", "label" : "Text"}, {"type" : "link", "name" : "link", "label" : "Link"}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "label": {"type": "string"}, "image": {"type": "string"}, "item": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "label": {"type": "string"}}, "required": ["type", "name", "label"]}}}, "required": ["version", "label", "image", "item"], "$schema": "http://json-schema.org/draft-07/schema#"}