input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1366.3641182001704, 411.4861081320539], [1351.540519030292, 364.8976535981503], [1321.8933206905351, 322.5445131127833], [1279.540180205168, 309.83857096717315], [1241.4223537683376, 307.7209139429049], [1175.7749860160188, 301.3679428700998], [1116.480589336505, 322.5445131127833]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : 46, "line_cd" : 99921, "line_name" : "\u80a5\u85a9\u304a\u308c\u3093\u3058\u9244\u9053\u7dda", "station_cd" : 9992125, "station_g_cd" : 9992125, "station_name" : "\u85a9\u6469\u9ad8\u57ce", "lon" : 130.220649, "lat" : 31.892545}]}
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 a JSON structure that matches this schema definition: {"type": "object", "properties": {"extends": {"type": "string"}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["extends", "references"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : "@ibyar/aurora/tsconfig.compilerOption.json", "references" : [{"path" : "../elements/tsconfig.json"}, {"path" : "../expressions/tsconfig.json"}, {"path" : "../metadata/tsconfig.json"}, {"path" : "../core/tsconfig.json"}, {"path" : "../directives/tsconfig.json"}, {"path" : "../pipes/tsconfig.json"}]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["extends", "references"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"202570": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["202570"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"202570" : {"success" : false}}
json_instruct
{"type": "object", "properties": {"202570": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["202570"], "$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": {"Script": {"type": "string"}, "Bindings": {"type": "object", "properties": {"_a": {"type": "string"}, "_b": {"type": "string"}, "_c": {"type": "string"}, "_d": {"type": "string"}, "_e": {"type": "string"}}, "required": ["_a", "_b", "_c", "_d", "_e"]}}, "required": ["Script", "Bindings"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Script" : "V().hasLabel(_a, _b, _c, _d, _e).has(label, _d)", "Bindings" : {"_a" : "Company", "_b" : "Country", "_c" : "Language", "_d" : "Person", "_e" : "TimeFrame"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Script": {"type": "string"}, "Bindings": {"type": "object", "properties": {"_a": {"type": "string"}, "_b": {"type": "string"}, "_c": {"type": "string"}, "_d": {"type": "string"}, "_e": {"type": "string"}}, "required": ["_a", "_b", "_c", "_d", "_e"]}}, "required": ["Script", "Bindings"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"removeInstances": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "softDeletion": {"type": "string"}}, "required": ["removeInstances", "softDeletion"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"removeInstances" : [{"id" : "sales$Customer-b32e43e8-d4d9-11e2-8c8b-2b2939d67fff"}], "softDeletion" : "true"}
json_instruct
{"type": "object", "properties": {"removeInstances": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "softDeletion": {"type": "string"}}, "required": ["removeInstances", "softDeletion"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"lock_version": {"type": "integer"}, "barcode": {"type": "string"}, "indicator": {"type": "string"}, "created_by": {"type": "string"}, "last_modified_by": {"type": "string"}, "create_time": {"type": "string"}, "system_mtime": {"type": "string"}, "user_mtime": {"type": "string"}, "type": {"type": "string"}, "jsonmodel_type": {"type": "string"}, "active_restrictions": {"type": "array", "items": {}}, "container_locations": {"type": "array", "items": {}}, "series": {"type": "array", "items": {}}, "collection": {"type": "array", "items": {"type": "object", "properties": {"ref": {"type": "string"}, "identifier": {"type": "string"}, "display_string": {"type": "string"}}, "required": ["ref", "identifier", "display_string"]}}, "uri": {"type": "string"}, "repository": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "restricted": {"type": "boolean"}, "is_linked_to_published_record": {"type": "boolean"}, "display_string": {"type": "string"}, "long_display_string": {"type": "string"}}, "required": ["lock_version", "barcode", "indicator", "created_by", "last_modified_by", "create_time", "system_mtime", "user_mtime", "type", "jsonmodel_type", "active_restrictions", "container_locations", "series", "collection", "uri", "repository", "restricted", "is_linked_to_published_record", "display_string", "long_display_string"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lock_version" : 1, "barcode" : "00000000017169", "indicator" : "362.1 ROH", "created_by" : "admin", "last_modified_by" : "admin", "create_time" : "2016-08-13T09:39:58Z", "system_mtime" : "2017-12-15T22:26:27Z", "user_mtime" : "2016-08-13T09:39:58Z", "type" : "volume", "jsonmodel_type" : "top_container", "active_restrictions" : [], "container_locations" : [], "series" : [], "collection" : [{"ref" : "/repositories/2/resources/10778", "identifier" : "LI09698", "display_string" : "Community-based health care :\nlessons from Bangladesh to Boston"}], "uri" : "/repositories/2/top_containers/147014", "repository" : {"ref" : "/repositories/2"}, "restricted" : false, "is_linked_to_published_record" : true, "display_string" : "Volume 362.1 ROH: [00000000017169]", "long_display_string" : "LI09698, Volume 362.1 ROH [00000000017169]"}
json_instruct
{"type": "object", "properties": {"lock_version": {"type": "integer"}, "barcode": {"type": "string"}, "indicator": {"type": "string"}, "created_by": {"type": "string"}, "last_modified_by": {"type": "string"}, "create_time": {"type": "string"}, "system_mtime": {"type": "string"}, "user_mtime": {"type": "string"}, "type": {"type": "string"}, "jsonmodel_type": {"type": "string"}, "active_restrictions": {"type": "array", "items": {}}, "container_locations": {"type": "array", "items": {}}, "series": {"type": "array", "items": {}}, "collection": {"type": "array", "items": {"type": "object", "properties": {"ref": {"type": "string"}, "identifier": {"type": "string"}, "display_string": {"type": "string"}}, "required": ["ref", "identifier", "display_string"]}}, "uri": {"type": "string"}, "repository": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "restricted": {"type": "boolean"}, "is_linked_to_published_record": {"type": "boolean"}, "display_string": {"type": "string"}, "long_display_string": {"type": "string"}}, "required": ["lock_version", "barcode", "indicator", "created_by", "last_modified_by", "create_time", "system_mtime", "user_mtime", "type", "jsonmodel_type", "active_restrictions", "container_locations", "series", "collection", "uri", "repository", "restricted", "is_linked_to_published_record", "display_string", "long_display_string"], "$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"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"PengSi": {"type": "string"}}, "required": ["PengSi"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "frameworks": {"type": "array", "items": {"type": "string"}}, "requires_arc": {"type": "boolean"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "source", "source_files", "frameworks", "requires_arc", "platforms"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ProgressView", "version" : "0.0.2", "summary" : "ProgressView is a UIBezierPath draw progressView", "homepage" : "https://github.com/PengSiSi/ProgressView", "license" : "MIT", "authors" : {"PengSi" : "1299625033@qq.com"}, "source" : {"git" : "https://github.com/PengSiSi/ProgressView.git", "tag" : "0.0.2"}, "source_files" : "ProgressView/*.{h,m}", "frameworks" : ["UIKit", "Foundation"], "requires_arc" : true, "platforms" : {"ios" : "7.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"PengSi": {"type": "string"}}, "required": ["PengSi"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "frameworks": {"type": "array", "items": {"type": "string"}}, "requires_arc": {"type": "boolean"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "source", "source_files", "frameworks", "requires_arc", "platforms"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"entrypoint.js": {"type": "string"}}, "required": ["entrypoint.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"entrypoint.js" : "/api/hassio/app/frontend_es5/entrypoint.d303236e.js"}
json_instruct
{"type": "object", "properties": {"entrypoint.js": {"type": "string"}}, "required": ["entrypoint.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Pykov", "description" : "Pykov is a Python module on finite regular Markov chains.", "license" : {"key" : "gpl-3.0", "name" : "GNU General Public License v3.0", "spdx_id" : "GPL-3.0", "url" : "https://api.github.com/licenses/gpl-3.0"}, "starNum" : 393, "folkNum" : 41, "watchNum" : 393, "topic" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"cm_archive": {"type": "string"}}, "required": ["cm_archive"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cm_archive" : ""}
json_instruct
{"type": "object", "properties": {"cm_archive": {"type": "string"}}, "required": ["cm_archive"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"sourceMap": {"type": "boolean"}, "noImplicitAny": {"type": "boolean"}, "module": {"type": "string"}, "allowJs": {"type": "boolean"}, "target": {"type": "string"}, "skipLibCheck": {"type": "boolean"}, "esModuleInterop": {"type": "boolean"}, "allowSyntheticDefaultImports": {"type": "boolean"}, "strict": {"type": "boolean"}, "forceConsistentCasingInFileNames": {"type": "boolean"}, "moduleResolution": {"type": "string"}, "resolveJsonModule": {"type": "boolean"}, "jsx": {"type": "string"}, "outDir": {"type": "string"}, "baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@/*": {"type": "array", "items": {"type": "string"}}, "@components/*": {"type": "array", "items": {"type": "string"}}, "@page/*": {"type": "array", "items": {"type": "string"}}, "@redux/*": {"type": "array", "items": {"type": "string"}}, "@util/*": {"type": "array", "items": {"type": "string"}}, "@webApi/*": {"type": "array", "items": {"type": "string"}}, "@style/*": {"type": "array", "items": {"type": "string"}}, "@router/*": {"type": "array", "items": {"type": "string"}}}, "required": ["@/*", "@components/*", "@page/*", "@redux/*", "@util/*", "@webApi/*", "@style/*", "@router/*"]}}, "required": ["sourceMap", "noImplicitAny", "module", "allowJs", "target", "skipLibCheck", "esModuleInterop", "allowSyntheticDefaultImports", "strict", "forceConsistentCasingInFileNames", "moduleResolution", "resolveJsonModule", "jsx", "outDir", "baseUrl", "paths"]}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "include", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compilerOptions" : {"sourceMap" : true, "noImplicitAny" : true, "module" : "commonjs", "allowJs" : true, "target" : "es6", "skipLibCheck" : true, "esModuleInterop" : true, "allowSyntheticDefaultImports" : true, "strict" : true, "forceConsistentCasingInFileNames" : true, "moduleResolution" : "node", "resolveJsonModule" : true, "jsx" : "react", "outDir" : "build/dist", "baseUrl" : "./", "paths" : {"@/*" : ["./src/*"], "@components/*" : ["./src/components/*"], "@page/*" : ["./src/page/*"], "@redux/*" : ["./src/redux/*"], "@util/*" : ["./src/util/*"], "@webApi/*" : ["./src/webApi/*"], "@style/*" : ["./src/style/*"], "@router/*" : ["./src/router/*"]}}, "include" : ["./src/**/*.ts", "./src/**/*.tsx", "./src/**/*.js"], "exclude" : ["node_modules", "build", "scripts", "config", "webpack", "jest"]}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"sourceMap": {"type": "boolean"}, "noImplicitAny": {"type": "boolean"}, "module": {"type": "string"}, "allowJs": {"type": "boolean"}, "target": {"type": "string"}, "skipLibCheck": {"type": "boolean"}, "esModuleInterop": {"type": "boolean"}, "allowSyntheticDefaultImports": {"type": "boolean"}, "strict": {"type": "boolean"}, "forceConsistentCasingInFileNames": {"type": "boolean"}, "moduleResolution": {"type": "string"}, "resolveJsonModule": {"type": "boolean"}, "jsx": {"type": "string"}, "outDir": {"type": "string"}, "baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@/*": {"type": "array", "items": {"type": "string"}}, "@components/*": {"type": "array", "items": {"type": "string"}}, "@page/*": {"type": "array", "items": {"type": "string"}}, "@redux/*": {"type": "array", "items": {"type": "string"}}, "@util/*": {"type": "array", "items": {"type": "string"}}, "@webApi/*": {"type": "array", "items": {"type": "string"}}, "@style/*": {"type": "array", "items": {"type": "string"}}, "@router/*": {"type": "array", "items": {"type": "string"}}}, "required": ["@/*", "@components/*", "@page/*", "@redux/*", "@util/*", "@webApi/*", "@style/*", "@router/*"]}}, "required": ["sourceMap", "noImplicitAny", "module", "allowJs", "target", "skipLibCheck", "esModuleInterop", "allowSyntheticDefaultImports", "strict", "forceConsistentCasingInFileNames", "moduleResolution", "resolveJsonModule", "jsx", "outDir", "baseUrl", "paths"]}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "include", "exclude"], "$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"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "expressiveja_29989", "displayName" : "expressiveja_29989"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 15, "nazev" : "\ufffdesk\ufffd Krumlov"}, "clipped" : true, "id" : "15983759f4"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 18, "nazev" : "Prachatice"}, "clipped" : true, "id" : "56da4d9b77"}]}}, "type" : "Topology", "transform" : {"translate" : [13.886718749999963, 48.69096039092551], "scale" : [0.00017166137695312327, 0.00011318659195279357]}, "arcs" : [[[155, 476], [36, -11], [13, 126], [73, 64], [84, -80], [23, 3], [26, 67], [44, 49], [-19, 33], [16, 41], [-7, 12], [31, 27], [-1, 17], [26, 0], [0, 21], [24, 13], [-9, 44], [17, 2], [10, 54], [-38, 53], [12, 13], [508, 0], [0, -1024], [-257, 0], [-14, 7], [13, 38], [-48, -8], [17, 31], [-17, 8], [-8, 50], [-24, 22], [-104, 22], [-46, -10], [-42, 34], [-82, 9], [-24, 53], [-36, 20], [-27, -4], [-87, 84], [-8, 38], [-29, 11], [-6, 28], [-40, 43]], [[516, 1024], [-12, -13], [38, -53], [-10, -54], [-17, -2], [9, -44], [-24, -13], [0, -21], [-26, 0], [1, -17], [-31, -27], [7, -12], [-16, -41], [19, -33], [-44, -49], [-26, -67], [-23, -3], [-84, 80], [-73, -64], [-13, -126], [-36, 11], [-98, 106], [-57, 27], [0, 415], [516, 0]]]}
json_instruct
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Beat": {"type": "string"}, "Primary Type": {"type": "string"}, "ID": {"type": "string"}}, "required": ["Date", "Beat", "Primary Type", "ID"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Date" : "03/01/2006 03:56:00 PM", "Beat" : "0433", "Primary Type" : "INTIMIDATION", "ID" : "4614775"}, {"Date" : "03/01/2006 04:40:00 PM", "Beat" : "0113", "Primary Type" : "INTIMIDATION", "ID" : "4615191"}, {"Date" : "03/05/2006 08:57:00 PM", "Beat" : "1411", "Primary Type" : "INTIMIDATION", "ID" : "4618703"}, {"Date" : "03/04/2006 09:30:00 PM", "Beat" : "0621", "Primary Type" : "INTIMIDATION", "ID" : "4620661"}, {"Date" : "03/13/2006 06:58:00 PM", "Beat" : "0933", "Primary Type" : "INTIMIDATION", "ID" : "4632042"}, {"Date" : "03/13/2006 12:15:00 PM", "Beat" : "0331", "Primary Type" : "INTIMIDATION", "ID" : "4632291"}, {"Date" : "03/13/2006 07:15:00 PM", "Beat" : "0524", "Primary Type" : "INTIMIDATION", "ID" : "4632799"}, {"Date" : "03/17/2006 03:00:00 PM", "Beat" : "0311", "Primary Type" : "INTIMIDATION", "ID" : "4642253"}, {"Date" : "03/23/2006 01:00:00 PM", "Beat" : "1822", "Primary Type" : "INTIMIDATION", "ID" : "4649832"}, {"Date" : "03/24/2006 09:49:27 AM", "Beat" : "1134", "Primary Type" : "INTIMIDATION", "ID" : "4653929"}, {"Date" : "03/28/2006 11:50:00 AM", "Beat" : "1213", "Primary Type" : "INTIMIDATION", "ID" : "4660853"}, {"Date" : "03/28/2006 09:00:00 AM", "Beat" : "0323", "Primary Type" : "INTIMIDATION", "ID" : "4661309"}, {"Date" : "03/07/2006 08:00:00 AM", "Beat" : "2534", "Primary Type" : "INTIMIDATION", "ID" : "4661926"}, {"Date" : "03/29/2006 10:50:00 PM", "Beat" : "0512", "Primary Type" : "INTIMIDATION", "ID" : "4663800"}, {"Date" : "03/30/2006 10:00:00 AM", "Beat" : "1612", "Primary Type" : "INTIMIDATION", "ID" : "4664925"}, {"Date" : "03/31/2006 12:25:00 PM", "Beat" : "2032", "Primary Type" : "INTIMIDATION", "ID" : "4668560"}, {"Date" : "03/09/2006 01:05:00 PM", "Beat" : "0412", "Primary Type" : "INTIMIDATION", "ID" : "4782823"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Beat": {"type": "string"}, "Primary Type": {"type": "string"}, "ID": {"type": "string"}}, "required": ["Date", "Beat", "Primary Type", "ID"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "amateurish", "definition" : "In the style of an amateur; superficial or defective like the work of an amateur. -- Am`a*teur\"ish*ly, adv. -- Am`a*teur\"ish*ness, n."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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#"}
["ember-block-params-polyfill", "ember-cli-d3"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"acceleration": {"type": "number"}, "curvature": {"type": "number"}, "pose": {"type": "object", "properties": {"rotation": {"type": "object", "properties": {"radians": {"type": "number"}}, "required": ["radians"]}, "translation": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "required": ["rotation", "translation"]}, "time": {"type": "number"}, "velocity": {"type": "number"}}, "required": ["acceleration", "curvature", "pose", "time", "velocity"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"acceleration" : -1.524, "curvature" : -0.0, "pose" : {"rotation" : {"radians" : 1.5707963267948966}, "translation" : {"x" : 8.9577672, "y" : 8.0262984}}, "time" : 0.0, "velocity" : -0.0}, {"acceleration" : -1.5239999999999994, "curvature" : 0.010784420303025937, "pose" : {"rotation" : {"radians" : 1.5680508794656005}, "translation" : {"x" : 8.95759866228218, "y" : 7.9191331560321805}}, "time" : 0.37501596903275325, "velocity" : -0.571524336805916}, {"acceleration" : -1.5239999999999996, "curvature" : 0.002020902152647458, "pose" : {"rotation" : {"radians" : 1.5675553473547867}, "translation" : {"x" : 8.957319124192427, "y" : 7.827693191575239}}, "time" : 0.51052668012857, "velocity" : -0.7780426605159407}, {"acceleration" : 0.30292348771841154, "curvature" : -0.001666522841862824, "pose" : {"rotation" : {"radians" : 1.5675576762439654}, "translation" : {"x" : 8.956953131023367, "y" : 7.715883731023368}}, "time" : 0.6382553194112766, "velocity" : -0.9727011067827853}, {"acceleration" : 1.5239999999999998, "curvature" : -0.004924429860376725, "pose" : {"rotation" : {"radians" : 1.5679413148190562}, "translation" : {"x" : 8.956587137854306, "y" : 7.597004934533995}}, "time" : 0.7628898343347392, "velocity" : -0.9349463848320776}, {"acceleration" : 1.5239999999999996, "curvature" : -0.009851307432531927, "pose" : {"rotation" : {"radians" : 1.5687398596607447}, "translation" : {"x" : 8.956307599764552, "y" : 7.485249931014554}}, "time" : 0.8971020109048587, "velocity" : -0.7304070277392155}, {"acceleration" : 1.5239999999999998, "curvature" : -0.014944787093688862, "pose" : {"rotation" : {"radians" : 1.5699487677335595}, "translation" : {"x" : 8.95616519731783, "y" : 7.390016551419398}}, "time" : 1.0527652860901129, "velocity" : -0.4931761963568883}, {"acceleration" : 1.5239999999999998, "curvature" : 5.353752848475746e-13, "pose" : {"rotation" : {"radians" : 1.5707963267948033}, "translation" : {"x" : 8.956139062046724, "y" : 7.310219062046735}}, "time" : 1.3763717141458138, "velocity" : -0.0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"acceleration": {"type": "number"}, "curvature": {"type": "number"}, "pose": {"type": "object", "properties": {"rotation": {"type": "object", "properties": {"radians": {"type": "number"}}, "required": ["radians"]}, "translation": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "required": ["rotation", "translation"]}, "time": {"type": "number"}, "velocity": {"type": "number"}}, "required": ["acceleration", "curvature", "pose", "time", "velocity"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "app": {"type": "string"}, "app_version_match": {"type": "string"}, "version": {"type": "string"}, "scope": {"type": "string"}}, "required": ["name", "app", "app_version_match", "version", "scope"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "<ai-driver>", "app" : "<ai-backend>", "app_version_match" : "<version>", "version" : "<version>", "scope" : "ai"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "app": {"type": "string"}, "app_version_match": {"type": "string"}, "version": {"type": "string"}, "scope": {"type": "string"}}, "required": ["name", "app", "app_version_match", "version", "scope"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 16361, "info" : {"name" : "AwesomeBar Popup: No Scrollbar", "description" : "Displays all the results from the AwesomeBar at once (without the scrollbar on the side). You can change the number of results editing browser.urlbar.maxRichResults in your about:config settings (default is 12).", "additionalInfo" : "Suggestions:\r\n - <a href=https://addons.mozilla.org/firefox/addon/9376>Slimbar</a>;\r\n - style 8213 by user 11539 (if you get a blank space on your results list after applying this style, just type something in the URLbar to fix it).\r\n\r\nP.S.: I discovered an extension that does the same: <a href=https://addons.mozilla.org/firefox/addon/7674>Locationbar Limit</a>. +1 for Stylish :)", "format" : "uso", "category" : "browser", "createdAt" : "2009-03-24T21:19:43.000Z", "updatedAt" : "2009-03-24T21:19:43.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 15980, "name" : "Tss"}}, "stats" : {"installs" : {"total" : 1111, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "16361_after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);\r\n\r\n.autocomplete-richlistbox\r\n\t{display: block !important;}\r\n\r\n.autocomplete-richlistbox > *\r\n\t{width: -moz-available !important;}"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/ws": {"type": "string"}, "await-to-js": {"type": "string"}, "bluebird": {"type": "string"}, "discord.js": {"type": "string"}, "local-repl": {"type": "string"}, "luxon": {"type": "string"}, "puppeteer": {"type": "string"}, "sugar": {"type": "string"}, "sugar-date": {"type": "string"}, "ts-node": {"type": "string"}}, "required": ["@types/ws", "await-to-js", "bluebird", "discord.js", "local-repl", "luxon", "puppeteer", "sugar", "sugar-date", "ts-node"]}, "devDependencies": {"type": "object", "properties": {"@types/bluebird": {"type": "string"}, "@types/luxon": {"type": "string"}, "@types/node": {"type": "string"}, "@types/puppeteer": {"type": "string"}, "eslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/bluebird", "@types/luxon", "@types/node", "@types/puppeteer", "eslint", "typescript"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "repl": {"type": "string"}, "tslint": {"type": "string"}, "tsc": {"type": "string"}, "run": {"type": "string"}}, "required": ["test", "repl", "tslint", "tsc", "run"]}, "repl": {"type": "object", "properties": {"enableAwait": {"type": "boolean"}}, "required": ["enableAwait"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repl", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "schedulebot", "version" : "1.0.0", "description" : "", "main" : "index.js", "dependencies" : {"@types/ws" : "^7.2.7", "await-to-js" : "^2.1.1", "bluebird" : "^3.7.2", "discord.js" : "^12.3.1", "local-repl" : "^4.0.0", "luxon" : "^1.25.0", "puppeteer" : "^5.3.1", "sugar" : "^2.0.6", "sugar-date" : "^2.0.6", "ts-node" : "^8.10.2"}, "devDependencies" : {"@types/bluebird" : "^3.5.32", "@types/luxon" : "^1.25.0", "@types/node" : "^14.11.8", "@types/puppeteer" : "^3.0.2", "eslint" : "^7.10.0", "typescript" : "^3.9.6"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "repl" : "local-repl", "tslint" : "tslint -c tslint.json -p tsconfig.json", "tsc" : "tsc && cp -f config.json dist/config.json", "run" : "cd dist; node index.js"}, "repl" : {"enableAwait" : true}, "author" : "Sean McNamara <smcnam@gmail.com>", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/ws": {"type": "string"}, "await-to-js": {"type": "string"}, "bluebird": {"type": "string"}, "discord.js": {"type": "string"}, "local-repl": {"type": "string"}, "luxon": {"type": "string"}, "puppeteer": {"type": "string"}, "sugar": {"type": "string"}, "sugar-date": {"type": "string"}, "ts-node": {"type": "string"}}, "required": ["@types/ws", "await-to-js", "bluebird", "discord.js", "local-repl", "luxon", "puppeteer", "sugar", "sugar-date", "ts-node"]}, "devDependencies": {"type": "object", "properties": {"@types/bluebird": {"type": "string"}, "@types/luxon": {"type": "string"}, "@types/node": {"type": "string"}, "@types/puppeteer": {"type": "string"}, "eslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/bluebird", "@types/luxon", "@types/node", "@types/puppeteer", "eslint", "typescript"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "repl": {"type": "string"}, "tslint": {"type": "string"}, "tsc": {"type": "string"}, "run": {"type": "string"}}, "required": ["test", "repl", "tslint", "tsc", "run"]}, "repl": {"type": "object", "properties": {"enableAwait": {"type": "boolean"}}, "required": ["enableAwait"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repl", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "rise-server-api": {"type": "string"}, "risejs": {"type": "string"}}, "required": ["express", "rise-server-api", "risejs"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "rise-data-api", "version" : "1.0.0", "description" : "Allows the server to act as a data source for extensions; optionally, it also exposes the RISE API which allows the server to function as an interface to the RISE network", "main" : "index.js", "scripts" : {"start" : "node index.js"}, "keywords" : ["RISE", "transactions", "blockchain"], "author" : "Vergill Lemmert <vergillrl@gmail.com>", "license" : "MIT", "dependencies" : {"express" : "^4.17.1", "rise-server-api" : "^1.0.5", "risejs" : "^1.5.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "rise-server-api": {"type": "string"}, "risejs": {"type": "string"}}, "required": ["express", "rise-server-api", "risejs"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-material.css", "angular-material.js", "angular-material.min.css", "angular-material.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angular-material.css" : "sha256-nYn7lZb9bRA9QTX1sNN7sdA4T+VKkzS/cF0XWejS0fQ=", "angular-material.js" : "sha256-uP7hs6jLz3PcBjZalooJ5JHlwi2LvVKpIvKS6GtOBsY=", "angular-material.min.css" : "sha256-wA7fKZFmhBj5zdKV//sTnoDvDluCgOyIrBL3rgNSOCw=", "angular-material.min.js" : "sha256-4DyZgncsNhSfWG+OBJByva9HnwuWcCjSus4eXUAisP0="}
json_instruct
{"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-material.css", "angular-material.js", "angular-material.min.css", "angular-material.min.js"], "$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": {"date": {"type": "string"}, "processId": {"type": "string"}, "qnt": {"type": "integer"}}, "required": ["date", "processId", "qnt"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"date" : "10-05-2018", "processId" : "bmx-serum", "qnt" : 2000}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "processId": {"type": "string"}, "qnt": {"type": "integer"}}, "required": ["date", "processId", "qnt"]}, "$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"}, "test-coverage": {"type": "string"}}, "required": ["test", "test-coverage"]}, "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"]}, "engine-strict": {"type": "boolean"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"tap-spec": {"type": "string"}, "tape": {"type": "string"}, "istanbul": {"type": "string"}}, "required": ["tap-spec", "tape", "istanbul"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "engine-strict", "engines", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@newworldcode/talkie", "version" : "1.0.9", "description" : "EventEmitter, Request/Reply messaging bus for Node.", "main" : "index.js", "scripts" : {"test" : "tape tests/**/*.js | tap-spec", "test-coverage" : "istanbul cover tests/*.js --report lcovonly | tap-spec"}, "repository" : {"type" : "git", "url" : "git+https://github.com/newworldcode/talkie.git"}, "keywords" : ["EventEmitter", "Request", "Reply", "Messaging"], "author" : "newworldcode <hello@newworld.codes>", "license" : "MIT", "bugs" : {"url" : "https://github.com/newworldcode/talkie/issues"}, "engine-strict" : true, "engines" : {"node" : ">= 4.0.0"}, "homepage" : "https://github.com/newworldcode/talkie#readme", "devDependencies" : {"tap-spec" : "^4.1.0", "tape" : "^4.2.0", "istanbul" : "^0.3.21"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-coverage": {"type": "string"}}, "required": ["test", "test-coverage"]}, "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"]}, "engine-strict": {"type": "boolean"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"tap-spec": {"type": "string"}, "tape": {"type": "string"}, "istanbul": {"type": "string"}}, "required": ["tap-spec", "tape", "istanbul"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "engine-strict", "engines", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"quality": {"type": "integer"}, "model": {"type": "string"}, "elapsed": {"type": "number"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"type": "number"}, "min_score": {"type": "number"}, "AP": {"type": "number"}, "AP50": {"type": "number"}, "AP75": {"type": "number"}, "APs": {"type": "number"}, "APm": {"type": "number"}, "APl": {"type": "number"}}, "required": ["quality", "model", "elapsed", "tp", "fp", "precision", "recall", "f1", "min_score", "AP", "AP50", "AP75", "APs", "APm", "APl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"quality" : 52, "model" : "R50", "elapsed" : 483.9180645942688, "tp" : 16967, "fp" : 3784, "precision" : 0.8176473422967567, "recall" : 0.4669602311820559, "f1" : 0.5944364642819605, "min_score" : 0.5000104308128357, "AP" : 28.62596035500283, "AP50" : 40.4264215873841, "AP75" : 31.549896669245257, "APs" : 11.06538669574393, "APm" : 31.396063655312318, "APl" : 41.93497806193489}
json_instruct
{"type": "object", "properties": {"quality": {"type": "integer"}, "model": {"type": "string"}, "elapsed": {"type": "number"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"type": "number"}, "min_score": {"type": "number"}, "AP": {"type": "number"}, "AP50": {"type": "number"}, "AP75": {"type": "number"}, "APs": {"type": "number"}, "APm": {"type": "number"}, "APl": {"type": "number"}}, "required": ["quality", "model", "elapsed", "tp", "fp", "precision", "recall", "f1", "min_score", "AP", "AP50", "AP75", "APs", "APm", "APl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "MultiPolygon", "coordinates" : [[[[5.841, 49.721000000000004], [5.845, 49.721000000000004], [5.849, 49.724000000000004], [5.856, 49.725], [5.859, 49.727000000000004], [5.861, 49.726], [5.866000000000001, 49.727000000000004], [5.87, 49.724000000000004], [5.87, 49.722], [5.876, 49.721000000000004], [5.875, 49.719], [5.877, 49.718], [5.874000000000001, 49.717], [5.875, 49.715], [5.878, 49.715], [5.887, 49.709], [5.876, 49.711], [5.856, 49.706], [5.841, 49.708], [5.838, 49.711], [5.842000000000001, 49.715], [5.841, 49.721000000000004]]]]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"relation": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "pageTitle": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "hasHeader": {"type": "boolean"}, "headerPosition": {"type": "string"}, "tableType": {"type": "string"}, "tableNum": {"type": "integer"}, "s3Link": {"type": "string"}, "recordEndOffset": {"type": "integer"}, "recordOffset": {"type": "integer"}, "tableOrientation": {"type": "string"}, "textBeforeTable": {"type": "string"}, "textAfterTable": {"type": "string"}, "hasKeyColumn": {"type": "boolean"}, "keyColumnIndex": {"type": "integer"}, "headerRowIndex": {"type": "integer"}}, "required": ["relation", "pageTitle", "title", "url", "hasHeader", "headerPosition", "tableType", "tableNum", "s3Link", "recordEndOffset", "recordOffset", "tableOrientation", "textBeforeTable", "textAfterTable", "hasKeyColumn", "keyColumnIndex", "headerRowIndex"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"relation" : [["Track", "A", "B"], ["Artist", "Mark London", "Mark London"], ["Title", "Stranger In The World", "Moanin'"], ["Composer", "", "Timmons, Hendricks"], ["Producer", "", ""], ["Rating", "Rate", "Rate"]], "pageTitle" : "45cat - Mark London - Stranger In The World / Moanin' - Pye - UK - 7N 15825", "title" : "", "url" : "http://www.45cat.com/record/7n15825&ei=1", "hasHeader" : true, "headerPosition" : "FIRST_ROW", "tableType" : "RELATION", "tableNum" : 4, "s3Link" : "common-crawl/crawl-data/CC-MAIN-2015-32/segments/1438042988061.16/warc/CC-MAIN-20150728002308-00002-ip-10-236-191-2.ec2.internal.warc.gz", "recordEndOffset" : 265810444, "recordOffset" : 265802242, "tableOrientation" : "HORIZONTAL", "textBeforeTable" : "\u266b Listen To This Record \u266b \u00bb Search on eBay\u00a0\u00a0\u00bb Search on Amazon 1 Owns Community: \u00a0\u00a0I\u00a0Own\u00a0It\u00a0\u00a0\u00a0\u00a0\u00a0I\u00a0Want\u00a0It\u00a0 Collection: 7\" Format: Mar 1965 Date: 7N 15825 Catalogue: UK Country: \u00a0\u00a0Pye Label: Mark London Artist: Record Details My 45cat Members Forums Add 45 Search Explore Home (adsbygoogle = window.adsbygoogle || []).push({}); \u00a0Join 45cat\u00a0\u00a0\u00a0 \u00a0:\u00a0 \u00a0Login\u00a0 \u00a0Welcome\u00a0Guest All Records Artists Labels", "textAfterTable" : "Notes NME review Mar 19, 1965. Record Mirror review Apr 3, 1965. Comments \u00a0\u00a0Please Login or Join 45cat to add your comment about this record. Compilations Doin' The Mod 2 : Jump And Dance This Record:\u00a0\u00a0 Add\u00a0to\u00a0List\u00a0\u00a0:\u00a0 Add\u00a0Image\u00a0\u00a0:\u00a0 Add\u00a0Missing\u00a0Info\u00a0\u00a0:\u00a0 Make\u00a0Correction\u00a0\u00a0:\u00a0 Add\u00a0Linked\u00a0Release\u00a0\u00a0:\u00a0 View\u00a0Image\u00a0Data\u00a0\u00a0:\u00a0 Credits\u00a0\u00a0:\u00a0 BBCode\u00a0\u00a0:\u00a0 \u00a0 45cat is part of 45worlds.com\u00a0\u00a0:\u00a0 Live\u00a0Music\u00a0\u00a0:\u00a0 Vinyl\u00a0Albums\u00a0\u00a0:\u00a0 78\u00a0RPM\u00a0\u00a0:\u00a0", "hasKeyColumn" : true, "keyColumnIndex" : 2, "headerRowIndex" : 0}
json_instruct
{"type": "object", "properties": {"relation": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "pageTitle": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "hasHeader": {"type": "boolean"}, "headerPosition": {"type": "string"}, "tableType": {"type": "string"}, "tableNum": {"type": "integer"}, "s3Link": {"type": "string"}, "recordEndOffset": {"type": "integer"}, "recordOffset": {"type": "integer"}, "tableOrientation": {"type": "string"}, "textBeforeTable": {"type": "string"}, "textAfterTable": {"type": "string"}, "hasKeyColumn": {"type": "boolean"}, "keyColumnIndex": {"type": "integer"}, "headerRowIndex": {"type": "integer"}}, "required": ["relation", "pageTitle", "title", "url", "hasHeader", "headerPosition", "tableType", "tableNum", "s3Link", "recordEndOffset", "recordOffset", "tableOrientation", "textBeforeTable", "textAfterTable", "hasKeyColumn", "keyColumnIndex", "headerRowIndex"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"900125680": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900125681": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900125682": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900125683": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900125680", "900125681", "900125682", "900125683"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900125680" : {"nama" : "TPS 1", "dapil" : [1701, 11705, 2170802]}, "900125681" : {"nama" : "TPS 2", "dapil" : [1701, 11705, 2170802]}, "900125682" : {"nama" : "TPS 3", "dapil" : [1701, 11705, 2170802]}, "900125683" : {"nama" : "TPS 4", "dapil" : [1701, 11705, 2170802]}}
json_instruct
{"type": "object", "properties": {"900125680": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900125681": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900125682": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900125683": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900125680", "900125681", "900125682", "900125683"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "string"}, "homepage": {"type": "string"}, "about": {"type": "null"}, "license": {"type": "string"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 92364, "name" : "LinusTechTips Logo Change", "description" : "this style changes the original LinusTechips logo to a more stylish logo", "user" : {"id" : 186251, "name" : "Gimbergsson", "email" : "redacted", "paypal_email" : "alphaapplication@gmail.com", "homepage" : "http://alphaapplication.com", "about" : null, "license" : "ccbyncsa"}, "updated" : "2013-08-29T01:25:22.000Z", "weekly_install_count" : 0, "total_install_count" : 159, "rating" : null, "after_screenshot_name" : "https://userstyles.org/style_screenshots/92364_after.png?r=1589529796", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2013-08-29T01:25:22.000Z", "category" : "site", "raw_subcategory" : "linustechtips", "subcategory" : "linustechtips", "additional_info" : null, "style_tags" : [], "css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n@-moz-document domain(linustechtips.com){\r\n\r\n/*Change the logo to the old logo - START*/\r\n#logo > a > img:not([usemap]){\r\n \tbackground-image:url(\"http://alphaapplication.com/linus_theme/logo.png\") !important;}\r\n\r\n#logo > a > img:not([usemap]){\r\n width: 0px !important;\r\n height: 40px !important;\r\n padding-left: 307px !important;\r\n background-position: 0px 0px !important;\r\n background-size: auto auto !important;\r\n \tmargin-top:12px !important;\r\n}\r\n/*Change the logo to the old logo - END*/\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/92364/linustechtips-logo-change.user.js", "style_settings" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "string"}, "homepage": {"type": "string"}, "about": {"type": "null"}, "license": {"type": "string"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "description": {"type": "string"}, "name": {"type": "string"}, "operator": {"type": "string"}, "phone": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "description", "name", "operator", "phone", "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/4155947812", "properties" : {"amenity" : "vending_machine", "description" : "milk;eggs", "name" : "Milchtankstelle & Bio-Eier Filsum", "operator" : "Frerich de Riese", "phone" : "0170 9026176", "vending" : "milk", "id" : "node/4155947812"}, "geometry" : {"type" : "Point", "coordinates" : [7.6264047, 53.254619]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "operator": {"type": "string"}, "phone": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "description", "name", "operator", "phone", "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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "OperationIndex": {"type": "integer"}, "StartTime": {"type": "number"}}, "required": ["JobIndex", "OperationIndex", "StartTime"]}}}, "required": ["Status", "TimeLimitReached", "RunningTime", "StartTimes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Status" : 3, "TimeLimitReached" : true, "RunningTime" : "00:05:00.3364058", "StartTimes" : [{"JobIndex" : 0, "OperationIndex" : 0, "StartTime" : 0.0}, {"JobIndex" : 1, "OperationIndex" : 0, "StartTime" : 257.0}, {"JobIndex" : 2, "OperationIndex" : 0, "StartTime" : 39.0}, {"JobIndex" : 3, "OperationIndex" : 0, "StartTime" : 614.0}, {"JobIndex" : 4, "OperationIndex" : 0, "StartTime" : 366.0}, {"JobIndex" : 5, "OperationIndex" : 0, "StartTime" : 224.0}, {"JobIndex" : 6, "OperationIndex" : 0, "StartTime" : 21.0}, {"JobIndex" : 7, "OperationIndex" : 0, "StartTime" : 570.0}, {"JobIndex" : 8, "OperationIndex" : 0, "StartTime" : 300.0}, {"JobIndex" : 9, "OperationIndex" : 0, "StartTime" : 187.0}, {"JobIndex" : 10, "OperationIndex" : 0, "StartTime" : 322.0}, {"JobIndex" : 11, "OperationIndex" : 0, "StartTime" : 495.0}, {"JobIndex" : 12, "OperationIndex" : 0, "StartTime" : 439.0}, {"JobIndex" : 13, "OperationIndex" : 0, "StartTime" : 116.0}, {"JobIndex" : 14, "OperationIndex" : 0, "StartTime" : 566.0}, {"JobIndex" : 15, "OperationIndex" : 0, "StartTime" : 161.0}, {"JobIndex" : 16, "OperationIndex" : 0, "StartTime" : 423.0}, {"JobIndex" : 17, "OperationIndex" : 0, "StartTime" : 553.0}, {"JobIndex" : 18, "OperationIndex" : 0, "StartTime" : 646.0}, {"JobIndex" : 19, "OperationIndex" : 0, "StartTime" : 63.0}, {"JobIndex" : 20, "OperationIndex" : 0, "StartTime" : 387.0}, {"JobIndex" : 21, "OperationIndex" : 0, "StartTime" : 127.0}, {"JobIndex" : 22, "OperationIndex" : 0, "StartTime" : 15.0}, {"JobIndex" : 23, "OperationIndex" : 0, "StartTime" : 0.0}, {"JobIndex" : 24, "OperationIndex" : 0, "StartTime" : 522.0}, {"JobIndex" : 25, "OperationIndex" : 0, "StartTime" : 240.0}, {"JobIndex" : 26, "OperationIndex" : 0, "StartTime" : 101.0}, {"JobIndex" : 27, "OperationIndex" : 0, "StartTime" : 44.0}, {"JobIndex" : 28, "OperationIndex" : 0, "StartTime" : 539.0}, {"JobIndex" : 29, "OperationIndex" : 0, "StartTime" : 281.0}]}
json_instruct
{"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "OperationIndex": {"type": "integer"}, "StartTime": {"type": "number"}}, "required": ["JobIndex", "OperationIndex", "StartTime"]}}}, "required": ["Status", "TimeLimitReached", "RunningTime", "StartTimes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "render_readme": {"type": "boolean"}, "country": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "render_readme", "country"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Car card", "render_readme" : true, "country" : ["CN"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "render_readme": {"type": "boolean"}, "country": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "render_readme", "country"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "La Barben", "circ" : "8\u00e8me circonscription", "dpt" : "Bouches-du-Rh\u00f4ne", "inscrits" : 682, "abs" : 343, "votants" : 339, "blancs" : 24, "nuls" : 6, "exp" : 309, "res" : [{"nuance" : "REM", "nom" : "M. Jean-Marc ZULESI", "voix" : 174}, {"nuance" : "FN", "nom" : "M. Antoine BAUDINO", "voix" : 135}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\u5de5\u5ee0\u540d\u7a31" : "\u5c55\u8f2a\u5de5\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99678337", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "07510000208339", "\u5de5\u5ee0\u5730\u5740" : "\u5f70\u5316\u7e23\u82b1\u58c7\u9109\u9577\u6625\u6751\u5f70\u54e1\u8def\u4e00\u6bb5\uff12\uff12\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u5f70\u5316\u7e23\u82b1\u58c7\u9109\u9577\u6625\u6751", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u9673\u4f86\u5efa\u3000", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "22270528", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0750718", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0780626", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["31\u5176\u4ed6\u904b\u8f38\u5de5\u5177\u53ca\u5176\u96f6\u4ef6\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["313\u81ea\u884c\u8eca\u53ca\u5176\u96f6\u4ef6"]}
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "Hydrogenate", "definitions" : ["Charge with or cause to combine with hydrogen."], "parts-of-speech" : "Verb"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"location": {"type": "string"}, "studentgroep": {"type": "array", "items": {}}, "medewerker": {"type": "array", "items": {}}, "Faciliteit": {"type": "array", "items": {}}}, "required": ["location", "studentgroep", "medewerker", "Faciliteit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"location" : "Summa College/Transport&amp;Logistiek", "studentgroep" : [], "medewerker" : [], "Faciliteit" : []}
json_instruct
{"type": "object", "properties": {"location": {"type": "string"}, "studentgroep": {"type": "array", "items": {}}, "medewerker": {"type": "array", "items": {}}, "Faciliteit": {"type": "array", "items": {}}}, "required": ["location", "studentgroep", "medewerker", "Faciliteit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}, "bwqaVersion": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId", "bwqaVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"liveId" : "5acc8fad0cf2267553bed948", "title" : "\u6768\u6654\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u5566\u5566\u5566", "picPath" : "/mediasource/live/151557643534152b6664e0h.png", "startTime" : 1523355565577, "memberId" : 407126, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5acc8fad0cf2267553bed948.lrc", "streamPath" : "http://pl.live.weibo.com/alicdn/c9a0025ac93e609c5a771c40fe36817e_wb480.flv", "screenMode" : 0, "roomId" : "4310651", "bwqaVersion" : 0}, {"liveId" : "5acc8ed50cf2267553bed946", "title" : "\u5510\u9716\u7684\u7535\u53f0", "subTitle" : "\u7761\u524d\u7684\u665a\u5b89", "picPath" : "/mediasource/live/1523112101498iwi01p9j9E.jpg,/mediasource/live/1523112164337c6oitoPC64.jpg,/mediasource/live/1523112164597Rag4wPKadD.jpg,/mediasource/live/1523112164696JT7yfGyDX2.jpg,/mediasource/live/1523112164791I6r6h13Xn3.jpg,/mediasource/live/1523112164904H9LZ4Y35zb.jpg,/mediasource/live/1523112165027Lik3nYov17.jpg,/mediasource/live/1523112165179AQl7QUEUQg.jpg,/mediasource/live/1523112165307ZXF1HO4P61.jpg,/mediasource/live/1523112165449bZnKQI1Z0b.jpg", "startTime" : 1523355349720, "memberId" : 610042, "liveType" : 2, "picLoopTime" : 30000, "lrcPath" : "/mediasource/live/lrc/5acc8ed50cf2267553bed946.lrc", "streamPath" : "http://livepull.48.cn/pocket48/shy48_tang_lin_Tu6O0.flv", "screenMode" : 0, "roomId" : "20820499", "bwqaVersion" : 0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}, "bwqaVersion": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId", "bwqaVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Speeding up mobile multimedia applications.", "fields" : ["mobile web", "feature phone", "mobile database", "mobile processor", "mobile search"], "abstract" : "Mobile devices are becoming ubiquitous multimedia computing platforms. However, due to limited computational power on these devices, a good mobile application requires far more considerations in algorithm design and optimization than for desktop systems. This demo shows two multimedia applications on a mobile phone: mobile visual search and panorama. The innovative components of the system include hybrid tracking and visual matching, optimal region classification and feature selection for faster and more reliable image-related applications, and an optimized image processing pipeline for multimedia applications on a mobile phone.", "citation" : "Not cited", "departments" : ["Nokia"], "authors" : ["Jiang Gao.....http://dblp.org/pers/hd/g/Gao:Jiang"], "conf" : "mm", "year" : "2010", "pages" : 4}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ingresses": {"type": "array", "items": {"type": "string"}}}, "required": ["ingresses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ingresses" : ["https://omsorgspenger-kalkulator.nais.preprod.local", "https://omsorgsdagerkalkulator.dev.intern.nav.no"]}
json_instruct
{"type": "object", "properties": {"ingresses": {"type": "array", "items": {"type": "string"}}}, "required": ["ingresses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Coulogne", "dpt" : "Pas-de-Calais", "inscrits" : 4600, "abs" : 1051, "votants" : 3549, "blancs" : 201, "nuls" : 202, "exp" : 3146, "res" : [{"panneau" : "1", "voix" : 1578}, {"panneau" : "2", "voix" : 1568}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["id", "lat", "lon"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "north_street_petzhold", "lat" : 51.962077, "lon" : 7.628095}, {"id" : "south_street_cityhall", "lat" : 51.961588, "lon" : 7.627814}, {"id" : "south_street_klemensstr", "lat" : 51.961107, "lon" : 7.627567}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["id", "lat", "lon"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"preact": {"type": "string"}}, "required": ["preact"]}, "devDependencies": {"type": "object", "properties": {"@preact/preset-vite": {"type": "string"}, "firebase-tools": {"type": "string"}, "idb-keyval": {"type": "string"}, "react-async-hook": {"type": "string"}, "typescript": {"type": "string"}, "vite": {"type": "string"}}, "required": ["@preact/preset-vite", "firebase-tools", "idb-keyval", "react-async-hook", "typescript", "vite"]}, "name": {"type": "string"}, "prettier": {"type": "object", "properties": {"arrowParens": {"type": "string"}, "bracketSpacing": {"type": "boolean"}, "printWidth": {"type": "integer"}, "quoteProps": {"type": "string"}, "semi": {"type": "boolean"}, "singleQuote": {"type": "boolean"}, "tabWidth": {"type": "integer"}, "trailingComma": {"type": "string"}}, "required": ["arrowParens", "bracketSpacing", "printWidth", "quoteProps", "semi", "singleQuote", "tabWidth", "trailingComma"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "deploy": {"type": "string"}, "dev": {"type": "string"}, "preview": {"type": "string"}}, "required": ["build", "deploy", "dev", "preview"]}, "version": {"type": "string"}, "volta": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["dependencies", "devDependencies", "name", "prettier", "scripts", "version", "volta"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"preact" : "^10.5.15"}, "devDependencies" : {"@preact/preset-vite" : "^2.1.5", "firebase-tools" : "^10.0.1", "idb-keyval" : "^6.0.3", "react-async-hook" : "^4.0.0", "typescript" : "^4.4.4", "vite" : "^2.7.2"}, "name" : "yt-playlist-notifier", "prettier" : {"arrowParens" : "always", "bracketSpacing" : false, "printWidth" : 80, "quoteProps" : "consistent", "semi" : true, "singleQuote" : true, "tabWidth" : 2, "trailingComma" : "all"}, "scripts" : {"build" : "tsc && vite build", "deploy" : "firebase deploy", "dev" : "vite", "preview" : "vite preview"}, "version" : "0.0.0", "volta" : {"node" : "16.13.1"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"preact": {"type": "string"}}, "required": ["preact"]}, "devDependencies": {"type": "object", "properties": {"@preact/preset-vite": {"type": "string"}, "firebase-tools": {"type": "string"}, "idb-keyval": {"type": "string"}, "react-async-hook": {"type": "string"}, "typescript": {"type": "string"}, "vite": {"type": "string"}}, "required": ["@preact/preset-vite", "firebase-tools", "idb-keyval", "react-async-hook", "typescript", "vite"]}, "name": {"type": "string"}, "prettier": {"type": "object", "properties": {"arrowParens": {"type": "string"}, "bracketSpacing": {"type": "boolean"}, "printWidth": {"type": "integer"}, "quoteProps": {"type": "string"}, "semi": {"type": "boolean"}, "singleQuote": {"type": "boolean"}, "tabWidth": {"type": "integer"}, "trailingComma": {"type": "string"}}, "required": ["arrowParens", "bracketSpacing", "printWidth", "quoteProps", "semi", "singleQuote", "tabWidth", "trailingComma"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "deploy": {"type": "string"}, "dev": {"type": "string"}, "preview": {"type": "string"}}, "required": ["build", "deploy", "dev", "preview"]}, "version": {"type": "string"}, "volta": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["dependencies", "devDependencies", "name", "prettier", "scripts", "version", "volta"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parsers_metadata": {"type": "array", "items": {"type": "object", "properties": {"entity_identifier": {"type": "string"}, "entity_parser": {"type": "string"}}, "required": ["entity_identifier", "entity_parser"]}}}, "required": ["parsers_metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parsers_metadata" : [{"entity_identifier" : "Recipe", "entity_parser" : "parser_1"}]}
json_instruct
{"type": "object", "properties": {"parsers_metadata": {"type": "array", "items": {"type": "object", "properties": {"entity_identifier": {"type": "string"}, "entity_parser": {"type": "string"}}, "required": ["entity_identifier", "entity_parser"]}}}, "required": ["parsers_metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid 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" : "Fix #16792\r\n\r\n/cc @richards12", "user" : "junghans", "url" : "https://api.github.com/repos/spack/spack/issues/16811", "updated_at" : "2020-05-27 07:06:33", "created_at" : "2020-05-26 17:14:33", "closed_at" : "2020-05-27 07:06:26", "state" : "closed", "title" : "quicksilver: initial commit", "number" : 16811, "milestone" : null, "labels" : [], "id" : 625047059, "html_url" : "https://github.com/spack/spack/pull/16811", "assignees" : [], "comments" : 2}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 3527070014, "parent" : 3527070, "name" : "PANYEPEN", "latitude" : null, "longitude" : null, "postal" : [69272], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inputs" : ["4 5\n1 5 2 2\n1 3 4\n1 4 4\n3 4 5\n3 2 2\n4 2 2\n", "3 3\n9 7 8\n1 2 1\n2 3 2\n1 3 3\n", "20 10\n487490574 766859182 860731945 956220596 584871933 815478522 698429627 781975977 485357256 396825095 566947997 680691964 834523631 323163346 665972495 5503804 738797202 410201497 91359028 708811641\n16 15 598574211\n8 7 332007499\n11 1 942159718\n3 1 24779817\n20 4 192862192\n16 6 965177283\n20 5 267339195\n19 2 634372580\n20 14 285875387\n20 8 689483375\n", "13 15\n531739709 635168245 234231026 281038754 623215180 692418771 741999464 557020273 415476010 65027535 509994318 572183511 764999869\n12 10 77113307\n6 4 493243408\n9 7 884704622\n12 1 332486025\n5 3 96756243\n10 5 455964540\n7 4 81872575\n13 6 526080427\n8 4 429617508\n7 5 992146684\n12 9 214298703\n11 8 232430976\n13 3 674735569\n8 5 255487152\n4 1 577497633\n", "1 0\n1\n"], "outputs" : ["8\n", "0\n", "144194957\n", "612654294\n", "0\n"]}
json_instruct
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "supersedes": {"type": "string"}, "superseded_by": {"type": "string"}, "count_objects": {"type": "string"}, "biography": {"type": "null"}, "woe:country": {"type": "null"}, "date": {"type": "null"}, "roles": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "count_objects": {"type": "string"}}, "required": ["id", "name", "count_objects"]}}, "concordances": {"type": "object", "properties": {"freebase:id": {"type": "string"}, "ulan:id": {"type": "null"}, "ima:id": {"type": "null"}, "lcnaf:id": {"type": "null"}, "ldm:id": {"type": "null"}, "moma:id": {"type": "string"}, "phm:id": {"type": "string"}, "tms:id": {"type": "string"}, "vanda:id": {"type": "string"}, "viaf:id": {"type": "string"}, "walker:id": {"type": "null"}, "wikipedia:id": {"type": "null"}}, "required": ["freebase:id", "ulan:id", "ima:id", "lcnaf:id", "ldm:id", "moma:id", "phm:id", "tms:id", "vanda:id", "viaf:id", "walker:id", "wikipedia:id"]}}, "required": ["id", "url", "name", "supersedes", "superseded_by", "count_objects", "biography", "woe:country", "date", "roles", "concordances"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "18041871", "url" : "http://collection.cooperhewitt.org/people/18041871/", "name" : "IBM", "supersedes" : "0", "superseded_by" : "0", "count_objects" : "12", "biography" : null, "woe:country" : null, "date" : null, "roles" : [{"id" : "35236667", "name" : "Client", "count_objects" : "11"}, {"id" : "35236685", "name" : "Maker", "count_objects" : "1"}], "concordances" : {"freebase:id" : "/m/03sc8", "ulan:id" : null, "ima:id" : null, "lcnaf:id" : null, "ldm:id" : null, "moma:id" : "7636", "phm:id" : "65553", "tms:id" : "538", "vanda:id" : "37577", "viaf:id" : "134929177", "walker:id" : null, "wikipedia:id" : null}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "supersedes": {"type": "string"}, "superseded_by": {"type": "string"}, "count_objects": {"type": "string"}, "biography": {"type": "null"}, "woe:country": {"type": "null"}, "date": {"type": "null"}, "roles": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "count_objects": {"type": "string"}}, "required": ["id", "name", "count_objects"]}}, "concordances": {"type": "object", "properties": {"freebase:id": {"type": "string"}, "ulan:id": {"type": "null"}, "ima:id": {"type": "null"}, "lcnaf:id": {"type": "null"}, "ldm:id": {"type": "null"}, "moma:id": {"type": "string"}, "phm:id": {"type": "string"}, "tms:id": {"type": "string"}, "vanda:id": {"type": "string"}, "viaf:id": {"type": "string"}, "walker:id": {"type": "null"}, "wikipedia:id": {"type": "null"}}, "required": ["freebase:id", "ulan:id", "ima:id", "lcnaf:id", "ldm:id", "moma:id", "phm:id", "tms:id", "vanda:id", "viaf:id", "walker:id", "wikipedia:id"]}}, "required": ["id", "url", "name", "supersedes", "superseded_by", "count_objects", "biography", "woe:country", "date", "roles", "concordances"], "$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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"minimatch": {"type": "string"}, "del": {"type": "string"}, "delete-empty": {"type": "string"}, "globby": {"type": "string"}, "gulp": {"type": "string"}, "gulp-image-resize": {"type": "string"}, "gulp-imagemin": {"type": "string"}, "gulp-newer": {"type": "string"}, "gulp-rename": {"type": "string"}, "merge2": {"type": "string"}}, "required": ["minimatch", "del", "delete-empty", "globby", "gulp", "gulp-image-resize", "gulp-imagemin", "gulp-newer", "gulp-rename", "merge2"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "animalweb", "version" : "1.0.0", "description" : "", "main" : "gulpfile.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/sayedihashimi/animal-web.git"}, "author" : "Sayed Ibrahim Hashimi", "license" : "Apache v2.0", "bugs" : {"url" : "https://github.com/sayedihashimi/animal-web/issues"}, "homepage" : "https://github.com/sayedihashimi/animal-web#readme", "dependencies" : {"minimatch" : "~>3.0.2", "del" : "^3.0.0", "delete-empty" : "^2.0.0", "globby" : "^8.0.1", "gulp" : "^3.9.1", "gulp-image-resize" : "^0.13.0", "gulp-imagemin" : "^4.1.0", "gulp-newer" : "^1.4.0", "gulp-rename" : "^1.4.0", "merge2" : "^1.2.2"}}
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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"minimatch": {"type": "string"}, "del": {"type": "string"}, "delete-empty": {"type": "string"}, "globby": {"type": "string"}, "gulp": {"type": "string"}, "gulp-image-resize": {"type": "string"}, "gulp-imagemin": {"type": "string"}, "gulp-newer": {"type": "string"}, "gulp-rename": {"type": "string"}, "merge2": {"type": "string"}}, "required": ["minimatch", "del", "delete-empty", "globby", "gulp", "gulp-image-resize", "gulp-imagemin", "gulp-newer", "gulp-rename", "merge2"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$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#"}
[[1947, 8], [1948, 7], [1951, 10], [1953, 9], [1954, 11], [1955, 15], [1956, 8], [1957, 22], [1958, 16], [1959, 21], [1960, 26], [1961, 36], [1962, 37], [1963, 47], [1964, 47], [1965, 58], [1966, 214], [1967, 206], [1968, 261], [1969, 370], [1970, 594], [1971, 1015], [1972, 1138], [1973, 1122], [1974, 1345], [1975, 1083], [1976, 1106], [1977, 1115], [1978, 1053], [1979, 1401], [1980, 2266], [1981, 2019], [1982, 1884], [1983, 1832], [1984, 1685], [1985, 1480], [1986, 1302], [1987, 1279], [1988, 1306], [1989, 1204], [1990, 1154], [1991, 960], [1992, 806], [1993, 687], [1994, 539], [1995, 463], [1996, 336], [1997, 273], [1998, 193], [1999, 191], [2000, 162], [2001, 120], [2002, 149], [2003, 89], [2004, 94], [2005, 82], [2006, 74], [2007, 65], [2008, 49], [2009, 51], [2010, 30], [2011, 41], [2012, 27], [2013, 28], [2014, 16]]
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": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "flInCalendar": {"type": "boolean"}}, "required": ["text", "created", "type", "flInCalendar"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "<a href=\"http://scripting.com/davenet/1996/10/24/QueSeraSera.html\">1996</a>: \"How much happier we would be if instead of crippling each other with fear, we competed to empower each others' creativity.\"", "created" : "Tue, 21 Sep 2021 18:55:52 GMT", "type" : "outline", "flInCalendar" : true}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "flInCalendar": {"type": "boolean"}}, "required": ["text", "created", "type", "flInCalendar"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"history": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "integer"}, "description": {"type": "string"}, "city": {"type": "string"}}, "required": ["timestamp", "description", "city"]}}}, "required": ["history"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"history" : [{"timestamp" : 14242322, "description" : "DELIVERED", "city" : "MIAMI"}, {"timestamp" : 14124132, "description" : "DESTINATION SCAN", "city" : "MIAMI"}, {"timestamp" : 12424312, "description" : "ARRIVAL SCAN", "city" : "MIAMI"}]}
json_instruct
{"type": "object", "properties": {"history": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "integer"}, "description": {"type": "string"}, "city": {"type": "string"}}, "required": ["timestamp", "description", "city"]}}}, "required": ["history"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "heyzo-2611", "size" : 545886351, "link" : "https://streamtape.com/e/dKd4JRa3pvUQ9W", "created_at" : "2022\u5e7403\u670828\u65e5 12:48:30", "downloads" : 0, "linkid" : "dKd4JRa3pvUQ9W", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "https://huyaimg.msstatic.com/avatar/1022/07/ec5fef7c7662720286fbbb12395390_180_135.jpg?1628178596?458648", "folderName" : "HEYZO-2611 \u4e03\u6d77\u306a\u306a \u3010\u306a\u306a\u307f\u306a\u306a\u3011 \u3069\u30b9\u30b1\u30d9\u306a\u79c1\u3092\u53ec\u3057\u4e0a\u304c\u308c\uff01Vol.2 \u4e03\u6d77\u5948\u5948", "thumbUrl" : "https://assets-cdn.jable.tv/contents/videos_screenshots/18000/18726/320x180/1.jpg"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage_url": {"type": "string"}, "manifest_version": {"type": "integer"}, "minimum_chrome_version": {"type": "string"}, "applications": {"type": "object", "properties": {"gecko": {"type": "object", "properties": {"id": {"type": "string"}, "strict_min_version": {"type": "string"}}, "required": ["id", "strict_min_version"]}}, "required": ["gecko"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}, "default_popup": {"type": "string"}, "browser_style": {"type": "boolean"}}, "required": ["default_icon", "default_popup", "browser_style"]}, "optional_permissions": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "options_ui": {"type": "object", "properties": {"chrome_style": {"type": "boolean"}, "page": {"type": "string"}}, "required": ["chrome_style", "page"]}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"run_at": {"type": "string"}, "matches": {"type": "array", "items": {"type": "string"}}, "css": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["run_at", "matches", "css", "js"]}}}, "required": ["name", "short_name", "version", "description", "homepage_url", "manifest_version", "minimum_chrome_version", "applications", "permissions", "browser_action", "optional_permissions", "icons", "options_ui", "background", "content_scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Friendly GitHub", "short_name" : "FGH", "version" : "0.0.1", "description" : "Makes GitHub a better Social Network", "homepage_url" : "https://github.com/hermanya/friendly-github", "manifest_version" : 2, "minimum_chrome_version" : "58", "applications" : {"gecko" : {"id" : "{073711a2-ea6d-49f2-98b6-0d7ea340c06f}", "strict_min_version" : "55.0"}}, "permissions" : ["storage", "contextMenus", "activeTab", "https://api.github.com/*"], "browser_action" : {"default_icon" : "icon.png", "default_popup" : "options.html", "browser_style" : true}, "optional_permissions" : ["http://*/*", "https://*/*"], "icons" : {"128" : "icon.png"}, "options_ui" : {"chrome_style" : true, "page" : "options.html"}, "background" : {"scripts" : ["browser-polyfill.min.js", "background.js"], "persistent" : false}, "content_scripts" : [{"run_at" : "document_start", "matches" : ["https://github.com/*", "https://gist.github.com/*"], "css" : ["content.css"], "js" : ["browser-polyfill.min.js", "content.js"]}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage_url": {"type": "string"}, "manifest_version": {"type": "integer"}, "minimum_chrome_version": {"type": "string"}, "applications": {"type": "object", "properties": {"gecko": {"type": "object", "properties": {"id": {"type": "string"}, "strict_min_version": {"type": "string"}}, "required": ["id", "strict_min_version"]}}, "required": ["gecko"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}, "default_popup": {"type": "string"}, "browser_style": {"type": "boolean"}}, "required": ["default_icon", "default_popup", "browser_style"]}, "optional_permissions": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "options_ui": {"type": "object", "properties": {"chrome_style": {"type": "boolean"}, "page": {"type": "string"}}, "required": ["chrome_style", "page"]}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"run_at": {"type": "string"}, "matches": {"type": "array", "items": {"type": "string"}}, "css": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["run_at", "matches", "css", "js"]}}}, "required": ["name", "short_name", "version", "description", "homepage_url", "manifest_version", "minimum_chrome_version", "applications", "permissions", "browser_action", "optional_permissions", "icons", "options_ui", "background", "content_scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"background_color": {"type": "string"}, "display": {"type": "string"}, "name": {"type": "string"}, "short_name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "icons": {"type": "array", "items": {}}, "start_url": {"type": "string"}}, "required": ["background_color", "display", "name", "short_name", "version", "description", "author", "icons", "start_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"background_color" : "#FFF", "display" : "standalone", "name" : "Juego", "short_name" : "Juego", "version" : "com.phonegap.helloworld", "description" : "Juego demostracion de las capacidades del acelerometro.", "author" : "Devscola", "icons" : [], "start_url" : "index.html"}
json_instruct
{"type": "object", "properties": {"background_color": {"type": "string"}, "display": {"type": "string"}, "name": {"type": "string"}, "short_name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "icons": {"type": "array", "items": {}}, "start_url": {"type": "string"}}, "required": ["background_color", "display", "name", "short_name", "version", "description", "author", "icons", "start_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1602030017", "district_id" : "1602030", "name" : "CAMBAI"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e", "s"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "paconek", "h" : [{"d" : [{"f" : "\u63d2\u4e0a\uff0c\u653e\u5165\u3002", "e" : ["\ufff9`Pa~`co~`n~`e~`k~ `to~ `hana~.\ufffa\ufffb\u63d2\u82b1\u3002"], "s" : ["`paco'enek~"]}]}], "stem" : "conek"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e", "s"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "bugs": {"type": "string"}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["name", "filename", "description", "version", "homepage", "keywords", "maintainers", "repositories", "bugs", "licenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jquery.meiomask", "filename" : "meiomask.min.js", "description" : "A jquery plugin for masking text inputs.", "version" : "1.1.14", "homepage" : "https://github.com/fabiomcosta/jquery-meiomask", "keywords" : ["jquery", "library", "framework", "popular", "meiomask", "mask", "input"], "maintainers" : [{"name" : "F\u00e1bio M. Costa", "url" : "https://github.com/fabiomcosta"}, {"name" : "John Voloski", "url" : "https://github.com/johnvoloski"}], "repositories" : [{"type" : "git", "url" : "https://github.com/fabiomcosta/jquery-meiomask.git"}], "bugs" : "https://github.com/fabiomcosta/jquery-meiomask/issues", "licenses" : [{"type" : "MIT", "url" : "https://github.com/fabiomcosta/jquery-meiomask/blob/master/LICENSE-MIT.md"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "bugs": {"type": "string"}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["name", "filename", "description", "version", "homepage", "keywords", "maintainers", "repositories", "bugs", "licenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["Alderaan", "Yavin IV", "Hoth", "Dagobah", "Bespin", "Endor", "Naboo", "Coruscant", "Kamino", "Geonosis", "Utapau", "Mustafar", "Kashyyyk", "Polis Massa", "Mygeeto", "Felucia", "Cato Neimoidia", "Saleucami", "Stewjon", "Eriadu", "Corellia", "Rodia", "Nal Hutta", "Dantooine", "Bestine IV", "Ord Mantell", "unknown", "Trandosha", "Socorro", "Mon Cala", "Chandrila", "Sullust", "Toydaria", "Malastare", "Dathomir", "Ryloth", "Aleen Minor", "Vulpter", "Troiken", "Tund", "Haruun Kal", "Cerea", "Glee Anselm", "Iridonia", "Tholoth", "Iktotch", "Quermia", "Dorin", "Champala", "Mirial", "Serenno", "Concord Dawn", "Zolan", "Ojom", "Skako", "Muunilinst", "Shili", "Kalee", "Umbara", "Tatooine", "Jakku"]
json_instruct
{"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": {"align_labels_right": {"type": "integer"}, "creation": {"type": "string"}, "custom_format": {"type": "integer"}, "default_print_language": {"type": "string"}, "disabled": {"type": "integer"}, "doc_type": {"type": "string"}, "docstatus": {"type": "integer"}, "doctype": {"type": "string"}, "font": {"type": "string"}, "html": {"type": "string"}, "idx": {"type": "integer"}, "line_breaks": {"type": "integer"}, "modified": {"type": "string"}, "modified_by": {"type": "string"}, "module": {"type": "string"}, "name": {"type": "string"}, "owner": {"type": "string"}, "print_format_builder": {"type": "integer"}, "print_format_type": {"type": "string"}, "raw_printing": {"type": "integer"}, "show_section_headings": {"type": "integer"}, "standard": {"type": "string"}}, "required": ["align_labels_right", "creation", "custom_format", "default_print_language", "disabled", "doc_type", "docstatus", "doctype", "font", "html", "idx", "line_breaks", "modified", "modified_by", "module", "name", "owner", "print_format_builder", "print_format_type", "raw_printing", "show_section_headings", "standard"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"align_labels_right" : 0, "creation" : "2020-10-03 15:35:45.627426", "custom_format" : 1, "default_print_language" : "en", "disabled" : 0, "doc_type" : "Biller", "docstatus" : 0, "doctype" : "Print Format", "font" : "Default", "html" : "{% if letter_head %}\n\t\t<div class=\"hidden-pdf\" id=\"header-html\">\n\t\t\t<div class=\"letter-head\">\n\t\t \t\n\t\t\t</div>\n\t\t</div>\n\t{% endif %}\n{{ frappe.render_template(\"hsm_working/print_format/tax_invoice/tax_invoice.html\",{\"doc\": doc}) }}\n<div id=\"footer-html\" class=\"visible-pdf\">\n\t\t\t\t{% if not no_letterhead and footer %}\n\t\t\t\t\t<div class=\"letter-head-footer\">\n\t\t\t\t\t\t{{ footer }}\n\t\t\t\t\t</div>\n\t\t\t\t{% endif %}\t", "idx" : 0, "line_breaks" : 0, "modified" : "2020-10-03 17:30:56.979398", "modified_by" : "Administrator", "module" : "HSM working", "name" : "Tax Invoice", "owner" : "Administrator", "print_format_builder" : 0, "print_format_type" : "Jinja", "raw_printing" : 0, "show_section_headings" : 0, "standard" : "Yes"}
json_instruct
{"type": "object", "properties": {"align_labels_right": {"type": "integer"}, "creation": {"type": "string"}, "custom_format": {"type": "integer"}, "default_print_language": {"type": "string"}, "disabled": {"type": "integer"}, "doc_type": {"type": "string"}, "docstatus": {"type": "integer"}, "doctype": {"type": "string"}, "font": {"type": "string"}, "html": {"type": "string"}, "idx": {"type": "integer"}, "line_breaks": {"type": "integer"}, "modified": {"type": "string"}, "modified_by": {"type": "string"}, "module": {"type": "string"}, "name": {"type": "string"}, "owner": {"type": "string"}, "print_format_builder": {"type": "integer"}, "print_format_type": {"type": "string"}, "raw_printing": {"type": "integer"}, "show_section_headings": {"type": "integer"}, "standard": {"type": "string"}}, "required": ["align_labels_right", "creation", "custom_format", "default_print_language", "disabled", "doc_type", "docstatus", "doctype", "font", "html", "idx", "line_breaks", "modified", "modified_by", "module", "name", "owner", "print_format_builder", "print_format_type", "raw_printing", "show_section_headings", "standard"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "service_uuid": {"type": "string"}, "attribute": {"type": "string"}, "pattern": {"type": "string"}, "description": {"type": "string"}, "rule_type": {"type": "string"}}, "required": ["id", "service_uuid", "attribute", "pattern", "description", "rule_type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 2, "service_uuid" : "822dc214-3e62-4bae-8411-7e1261e2c328", "attribute" : "ServiceName", "pattern" : "user.*8", "description" : "test", "rule_type" : "white"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "service_uuid": {"type": "string"}, "attribute": {"type": "string"}, "pattern": {"type": "string"}, "description": {"type": "string"}, "rule_type": {"type": "string"}}, "required": ["id", "service_uuid", "attribute", "pattern", "description", "rule_type"], "$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"}, "tdd": {"type": "string"}, "coverage": {"type": "string"}, "coveralls": {"type": "string"}, "benchmark": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "tdd", "coverage", "coveralls", "benchmark", "build"]}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"coveralls": {"type": "string"}, "debug": {"type": "string"}, "eslint": {"type": "string"}, "expect.js": {"type": "string"}, "fastbench": {"type": "string"}, "istanbul": {"type": "string"}, "mocha": {"type": "string"}, "uglify-js": {"type": "string"}}, "required": ["coveralls", "debug", "eslint", "expect.js", "fastbench", "istanbul", "mocha", "uglify-js"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "homepage", "repository", "devDependencies", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "flw", "version" : "0.1.3", "description" : "Another Flow Control library for JS", "main" : "flw.js", "scripts" : {"test" : "mocha test/t_flw.js && eslint *.js test/*.js", "tdd" : "mocha -w test/t_flw.js", "coverage" : "istanbul cover -- ./node_modules/.bin/_mocha test/t_flw.js", "coveralls" : "coveralls < coverage/lcov.info", "benchmark" : "time node ./test/b_flw.js", "build" : "uglifyjs flw.js -c \"evaluate=false\" -m --source-map filename=dist/flw-min.js.map -o dist/flw-min.js"}, "homepage" : "https://github.com/whyhankee/node-flw", "repository" : {"type" : "git", "url" : "git@github.com:whyhankee/node-flw.git"}, "devDependencies" : {"coveralls" : "3.0.1", "debug" : "3.1.0", "eslint" : "4.19.1", "expect.js" : "0.3.1", "fastbench" : "1.0.1", "istanbul" : "0.4.5", "mocha" : "5.1.1", "uglify-js" : "3.3.23"}, "author" : "Paul Wijhenke <paul@paulsplace.nl>", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "tdd": {"type": "string"}, "coverage": {"type": "string"}, "coveralls": {"type": "string"}, "benchmark": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "tdd", "coverage", "coveralls", "benchmark", "build"]}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"coveralls": {"type": "string"}, "debug": {"type": "string"}, "eslint": {"type": "string"}, "expect.js": {"type": "string"}, "fastbench": {"type": "string"}, "istanbul": {"type": "string"}, "mocha": {"type": "string"}, "uglify-js": {"type": "string"}}, "required": ["coveralls", "debug", "eslint", "expect.js", "fastbench", "istanbul", "mocha", "uglify-js"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "homepage", "repository", "devDependencies", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "factorio_version": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["title", "name", "author", "version", "factorio_version", "homepage", "license", "dependencies", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Squid Ink", "name" : "SquidInk", "author" : "Cory F", "version" : "1.0.2", "factorio_version" : "1.0", "homepage" : "https://github.com/Coryf65/SquidInk", "license" : "MIT License", "dependencies" : ["base >= 1.0"], "description" : "This mod adds a collection of Furnaces and Uranium Processing."}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "factorio_version": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["title", "name", "author", "version", "factorio_version", "homepage", "license", "dependencies", "description"], "$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" : "018dee767e9c0e04d6065e654ff39e4f8e2fe835"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"5.0.5": {"type": "number"}, "5.0.7": {"type": "number"}, "5.0.8": {"type": "number"}, "5.0.9": {"type": "number"}, "5.0.10": {"type": "number"}, "5.0.11": {"type": "number"}, "lastVersion": {"type": "number"}}, "required": ["5.0.5", "5.0.7", "5.0.8", "5.0.9", "5.0.10", "5.0.11", "lastVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"5.0.5" : 93964.77575913226, "5.0.7" : 136322.36426495836, "5.0.8" : 107747.88126321652, "5.0.9" : 101434.67434664717, "5.0.10" : 111810.30967867956, "5.0.11" : 70999.15105335462, "lastVersion" : 70999.15105335462}
json_instruct
{"type": "object", "properties": {"5.0.5": {"type": "number"}, "5.0.7": {"type": "number"}, "5.0.8": {"type": "number"}, "5.0.9": {"type": "number"}, "5.0.10": {"type": "number"}, "5.0.11": {"type": "number"}, "lastVersion": {"type": "number"}}, "required": ["5.0.5", "5.0.7", "5.0.8", "5.0.9", "5.0.10", "5.0.11", "lastVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "browser": {"type": "string"}, "type": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}, "tag": {"type": "string"}}, "required": ["access", "tag"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepare": {"type": "string"}, "build:watch": {"type": "string"}, "clean": {"type": "string"}, "release": {"type": "string"}}, "required": ["build", "prepare", "build:watch", "clean", "release"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"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"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "standard-version": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "standard-version", "typescript"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "main", "browser", "type", "publishConfig", "scripts", "keywords", "author", "license", "repository", "bugs", "homepage", "description", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "html-input-rut", "version" : "1.4.2", "main" : "./server.mjs", "browser" : "./browser.mjs", "type" : "module", "publishConfig" : {"access" : "public", "tag" : "latest"}, "scripts" : {"build" : "tsc", "prepare" : "tsc", "build:watch" : "tsc --watch", "clean" : "tsc --build --clean", "release" : "standard-version"}, "keywords" : ["rut", "web-component", "chilean rut", "html-input"], "author" : "Jonathan Delgado Zamorano <hi@jon.soy> (https://jon.soy)", "license" : "MIT", "repository" : {"type" : "git", "url" : "git+https://github.com/JonDotsoy/html-input-rut.git"}, "bugs" : {"url" : "https://github.com/JonDotsoy/html-input-rut/issues"}, "homepage" : "https://github.com/JonDotsoy/html-input-rut#readme", "description" : "This module is a simple web component to create a input chilean RUT validation. Compatible with pure HTML and any framework (React, Vie, Angular, Other).", "devDependencies" : {"@types/node" : "^17.0.6", "standard-version" : "^9.3.2", "typescript" : "^4.5.4"}, "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "browser": {"type": "string"}, "type": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}, "tag": {"type": "string"}}, "required": ["access", "tag"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepare": {"type": "string"}, "build:watch": {"type": "string"}, "clean": {"type": "string"}, "release": {"type": "string"}}, "required": ["build", "prepare", "build:watch", "clean", "release"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"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"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "standard-version": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "standard-version", "typescript"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "main", "browser", "type", "publishConfig", "scripts", "keywords", "author", "license", "repository", "bugs", "homepage", "description", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101772619, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "6c928d77ed360c84670ac2b79af96893", "wof:id" : 101772619, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.59785, 44.26055, 4.59785, 44.26055], "geometry" : {"coordinates" : [4.59785, 44.26055], "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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/2/26/Icon_Buff_SiphonedLifeforce.png/revision/latest?cb=20200501200814", "sha1" : "2b15c4b5d5d6e174166250a57ceec141cf4587b3"}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"azure-mgmt-databoxedge-1.0.0.zip": {"type": "string"}, "azure_mgmt_databoxedge-1.0.0-py2.py3-none-any.whl": {"type": "string"}}, "required": ["azure-mgmt-databoxedge-1.0.0.zip", "azure_mgmt_databoxedge-1.0.0-py2.py3-none-any.whl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"azure-mgmt-databoxedge-1.0.0.zip" : "04090062bc1e8f00c2f45315a3bceb0fb3b3479ec1474d71b88342e13499b087", "azure_mgmt_databoxedge-1.0.0-py2.py3-none-any.whl" : "c8c1cc20454f3d84c679f7dedc18802007bc093c5aefb482f96852c8ea054b0e"}
json_instruct
{"type": "object", "properties": {"azure-mgmt-databoxedge-1.0.0.zip": {"type": "string"}, "azure_mgmt_databoxedge-1.0.0-py2.py3-none-any.whl": {"type": "string"}}, "required": ["azure-mgmt-databoxedge-1.0.0.zip", "azure_mgmt_databoxedge-1.0.0-py2.py3-none-any.whl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"dataset_session": {"type": "integer"}, "status_type": {"type": "string"}}, "required": ["dataset_session", "status_type"]}}, "required": ["model", "pk", "fields"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"model" : "saef.datasetsessionmetadata", "pk" : 1, "fields" : {"dataset_session" : 1, "status_type" : "SUCCEEDED"}}, {"model" : "saef.datasetsessionmetadata", "pk" : 2, "fields" : {"dataset_session" : 2, "status_type" : "SUCCEEDED_ISSUE"}}, {"model" : "saef.datasetsessionmetadata", "pk" : 3, "fields" : {"dataset_session" : 3, "status_type" : "FAILED"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"dataset_session": {"type": "integer"}, "status_type": {"type": "string"}}, "required": ["dataset_session", "status_type"]}}, "required": ["model", "pk", "fields"]}, "$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": {"uniqueId": {"type": "integer"}, "name": {"type": "string"}, "age": {"type": "integer"}}, "required": ["uniqueId", "name", "age"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"uniqueId" : 1110, "name" : "\u5f20\u4e09", "age" : 18}, {"uniqueId" : 1111, "name" : "\u5f20\u4e09", "age" : 18}, {"uniqueId" : 1112, "name" : "\u5f20\u4e09", "age" : 18}, {"uniqueId" : 1113, "name" : "\u5f20\u4e09", "age" : 18}, {"uniqueId" : 1114, "name" : "\u5f20\u4e09", "age" : 18}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"uniqueId": {"type": "integer"}, "name": {"type": "string"}, "age": {"type": "integer"}}, "required": ["uniqueId", "name", "age"]}, "$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"}, "key": {"type": "object", "properties": {"key": {"type": "string"}, "continuous": {"type": "boolean"}}, "required": ["key", "continuous"]}, "cooldown": {"type": "integer"}, "hud_render": {"type": "object", "properties": {"sprite_location": {"type": "string"}, "bar_index": {"type": "string"}}, "required": ["sprite_location", "bar_index"]}}, "required": ["type", "key", "cooldown", "hud_render"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "customorigins:switchy", "key" : {"key" : "key.origins.ternary_active", "continuous" : false}, "cooldown" : 300, "hud_render" : {"sprite_location" : "customorigins:textures/gui/ability_bars.png", "bar_index" : "7"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "key": {"type": "object", "properties": {"key": {"type": "string"}, "continuous": {"type": "boolean"}}, "required": ["key", "continuous"]}, "cooldown": {"type": "integer"}, "hud_render": {"type": "object", "properties": {"sprite_location": {"type": "string"}, "bar_index": {"type": "string"}}, "required": ["sprite_location", "bar_index"]}}, "required": ["type", "key", "cooldown", "hud_render"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"authors" : [{"author" : "Folakemi A Oredugba"}], "doi" : "10.1186/1472-6831-5-9", "publication_date" : "2005-12-13", "id" : "EN119659", "url" : "https://pubmed.ncbi.nlm.nih.gov/16336661", "source" : "BMC oral health", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubmed", "description" : "", "text" : "An unusual case of talon cusp on the facial aspect of a mandibular central incisor is reported. Its presence resulted in attrition of the opposing tooth. Reduction of the cusp and topical application of fluoride gel was initiated."}
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"website": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}, "required": ["username", "password"]}, "matrix": {"type": "object", "properties": {"userId": {"type": "string"}, "accessToken": {"type": "string"}, "server": {"type": "string"}}, "required": ["userId", "accessToken", "server"]}}, "required": ["website", "matrix"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"website" : {"username" : "", "password" : ""}, "matrix" : {"userId" : "", "accessToken" : "", "server" : "https://matrix.lelux.net"}}
json_instruct
{"type": "object", "properties": {"website": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}, "required": ["username", "password"]}, "matrix": {"type": "object", "properties": {"userId": {"type": "string"}, "accessToken": {"type": "string"}, "server": {"type": "string"}}, "required": ["userId", "accessToken", "server"]}}, "required": ["website", "matrix"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Region": {"type": "string"}, "AppService": {"type": "object", "properties": {"Tier": {"type": "string"}, "Size": {"type": "string"}}, "required": ["Tier", "Size"]}, "Storage": {"type": "object", "properties": {"AccountReplicationType": {"type": "string"}, "AccounTier": {"type": "string"}}, "required": ["AccountReplicationType", "AccounTier"]}, "KeyVault": {"type": "object", "properties": {"SkuName": {"type": "string"}}, "required": ["SkuName"]}}, "required": ["Region", "AppService", "Storage", "KeyVault"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Region" : "West Europe", "AppService" : {"Tier" : "Free", "Size" : "F1"}, "Storage" : {"AccountReplicationType" : "LRS", "AccounTier" : "Standard"}, "KeyVault" : {"SkuName" : "standard"}}
json_instruct
{"type": "object", "properties": {"Region": {"type": "string"}, "AppService": {"type": "object", "properties": {"Tier": {"type": "string"}, "Size": {"type": "string"}}, "required": ["Tier", "Size"]}, "Storage": {"type": "object", "properties": {"AccountReplicationType": {"type": "string"}, "AccounTier": {"type": "string"}}, "required": ["AccountReplicationType", "AccounTier"]}, "KeyVault": {"type": "object", "properties": {"SkuName": {"type": "string"}}, "required": ["SkuName"]}}, "required": ["Region", "AppService", "Storage", "KeyVault"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "integer"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"value" : [62214, 63312, 63122, 63312, 63414, 64311, 64413, 63312, 64222, 62222]}
json_instruct
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "integer"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"GirlsWithGuns": {"type": "array", "items": {"type": "string"}}}, "required": ["GirlsWithGuns"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"GirlsWithGuns" : ["ActionAdventureTropes", "HeroicBloodshed", "SmallGirlBigGun", "SuperheroPackingHeat", "MilitaryMoe", "TheGunslinger", "TropeCodifier", "ExactlyWhatItSaysOnTheTin", "ExactlyWhatItSaysOnTheTin", "Deconstruction", "ChildSoldiers", "Cyborg", "ExactlyWhatItSaysOnTheTin", "Deconstruction", "ChildSoldiers", "Cyborg", "BountyHunter", "AuthorAppeal", "ActionGirl", "DieHardOnAnX", "TheWildWest", "Mooks", "Doujinshi", "MoeAnthropomorphism", "JapaneseSchoolClub", "AmazonBrigade", "SchoolgirlSeries", "SpyFiction", "BlackWidow", "WildWest", "GenreBusting", "ProfessionalKiller", "CultClassic", "GenreMashup", "SpiritualSuccessor", "EnsembleCast", "SpiritualSuccessor", "ActionGirl", "HeroicBloodshed", "ExactlyWhatItSaysOnTheTin", "ForeignRemake", "ProfessionalKiller", "GirlyGirl", "SpiritualSuccessor", "SpiritualSuccessor", "ForeignRemake", "ProfessionalKiller", "ExactlyWhatItSaysOnTheTin", "RomanceNovel", "WorldOfActionGirls", "BlingBlingBang", "ArtisticLicenceGunSafety", "AmazonBrigade", "ChurchMilitant", "FanNickname", "MoeAnthropomorphism", "Oni", "DemonSlaying", "GunsAkimbo", "GunKata", "GunKata", "ArmCannon"]}
json_instruct
{"type": "object", "properties": {"GirlsWithGuns": {"type": "array", "items": {"type": "string"}}}, "required": ["GirlsWithGuns"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-4v82-mf94-m3qq", "modified" : "2022-05-01T02:23:54Z", "published" : "2022-05-01T02:23:54Z", "aliases" : ["CVE-2005-4059"], "details" : "SQL injection vulnerability in searchdb.asp in LocazoList 1.03c and earlier allows remote attackers to execute arbitrary SQL commands via the q parameter.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2005-4059"}, {"type" : "WEB", "url" : "http://locazo.net:81/applications/"}, {"type" : "WEB", "url" : "http://pridels0.blogspot.com/2005/12/locazolist-classifieds-v103c-vuln.html"}, {"type" : "WEB", "url" : "http://www.osvdb.org/21531"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/15812"}, {"type" : "WEB", "url" : "http://www.vupen.com/english/advisories/2005/2756"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "tagline": {"type": "string"}, "author": {"type": "string"}, "image": {"type": "string"}, "ignore": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "folders": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "folders"]}, "live": {"type": "object", "properties": {"inherit_index": {"type": "boolean"}, "clean_urls": {"type": "boolean"}}, "required": ["inherit_index", "clean_urls"]}, "html": {"type": "object", "properties": {"theme": {"type": "string"}, "breadcrumbs": {"type": "boolean"}, "breadcrumb_separator": {"type": "string"}, "toggle_code": {"type": "boolean"}, "date_modified": {"type": "boolean"}, "float": {"type": "boolean"}, "twitter": {"type": "array", "items": {"type": "string"}}, "google_analytics": {"type": "string"}, "links": {"type": "object", "properties": {"Download": {"type": "string"}, "GitHub Repo": {"type": "string"}, "Help/Support/Bugs": {"type": "string"}, "Made by Todaymade": {"type": "string"}}, "required": ["Download", "GitHub Repo", "Help/Support/Bugs", "Made by Todaymade"]}}, "required": ["theme", "breadcrumbs", "breadcrumb_separator", "toggle_code", "date_modified", "float", "twitter", "google_analytics", "links"]}}, "required": ["title", "tagline", "author", "image", "ignore", "live", "html"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Duoworld.com", "tagline" : "for connected business", "author" : "Duoworld inc", "image" : "How_it_works.png", "ignore" : {"files" : ["Work_In_Progress.md"], "folders" : ["99_Not_Ready"]}, "live" : {"inherit_index" : true, "clean_urls" : true}, "html" : {"theme" : "daux-blue", "breadcrumbs" : true, "breadcrumb_separator" : "Chevrons", "toggle_code" : true, "date_modified" : true, "float" : true, "twitter" : ["duoworld", "duoworld"], "google_analytics" : "UA-12653604-10", "links" : {"Download" : "https://github.com/DuoSoftware/Duoworldsite.zip", "GitHub Repo" : "https://github.com/DuoSoftware/Duoworldsite", "Help/Support/Bugs" : "https://github.com/DuoSoftware/Duoworldsite", "Made by Todaymade" : "http://todaymade.com"}}}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "tagline": {"type": "string"}, "author": {"type": "string"}, "image": {"type": "string"}, "ignore": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "folders": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "folders"]}, "live": {"type": "object", "properties": {"inherit_index": {"type": "boolean"}, "clean_urls": {"type": "boolean"}}, "required": ["inherit_index", "clean_urls"]}, "html": {"type": "object", "properties": {"theme": {"type": "string"}, "breadcrumbs": {"type": "boolean"}, "breadcrumb_separator": {"type": "string"}, "toggle_code": {"type": "boolean"}, "date_modified": {"type": "boolean"}, "float": {"type": "boolean"}, "twitter": {"type": "array", "items": {"type": "string"}}, "google_analytics": {"type": "string"}, "links": {"type": "object", "properties": {"Download": {"type": "string"}, "GitHub Repo": {"type": "string"}, "Help/Support/Bugs": {"type": "string"}, "Made by Todaymade": {"type": "string"}}, "required": ["Download", "GitHub Repo", "Help/Support/Bugs", "Made by Todaymade"]}}, "required": ["theme", "breadcrumbs", "breadcrumb_separator", "toggle_code", "date_modified", "float", "twitter", "google_analytics", "links"]}}, "required": ["title", "tagline", "author", "image", "ignore", "live", "html"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "headmaster": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "email", "headmaster", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Fritz-Reuter-Schule", "id" : "HB-153", "address" : "Braunstr. 5, 27574 Bremerhaven", "school_type" : "Grundschule", "fax" : "0471/391-3745", "phone" : "0471/391-3740", "email" : "f.reuter@schule.bremerhaven.de", "headmaster" : "Madeleine Kern", "state" : "HB", "programs" : {"programs" : []}, "full_time_school" : true, "lon" : 8.610881, "lat" : 53.519135}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "headmaster": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "email", "headmaster", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "11969aa5b8b52c2f8ebb3424db2dd4853b0c1e49"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1986, 6], [1992, 5], [1994, 5], [1995, 5], [1998, 6], [1999, 12], [2000, 5], [2002, 6], [2007, 5], [2008, 7], [2013, 8]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"faq": {"type": "array", "items": {"type": "object", "properties": {"question": {"type": "string"}, "answer": {"type": "string"}}, "required": ["question", "answer"]}}, "about": {"type": "object", "properties": {"institution": {"type": "string"}, "url_insitution": {"type": "string"}, "address": {"type": "string"}, "author": {"type": "string"}, "url_author": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["institution", "url_insitution", "address", "author", "url_author", "phone", "email", "links"]}}, "required": ["faq", "about"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"faq" : [{"question" : "\u00bfQu\u00e9 es Sceiba?", "answer" : "Es un repositorio de publicaciones cient\u00edficas cubanas. Integra diferentes espacios de publicaci\u00f3n cient\u00edfica como Revistas Cient\u00edficas y Repositorios Institucionales."}, {"question" : "\u00bfQu\u00e9 puedo encontrar en Sceiba?", "answer" : "Colectamos recursos publicados en Acceso Abierto: Art\u00edculos cient\u00edficos, Ponencias, Datos de Investigaci\u00f3n."}, {"question" : "\u00bfQu\u00e9 relaci\u00f3n tiene con Tocororo?", "answer" : "Es una soluci\u00f3n inform\u00e1tica dentro del proyecto Tocororo, en un esfuerzo por la comunicaci\u00f3n cient\u00edfica en Cuba dentro del Programa Nacional de Ciencia, Tecnolog\u00eda e Innovaci\u00f3n: Informatizaci\u00f3n de la Sociedad."}], "about" : {"institution" : "Universidad de Pinar del R\u00edo", "url_insitution" : "http://www.upr.edu.cu", "address" : "Calle Mart\u00ed 300 e/ Gonz\u00e1lez Alcorta y 27 de noviembre. Pinar del R\u00edo. C\u00f3digo Postal 20100. Pinar del R\u00edo, Cuba ", "author" : "Centro de Recursos para el Aprendizaje y la Informaci\u00f3n (CRAI)", "url_author" : "http://crai.upr.edu.cu", "phone" : "(+53) 48755032 ", "email" : "biblioteca@upr.edu.cu", "links" : [{"name" : "Redalyc ", "url" : "http://www.redalyc.org/home.oa"}, {"name" : "Scielo", "url" : "https://www.scielo.org/es"}, {"name" : "Dialnet", "url" : "https://dialnet.unirioja.es/"}, {"name" : "Latindex", "url" : "https://www.latindex.org/latindex/inicio"}]}}
json_instruct
{"type": "object", "properties": {"faq": {"type": "array", "items": {"type": "object", "properties": {"question": {"type": "string"}, "answer": {"type": "string"}}, "required": ["question", "answer"]}}, "about": {"type": "object", "properties": {"institution": {"type": "string"}, "url_insitution": {"type": "string"}, "address": {"type": "string"}, "author": {"type": "string"}, "url_author": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["institution", "url_insitution", "address", "author", "url_author", "phone", "email", "links"]}}, "required": ["faq", "about"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"$id": {"type": "string"}, "type": {"type": "string"}}, "required": ["$id", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$id" : "response.balance.decrement", "type" : "number"}
json_instruct
{"type": "object", "properties": {"$id": {"type": "string"}, "type": {"type": "string"}}, "required": ["$id", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "nameWithTitle": {"type": "string"}, "dob": {"type": "string"}, "city": {"type": "string"}, "contact": {"type": "object", "properties": {"linkedin": {"type": "string"}, "github": {"type": "string"}, "email": {"type": "string"}}, "required": ["linkedin", "github", "email"]}, "description": {"type": "string"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "items": {"type": "array", "items": {"type": "string"}}}, "required": ["category", "items"]}}, "education": {"type": "array", "items": {"type": "object", "properties": {"almamater": {"type": "string"}, "major": {"type": "string"}, "year": {"type": "integer"}}, "required": ["almamater", "major", "year"]}}, "experience": {"type": "array", "items": {"type": "object", "properties": {"place": {"type": "string"}, "role": {"type": "string"}, "details": {"type": "string"}}, "required": ["place", "role", "details"]}}}, "required": ["name", "nameWithTitle", "dob", "city", "contact", "description", "skills", "education", "experience"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Hendika Nugroho", "nameWithTitle" : "Hendika Nugroho, S.Pd.", "dob" : "1994-01-27", "city" : "Ngawi, East Java, Indonesia", "contact" : {"linkedin" : "hendika-nugroho", "github" : "acanoe", "email" : "hendika.new (at) gmail.com"}, "description" : "I am a lifelong learner. With my ability to adapt and innovate, combined with my perfectionism, I have the necessary qualifications to excel.", "skills" : [{"category" : "Language skills", "items" : ["javascript", "dart", "python", "go"]}, {"category" : "Framework skills", "items" : ["vue", "flutter", "alpine", "react"]}, {"category" : "Communication", "items" : ["indonesian", "english", "japanese"]}], "education" : [{"almamater" : "STKIP PGRI Ngawi", "major" : "English Pedagogy", "year" : 2017}, {"almamater" : "Pelatihan Berbasis Komputer BLK Bekasi", "major" : "Graphic Design", "year" : 2018}], "experience" : [{"place" : "HAIPY", "role" : "Mobile app developer, 2018 - 2020", "details" : "I joined the project with my friend in 2018 as a mobile app developer. I get the opportunity to learn and grow by creating the app for the service using Dart's Flutter framework. Dart and Flutter are Google's open source projects to build multi-platform apps."}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "nameWithTitle": {"type": "string"}, "dob": {"type": "string"}, "city": {"type": "string"}, "contact": {"type": "object", "properties": {"linkedin": {"type": "string"}, "github": {"type": "string"}, "email": {"type": "string"}}, "required": ["linkedin", "github", "email"]}, "description": {"type": "string"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "items": {"type": "array", "items": {"type": "string"}}}, "required": ["category", "items"]}}, "education": {"type": "array", "items": {"type": "object", "properties": {"almamater": {"type": "string"}, "major": {"type": "string"}, "year": {"type": "integer"}}, "required": ["almamater", "major", "year"]}}, "experience": {"type": "array", "items": {"type": "object", "properties": {"place": {"type": "string"}, "role": {"type": "string"}, "details": {"type": "string"}}, "required": ["place", "role", "details"]}}}, "required": ["name", "nameWithTitle", "dob", "city", "contact", "description", "skills", "education", "experience"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "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": {"nan": {"type": "string"}, "node-gyp": {"type": "string"}}, "required": ["nan", "node-gyp"]}, "dependencies": {"type": "object", "properties": {"nan": {"type": "string"}}, "required": ["nan"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "whoisopen", "version" : "1.0.3", "description" : "Node.js extension to get foreground process in Windows", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/issacg/whoisopen.git"}, "keywords" : ["windows", "process"], "author" : "Issac Goldstand <margol@beamartyr.net>", "license" : "ASLv2", "bugs" : {"url" : "https://github.com/issacg/whoisopen/issues"}, "homepage" : "https://github.com/issacg/whoisopen", "devDependencies" : {"nan" : "^1.6.2", "node-gyp" : "^1.0.2"}, "dependencies" : {"nan" : "^1.6.2"}}
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": {"nan": {"type": "string"}, "node-gyp": {"type": "string"}}, "required": ["nan", "node-gyp"]}, "dependencies": {"type": "object", "properties": {"nan": {"type": "string"}}, "required": ["nan"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"meta": {"type": "object", "properties": {"desc": {"type": "string"}, "desc_long": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "object", "properties": {"deprecated": {"type": "boolean"}, "free": {"type": "boolean"}, "fullName": {"type": "string"}, "redistributable": {"type": "boolean"}, "shortName": {"type": "string"}, "spdxId": {"type": "string"}, "url": {"type": "string"}}, "required": ["deprecated", "free", "fullName", "redistributable", "shortName", "spdxId", "url"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "github": {"type": "string"}, "githubId": {"type": "integer"}, "name": {"type": "string"}}, "required": ["email", "github", "githubId", "name"]}}}, "required": ["desc", "desc_long", "home", "license", "maintainers"]}, "versions": {"type": "array", "items": {"type": "object", "properties": {"commits": {"type": "array", "items": {"type": "object", "properties": {"first": {"type": "string"}, "last": {"type": "string"}}, "required": ["first", "last"]}}, "name": {"type": "string"}}, "required": ["commits", "name"]}}}, "required": ["meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"meta" : {"desc" : "Interactive fiction compiler and libraries", "desc_long" : "Inform 6 is a C-like programming language for writing interactive fiction\n(text adventure) games.\n", "home" : "https://gitlab.com/DavidGriffith/inform6unix", "license" : {"deprecated" : false, "free" : true, "fullName" : "Artistic License 2.0", "redistributable" : true, "shortName" : "artistic2", "spdxId" : "Artistic-2.0", "url" : "https://spdx.org/licenses/Artistic-2.0.html"}, "maintainers" : [{"email" : "ddelabru@redhat.com", "github" : "ddelabru", "githubId" : 39909293, "name" : "Dominic Delabruere"}]}, "versions" : [{"commits" : [{"first" : "00501bd13401228b0f198da0cded5c4c08a19e83", "last" : "024f518e65ffbe64f0f044b194ad15ec2e973788"}], "name" : "6.34-6.12.2"}]}
json_instruct
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"desc": {"type": "string"}, "desc_long": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "object", "properties": {"deprecated": {"type": "boolean"}, "free": {"type": "boolean"}, "fullName": {"type": "string"}, "redistributable": {"type": "boolean"}, "shortName": {"type": "string"}, "spdxId": {"type": "string"}, "url": {"type": "string"}}, "required": ["deprecated", "free", "fullName", "redistributable", "shortName", "spdxId", "url"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "github": {"type": "string"}, "githubId": {"type": "integer"}, "name": {"type": "string"}}, "required": ["email", "github", "githubId", "name"]}}}, "required": ["desc", "desc_long", "home", "license", "maintainers"]}, "versions": {"type": "array", "items": {"type": "object", "properties": {"commits": {"type": "array", "items": {"type": "object", "properties": {"first": {"type": "string"}, "last": {"type": "string"}}, "required": ["first", "last"]}}, "name": {"type": "string"}}, "required": ["commits", "name"]}}}, "required": ["meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Grease an 8-inch casserole dish.", "Place turnip into a large pot and cover with salted water; bring to a boil. Reduce heat to medium-low and simmer until tender, 15 to 20 minutes. Drain and transfer to a bowl.", "Mash turnip, 2 tablespoons butter, salt, and pepper together until smooth.", "Toss apples with 2 tablespoons brown sugar and cinnamon in a bowl.", "Spread half the turnip mixture into the prepared casserole dish; top with half the apples. Repeat with remaining turnip mixture and apple mixture.", "Mix flour, 1/4 cup brown sugar, and 2 tablespoons softened butter by hand in a bowl until mixture is an evenly coarse meal-texture; sprinkle over casserole.", "Bake in the preheated oven until cooked through and bubbling, about 1 hour."], "ingredients" : ["1 large turnip, peeled and cubed", "2 tablespoons butter", "1 pinch salt and ground black pepper", "2 large apples - peeled, cored, and diced", "2 tablespoons brown sugar", "1 pinch ground cinnamon", "Topping:", "1/4 cup all-purpose flour", "1/4 cup brown sugar", "2 tablespoons butter, softened"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Turnip Bake", "url" : "http://allrecipes.com/recipe/231946/turnip-bake/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"homepage": {"type": "string"}, "1.14.4": {"type": "object", "properties": {"4.3.2": {"type": "string"}, "4.3.1": {"type": "string"}, "4.3.0": {"type": "string"}}, "required": ["4.3.2", "4.3.1", "4.3.0"]}, "1.14.3": {"type": "object", "properties": {"4.2.4": {"type": "string"}}, "required": ["4.2.4"]}, "promos": {"type": "object", "properties": {"1.14.4-latest": {"type": "string"}, "1.14.4-recommended": {"type": "string"}, "1.14.3-latest": {"type": "string"}, "1.14.3-recommended": {"type": "string"}}, "required": ["1.14.4-latest", "1.14.4-recommended", "1.14.3-latest", "1.14.3-recommended"]}}, "required": ["homepage", "1.14.4", "1.14.3", "promos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"homepage" : "https://www.curseforge.com/minecraft/mc-mods/silent-lib", "1.14.4" : {"4.3.2" : "Update for Forge 28.0.92, fix NBT command crashing on servers", "4.3.1" : "https://github.com/SilentChaos512/SilentLib/blob/1.14/CHANGELOG.md", "4.3.0" : "https://github.com/SilentChaos512/SilentLib/blob/1.14/CHANGELOG.md"}, "1.14.3" : {"4.2.4" : "https://github.com/SilentChaos512/SilentLib/blob/1.14/CHANGELOG.md"}, "promos" : {"1.14.4-latest" : "4.3.2", "1.14.4-recommended" : "4.3.2", "1.14.3-latest" : "4.2.4", "1.14.3-recommended" : "4.2.4"}}
json_instruct
{"type": "object", "properties": {"homepage": {"type": "string"}, "1.14.4": {"type": "object", "properties": {"4.3.2": {"type": "string"}, "4.3.1": {"type": "string"}, "4.3.0": {"type": "string"}}, "required": ["4.3.2", "4.3.1", "4.3.0"]}, "1.14.3": {"type": "object", "properties": {"4.2.4": {"type": "string"}}, "required": ["4.2.4"]}, "promos": {"type": "object", "properties": {"1.14.4-latest": {"type": "string"}, "1.14.4-recommended": {"type": "string"}, "1.14.3-latest": {"type": "string"}, "1.14.3-recommended": {"type": "string"}}, "required": ["1.14.4-latest", "1.14.4-recommended", "1.14.3-latest", "1.14.3-recommended"]}}, "required": ["homepage", "1.14.4", "1.14.3", "promos"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"rules": {"type": "array", "items": {}}, "generic": {"type": "string"}}, "required": ["rules", "generic"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rules" : [], "generic" : "firefoxos"}
json_instruct
{"type": "object", "properties": {"rules": {"type": "array", "items": {}}, "generic": {"type": "string"}}, "required": ["rules", "generic"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 52998, "date" : "2015-05-18 17:23:44", "user" : "theqhost", "post" : "[The Q Host](http://www.theqhost.com/)\r\n\r\nApril showers bring May flowers! So why don't you sprout a few servers and plant some projects. Our Memorial Day Sale starts early this year at TheQHost!\r\n \r\n SolusVM Control Panel\r\n 2048mb Ram\r\n 50gb RAID-10 HDD (100% SSD in LA!)\r\n 2TB Bandwidth\r\n 100mbps Port Speed\r\n 1 IPv4 Address\r\n vSwap Enabled\r\n Full Control\r\n One-Click OS Reloads\r\n 99.9% Uptime Guarantee\r\n 24/7 Support\r\n Reverse-DNS\r\n OpenVZ Powered\r\n\r\n $4 / Month - **LIFETIME OFFER**\r\n\r\nOrder:&lt;br&gt;\r\n[Direct Link](https://billing.theqhost.com/cart.php?a=add&amp;pid=3)&lt;br&gt;\r\nOrder: https://billing.theqhost.com/cart.php?a=add&amp;pid=3&lt;br&gt;\r\nUse Coupon: letmemorialday&lt;br&gt;\r\n**NOTE - Amount will appear correctly after applying the coupon in the final cart screen.**\r\n\r\nNetwork:&lt;br&gt;\r\nChicago, New York City and Dallas are on GTT / nLayer / Zayo.&lt;br&gt;\r\nLos Angeles is on Pure Internap Performance IP.&lt;br&gt;&lt;br&gt;\r\nChicago: 174.34.172.51 http://174.34.172.51/100mb.txt&lt;br&gt;\r\nDallas: 174.34.178.210 http://174.34.178.210/100mb.txt&lt;br&gt;\r\nLos Angeles: 162.251.164.2 http://162.251.164.2/100mb.test&lt;br&gt;\r\nNew York City: 69.147.224.122 http://69.147.224.122/100mb.txt&lt;br&gt;\r\n\r\n&gt; Host Machines:&lt;br&gt;\r\n&gt; Intel Xeon E3-1230v2/E3-1270v2 @ 3.3/3.5ghz (8 Hyper-Threaded Cores)&lt;br&gt;\r\n&gt; 32GB Low Latency DDR3 Memory ECC Registered&lt;br&gt;\r\n&gt; RAID-10 SAS 15,000rpm HDD in Chicago, New York City and Dallas&lt;br&gt;\r\n&gt; PURE SSD in LA!\r\n\r\nFeel free to post any questions in regards to our servers! We're here to answer them! :)"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"accessibility": {"type": "string"}, "cfp_end": {"type": "string"}, "code_of_conduct": {"type": "string"}, "event_end": {"type": "string"}, "event_start": {"type": "string"}, "facebook": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}, "location": {"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}}, "required": ["city", "country", "state"]}, "name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "website": {"type": "string"}, "youtube": {"type": "string"}}, "required": ["accessibility", "cfp_end", "code_of_conduct", "event_end", "event_start", "facebook", "languages", "location", "name", "tags", "twitter", "website", "youtube"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accessibility" : "", "cfp_end" : "", "code_of_conduct" : "https://golang.org/conduct", "event_end" : "2018-08-30", "event_start" : "2018-08-27", "facebook" : "https://www.facebook.com/gophercon/", "languages" : ["English"], "location" : {"city" : "Denver", "country" : "USA", "state" : "Colorado"}, "name" : "GopherCon Denver", "tags" : ["go", "golang"], "twitter" : "GopherCon", "website" : "https://gophercon.com/", "youtube" : ""}
json_instruct
{"type": "object", "properties": {"accessibility": {"type": "string"}, "cfp_end": {"type": "string"}, "code_of_conduct": {"type": "string"}, "event_end": {"type": "string"}, "event_start": {"type": "string"}, "facebook": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}, "location": {"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}}, "required": ["city", "country", "state"]}, "name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "website": {"type": "string"}, "youtube": {"type": "string"}}, "required": ["accessibility", "cfp_end", "code_of_conduct", "event_end", "event_start", "facebook", "languages", "location", "name", "tags", "twitter", "website", "youtube"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "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"}, "dependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}}, "required": ["coffee-script"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hubot-quay", "version" : "0.1.1", "description" : "Hubot support for Quay.io", "main" : "index.coffee", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/tagplay/hubot-quay.git"}, "keywords" : ["hubot", "hubot-scripts", "quay", "docker"], "author" : "J\u00f3n Gr\u00e9tar Borg\u00fe\u00f3rsson", "license" : "MIT", "bugs" : {"url" : "https://github.com/tagplay/hubot-quay/issues"}, "homepage" : "https://github.com/tagplay/hubot-quay", "dependencies" : {"coffee-script" : "^1.9.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "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"}, "dependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}}, "required": ["coffee-script"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"App\\": {"type": "string"}}, "required": ["App\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "description", "authors", "autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "wasthishelpful/my-simple-mvc", "description" : "an experiment of creating a PHP framework from scratch", "authors" : [{"name" : "Rannie Ollit", "email" : "einnar82@gmail.com"}], "autoload" : {"psr-4" : {"App\\" : "src/"}}, "require" : {}}
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"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"App\\": {"type": "string"}}, "required": ["App\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "description", "authors", "autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "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"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "license", "bugs", "homepage", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "no-scroll", "version" : "3.0.0", "description" : "Disable the document's scrolling", "main" : "index.js", "repository" : {"type" : "git", "url" : "git+https://github.com/davidtheclark/no-scroll.git"}, "keywords" : ["scroll", "scrolling", "disable", "modal", "dialog"], "author" : "David Clark", "license" : "MIT", "bugs" : {"url" : "https://github.com/davidtheclark/no-scroll/issues"}, "homepage" : "https://github.com/davidtheclark/no-scroll#readme", "files" : ["index.js"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "license", "bugs", "homepage", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"theme-data": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}, "required": ["theme-data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"theme-data" : {"name" : "Aerial", "description" : "Einfaches Landingpage Template von HTML5up.net."}}
json_instruct
{"type": "object", "properties": {"theme-data": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}, "required": ["theme-data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"currency": {"type": "string"}, "firstDayOfWeek": {"type": "integer"}, "region.name": {"type": "string"}, "timezone": {"type": "string"}, "locale": {"type": "string"}}, "required": ["currency", "firstDayOfWeek", "region.name", "timezone", "locale"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"currency" : "CHF", "firstDayOfWeek" : 1, "region.name" : "Switzerland", "timezone" : "Europe/Zurich", "locale" : "CH"}
json_instruct
{"type": "object", "properties": {"currency": {"type": "string"}, "firstDayOfWeek": {"type": "integer"}, "region.name": {"type": "string"}, "timezone": {"type": "string"}, "locale": {"type": "string"}}, "required": ["currency", "firstDayOfWeek", "region.name", "timezone", "locale"], "$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": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "520628004006", "text" : "\u767d\u679c\u793e\u533a"}, {"id" : "520628004012", "text" : "\u576a\u5e72\u793e\u533a"}, {"id" : "520628004204", "text" : "\u6c38\u7ea2\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "520628004205", "text" : "\u592a\u5e73\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "520628004206", "text" : "\u77f3\u69b4\u6eaa\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "520628004207", "text" : "\u53e4\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "520628004208", "text" : "\u571f\u5c6f\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "520628004209", "text" : "\u7ea2\u5ca9\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "520628004210", "text" : "\u77f3\u9a6c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "520628004211", "text" : "\u89c2\u97f3\u5ca9\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "520628004212", "text" : "\u4e0a\u5821\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "520628004213", "text" : "\u4e0b\u5821\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "520628004214", "text" : "\u5df4\u7f57\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "520628004215", "text" : "\u82ad\u8549\u576a\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "520628004216", "text" : "\u9698\u95e8\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "520628004217", "text" : "\u4e09\u5408\u6eaa\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "520628004218", "text" : "\u8001\u5be8\u6751\u6c11\u59d4\u5458\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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "mongoose": {"type": "string"}, "shortid": {"type": "string"}}, "required": ["express", "mongoose", "shortid"]}}, "required": ["name", "version", "description", "main", "repository", "homepage", "bugs", "keywords", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "linkshortener-node-microservice", "version" : "1.0.0", "description" : "Link-Shortener Microservice", "main" : "server.js", "repository" : {"type" : "git", "url" : "git+https://github.com/eiselems/link-shortener-node"}, "homepage" : "http://www.clementinejs.com/", "bugs" : "https://github.com/eiselems/link-shortener-node/issues", "keywords" : ["MongoDB", "Mongoose", "Express", "Node"], "scripts" : {"start" : "node server.js"}, "author" : "Marcus Eisele", "license" : "MIT", "dependencies" : {"express" : "^4.12.4", "mongoose" : "^5.10.0", "shortid" : "^2.2.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "mongoose": {"type": "string"}, "shortid": {"type": "string"}}, "required": ["express", "mongoose", "shortid"]}}, "required": ["name", "version", "description", "main", "repository", "homepage", "bugs", "keywords", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Viseur reflex Holosun HS401G5", "ShortName" : "HS401G5", "Description" : "Viseur reflex Holosun HS401G5 dot\u00e9 d'un module de vis\u00e9e laser (MVL) int\u00e9gr\u00e9 produit par Holosun."}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}