input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"W01000625": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["W01000625"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"W01000625" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "W00003361", "LAD11CD" : "W06000010"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "W00003363", "LAD11CD" : "W06000010"}, "arcs" : [[3, 4, 5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "W00003364", "LAD11CD" : "W06000010"}, "arcs" : [[-4, 6, -2, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "W00003370", "LAD11CD" : "W06000010"}, "arcs" : [[-1, 8, -5, -8]]}]}}, "arcs" : [[[2095, 6842], [1306, 73], [1067, -427]], [[4468, 6488], [310, -568], [-719, -912], [564, 87], [-1138, -1362], [125, -1562], [-352, -601], [-481, -111], [-1541, 428]], [[1236, 1887], [424, 912], [1248, 1354], [-540, 1211], [310, 605], [-583, 873]], [[7941, 5964], [-814, 670], [-441, 78], [-98, 614]], [[6588, 7326], [-403, 843], [293, 591]], [[6478, 8760], [2033, -308], [-11, 264], [-439, 226], [-734, 100], [446, 353], [514, -28], [110, 223], [-501, 229], [186, 180], [610, -190], [763, -647], [544, -643], [-175, -195], [-1883, -2360]], [[7941, 5964], [-2336, -3676], [-457, -1217], [-150, -402], [-593, -583], [-1748, -86], [-457, 552], [-682, 341], [-282, 994]], [[4468, 6488], [520, 324], [51, 481], [-1598, 223], [228, 344], [1448, 236], [542, -197], [-76, -416], [1005, -157]], [[2095, 6842], [-427, 502], [-956, 187], [-712, 860], [1359, 1185], [1963, -192], [1766, 205], [607, -616], [783, -213]]], "transform" : {"scale" : [1.581551688421504e-06, 1.4082510072517598e-06], "translate" : [-4.002349025895628, 51.776965453185696]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"W01000625": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["W01000625"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "author", "version", "license", "private", "workspaces"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "<%= packageName %>", "author" : "Bukwild", "version" : "0.0.1", "license" : "UNLICENSED", "private" : true, "workspaces" : ["nuxt-app"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "author", "version", "license", "private", "workspaces"], "$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": "integer"}, "total": {"type": "integer"}, "preparation_type_id": {"type": "null"}, "collecting_event_id": {"type": "integer"}, "repository_id": {"type": "integer"}, "type": {"type": "string"}, "buffered_collecting_event": {"type": "string"}, "buffered_determinations": {"type": "null"}, "buffered_other_labels": {"type": "null"}, "ranged_lot_category_id": {"type": "null"}, "accessioned_at": {"type": "null"}, "deaccessioned_at": {"type": "null"}, "deaccession_reason": {"type": "null"}, "created_by_id": {"type": "integer"}, "updated_by_id": {"type": "integer"}, "project_id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "global_id": {"type": "string"}, "contained_in": {"type": "null"}}, "required": ["id", "total", "preparation_type_id", "collecting_event_id", "repository_id", "type", "buffered_collecting_event", "buffered_determinations", "buffered_other_labels", "ranged_lot_category_id", "accessioned_at", "deaccessioned_at", "deaccession_reason", "created_by_id", "updated_by_id", "project_id", "created_at", "updated_at", "global_id", "contained_in"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 89244, "total" : 1, "preparation_type_id" : null, "collecting_event_id" : 59484, "repository_id" : 197, "type" : "Specimen", "buffered_collecting_event" : "\u201cMohave Co. AZ, Colorado R. GC, rm211.5R, 4/13/02, Coll. R.J.Delph, Ex: Light, Old High Water, blue label with \u20183\u2019,\u201d \u201cHOLOTYPE Arenivaga grandiscanyonensis Hopkins, 2012\u201d [red label with black border].", "buffered_determinations" : null, "buffered_other_labels" : null, "ranged_lot_category_id" : null, "accessioned_at" : null, "deaccessioned_at" : null, "deaccession_reason" : null, "created_by_id" : 908, "updated_by_id" : 908, "project_id" : 4, "created_at" : "2015-01-19T09:15:00.000Z", "updated_at" : "2015-01-19T14:07:00.000Z", "global_id" : "gid://taxon-works/Specimen/89244", "contained_in" : null}, {"id" : 90233, "total" : 1, "preparation_type_id" : null, "collecting_event_id" : 59485, "repository_id" : 197, "type" : "Specimen", "buffered_collecting_event" : "\u201cMohave Co. AZ, Colorado R. GC, blue label with \u20183\u2019, rm202.5L, 9/4/03, Coll. R.J.Delph, Ex: Light, New High Water\u201d \u201cHOLOTYPE Arenivaga pagana Hopkins, 2012\u201d", "buffered_determinations" : null, "buffered_other_labels" : null, "ranged_lot_category_id" : null, "accessioned_at" : null, "deaccessioned_at" : null, "deaccession_reason" : null, "created_by_id" : 908, "updated_by_id" : 908, "project_id" : 4, "created_at" : "2015-03-08T09:22:00.000Z", "updated_at" : "2015-03-08T09:24:00.000Z", "global_id" : "gid://taxon-works/Specimen/90233", "contained_in" : null}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "total": {"type": "integer"}, "preparation_type_id": {"type": "null"}, "collecting_event_id": {"type": "integer"}, "repository_id": {"type": "integer"}, "type": {"type": "string"}, "buffered_collecting_event": {"type": "string"}, "buffered_determinations": {"type": "null"}, "buffered_other_labels": {"type": "null"}, "ranged_lot_category_id": {"type": "null"}, "accessioned_at": {"type": "null"}, "deaccessioned_at": {"type": "null"}, "deaccession_reason": {"type": "null"}, "created_by_id": {"type": "integer"}, "updated_by_id": {"type": "integer"}, "project_id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "global_id": {"type": "string"}, "contained_in": {"type": "null"}}, "required": ["id", "total", "preparation_type_id", "collecting_event_id", "repository_id", "type", "buffered_collecting_event", "buffered_determinations", "buffered_other_labels", "ranged_lot_category_id", "accessioned_at", "deaccessioned_at", "deaccession_reason", "created_by_id", "updated_by_id", "project_id", "created_at", "updated_at", "global_id", "contained_in"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"$schema": {"type": "string"}, "extends": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["$schema", "extends", "files", "references"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json.schemastore.org/tsconfig", "extends" : "../tsconfig.json", "files" : ["src/index.ts", "src/jasmine.ts", "src/jasmine/add-async-matcher.ts"], "references" : [{"path" : "../alfa-act"}, {"path" : "../alfa-assert"}, {"path" : "../alfa-future"}, {"path" : "../alfa-mapper"}, {"path" : "../alfa-test"}, {"path" : "../alfa-web"}]} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "extends": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["$schema", "extends", "files", "references"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1912, 7], [1913, 8], [1914, 8], [1915, 16], [1916, 12], [1917, 14], [1918, 24], [1919, 28], [1920, 23], [1921, 30], [1922, 37], [1923, 25], [1924, 42], [1925, 32], [1926, 35], [1927, 13], [1928, 16], [1929, 16], [1930, 12], [1931, 13], [1932, 15], [1933, 6], [1934, 7], [1936, 7], [1937, 8], [1938, 7], [1941, 8], [1969, 6], [1971, 5], [1972, 6], [1977, 9], [1978, 7], [1980, 7], [1981, 12], [1982, 5], [1983, 5], [1988, 6], [1989, 5], [1991, 5], [1992, 8], [1993, 5], [1994, 6], [1997, 5], [2000, 5], [2002, 7], [2003, 8], [2004, 5], [2005, 10], [2006, 10], [2007, 7], [2008, 6], [2009, 8], [2010, 9], [2013, 5], [2014, 9]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"result": {"type": "null"}, "id": {"type": "integer"}}, "required": ["result", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"result" : null, "id" : 1} | json_instruct | {"type": "object", "properties": {"result": {"type": "null"}, "id": {"type": "integer"}}, "required": ["result", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"fabric.js": {"type": "string"}, "fabric.min.js": {"type": "string"}, "fabric.require.js": {"type": "string"}, "fabric.require.min.js": {"type": "string"}}, "required": ["fabric.js", "fabric.min.js", "fabric.require.js", "fabric.require.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"fabric.js" : "sha512-85GK0T8Cdm48T+aPUHJaX0AySkXHko9UkDb2ipanlZQZV+LaG4Wl82F8UYBZ35y27IcNj8P9yzpGS/1HbkB/vQ==", "fabric.min.js" : "sha512-6Kc+BDzGoc6kvHyYnzuUA/s/QcmZLiw+BGVz+hdmvhk4H/HAt6KDoIZoZbJJeQlp372zvzGyjPiYXqhWZwRgrA==", "fabric.require.js" : "sha512-3Xlbixon4xRyyN32Okk5RFU+rSzEj4KvfSrRrzvxzVrYIUdf/9DfXRdumkduyPpFkNtdKaEV59/amiLY2fsMJg==", "fabric.require.min.js" : "sha512-ZkVCor5Ac3yE0RG8eNhgahCy8QWxmdH7ssJVpdLW6G3olIRDw+xzqvSI4E3/vbdWIqJQkgT/2cIhXJkC/dWzTw=="} | json_instruct | {"type": "object", "properties": {"fabric.js": {"type": "string"}, "fabric.min.js": {"type": "string"}, "fabric.require.js": {"type": "string"}, "fabric.require.min.js": {"type": "string"}}, "required": ["fabric.js", "fabric.min.js", "fabric.require.js", "fabric.require.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "subject": {"type": "string"}, "arguments": {"type": "array", "items": {"type": "string"}}, "status": {"type": "string"}, "subtasks": {"type": "array", "items": {}}, "creator": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "assignee": {"type": "null"}, "state": {"type": "object", "properties": {"structureId": {"type": "null"}, "configuration": {"type": "object", "properties": {}, "required": []}}, "required": ["structureId", "configuration"]}, "createdAt": {"type": "string"}}, "required": ["id", "name", "description", "type", "subject", "arguments", "status", "subtasks", "creator", "assignee", "state", "createdAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "uuid-12345-12345-12345", "name" : "My Crowdsourcing project", "description" : "Description of my project", "type" : "madoc:crowd-sourcing-project", "subject" : "http://madoc.org/collection/1234", "arguments" : ["http://madoc.org/s/site-name", "http://madoc.org/api/capture-models/1234"], "status" : "preparing", "subtasks" : [], "creator" : {"id" : 12314, "name" : "The creator"}, "assignee" : null, "state" : {"structureId" : null, "configuration" : {}}, "createdAt" : "2020-00-00:00-00-00"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "subject": {"type": "string"}, "arguments": {"type": "array", "items": {"type": "string"}}, "status": {"type": "string"}, "subtasks": {"type": "array", "items": {}}, "creator": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "assignee": {"type": "null"}, "state": {"type": "object", "properties": {"structureId": {"type": "null"}, "configuration": {"type": "object", "properties": {}, "required": []}}, "required": ["structureId", "configuration"]}, "createdAt": {"type": "string"}}, "required": ["id", "name", "description", "type", "subject", "arguments", "status", "subtasks", "creator", "assignee", "state", "createdAt"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"version": {"type": "string"}, "format": {"type": "string"}, "id": {"type": "string"}, "fs": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["version", "format", "id", "fs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "1", "format" : "fs", "id" : "3bced47c-e67d-4180-b8a1-707f39049600", "fs" : {"version" : "2"}} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "format": {"type": "string"}, "id": {"type": "string"}, "fs": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["version", "format", "id", "fs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"section": {"type": "string"}, "chapter": {"type": "string"}, "section_title": {"type": "string"}, "text": {"type": "string"}, "html": {"type": "string"}}, "required": ["section", "chapter", "section_title", "text", "html"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"section" : "15f20", "chapter" : "15", "section_title" : "15f20 - OT payments not required by\nDBRA.", "text" : "No OT requirements are\nincluded in DBRA; OT provisions to employees subject to the DBRA will depend on\ncoverage under CWHSSA and/or FLSA.", "html" : "<p>No OT requirements are\nincluded in DBRA; OT provisions to employees subject to the DBRA will depend on\ncoverage under CWHSSA and/or FLSA.</p>"} | json_instruct | {"type": "object", "properties": {"section": {"type": "string"}, "chapter": {"type": "string"}, "section_title": {"type": "string"}, "text": {"type": "string"}, "html": {"type": "string"}}, "required": ["section", "chapter", "section_title", "text", "html"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "psr/container": {"type": "string"}}, "required": ["php", "psr/container"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "minimum-stability": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Konveyer\\DependencyInjection\\": {"type": "string"}}, "required": ["Konveyer\\DependencyInjection\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Konveyer\\DependencyInjection\\Test\\": {"type": "array", "items": {"type": "string"}}}, "required": ["Konveyer\\DependencyInjection\\Test\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "license", "keywords", "authors", "require", "require-dev", "minimum-stability", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "konveyer/dependency-injection", "type" : "library", "description" : "Dependency injection container", "license" : "MIT", "keywords" : ["di"], "authors" : [{"name" : "Mikhail Ilinsky", "email" : "mail@milinsky.ru"}], "require" : {"php" : ">=8.1", "psr/container" : "^1.0"}, "require-dev" : {"phpunit/phpunit" : "^9.5"}, "minimum-stability" : "dev", "autoload" : {"psr-4" : {"Konveyer\\DependencyInjection\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"Konveyer\\DependencyInjection\\Test\\" : ["tests/"]}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "psr/container": {"type": "string"}}, "required": ["php", "psr/container"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "minimum-stability": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Konveyer\\DependencyInjection\\": {"type": "string"}}, "required": ["Konveyer\\DependencyInjection\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Konveyer\\DependencyInjection\\Test\\": {"type": "array", "items": {"type": "string"}}}, "required": ["Konveyer\\DependencyInjection\\Test\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "license", "keywords", "authors", "require", "require-dev", "minimum-stability", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"file": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}, "created": {"type": "integer"}, "modified": {"type": "integer"}}, "required": ["file", "link", "title", "created", "modified"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"file" : "posts/the-rough-guide-to-an-easy-svn-merge.md", "link" : "the-rough-guide-to-an-easy-svn-merge", "title" : "The rough guide to an easy SVN merge", "created" : 1480590240, "modified" : 1480590240} | json_instruct | {"type": "object", "properties": {"file": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}, "created": {"type": "integer"}, "modified": {"type": "integer"}}, "required": ["file", "link", "title", "created", "modified"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"code": {"type": "string"}, "fieldcode": {"type": "string"}, "description": {"type": "string"}, "groupcode": {"type": "string"}, "@context": {"type": "string"}, "descriptionFull": {"type": "string"}, "notes": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["code", "fieldcode", "description", "groupcode", "@context", "descriptionFull", "notes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "47.040", "fieldcode" : "47", "description" : "Seagoing vessels", "groupcode" : "040", "@context" : "https://isoics.org/jsonld/group.jsonld", "descriptionFull" : "Shipbuilding and marine structures. Seagoing vessels.", "notes" : [{"text" : "Including their systems and components"}]} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "fieldcode": {"type": "string"}, "description": {"type": "string"}, "groupcode": {"type": "string"}, "@context": {"type": "string"}, "descriptionFull": {"type": "string"}, "notes": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["code", "fieldcode", "description", "groupcode", "@context", "descriptionFull", "notes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ETag" : "W/\"e75f7146f02d523938e6588077cf564b98db3dae47ac057c8c0eef88dde3943d\"", "Last-Modified" : "Thu, 22 Apr 2021 20:13:51 GMT", "base" : {"repo" : {"name" : "dask-cuda-feedstock"}}, "closed_at" : "2021-04-22T20:13:51Z", "created_at" : "2021-04-21T19:42:10Z", "draft" : false, "head" : {"ref" : "this_is_not_a_branch"}, "html_url" : "https://github.com/conda-forge/dask-cuda-feedstock/pull/1", "id" : 620478333, "labels" : [], "mergeable" : null, "mergeable_state" : "unknown", "merged" : true, "merged_at" : "2021-04-22T20:13:51Z", "number" : 1, "state" : "closed", "updated_at" : "2021-04-22T20:13:51Z"} | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$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"}, "dependencies": {"type": "object", "properties": {"useragent": {"type": "string"}, "semver": {"type": "string"}}, "required": ["useragent", "semver"]}}, "required": ["name", "version", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "browserkthx", "version" : "0.0.2", "dependencies" : {"useragent" : "2.0.0", "semver" : "1.1.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"useragent": {"type": "string"}, "semver": {"type": "string"}}, "required": ["useragent", "semver"]}}, "required": ["name", "version", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"external_crx": {"type": "string"}, "external_version": {"type": "string"}}, "required": ["external_crx", "external_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"external_crx" : "/usr/share/chromium/extensions/padekgcemlokbadohgkifijomclgjgif.crx", "external_version" : "2.5.21"} | json_instruct | {"type": "object", "properties": {"external_crx": {"type": "string"}, "external_version": {"type": "string"}}, "required": ["external_crx", "external_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4": {"type": "object", "properties": {"\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc758\uacb0\uc77c": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uba85": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\ub85d": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc0c1\uc815\uc77c", "\uc758\uacb0\uc77c", "\ud68c\uc758\uba85", "\ud68c\uc758\uacb0\uacfc", "\ud68c\uc758\ub85d"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["120105"], "\uc81c\uc548\uc77c\uc790" : ["1985-10-21"], "\uc81c\uc548\uc790" : ["\uc758\uc7a5"], "\ubb38\uc11c" : [""], "\uc81c\uc548\ud68c\uae30" : ["\uc81c12\ub300(1985~1988)\uc81c128\ud68c"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4" : {"\uc0c1\uc815\uc77c" : ["1985-10-21"], "\uc758\uacb0\uc77c" : ["1985-10-21"], "\ud68c\uc758\uba85" : ["\uc81c128\ud68c\uad6d\ud68c(\uc815\uae30\ud68c)\uc81c10\ucc28\ubcf8\ud68c\uc758"], "\ud68c\uc758\uacb0\uacfc" : ["\uc6d0\uc548\uac00\uacb0"], "\ud68c\uc758\ub85d" : [""]}} | json_instruct | {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4": {"type": "object", "properties": {"\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc758\uacb0\uc77c": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uba85": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\ub85d": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc0c1\uc815\uc77c", "\uc758\uacb0\uc77c", "\ud68c\uc758\uba85", "\ud68c\uc758\uacb0\uacfc", "\ud68c\uc758\ub85d"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"subreddit" : "GODZILLA", "author" : "not-MrH", "count" : 41} | json_instruct | {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "1311022001", "nama" : "KOTO BERINGIN"}, {"id" : "1311022002", "nama" : "SIPANGKUR"}, {"id" : "1311022003", "nama" : "SUNGAI LANGKOK"}, {"id" : "1311022004", "nama" : "TIUMANG"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"" : {"model" : "ilikewood:block/soul_torch/blue_enchanted"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x9784643eea1f82427c984b7d1fe72eed9346978807bcd313c2b7cf559320a0d6", "parentHash" : "0x371beac55f573a69136e8fd5c4aa6b14cf1a5113ddb361d1fa979a337166ee3b", "number" : 20078, "timestamp" : 1438490220, "nonce" : "0xb5005235556bd0f8", "difficulty" : 973973546361, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xbb7B8287f3F0a933474a79eAe42CBCa977791171", "extraData" : "0x476574682f4c5649562f76312e302e302f6c696e75782f676f312e342e32", "transactions" : []} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2020-07-20T00:00:00Z", "Temp" : 25.9, "RelHum" : 32, "WindSpeed" : 2.1, "WindDir" : 337} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"localities" : ["Altoona, IA", "Adventureland Estates, IA", "Ivy, IA"], "state" : "IA", "postal_code" : "50009", "locality" : "Altoona, IA", "lat" : 41.644957, "region" : {"fips" : "19", "abbr" : "IA", "name" : "Iowa"}, "city" : "Altoona", "type" : "STANDARD", "lng" : -93.45933, "counties" : [{"fips" : "153", "name" : "Polk County"}]} | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"alternativeSigns": {"type": "array", "items": {}}, "ISO4217Code": {"type": "string"}, "ISO4217Number": {"type": "string"}, "sign": {"type": "string"}, "subunits": {"type": "integer"}, "title": {"type": "string"}, "usage": {"type": "array", "items": {"type": "object", "properties": {"ISO8601From": {"type": "string"}, "ISO3166Code": {"type": "string"}}, "required": ["ISO8601From", "ISO3166Code"]}}}, "required": ["alternativeSigns", "ISO4217Code", "ISO4217Number", "sign", "subunits", "title", "usage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"alternativeSigns" : [], "ISO4217Code" : "LYD", "ISO4217Number" : "434", "sign" : "\u0644.\u062f", "subunits" : 1000, "title" : "Libyan dinar", "usage" : [{"ISO8601From" : "1971-09-01", "ISO3166Code" : "LY"}]} | json_instruct | {"type": "object", "properties": {"alternativeSigns": {"type": "array", "items": {}}, "ISO4217Code": {"type": "string"}, "ISO4217Number": {"type": "string"}, "sign": {"type": "string"}, "subunits": {"type": "integer"}, "title": {"type": "string"}, "usage": {"type": "array", "items": {"type": "object", "properties": {"ISO8601From": {"type": "string"}, "ISO3166Code": {"type": "string"}}, "required": ["ISO8601From", "ISO3166Code"]}}}, "required": ["alternativeSigns", "ISO4217Code", "ISO4217Number", "sign", "subunits", "title", "usage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"level=0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "level=1": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "level=2": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "level=3": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["level=0", "level=1", "level=2", "level=3"]}, "when": {"type": "object", "properties": {"libcd:mod_loaded": {"type": "string"}}, "required": ["libcd:mod_loaded"]}}, "required": ["variants", "when"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"level=0" : {"model" : "extracauldrons:block/soaked_brick_cauldron"}, "level=1" : {"model" : "extracauldrons:block/soaked_brick_cauldron_level1"}, "level=2" : {"model" : "extracauldrons:block/soaked_brick_cauldron_level2"}, "level=3" : {"model" : "extracauldrons:block/soaked_brick_cauldron_level3"}}, "when" : {"libcd:mod_loaded" : "blockus"}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"level=0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "level=1": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "level=2": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "level=3": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["level=0", "level=1", "level=2", "level=3"]}, "when": {"type": "object", "properties": {"libcd:mod_loaded": {"type": "string"}}, "required": ["libcd:mod_loaded"]}}, "required": ["variants", "when"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "created_at": {"type": "integer"}, "games": {"type": "array", "items": {"type": "integer"}}, "name": {"type": "string"}, "slug": {"type": "string"}, "updated_at": {"type": "integer"}, "url": {"type": "string"}}, "required": ["id", "created_at", "games", "name", "slug", "updated_at", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 61, "created_at" : 1372550400, "games" : [2326], "name" : "Spartacus", "slug" : "spartacus", "updated_at" : 1372550400, "url" : "https://www.igdb.com/franchises/spartacus"}, {"id" : 133, "created_at" : 1381708800, "games" : [341, 3011, 3149, 3150, 3941, 3942, 3943, 3944, 4904, 4905, 4906, 22191, 25083, 25099, 75563, 77631], "name" : "Harry Potter", "slug" : "harry-potter", "updated_at" : 1381708800, "url" : "https://www.igdb.com/franchises/harry-potter"}, {"id" : 237, "created_at" : 1390521600, "games" : [4099], "name" : "Shamu", "slug" : "shamu", "updated_at" : 1390521600, "url" : "https://www.igdb.com/franchises/shamu"}, {"id" : 9, "created_at" : 1317772800, "games" : [562, 874, 908, 909, 910, 911, 984, 1853, 2114, 7360, 11171, 14382, 20573, 28173, 77978, 90689, 91311], "name" : "Tom Clancy", "slug" : "tom-clancy", "updated_at" : 1323216000, "url" : "https://www.igdb.com/franchises/tom-clancy"}, {"id" : 10, "created_at" : 1317772800, "games" : [293, 310, 633, 634, 635, 863, 864, 865, 866, 867, 868, 869, 3271, 3272, 6038, 8787, 9021, 9022, 9197, 10743, 10831, 15819, 19130, 52159], "name" : "Sid Meier", "slug" : "sid-meier", "updated_at" : 1323216000, "url" : "https://www.igdb.com/franchises/sid-meier"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "created_at": {"type": "integer"}, "games": {"type": "array", "items": {"type": "integer"}}, "name": {"type": "string"}, "slug": {"type": "string"}, "updated_at": {"type": "integer"}, "url": {"type": "string"}}, "required": ["id", "created_at", "games", "name", "slug", "updated_at", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "support": {"type": "string"}, "currentVersion": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "created": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "useCases": {"type": "array", "items": {}}, "keywords": {"type": "array", "items": {}}}, "required": ["name", "description", "support", "currentVersion", "author", "url", "email", "created", "categories", "tags", "useCases", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "TrendMicro Cloud App Security", "description" : "Use Trend Micro - Cloud App Security to: Log retrieval - Threat investigation: - Threat mitigation - Threat remediation - Intelligent investigation.", "support" : "xsoar", "currentVersion" : "1.0.1", "author" : "Cortex XSOAR", "url" : "https://www.paloaltonetworks.com/cortex", "email" : "", "created" : "2020-07-30T09:36:20Z", "categories" : ["CASB"], "tags" : [], "useCases" : [], "keywords" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "support": {"type": "string"}, "currentVersion": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "created": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "useCases": {"type": "array", "items": {}}, "keywords": {"type": "array", "items": {}}}, "required": ["name", "description", "support", "currentVersion", "author", "url", "email", "created", "categories", "tags", "useCases", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"messageList": {"type": "array", "items": {"type": "object", "properties": {"messageType": {"type": "string"}, "message": {"type": "string"}, "contextType": {"type": "string"}, "errorCode": {"type": "string"}}, "required": ["messageType", "message", "contextType", "errorCode"]}}, "isReadOnly": {"type": "boolean"}, "requestResponseId": {"type": "string"}, "serverTimeTaken": {"type": "string"}}, "required": ["messageList", "isReadOnly", "requestResponseId", "serverTimeTaken"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"messageList" : [{"messageType" : "error", "message" : "customTags/tagCode Auxiliary 1 is invalid.", "contextType" : "GLOBAL", "errorCode" : "errors.invalid"}], "isReadOnly" : false, "requestResponseId" : "5e94d042-df75-4526-a8f5-b31f1e3d9413", "serverTimeTaken" : "235"} | json_instruct | {"type": "object", "properties": {"messageList": {"type": "array", "items": {"type": "object", "properties": {"messageType": {"type": "string"}, "message": {"type": "string"}, "contextType": {"type": "string"}, "errorCode": {"type": "string"}}, "required": ["messageType", "message", "contextType", "errorCode"]}}, "isReadOnly": {"type": "boolean"}, "requestResponseId": {"type": "string"}, "serverTimeTaken": {"type": "string"}}, "required": ["messageList", "isReadOnly", "requestResponseId", "serverTimeTaken"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : [{"d" : [{"e" : ["\ufff9`Sapiramot~ `to~ `dadingo~ `a~ `talid~.\ufffa\ufffb\u62fe\u73bb\u7483\u74f6\u5b50\u7528\u7684(\u5668\u5177)\u3002"], "f" : "\u64bf\u62fe\u6771\u897f\u4f7f\u7528\u7684\u5668\u5177\u3002"}]}], "stem" : "ramot", "t" : "sapiramot"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01006471": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01006471"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"E01006471" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00032797", "LAD11CD" : "E08000011"}, "arcs" : [[0, 1, 2, 3, 4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00032807", "LAD11CD" : "E08000011"}, "arcs" : [[-4, 5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00032810", "LAD11CD" : "E08000011"}, "arcs" : [[6, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00032812", "LAD11CD" : "E08000011"}, "arcs" : [[8, 9, -1, 10, -7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00032815", "LAD11CD" : "E08000011"}, "arcs" : [[-10, 11, -2]]}]}}, "arcs" : [[[6541, 5073], [601, -39], [-125, 376]], [[7017, 5410], [530, 585], [196, -69], [102, 594], [496, -453], [497, 1585], [-214, 114]], [[8624, 7766], [109, 263], [833, -567]], [[9566, 7462], [-115, -560], [-341, 236], [-330, -579], [-83, -1149], [-350, -477], [507, -88], [509, 685], [636, -197]], [[9999, 5333], [-155, -757], [-229, -519], [-3635, -1601], [-1283, -847], [-810, 299], [-2100, -1467], [-602, -439], [-396, -2], [-789, 538], [197, 1539], [702, 1474], [429, -87], [41, 729], [1156, 379], [-128, 962], [-322, 155], [129, 359], [570, -231], [2044, -563], [1723, -181]], [[9566, 7462], [231, -244], [94, -96], [58, -60], [50, -1729]], [[6382, 7867], [61, -291], [-447, -141], [219, -40], [507, -1738], [-176, -456]], [[6546, 5201], [-373, 658], [154, 211], [-241, 47], [-113, 470], [-910, 252], [228, 706], [-590, 348], [-413, -89], [-356, -45], [257, 855], [64, 1385], [686, -572], [885, -24], [-606, -1282], [38, -313], [1126, 59]], [[6382, 7867], [-93, 1183], [395, -209], [305, 124], [85, -989], [635, -222], [266, 372], [487, -229]], [[8462, 7897], [36, -364], [-245, -8], [-318, -753], [-460, 360], [-621, 63], [-251, -529], [414, -1256]], [[6541, 5073], [5, 128]], [[8462, 7897], [162, -131]]], "transform" : {"scale" : [2.163927758649276e-06, 1.1847497103179876e-06], "translate" : [-2.858152484680699, 53.3950461925096]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01006471": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01006471"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "firebase_url": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_number", "firebase_url", "project_id", "storage_bucket"]}, "client": {"type": "array", "items": {"type": "object", "properties": {"client_info": {"type": "object", "properties": {"mobilesdk_app_id": {"type": "string"}, "android_client_info": {"type": "object", "properties": {"package_name": {"type": "string"}}, "required": ["package_name"]}}, "required": ["mobilesdk_app_id", "android_client_info"]}, "oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}, "api_key": {"type": "array", "items": {"type": "object", "properties": {"current_key": {"type": "string"}}, "required": ["current_key"]}}, "services": {"type": "object", "properties": {"appinvite_service": {"type": "object", "properties": {"other_platform_oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}}, "required": ["other_platform_oauth_client"]}}, "required": ["appinvite_service"]}}, "required": ["client_info", "oauth_client", "api_key", "services"]}}, "configuration_version": {"type": "string"}}, "required": ["project_info", "client", "configuration_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"project_info" : {"project_number" : "458492365009", "firebase_url" : "https://seg2105-13ef4.firebaseio.com", "project_id" : "seg2105-13ef4", "storage_bucket" : "seg2105-13ef4.appspot.com"}, "client" : [{"client_info" : {"mobilesdk_app_id" : "1:458492365009:android:e2426e239b62d9c2a95df0", "android_client_info" : {"package_name" : "com.seg.medex"}}, "oauth_client" : [{"client_id" : "458492365009-uk06idvk281g9ed9urq3qsp7rg8kcifv.apps.googleusercontent.com", "client_type" : 3}], "api_key" : [{"current_key" : "AIzaSyDQq4e6U2_QAHNxIwopDcYjXFakJ34qLbg"}], "services" : {"appinvite_service" : {"other_platform_oauth_client" : [{"client_id" : "458492365009-uk06idvk281g9ed9urq3qsp7rg8kcifv.apps.googleusercontent.com", "client_type" : 3}]}}}], "configuration_version" : "1"} | json_instruct | {"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "firebase_url": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_number", "firebase_url", "project_id", "storage_bucket"]}, "client": {"type": "array", "items": {"type": "object", "properties": {"client_info": {"type": "object", "properties": {"mobilesdk_app_id": {"type": "string"}, "android_client_info": {"type": "object", "properties": {"package_name": {"type": "string"}}, "required": ["package_name"]}}, "required": ["mobilesdk_app_id", "android_client_info"]}, "oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}, "api_key": {"type": "array", "items": {"type": "object", "properties": {"current_key": {"type": "string"}}, "required": ["current_key"]}}, "services": {"type": "object", "properties": {"appinvite_service": {"type": "object", "properties": {"other_platform_oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}}, "required": ["other_platform_oauth_client"]}}, "required": ["appinvite_service"]}}, "required": ["client_info", "oauth_client", "api_key", "services"]}}, "configuration_version": {"type": "string"}}, "required": ["project_info", "client", "configuration_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}, "@ng-web-apis/common": {"type": "string"}, "rxjs": {"type": "string"}}, "required": ["@angular/common", "@angular/core", "@ng-web-apis/common", "rxjs"]}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "contributors": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "bugs": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "version", "peerDependencies", "description", "keywords", "license", "author", "contributors", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@ng-web-apis/payment-request", "version" : "1.0.1", "peerDependencies" : {"@angular/common" : ">=6.0.0", "@angular/core" : ">=6.0.0", "@ng-web-apis/common" : ">=1.0.0", "rxjs" : ">=6.0.0"}, "description" : "This is a library for declarative use of Payment Request API with Angular", "keywords" : ["angular", "ng", "payment", "payment request api", "apple pay", "google pay", "pwa", "progressive web app"], "license" : "MIT", "author" : {"name" : "Roman Sedov", "email" : "79601794011@ya.ru", "url" : "http://marsibarsi.me/"}, "contributors" : ["Alex Inkin <alexander@inkin.ru>"], "repository" : "https://github.com/ng-web-apis/payment-request", "bugs" : "https://github.com/ng-web-apis/payment-request/issues", "homepage" : "https://github.com/ng-web-apis/payment-request#README"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}, "@ng-web-apis/common": {"type": "string"}, "rxjs": {"type": "string"}}, "required": ["@angular/common", "@angular/core", "@ng-web-apis/common", "rxjs"]}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "contributors": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "bugs": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "version", "peerDependencies", "description", "keywords", "license", "author", "contributors", "repository", "bugs", "homepage"], "$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"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Id" : "441671", "ThreadId" : "212311", "Html" : "<p>Hi guys many thanks for this magnificent API, since i am a CS student i need a little help. I haven't found till now how to count the number of columns and rows when i read a .xls file.</p>\r\n<p>I use something like the following</p>\r\n<pre>require_once '../Classes/PHPExcel.php';\r\n\r\n/** PHPExcel_IOFactory */\r\nrequire_once '../Classes/PHPExcel/IOFactory.php';\r\n$file='C:\\wamp\\www\\uploads\\a.xls';\r\n//$objReader = new PHPExcel_Reader_Excel5();\r\n$objReader =PHPExcel_IOFactory::createReaderForFile($file);\r\n$objReader->setReadDataOnly(true);\r\n$objPHPExcel = $objReader->load($file);\r\n\r\n$objPHPExcel->setActiveSheetIndex(0);\r\n//$sheet = $objPHPExcel->getActiveSheet();\r\n$a=$objPHPExcel->getActiveSheet()->getHighestColumn();\r\n$objPHPExcel->getActiveSheet()->getHighestRow(); <br><br>I tried <code>getSheetIndex() but no effect.<br>Also i need</code> with a loop like foreach or for($i=0; $i<=$NoCols), to use the values (names of xls columns) in a create stetement as the names of fields for the db table.<br>Any help would be greatly appreciated, thanks in advance!<br></pre>\r\n<p> </p>", "PostedDate" : "2010-05-11T12:37:11.607-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}, {"Id" : "443212", "ThreadId" : "212311", "Html" : "<p>I'm not sure I really understand what you're asking, but take a look at the row and column iterators (example code in /Tests/28iterator.php)</p>", "PostedDate" : "2010-05-15T04:09:59.843-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$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"}, "private": {"type": "boolean"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build-dev": {"type": "string"}, "build-prod": {"type": "string"}, "format": {"type": "string"}}, "required": ["build-dev", "build-prod", "format"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "autoprefixer": {"type": "string"}, "babel-loader": {"type": "string"}, "clean-webpack-plugin": {"type": "string"}, "copy-webpack-plugin": {"type": "string"}, "css-loader": {"type": "string"}, "file-loader": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "optimize-css-assets-webpack-plugin": {"type": "string"}, "postcss-loader": {"type": "string"}, "prettier": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "autoprefixer", "babel-loader", "clean-webpack-plugin", "copy-webpack-plugin", "css-loader", "file-loader", "html-webpack-plugin", "mini-css-extract-plugin", "optimize-css-assets-webpack-plugin", "postcss-loader", "prettier", "webpack", "webpack-cli"]}, "browserslist": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "private", "keywords", "author", "license", "scripts", "dependencies", "devDependencies", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "inicio", "version" : "1.0.0", "description" : "", "private" : true, "keywords" : ["francisco fajardo", "fajardo", "escuela tecnica", "caricuao", "liceo"], "author" : "E.T. \"Francisco Fajardo\"", "license" : "Apache-2.0", "scripts" : {"build-dev" : "webpack --mode development", "build-prod" : "webpack --mode production", "format" : "prettier --write ."}, "dependencies" : {}, "devDependencies" : {"@babel/core" : "^7.12.17", "@babel/preset-env" : "^7.12.17", "autoprefixer" : "^10.2.4", "babel-loader" : "^8.2.2", "clean-webpack-plugin" : "^3.0.0", "copy-webpack-plugin" : "^7.0.0", "css-loader" : "^5.0.2", "file-loader" : "^6.2.0", "html-webpack-plugin" : "^5.2.0", "mini-css-extract-plugin" : "^1.3.8", "optimize-css-assets-webpack-plugin" : "^5.0.4", "postcss-loader" : "^5.0.0", "prettier" : "^2.2.1", "webpack" : "^5.23.0", "webpack-cli" : "^4.5.0"}, "browserslist" : ["defaults"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build-dev": {"type": "string"}, "build-prod": {"type": "string"}, "format": {"type": "string"}}, "required": ["build-dev", "build-prod", "format"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "autoprefixer": {"type": "string"}, "babel-loader": {"type": "string"}, "clean-webpack-plugin": {"type": "string"}, "copy-webpack-plugin": {"type": "string"}, "css-loader": {"type": "string"}, "file-loader": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "optimize-css-assets-webpack-plugin": {"type": "string"}, "postcss-loader": {"type": "string"}, "prettier": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "autoprefixer", "babel-loader", "clean-webpack-plugin", "copy-webpack-plugin", "css-loader", "file-loader", "html-webpack-plugin", "mini-css-extract-plugin", "optimize-css-assets-webpack-plugin", "postcss-loader", "prettier", "webpack", "webpack-cli"]}, "browserslist": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "private", "keywords", "author", "license", "scripts", "dependencies", "devDependencies", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"transpile": {"type": "string"}, "test": {"type": "string"}}, "required": ["transpile", "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": {"babel-cli": {"type": "string"}, "babel-core": {"type": "string"}, "babel-polyfill": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-register": {"type": "string"}, "babel-plugin-transform-object-rest-spread": {"type": "string"}}, "required": ["babel-cli", "babel-core", "babel-polyfill", "babel-preset-es2015", "babel-register", "babel-plugin-transform-object-rest-spread"]}, "dependencies": {"type": "object", "properties": {"pytils": {"type": "string"}, "random-tendentious": {"type": "string"}}, "required": ["pytils", "random-tendentious"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "hash-creator", "version" : "1.0.0", "description" : "", "main" : "dist/index.js", "scripts" : {"transpile" : "babel src --out-dir dist", "test" : "mocha --compilers js:babel-register --reporter spec 'test/*.spec.js'"}, "repository" : {"type" : "git", "url" : "git+https://github.com/heyderpd/hash-creator.git"}, "keywords" : ["simple", "hash", "creator", "pattern"], "author" : "<heyderpd@gmail.com> (http://heyderpd.github.io)", "license" : "MIT", "bugs" : {"url" : "https://github.com/heyderpd/hash-creator/issues"}, "homepage" : "https://github.com/heyderpd/hash-creator#readme", "devDependencies" : {"babel-cli" : "^6.26.0", "babel-core" : "^6.26.0", "babel-polyfill" : "^6.26.0", "babel-preset-es2015" : "^6.24.1", "babel-register" : "^6.26.0", "babel-plugin-transform-object-rest-spread" : "^6.26.0"}, "dependencies" : {"pytils" : "^1.40.3", "random-tendentious" : "^1.0.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"transpile": {"type": "string"}, "test": {"type": "string"}}, "required": ["transpile", "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": {"babel-cli": {"type": "string"}, "babel-core": {"type": "string"}, "babel-polyfill": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-register": {"type": "string"}, "babel-plugin-transform-object-rest-spread": {"type": "string"}}, "required": ["babel-cli", "babel-core", "babel-polyfill", "babel-preset-es2015", "babel-register", "babel-plugin-transform-object-rest-spread"]}, "dependencies": {"type": "object", "properties": {"pytils": {"type": "string"}, "random-tendentious": {"type": "string"}}, "required": ["pytils", "random-tendentious"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "interim", "definition" : "1. The meantime; time intervening; interval between events, etc. All the interim is Like a phantasms, or a hideous dream. Shak. 2. (Hist.) A name given to each of three compromises made by the emperor Charles V. of Germany for the sake of harmonizing the connecting opinions of Protestants and Catholics."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"1.0.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0.0", "1.0.1", "1.0.2", "1.0.3"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["1.0.3"], "meta" : {"description" : "A library which provides a higher level interface for creating and formatting timestamps", "homepage" : "https://github.com/iLoveTux/timestamp", "license" : "MIT"}, "versions" : {"1.0.0" : {"sha256" : "71a018444ccb18cfd623d527198846c3876722005abc81406dc7e3c5e8a619ae", "url" : "https://files.pythonhosted.org/packages/12/a0/bb321544c03429c10b61d83010bad4650cefdd361a96ff39d47c10439433/tstamp-1.0.0.tar.gz"}, "1.0.1" : {"sha256" : "570105e7d531df10b5a998ed40fb19dff664c5c5b4948f890251553d1abedf28", "url" : "https://files.pythonhosted.org/packages/bf/dd/0cf26ad41311e6701653d87a5c7fd545f04cfb586835d532a41ab5b0b0d1/tstamp-1.0.1.tar.gz"}, "1.0.2" : {"sha256" : "47cc8e3ec99ce576399b25da4914786ed81867feca54744d5098e802c317008c", "url" : "https://files.pythonhosted.org/packages/c8/96/32e88ab17f0bb544f67cf03ef24debf565374bd44e93caac1102e5efde57/tstamp-1.0.2.tar.gz"}, "1.0.3" : {"sha256" : "0242568233d8abc27bc3209b6a477db8cce002807118a4fe102f6dc79d19813d", "url" : "https://files.pythonhosted.org/packages/53/0a/c5821c949faee087919565aee3c1aec0a242cddc08a7af0ad0ea583d1257/tstamp-1.0.3.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"1.0.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0.0", "1.0.1", "1.0.2", "1.0.3"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}}, "required": ["electron"]}, "dependencies": {"type": "object", "properties": {"dirty-json": {"type": "string"}, "extract-zip": {"type": "string"}, "fs-extra": {"type": "string"}, "golden-layout": {"type": "string"}, "http": {"type": "string"}, "jquery.fancytree": {"type": "string"}, "path": {"type": "string"}, "process": {"type": "string"}, "remote-file-size": {"type": "string"}, "request": {"type": "string"}, "typings": {"type": "string"}}, "required": ["dirty-json", "extract-zip", "fs-extra", "golden-layout", "http", "jquery.fancytree", "path", "process", "remote-file-size", "request", "typings"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "threejs-explorer", "version" : "0.0.2", "description" : "Three.js explorer", "main" : "main.js", "scripts" : {"start" : "electron ."}, "repository" : "https://github.com/electron/electron-quick-start", "keywords" : ["three.js", "webgl", "3D", "explorer", "playground", "interactive"], "author" : "Krtolica Vujadin", "license" : "MIT", "devDependencies" : {"electron" : "^9.0.0"}, "dependencies" : {"dirty-json" : "^0.8.0", "extract-zip" : "^2.0.0", "fs-extra" : "^9.0.0", "golden-layout" : "^1.5.9", "http" : "0.0.1-security", "jquery.fancytree" : "^2.35.0", "path" : "^0.12.7", "process" : "^0.11.10", "remote-file-size" : "^3.0.5", "request" : "^2.88.2", "typings" : "^2.1.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"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}}, "required": ["electron"]}, "dependencies": {"type": "object", "properties": {"dirty-json": {"type": "string"}, "extract-zip": {"type": "string"}, "fs-extra": {"type": "string"}, "golden-layout": {"type": "string"}, "http": {"type": "string"}, "jquery.fancytree": {"type": "string"}, "path": {"type": "string"}, "process": {"type": "string"}, "remote-file-size": {"type": "string"}, "request": {"type": "string"}, "typings": {"type": "string"}}, "required": ["dirty-json", "extract-zip", "fs-extra", "golden-layout", "http", "jquery.fancytree", "path", "process", "remote-file-size", "request", "typings"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "local": {"type": "string"}, "date": {"type": "string"}, "today": {"type": "string"}}, "required": ["name", "local", "date", "today"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "yumechi", "local" : "\u6e0b\u8c37", "date" : "10\u6642", "today" : "2019/01/30"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "local": {"type": "string"}, "date": {"type": "string"}, "today": {"type": "string"}}, "required": ["name", "local", "date", "today"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : "7104010012", "district_id" : "7104010", "name" : "RARANGE"} | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "config": {"type": "object", "properties": {"connector.class": {"type": "string"}, "tasks.max": {"type": "integer"}, "_comment": {"type": "string"}, "key.converter": {"type": "string"}, "value.converter": {"type": "string"}, "value.converter.schema.registry.url": {"type": "string"}, "connection.url": {"type": "string"}, "connection.user": {"type": "string"}, "connection.password": {"type": "string"}, "table.whitelist": {"type": "string"}, "mode": {"type": "string"}, "incrementing.column.name": {"type": "string"}, "topic.prefix": {"type": "string"}, "transforms": {"type": "string"}, "transforms.setSchema.type": {"type": "string"}, "transforms.setSchema.schema.name": {"type": "string"}, "transforms.setSchema.schema.version": {"type": "string"}, "transforms.setKey.type": {"type": "string"}, "transforms.setKey.fields": {"type": "string"}, "transforms.extractKeyField.type": {"type": "string"}, "transforms.extractKeyField.field": {"type": "string"}}, "required": ["connector.class", "tasks.max", "_comment", "key.converter", "value.converter", "value.converter.schema.registry.url", "connection.url", "connection.user", "connection.password", "table.whitelist", "mode", "incrementing.column.name", "topic.prefix", "transforms", "transforms.setSchema.type", "transforms.setSchema.schema.name", "transforms.setSchema.schema.version", "transforms.setKey.type", "transforms.setKey.fields", "transforms.extractKeyField.type", "transforms.extractKeyField.field"]}}, "required": ["name", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "users-import-avro", "config" : {"connector.class" : "io.confluent.connect.jdbc.JdbcSourceConnector", "tasks.max" : 1, "_comment" : "Setting message key based on user_id field", "key.converter" : "org.apache.kafka.connect.storage.StringConverter", "value.converter" : "io.confluent.connect.avro.AvroConverter", "value.converter.schema.registry.url" : "http://localhost:8081", "connection.url" : "jdbc:postgresql://postgres:5432/postgres", "connection.user" : "postgres", "connection.password" : "postgres", "table.whitelist" : "users", "mode" : "incrementing", "incrementing.column.name" : "user_id", "topic.prefix" : "raw-avro-", "transforms" : "setSchema, setKey, extractKeyField", "transforms.setSchema.type" : "org.apache.kafka.connect.transforms.SetSchemaMetadata$Value", "transforms.setSchema.schema.name" : "com.github.piotrkalanski.User", "transforms.setSchema.schema.version" : "1", "transforms.setKey.type" : "org.apache.kafka.connect.transforms.ValueToKey", "transforms.setKey.fields" : "user_id", "transforms.extractKeyField.type" : "org.apache.kafka.connect.transforms.ExtractField$Key", "transforms.extractKeyField.field" : "user_id"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "config": {"type": "object", "properties": {"connector.class": {"type": "string"}, "tasks.max": {"type": "integer"}, "_comment": {"type": "string"}, "key.converter": {"type": "string"}, "value.converter": {"type": "string"}, "value.converter.schema.registry.url": {"type": "string"}, "connection.url": {"type": "string"}, "connection.user": {"type": "string"}, "connection.password": {"type": "string"}, "table.whitelist": {"type": "string"}, "mode": {"type": "string"}, "incrementing.column.name": {"type": "string"}, "topic.prefix": {"type": "string"}, "transforms": {"type": "string"}, "transforms.setSchema.type": {"type": "string"}, "transforms.setSchema.schema.name": {"type": "string"}, "transforms.setSchema.schema.version": {"type": "string"}, "transforms.setKey.type": {"type": "string"}, "transforms.setKey.fields": {"type": "string"}, "transforms.extractKeyField.type": {"type": "string"}, "transforms.extractKeyField.field": {"type": "string"}}, "required": ["connector.class", "tasks.max", "_comment", "key.converter", "value.converter", "value.converter.schema.registry.url", "connection.url", "connection.user", "connection.password", "table.whitelist", "mode", "incrementing.column.name", "topic.prefix", "transforms", "transforms.setSchema.type", "transforms.setSchema.schema.name", "transforms.setSchema.schema.version", "transforms.setKey.type", "transforms.setKey.fields", "transforms.extractKeyField.type", "transforms.extractKeyField.field"]}}, "required": ["name", "config"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 77439, "cartId" : "9872710f-4bce-4fa3-a880-23e0323e35f3", "preferredProducts" : [], "productReviews" : [{"productId" : 4731, "reviewText" : "It only works when I'm Martinique.", "reviewDate" : "2016-12-19T04:56:18.5929474+02:00"}, {"productId" : 1801, "reviewText" : "The box this comes in is 5 kilometer by 6 meter and weights 20 ounce!", "reviewDate" : "2016-09-23T15:26:28.7507184+03:00"}, {"productId" : 1635, "reviewText" : "My neighbor Allean has one of these. She works as a sky diver and she says it looks weedy.", "reviewDate" : "2016-12-14T15:57:20.5302601+02:00"}, {"productId" : 4683, "reviewText" : "talk about bliss!!", "reviewDate" : "2019-06-09T12:50:06.7544579+03:00"}, {"productId" : 3148, "reviewText" : "one of my hobbies is scuba diving. and when i'm scuba diving this works great.", "reviewDate" : "2017-01-02T12:35:25.2281636+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "role": {"type": "string"}, "name": {"type": "string"}, "email": {"type": "string"}}, "required": ["id", "role", "name", "email"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1, "role" : "owner", "name" : "John Doe", "email" : "test-email@email.com"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "role": {"type": "string"}, "name": {"type": "string"}, "email": {"type": "string"}}, "required": ["id", "role", "name", "email"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 2100316, "stations" : ["2100316"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "water flannel", "definition" : "A floating mass formed in pools by the entangled filaments of a European fresh-water alga (Cladophora crispata)."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"python.pythonPath" : "/Users/tommirrington/anaconda3/bin/python"} | json_instruct | {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$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"}, "module_name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Adam Szeptycki": {"type": "string"}}, "required": ["Adam Szeptycki"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "requires_arc": {"type": "boolean"}, "source_files": {"type": "string"}, "resource_bundles": {"type": "object", "properties": {"SwiftEvery": {"type": "array", "items": {"type": "string"}}}, "required": ["SwiftEvery"]}}, "required": ["name", "module_name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "requires_arc", "source_files", "resource_bundles"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "SwiftEvery", "module_name" : "Every", "version" : "0.1.0", "summary" : "Handy function that helps unwrapping many optionals at once.", "description" : " Every provides template function for unwrapping tuple of optionals returning unwrapped values or nil.\n", "homepage" : "https://github.com/adamszeptycki/SwiftEvery", "license" : "MIT", "authors" : {"Adam Szeptycki" : "adamszeptycki@gmail.com"}, "source" : {"git" : "https://github.com/adamszeptycki/SwiftEvery.git", "tag" : "0.1.0"}, "platforms" : {"ios" : "8.0"}, "requires_arc" : true, "source_files" : "Pod/Classes", "resource_bundles" : {"SwiftEvery" : ["Pod/Assets/*.png"]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "module_name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Adam Szeptycki": {"type": "string"}}, "required": ["Adam Szeptycki"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "requires_arc": {"type": "boolean"}, "source_files": {"type": "string"}, "resource_bundles": {"type": "object", "properties": {"SwiftEvery": {"type": "array", "items": {"type": "string"}}}, "required": ["SwiftEvery"]}}, "required": ["name", "module_name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "requires_arc", "source_files", "resource_bundles"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "body-parser": {"type": "string"}, "highcharts-export-server": {"type": "string"}}, "required": ["express", "body-parser", "highcharts-export-server"]}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "author", "license", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "highcharts-export-server-node-app", "version" : "1.0.0", "description" : "Node.js web app serving a Highcharts Export Server, wrapped in a Docker image", "main" : "server.js", "scripts" : {"start" : "node server.js"}, "dependencies" : {"express" : "^4.16.1", "body-parser" : "^1.17.1", "highcharts-export-server" : "^2.0.4"}, "author" : "Martin Sherene <emes001@gmail.com>", "license" : "MIT", "private" : true} | 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"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "body-parser": {"type": "string"}, "highcharts-export-server": {"type": "string"}}, "required": ["express", "body-parser", "highcharts-export-server"]}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "author", "license", "private"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"env": {"type": "object", "properties": {"browser": {"type": "boolean"}}, "required": ["browser"]}, "extends": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"import/no-default-export": {"type": "string"}, "import/prefer-default-export": {"type": "string"}, "react/prop-types": {"type": "string"}}, "required": ["import/no-default-export", "import/prefer-default-export", "react/prop-types"]}}, "required": ["env", "extends", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"env" : {"browser" : true}, "extends" : ["plugin:import/recommended", "airbnb", "prettier"], "rules" : {"import/no-default-export" : "error", "import/prefer-default-export" : "off", "react/prop-types" : "off"}} | json_instruct | {"type": "object", "properties": {"env": {"type": "object", "properties": {"browser": {"type": "boolean"}}, "required": ["browser"]}, "extends": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"import/no-default-export": {"type": "string"}, "import/prefer-default-export": {"type": "string"}, "react/prop-types": {"type": "string"}}, "required": ["import/no-default-export", "import/prefer-default-export", "react/prop-types"]}}, "required": ["env", "extends", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "neighbors": {"type": "object", "properties": {"w": {"type": "integer"}, "up": {"type": "integer"}}, "required": ["w", "up"]}}, "required": ["name", "description", "neighbors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "27. Why weren't they rescued the first time? ", "description" : " up - the choir was busy hunting \n s - the boys had no way to build a fire \n n - they didn't signal because they thought it was the enemy \n w - they didn't see the ship ", "neighbors" : {"w" : 26, "up" : 28}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "neighbors": {"type": "object", "properties": {"w": {"type": "integer"}, "up": {"type": "integer"}}, "required": ["w", "up"]}}, "required": ["name", "description", "neighbors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xe6074bf0124c4f67cfa10a5efdfd16bd0541537a", "tool" : "maian", "start" : 1565525856.76193, "end" : 1565526920.7431, "duration" : 1063.9811699390411, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}}, "required": ["postinstall"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/preset-env"]}}, "required": ["name", "version", "description", "main", "keywords", "author", "repository", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "fujion-react-example", "version" : "3.1.0", "description" : "React example", "main" : "", "keywords" : ["fujion", "react"], "author" : "Fujion Framework", "repository" : {"type" : "git", "url" : "git://github.com/fujion/fujion-framework.git"}, "scripts" : {"postinstall" : "babel --source-maps --out-file target/webjar/pomodoro.js src/main/webjar/pomodoro.es6.js"}, "dependencies" : {"react" : "^17.0.2", "react-dom" : "^17.0.2"}, "devDependencies" : {"@babel/cli" : "^7.13.16", "@babel/core" : "^7.14.0", "@babel/preset-env" : "^7.14.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}}, "required": ["postinstall"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/preset-env"]}}, "required": ["name", "version", "description", "main", "keywords", "author", "repository", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "price": {"type": "integer"}, "note": {"type": "string"}}, "required": ["symbol", "price", "note"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"symbol" : "AAPL", "price" : 52, "note" : ""}, {"symbol" : "MSFT", "price" : 52, "note" : ""}, {"symbol" : "GOOGL", "price" : 52, "note" : ""}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "price": {"type": "integer"}, "note": {"type": "string"}}, "required": ["symbol", "price", "note"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"persons": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "definition": {"type": "string"}}, "required": ["name", "definition"]}}}, "required": ["persons"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"persons" : [{"name" : "Valid Person", "definition" : "<VALID DEFINITION PLACEHOLDER>"}, {"name" : "Person With Invalid Definition Field", "definition" : " "}]} | json_instruct | {"type": "object", "properties": {"persons": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "definition": {"type": "string"}}, "required": ["name", "definition"]}}}, "required": ["persons"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Artist": {"type": "string"}, "Common name": {"type": "string"}, "Date created": {"type": "string"}, "Geographic origin": {"type": "string"}, "Physical description": {"type": "string"}, "Scientific name": {"type": "string"}, "Specimen": {"type": "string"}, "Variety": {"type": "string"}, "Year": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Artist", "Common name", "Date created", "Geographic origin", "Physical description", "Scientific name", "Specimen", "Variety", "Year", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Artist" : "Passmore, Deborah Griscom, 1840-1911", "Common name" : "crab apple", "Date created" : "1903", "Geographic origin" : "Ames, Story County, Iowa, United States", "Physical description" : "1 art original : col. ; 17 x 25 cm.", "Scientific name" : "Malus", "Specimen" : "29434", "Variety" : "Miller Crab", "Year" : "1903", "Name" : "Malus: Miller Crab"} | json_instruct | {"type": "object", "properties": {"Artist": {"type": "string"}, "Common name": {"type": "string"}, "Date created": {"type": "string"}, "Geographic origin": {"type": "string"}, "Physical description": {"type": "string"}, "Scientific name": {"type": "string"}, "Specimen": {"type": "string"}, "Variety": {"type": "string"}, "Year": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Artist", "Common name", "Date created", "Geographic origin", "Physical description", "Scientific name", "Specimen", "Variety", "Year", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "OrgEmptyList"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}, "download1": {"type": "string"}}, "required": ["title", "content", "download1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "20150123 \ub7a9\ubbf8\ud305 \ubc1c\ud45c\uc790\ub8cc", "content" : " 20150123 \ub7a9\ubbf8\ud305 \ubc1c\ud45c\uc790\ub8cc<br>TCP ion source\uc5d0\uc11c \ud50c\ub77c\uc988\ub9c8 \ubcc0\uc218\uc758 \uacf5\uac04 \ubd84\ud3ec", "download1" : "<a href=\"http://nuplex.snu.ac.kr/zeroboard/download.php?id=Research&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=463&filenum=1\"><font class=\"list_eng\">20150123_TeamSeminar_wh.pptx (793.9 KB)</font></a>"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}, "download1": {"type": "string"}}, "required": ["title", "content", "download1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}, "required": ["dev"]}, "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": {"bcryptjs": {"type": "string"}, "express": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "knex": {"type": "string"}, "sqlite3": {"type": "string"}}, "required": ["bcryptjs", "express", "jsonwebtoken", "knex", "sqlite3"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "auth-node", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"dev" : "nodemon src/server.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/GabrielHNE/auth-node.git"}, "keywords" : ["Authentication"], "author" : "Gabriel HNE", "license" : "MIT", "bugs" : {"url" : "https://github.com/GabrielHNE/auth-node/issues"}, "homepage" : "https://github.com/GabrielHNE/auth-node#readme", "dependencies" : {"bcryptjs" : "^2.4.3", "express" : "^4.17.1", "jsonwebtoken" : "^8.5.1", "knex" : "^0.21.1", "sqlite3" : "^4.2.0"}, "devDependencies" : {"nodemon" : "^2.0.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}, "required": ["dev"]}, "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": {"bcryptjs": {"type": "string"}, "express": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "knex": {"type": "string"}, "sqlite3": {"type": "string"}}, "required": ["bcryptjs", "express", "jsonwebtoken", "knex", "sqlite3"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"--color-black": {"type": "string"}, "--color-white": {"type": "string"}, "--color-light-grey": {"type": "string"}, "--color-tealish": {"type": "string"}, "--color-red-pink": {"type": "string"}, "--color-warm-purple": {"type": "string"}}, "required": ["--color-black", "--color-white", "--color-light-grey", "--color-tealish", "--color-red-pink", "--color-warm-purple"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"--color-black" : "#171717", "--color-white" : "#fff", "--color-light-grey" : "#d0d0d0", "--color-tealish" : "#2bc4b6", "--color-red-pink" : "#e83162", "--color-warm-purple" : "#752fa4"} | json_instruct | {"type": "object", "properties": {"--color-black": {"type": "string"}, "--color-white": {"type": "string"}, "--color-light-grey": {"type": "string"}, "--color-tealish": {"type": "string"}, "--color-red-pink": {"type": "string"}, "--color-warm-purple": {"type": "string"}}, "required": ["--color-black", "--color-white", "--color-light-grey", "--color-tealish", "--color-red-pink", "--color-warm-purple"], "$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"}, "keywords": {"type": "array", "items": {"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"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["chai", "mocha", "nodemon"]}, "dependencies": {"type": "object", "properties": {"underscore": {"type": "string"}}, "required": ["underscore"]}}, "required": ["name", "version", "keywords", "description", "main", "scripts", "repository", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "chai-fuzzy", "version" : "1.3.0", "keywords" : ["chai", "testing", "jasmine"], "description" : "fuzzy matchers for chai", "main" : "index.js", "scripts" : {"test" : "make test"}, "repository" : {"type" : "git", "url" : "git://github.com/elliotf/chai-fuzzy.git"}, "author" : "", "license" : "MIT", "devDependencies" : {"chai" : "~1.2.0", "mocha" : "~1.6.0", "nodemon" : "~0.6.23"}, "dependencies" : {"underscore" : "~1.4.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"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"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["chai", "mocha", "nodemon"]}, "dependencies": {"type": "object", "properties": {"underscore": {"type": "string"}}, "required": ["underscore"]}}, "required": ["name", "version", "keywords", "description", "main", "scripts", "repository", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"api-user": {"type": "object", "properties": {"password": {"type": "string"}, "roles": {"type": "array", "items": {"type": "string"}}}, "required": ["password", "roles"]}, "admin": {"type": "object", "properties": {"password": {"type": "string"}, "roles": {"type": "array", "items": {"type": "string"}}}, "required": ["password", "roles"]}}, "required": ["api-user", "admin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"api-user" : {"password" : "api-user-pwd", "roles" : ["org-admin"]}, "admin" : {"password" : "p3zvZFF7ka4Wrj4p", "roles" : ["platform-admin"]}} | json_instruct | {"type": "object", "properties": {"api-user": {"type": "object", "properties": {"password": {"type": "string"}, "roles": {"type": "array", "items": {"type": "string"}}}, "required": ["password", "roles"]}, "admin": {"type": "object", "properties": {"password": {"type": "string"}, "roles": {"type": "array", "items": {"type": "string"}}}, "required": ["password", "roles"]}}, "required": ["api-user", "admin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 85913323, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "cab0ff4bc49d33b50216700c582c77ae", "wof:id" : 85913323, "wof:repo" : "whosonfirst-data-admin-jp"}, "bbox" : [139.5620727540001, 35.60930136740008, 139.57580566400003, 35.61934921547162], "geometry" : {"coordinates" : [[[139.56481933600008, 35.61934921547162], [139.56756591800024, 35.61934921458024], [139.5703125000001, 35.61934921458024], [139.57305908200016, 35.61934921510026], [139.57305908200027, 35.61711648380006], [139.57580566400003, 35.61711647827133], [139.57580566400003, 35.61265081880005], [139.57466522770386, 35.61265081880005], [139.5745720856287, 35.61230709495804], [139.5745797257676, 35.61228829938655], [139.573059084791, 35.61041788472961], [139.5703125000001, 35.61041788371584], [139.56756591800024, 35.61041788440693], [139.56696589336553, 35.60967983485293], [139.5661658883934, 35.60930136740008], [139.5657270527496, 35.60930136740008], [139.56481933600008, 35.61041788440693], [139.56264299602117, 35.61041788544352], [139.5620727540001, 35.61041789270003], [139.5620727540002, 35.61111929940945], [139.5620727540002, 35.61265081100025], [139.5620727540002, 35.61488367340029], [139.56481933600008, 35.61488367655733], [139.56481933600008, 35.61711647713588], [139.56481933600008, 35.61934921547162]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "support": {"type": "object", "properties": {"email": {"type": "string"}, "issues": {"type": "string"}}, "required": ["email", "issues"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"nicereadme": {"type": "string"}}, "required": ["nicereadme"]}}, "required": ["psr-0"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "mostofreddy/cliptools": {"type": "string"}, "michelf/php-markdown": {"type": "string"}, "twig/twig": {"type": "string"}, "sunra/php-simple-html-dom-parser": {"type": "string"}, "mpdf/mpdf": {"type": "string"}}, "required": ["php", "mostofreddy/cliptools", "michelf/php-markdown", "twig/twig", "sunra/php-simple-html-dom-parser", "mpdf/mpdf"]}}, "required": ["name", "description", "version", "keywords", "homepage", "type", "license", "authors", "support", "autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "mostofreddy/nicereadme", "description" : "Create beautiful documentation in html and pdf files basing Markdown", "version" : "0.4.1", "keywords" : ["markdown", "md", "html", "format", "template", "documentation", "readme", "pdf"], "homepage" : "http://github.com/mostofreddy/nicereadme", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Federico Lozada Mosto", "email" : "mostofreddy@gmail.com", "homepage" : "http://github.com/mostofreddy"}], "support" : {"email" : "mostofreddy@gmail.com", "issues" : "https://github.com/mostofreddy/nicereadme/issues"}, "autoload" : {"psr-0" : {"nicereadme" : "src/"}}, "require" : {"php" : ">=5.3.0", "mostofreddy/cliptools" : "0.*", "michelf/php-markdown" : "=1.3-rc1", "twig/twig" : ">=1.12", "sunra/php-simple-html-dom-parser" : "dev-master", "mpdf/mpdf" : "5.7.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "support": {"type": "object", "properties": {"email": {"type": "string"}, "issues": {"type": "string"}}, "required": ["email", "issues"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"nicereadme": {"type": "string"}}, "required": ["nicereadme"]}}, "required": ["psr-0"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "mostofreddy/cliptools": {"type": "string"}, "michelf/php-markdown": {"type": "string"}, "twig/twig": {"type": "string"}, "sunra/php-simple-html-dom-parser": {"type": "string"}, "mpdf/mpdf": {"type": "string"}}, "required": ["php", "mostofreddy/cliptools", "michelf/php-markdown", "twig/twig", "sunra/php-simple-html-dom-parser", "mpdf/mpdf"]}}, "required": ["name", "description", "version", "keywords", "homepage", "type", "license", "authors", "support", "autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : "Saint-Aubin-du-D\u00e9sert", "dpt" : "Mayenne", "inscrits" : 179, "abs" : 27, "votants" : 152, "blancs" : 15, "nuls" : 7, "exp" : 130, "res" : [{"panneau" : "1", "voix" : 86}, {"panneau" : "2", "voix" : 44}]} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "Le Loroux", "circ" : "6\u00e8me circonscription", "dpt" : "Ille-et-Vilaine", "inscrits" : 434, "abs" : 226, "votants" : 208, "blancs" : 3, "nuls" : 5, "exp" : 200, "res" : [{"nuance" : "UDI", "nom" : "M. Thierry BENOIT", "voix" : 145}, {"nuance" : "REM", "nom" : "Mme Nolwenn VAH\u00c9", "voix" : 55}]} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "lint:check": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "lint:check", "test"]}, "dependencies": {"type": "object", "properties": {"minimatch": {"type": "string"}}, "required": ["minimatch"]}, "devDependencies": {"type": "object", "properties": {"debug": {"type": "string"}, "prettier": {"type": "string"}, "tape": {"type": "string"}}, "required": ["debug", "prettier", "tape"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["author", "name", "description", "version", "repository", "scripts", "dependencies", "devDependencies", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "Jembi health Systems NPC", "name" : "object-mapper", "description" : "Map fields from one object to another using a user defined schema", "version" : "0.1.0", "repository" : {"type" : "git", "url" : "https://github.com/jembi/node-object-mapper.git"}, "scripts" : {"lint" : "prettier --write **/**/*.js && prettier --write **/**/*.js", "lint:check" : "prettier --check **/**/*.js && prettier --check **/*.js", "test" : "NODE_ENV=test tape test/*.js"}, "dependencies" : {"minimatch" : "^3.0.4"}, "devDependencies" : {"debug" : "^2.2.0", "prettier" : "^1.18.2", "tape" : "^4.11.0"}, "engines" : {"node" : "*"}} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "lint:check": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "lint:check", "test"]}, "dependencies": {"type": "object", "properties": {"minimatch": {"type": "string"}}, "required": ["minimatch"]}, "devDependencies": {"type": "object", "properties": {"debug": {"type": "string"}, "prettier": {"type": "string"}, "tape": {"type": "string"}}, "required": ["debug", "prettier", "tape"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["author", "name", "description", "version", "repository", "scripts", "dependencies", "devDependencies", "engines"], "$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"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "build:watch": {"type": "string"}, "clean": {"type": "string"}}, "required": ["test", "build", "build:watch", "clean"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "rimraf": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["jest", "rimraf", "webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "main", "type", "scripts", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "juiltins", "version" : "1.0.0", "description" : "Python Built-Ins for JavaScript", "main" : "./src/juiltins.js", "type" : "commonjs", "scripts" : {"test" : "jest ./src/juiltins.spec.js", "build" : "webpack", "build:watch" : "webpack --watch", "clean" : "rimraf ./dist/"}, "keywords" : ["Python"], "author" : "Horst Schneider", "license" : "MIT", "devDependencies" : {"jest" : "^26.4.2", "rimraf" : "^3.0.2", "webpack" : "^4.44.2", "webpack-cli" : "^3.3.12"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "build:watch": {"type": "string"}, "clean": {"type": "string"}}, "required": ["test", "build", "build:watch", "clean"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "rimraf": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["jest", "rimraf", "webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "main", "type", "scripts", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ConnectionFields": {"type": "array", "items": {"type": "object", "properties": {"IsEncrypted": {"type": "boolean"}, "IsOptional": {"type": "boolean"}, "Name": {"type": "string"}, "TypeName": {"type": "string"}}, "required": ["IsEncrypted", "IsOptional", "Name", "TypeName"]}}, "ConnectionTypeName": {"type": "string"}, "IntegrationModuleName": {"type": "string"}}, "required": ["ConnectionFields", "ConnectionTypeName", "IntegrationModuleName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ConnectionFields" : [{"IsEncrypted" : false, "IsOptional" : false, "Name" : "Username", "TypeName" : "System.String"}, {"IsEncrypted" : true, "IsOptional" : false, "Name" : "Password", "TypeName" : "System.String"}, {"IsEncrypted" : false, "IsOptional" : false, "Name" : "ServiceNowUri", "TypeName" : "System.String"}, {"IsEncrypted" : false, "IsOptional" : true, "Name" : "APIVersion", "TypeName" : "System.String"}], "ConnectionTypeName" : "ServiceNow", "IntegrationModuleName" : "ServiceNow"} | json_instruct | {"type": "object", "properties": {"ConnectionFields": {"type": "array", "items": {"type": "object", "properties": {"IsEncrypted": {"type": "boolean"}, "IsOptional": {"type": "boolean"}, "Name": {"type": "string"}, "TypeName": {"type": "string"}}, "required": ["IsEncrypted", "IsOptional", "Name", "TypeName"]}}, "ConnectionTypeName": {"type": "string"}, "IntegrationModuleName": {"type": "string"}}, "required": ["ConnectionFields", "ConnectionTypeName", "IntegrationModuleName"], "$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"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "publisher": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "install:client": {"type": "string"}, "install:server": {"type": "string"}, "clean": {"type": "string"}, "clean:server": {"type": "string"}, "clean:client": {"type": "string"}, "compile": {"type": "string"}, "compile:client": {"type": "string"}, "compile:server": {"type": "string"}, "watch:client": {"type": "string"}, "watch:server": {"type": "string"}, "test": {"type": "string"}, "test:server": {"type": "string"}, "test:client": {"type": "string"}, "package": {"type": "string"}}, "required": ["postinstall", "install:client", "install:server", "clean", "clean:server", "clean:client", "compile", "compile:client", "compile:server", "watch:client", "watch:server", "test", "test:server", "test:client", "package"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "npm-run-all": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "npm-run-all", "typescript"]}}, "required": ["name", "description", "author", "license", "licenses", "publisher", "version", "repository", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "qiskit-vscode", "description" : "Simplifying Qiskit to make developing quantum circuits and applications faster", "author" : "Qiskit", "license" : "Apache-2.0", "licenses" : [{"type" : "Apache-2.0", "url" : "http://www.apache.org/licenses/LICENSE-2.0"}], "publisher" : "qiskit", "version" : "0.4.1", "repository" : {"type" : "git", "url" : "https://github.com/Qiskit/qiskit-vscode"}, "scripts" : {"postinstall" : "npm-run-all -s install:**", "install:client" : "cd client && npm install && cd ..", "install:server" : "cd server && npm install && cd ..", "clean" : "npm-run-all -p clean:server clean:client", "clean:server" : "cd server && npm run clean && cd ..", "clean:client" : "cd client && npm run clean && cd ..", "compile" : "npm-run-all -s compile:server compile:client", "compile:client" : "cd client && npm run compile && cd ..", "compile:server" : "cd server && npm-run-all -s installServer compile && cd ..", "watch:client" : "tsc -w -p client/tsconfig.json", "watch:server" : "cd server && npm run installServer && cd .. && tsc -w -p server/tsconfig.json", "test" : "npm-run-all -s test:server test:client", "test:server" : "cd server && npm test && cd ..", "test:client" : "cd client && npm test && cd ..", "package" : "cd client && vsce package && cd .."}, "dependencies" : {}, "devDependencies" : {"@types/node" : "^7.10.1", "npm-run-all" : "^4.1.3", "typescript" : "^2.9.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "publisher": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "install:client": {"type": "string"}, "install:server": {"type": "string"}, "clean": {"type": "string"}, "clean:server": {"type": "string"}, "clean:client": {"type": "string"}, "compile": {"type": "string"}, "compile:client": {"type": "string"}, "compile:server": {"type": "string"}, "watch:client": {"type": "string"}, "watch:server": {"type": "string"}, "test": {"type": "string"}, "test:server": {"type": "string"}, "test:client": {"type": "string"}, "package": {"type": "string"}}, "required": ["postinstall", "install:client", "install:server", "clean", "clean:server", "clean:client", "compile", "compile:client", "compile:server", "watch:client", "watch:server", "test", "test:server", "test:client", "package"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "npm-run-all": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "npm-run-all", "typescript"]}}, "required": ["name", "description", "author", "license", "licenses", "publisher", "version", "repository", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"patternGlobalTagIdHash": {"type": "integer"}, "index": {"type": "integer"}, "weaponTranslationGroupHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "weaponType": {"type": "integer"}, "patternHash": {"type": "integer"}, "filters": {"type": "array", "items": {"type": "object", "properties": {"artArrangementRegionHash": {"type": "integer"}, "artArrangementRegionIndex": {"type": "integer"}, "statHash": {"type": "integer"}, "arrangementIndexByStatValue": {"type": "object", "properties": {}, "required": []}}, "required": ["artArrangementRegionHash", "artArrangementRegionIndex", "statHash", "arrangementIndexByStatValue"]}}, "hash": {"type": "integer"}, "weaponTypeHash": {"type": "integer"}, "weaponContentGroupHash": {"type": "integer"}}, "required": ["patternGlobalTagIdHash", "index", "weaponTranslationGroupHash", "blacklisted", "redacted", "weaponType", "patternHash", "filters", "hash", "weaponTypeHash", "weaponContentGroupHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"patternGlobalTagIdHash" : 1799045543, "index" : 228, "weaponTranslationGroupHash" : 1001629289, "blacklisted" : false, "redacted" : false, "weaponType" : 22, "patternHash" : 2069224589, "filters" : [{"artArrangementRegionHash" : 2431786863, "artArrangementRegionIndex" : 3, "statHash" : 0, "arrangementIndexByStatValue" : {}}, {"artArrangementRegionHash" : 442447909, "artArrangementRegionIndex" : 1, "statHash" : 0, "arrangementIndexByStatValue" : {}}, {"artArrangementRegionHash" : 1848594060, "artArrangementRegionIndex" : 0, "statHash" : 0, "arrangementIndexByStatValue" : {}}, {"artArrangementRegionHash" : 646625284, "artArrangementRegionIndex" : 2, "statHash" : 0, "arrangementIndexByStatValue" : {}}, {"artArrangementRegionHash" : 4196081331, "artArrangementRegionIndex" : 5, "statHash" : 0, "arrangementIndexByStatValue" : {}}, {"artArrangementRegionHash" : 1401519777, "artArrangementRegionIndex" : 4, "statHash" : 0, "arrangementIndexByStatValue" : {}}, {"artArrangementRegionHash" : 3328994727, "artArrangementRegionIndex" : 21, "statHash" : 0, "arrangementIndexByStatValue" : {}}], "hash" : 2069224589, "weaponTypeHash" : 3957082778, "weaponContentGroupHash" : 2117631557} | json_instruct | {"type": "object", "properties": {"patternGlobalTagIdHash": {"type": "integer"}, "index": {"type": "integer"}, "weaponTranslationGroupHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "weaponType": {"type": "integer"}, "patternHash": {"type": "integer"}, "filters": {"type": "array", "items": {"type": "object", "properties": {"artArrangementRegionHash": {"type": "integer"}, "artArrangementRegionIndex": {"type": "integer"}, "statHash": {"type": "integer"}, "arrangementIndexByStatValue": {"type": "object", "properties": {}, "required": []}}, "required": ["artArrangementRegionHash", "artArrangementRegionIndex", "statHash", "arrangementIndexByStatValue"]}}, "hash": {"type": "integer"}, "weaponTypeHash": {"type": "integer"}, "weaponContentGroupHash": {"type": "integer"}}, "required": ["patternGlobalTagIdHash", "index", "weaponTranslationGroupHash", "blacklisted", "redacted", "weaponType", "patternHash", "filters", "hash", "weaponTypeHash", "weaponContentGroupHash"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 22232, "cartId" : "59060e70-be6f-41bd-b5af-4f52a1455a3a", "preferredProducts" : [4373, 4640, 4778, 920, 2916], "productReviews" : [{"productId" : 75, "reviewText" : "My chicken loves to play with it.", "reviewDate" : "2016-10-08T17:13:31.8254201+03:00"}, {"productId" : 3486, "reviewText" : "I tried to hang it but got jelly bean all over it.", "reviewDate" : "2017-12-26T05:39:58.735491+02:00"}, {"productId" : 4550, "reviewText" : "one of my hobbies is sailing. and when i'm sailing this works great.", "reviewDate" : "2020-03-02T04:43:38.9495203+02:00"}, {"productId" : 1398, "reviewText" : "i use it profusely when i'm in my garage.", "reviewDate" : "2017-09-27T16:49:55.2887615+03:00"}, {"productId" : 4269, "reviewText" : "My neighbor Lori has one of these. She works as a taxidermist and she says it looks whopping.", "reviewDate" : "2019-08-25T09:24:17.9006152+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"file_name": {"type": "string"}, "guid": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}, "exports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "class": {"type": "object", "properties": {"package": {"type": "string"}, "name": {"type": "string"}}, "required": ["package", "name"]}, "super": {"type": "null"}, "template": {"type": "object", "properties": {"package": {"type": "string"}, "name": {"type": "string"}}, "required": ["package", "name"]}, "outer": {"type": "null"}, "properties": {"type": "object", "properties": {"ImportedSize": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "required": ["type", "value"]}, "LightingGuid": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}}, "required": ["type", "value"]}}, "required": ["ImportedSize", "LightingGuid"]}}, "required": ["name", "class", "super", "template", "outer", "properties"]}}}, "required": ["file_name", "guid", "exports"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"file_name" : "FactoryGame/Content/FactoryGame/Resource/Parts/Rotor/Texture/Rotor_albedo.uasset", "guid" : {"a" : 938895567, "b" : 1190490800, "c" : 2579522696, "d" : 625694088}, "exports" : [{"name" : "Rotor_albedo", "class" : {"package" : "/Script/Engine", "name" : "Texture2D"}, "super" : null, "template" : {"package" : "/Script/Engine", "name" : "Default__Texture2D"}, "outer" : null, "properties" : {"ImportedSize" : {"type" : "IntPoint", "value" : {"x" : 2048, "y" : 2048}}, "LightingGuid" : {"type" : "Guid", "value" : {"a" : 2521194803, "b" : 1221838989, "c" : 3415206056, "d" : 584826184}}}}]} | json_instruct | {"type": "object", "properties": {"file_name": {"type": "string"}, "guid": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}, "exports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "class": {"type": "object", "properties": {"package": {"type": "string"}, "name": {"type": "string"}}, "required": ["package", "name"]}, "super": {"type": "null"}, "template": {"type": "object", "properties": {"package": {"type": "string"}, "name": {"type": "string"}}, "required": ["package", "name"]}, "outer": {"type": "null"}, "properties": {"type": "object", "properties": {"ImportedSize": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "required": ["type", "value"]}, "LightingGuid": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}}, "required": ["type", "value"]}}, "required": ["ImportedSize", "LightingGuid"]}}, "required": ["name", "class", "super", "template", "outer", "properties"]}}}, "required": ["file_name", "guid", "exports"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "eslintConfig": {"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"]}, "devDependencies": {"type": "object", "properties": {"@izayl/eslint-config": {"type": "string"}, "cypress": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@izayl/eslint-config", "cypress", "typescript"]}, "dependencies": {"type": "object", "properties": {"@ethersproject/experimental": {"type": "string"}, "dotenv": {"type": "string"}, "ethers": {"type": "string"}}, "required": ["@ethersproject/experimental", "dotenv", "ethers"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "scripts", "eslintConfig", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cypress-plugin-ethereum-provider", "version" : "1.0.0", "description" : "Cypress Plugin provide EIP 1193 compatible JavaScript API for e2e testing", "main" : "src/index.ts", "repository" : "git@github.com:izayl/cypress-plugin-ethereum-provider.git", "author" : "izayl <izayl@163.com>", "license" : "MIT", "scripts" : {"build" : "tsc -P ."}, "eslintConfig" : {"extends" : "@izayl"}, "devDependencies" : {"@izayl/eslint-config" : "^0.4.0", "cypress" : "^9.5.1", "typescript" : "^4.6.2"}, "dependencies" : {"@ethersproject/experimental" : "^5.6.0", "dotenv" : "^16.0.0", "ethers" : "^5.6.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "eslintConfig": {"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"]}, "devDependencies": {"type": "object", "properties": {"@izayl/eslint-config": {"type": "string"}, "cypress": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@izayl/eslint-config", "cypress", "typescript"]}, "dependencies": {"type": "object", "properties": {"@ethersproject/experimental": {"type": "string"}, "dotenv": {"type": "string"}, "ethers": {"type": "string"}}, "required": ["@ethersproject/experimental", "dotenv", "ethers"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "scripts", "eslintConfig", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@types/base-x": {"type": "string"}}, "required": ["@types/base-x"]}}, "required": ["private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"private" : true, "dependencies" : {"@types/base-x" : "^1.0.30"}} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@types/base-x": {"type": "string"}}, "required": ["@types/base-x"]}}, "required": ["private", "dependencies"], "$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": {"build": {"type": "string"}, "dev": {"type": "string"}, "prod": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "dev", "prod", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@typegoose/typegoose": {"type": "string"}, "@types/google-protobuf": {"type": "string"}, "@types/ioredis": {"type": "string"}, "@types/node": {"type": "string"}, "ts-node": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@typegoose/typegoose", "@types/google-protobuf", "@types/ioredis", "@types/node", "ts-node", "ts-node-dev", "typescript"]}, "dependencies": {"type": "object", "properties": {"@grpc/grpc-js": {"type": "string"}, "@grpc/proto-loader": {"type": "string"}, "dotenv": {"type": "string"}, "google-protobuf": {"type": "string"}, "grpc-tools": {"type": "string"}, "grpc_tools_node_protoc_ts": {"type": "string"}, "ioredis": {"type": "string"}, "mongoose": {"type": "string"}}, "required": ["@grpc/grpc-js", "@grpc/proto-loader", "dotenv", "google-protobuf", "grpc-tools", "grpc_tools_node_protoc_ts", "ioredis", "mongoose"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "period_service", "version" : "1.0.0", "description" : "", "main" : "main.ts", "scripts" : {"build" : "rm -rf dist && tsc --outDir dist", "dev" : "DOTENV_CONFIG_PATH=./devel.env nodemon -r dotenv/config --exec ts-node --project tsconfig.json src/main.ts", "prod" : "DOTENV_CONFIG_PATH=./prod.env node -r dotenv/config dist/main.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Osman Akol", "license" : "ISC", "devDependencies" : {"@typegoose/typegoose" : "^9.5.0", "@types/google-protobuf" : "^3.15.5", "@types/ioredis" : "^4.28.7", "@types/node" : "^17.0.8", "ts-node" : "^10.4.0", "ts-node-dev" : "^1.1.8", "typescript" : "^4.5.4"}, "dependencies" : {"@grpc/grpc-js" : "^1.5.1", "@grpc/proto-loader" : "^0.6.9", "dotenv" : "^12.0.3", "google-protobuf" : "^3.19.3", "grpc-tools" : "^1.11.2", "grpc_tools_node_protoc_ts" : "^5.3.2", "ioredis" : "^4.28.3", "mongoose" : "^6.1.6"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "prod": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "dev", "prod", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@typegoose/typegoose": {"type": "string"}, "@types/google-protobuf": {"type": "string"}, "@types/ioredis": {"type": "string"}, "@types/node": {"type": "string"}, "ts-node": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@typegoose/typegoose", "@types/google-protobuf", "@types/ioredis", "@types/node", "ts-node", "ts-node-dev", "typescript"]}, "dependencies": {"type": "object", "properties": {"@grpc/grpc-js": {"type": "string"}, "@grpc/proto-loader": {"type": "string"}, "dotenv": {"type": "string"}, "google-protobuf": {"type": "string"}, "grpc-tools": {"type": "string"}, "grpc_tools_node_protoc_ts": {"type": "string"}, "ioredis": {"type": "string"}, "mongoose": {"type": "string"}}, "required": ["@grpc/grpc-js", "@grpc/proto-loader", "dotenv", "google-protobuf", "grpc-tools", "grpc_tools_node_protoc_ts", "ioredis", "mongoose"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "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" : 73279, "info" : {"name" : "Master's", "description" : "Master's tumblr", "additionalInfo" : null, "format" : "uso", "category" : "tumblr", "createdAt" : "2012-09-09T01:56:55.000Z", "updatedAt" : "2013-08-25T15:21:02.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 158055, "name" : "cesarhbf"}}, "stats" : {"installs" : {"total" : 22, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "73279_after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@-moz-document url-prefix(\"http://www.tumblr.com\"), url-prefix('https://www.tumblr.com') {\r\n\r\n#logo {height: 0 !important;\r\n\r\n\twidth: 0 !important;\r\n\r\n\tpadding-left: 240px !important;\r\n\r\n\tpadding-top: 70px !important;\r\n\r\n\tbackground: url(http://i49.tinypic.com/2laedf9.jpg) no-repeat !important;}\r\n\r\n}"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "lastUpdate": {"type": "string"}, "npatients": {"type": "integer"}, "nexits": {"type": "integer"}, "ndeaths": {"type": "integer"}, "ncurrentpatients": {"type": "integer"}, "url_opendata": {"type": "string"}, "src_url": {"type": "string"}}, "required": ["name", "lastUpdate", "npatients", "nexits", "ndeaths", "ncurrentpatients", "url_opendata", "src_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Chiba", "lastUpdate" : "2020-05-20", "npatients" : 901, "nexits" : 737, "ndeaths" : 42, "ncurrentpatients" : 122, "url_opendata" : "https://www.pref.chiba.lg.jp/shippei/press/2019/ncov-index.html", "src_url" : "https://www.pref.chiba.lg.jp/shippei/press/2019/ncov-index.html"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "lastUpdate": {"type": "string"}, "npatients": {"type": "integer"}, "nexits": {"type": "integer"}, "ndeaths": {"type": "integer"}, "ncurrentpatients": {"type": "integer"}, "url_opendata": {"type": "string"}, "src_url": {"type": "string"}}, "required": ["name", "lastUpdate", "npatients", "nexits", "ndeaths", "ncurrentpatients", "url_opendata", "src_url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 41419, "cartId" : "045c4ad3-a0a1-4b1a-80d3-914bc9920a14", "preferredProducts" : [2687, 2244], "productReviews" : [{"productId" : 3159, "reviewText" : "The box this comes in is 3 yard by 6 yard and weights 19 pound!!!", "reviewDate" : "2018-03-11T21:56:10.0026409+02:00"}, {"productId" : 3467, "reviewText" : "i use it occasionally when i'm in my outhouse.", "reviewDate" : "2018-08-17T04:29:33.7192095+03:00"}, {"productId" : 1419, "reviewText" : "one of my hobbies is sailing. and when i'm sailing this works great.", "reviewDate" : "2018-02-10T17:54:33.2346473+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2021-08-19T15:00:00Z", "Temp" : 32.1, "RelHum" : 42, "WindSpeed" : 5.8, "WindDir" : 278} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "count": {"type": "integer"}}, "required": ["url", "title", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"url" : "https://bbs.byr.cn/article/Talking/6201732", "title" : "\u4e3a\u4ec0\u4e48\u5317\u90ae\u9700\u8981\u6539\u53d8\uff1f", "count" : 83}, {"url" : "https://bbs.byr.cn/article/WorkLife/1147028", "title" : "\u5c0f\u5929\u7684\u6bd5\u4e1a\u4e94\u5e74\u603b\u7ed3\u2014\u2014\u8981\u52a1\u5b9e\u9760\u8c31\u4e9b", "count" : 34}, {"url" : "https://bbs.byr.cn/article/Picture/3258011", "title" : "\u6211\u90ae\u5b66\u751f\u7684\u81ea\u4fe1\u5ea6\u771f\u662f\u4ee5\u8089\u773c\u53ef\u89c1\u7684\u901f\u5ea6\u5728\u4e0b\u964d", "count" : 34}, {"url" : "https://bbs.byr.cn/article/Feeling/3146895", "title" : "\u7231\u662f\u4ec0\u4e48", "count" : 28}, {"url" : "https://bbs.byr.cn/article/Job/2091430", "title" : "\u5927\u5382\u8fd8\u597d\u8fdb\u5417\uff1f", "count" : 26}, {"url" : "https://bbs.byr.cn/article/Home/125065", "title" : "\u3010\u627e\u5408\u79df\u3011\u878d\u6cfd\u5609\u56ed\u4e00\u53f7\u9662\uff0c2\u65393\u627e\u5408\u79df", "count" : 18}, {"url" : "https://bbs.byr.cn/article/StudyShare/197015", "title" : "\u3010\u8ba8\u8bba\u3011\u5927\u5bb6\u5e73\u65f6\u7528ipad\u8bb0\u7b14\u8bb0\u5417", "count" : 16}, {"url" : "https://bbs.byr.cn/article/Constellations/326533", "title" : "\u3010\u8f6c\u3011\u8d85\u795e\u51c6\uff01\u661f\u5ea7\u5c0f\u738b\u5b50\u72ec\u521b\u7684\u65b0\u578b\u5360\u535c\u3001\u4f86\u4e00\u8d77\u8a66\u73a9\u4e00\u4e0b\uff01", "count" : 15}, {"url" : "https://bbs.byr.cn/article/Health/221061", "title" : "\u4e2d\u533b\uff0c\u897f\u533b", "count" : 14}, {"url" : "https://bbs.byr.cn/article/Friends/1920870", "title" : "\u56de\u6bcd\u6821\u66ff\u5ba4\u53cb\u5f81\u53cb\u5566-92\u5e74\u5973\u8bda\u5f81\u7ed3\u5a5a\u5bf9\u8c61", "count" : 14}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "count": {"type": "integer"}}, "required": ["url", "title", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"FilmsOfThe1950s": {"type": "array", "items": {"type": "string"}}}, "required": ["FilmsOfThe1950s"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"FilmsOfThe1950s" : ["LargeHam", "TheWestern", "CallBack", "AlienInvasion", "JailBait", "TheConqueror", "TheTenCommandments", "TheThreeFacesOfEve", "TheUndead"]} | json_instruct | {"type": "object", "properties": {"FilmsOfThe1950s": {"type": "array", "items": {"type": "string"}}}, "required": ["FilmsOfThe1950s"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"open_question_opinion": {"type": "array", "items": {"type": "string"}}, "open_question_factual": {"type": "array", "items": {"type": "string"}}, "open_question_personal": {"type": "array", "items": {"type": "string"}}, "yes_no_question": {"type": "array", "items": {"type": "string"}}, "opinion": {"type": "array", "items": {"type": "string"}}}, "required": ["open_question_opinion", "open_question_factual", "open_question_personal", "yes_no_question", "opinion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"open_question_opinion" : ["You wanna know my opinion on SUBJECT.", "So, you asked for my opinion on SUBJECT.", "You wanna hear my view on SUBJECT."], "open_question_factual" : ["You've asked me SUBJECT.", "So, you wanna know SUBJECT.", "You wanna hear SUBJECT."], "open_question_personal" : ["You've asked me SUBJECT.", "So, you wanna know SUBJECT.", "You wanna hear SUBJECT."], "yes_no_question" : ["You've asked me SUBJECT.", "So, you wanna know SUBJECT.", "You wanna hear SUBJECT."], "opinion" : ["I appreciate you being so PROPERTY about following this up.", "I think you are being PROPERTY.", "I'm always happy to have a conversation with such a PROPERTY person.", "It is PROPERTY that you have been so thorough in your thoughts.", "It is very PROPERTY of you to say that.", "Thank you for being so PROPERTY.", "Thank you for being so PROPERTY with me on this.", "You are very PROPERTY to say that.", "You have been very PROPERTY, which makes my job a lot easier.", "Your feedback has been very PROPERTY.", "I bet that you are so PROPERTY'.", "I think that you have a PROPERTY personality.", "I'm sure that you are PROPERTY.", "That's a PROPERTY to hear that, you should be proud of yourself.", "You are a PROPERTY example to others.", "You have done a PROPERTY job in figuring this out."]} | json_instruct | {"type": "object", "properties": {"open_question_opinion": {"type": "array", "items": {"type": "string"}}, "open_question_factual": {"type": "array", "items": {"type": "string"}}, "open_question_personal": {"type": "array", "items": {"type": "string"}}, "yes_no_question": {"type": "array", "items": {"type": "string"}}, "opinion": {"type": "array", "items": {"type": "string"}}}, "required": ["open_question_opinion", "open_question_factual", "open_question_personal", "yes_no_question", "opinion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "object", "properties": {"opaque_id": {"type": "string"}, "idp": {"type": "string"}, "type": {"type": "integer"}}, "required": ["opaque_id", "idp", "type"]}, "username": {"type": "string"}, "secret": {"type": "string"}, "mail": {"type": "string"}, "display_name": {"type": "string"}, "groups": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "username", "secret", "mail", "display_name", "groups"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : {"opaque_id" : "miroslav1234", "idp" : "cesnet.cz", "type" : 1}, "username" : "miroslav", "secret" : "miroslavpass", "mail" : "miroslav@cesnet.cz", "display_name" : "Miroslav", "groups" : ["sailing-lovers", "violin-haters", "physics-lovers"]}, {"id" : {"opaque_id" : "milan5678", "idp" : "cesnet.cz", "type" : 1}, "username" : "milan", "secret" : "milanpass", "mail" : "milan@cesnet.cz", "display_name" : "Milan", "groups" : ["radium-lovers", "polonium-lovers", "physics-lovers"]}, {"id" : {"opaque_id" : "test4242", "idp" : "cesnet.cz", "type" : 1}, "username" : "test", "secret" : "testpass", "mail" : "test42@cesnet.cz", "display_name" : "Testuser", "groups" : ["test-lovers", "bug-haters", "ai-lovers"]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "object", "properties": {"opaque_id": {"type": "string"}, "idp": {"type": "string"}, "type": {"type": "integer"}}, "required": ["opaque_id", "idp", "type"]}, "username": {"type": "string"}, "secret": {"type": "string"}, "mail": {"type": "string"}, "display_name": {"type": "string"}, "groups": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "username", "secret", "mail", "display_name", "groups"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"JSONStream": {"type": "string"}, "browserify": {"type": "string"}, "dev-null": {"type": "string"}, "event-stream": {"type": "string"}, "krampus": {"type": "string"}, "node-static": {"type": "string"}, "oboe": {"type": "string"}, "opn": {"type": "string"}, "strip-bom": {"type": "string"}, "toml": {"type": "string"}, "toposort": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["JSONStream", "browserify", "dev-null", "event-stream", "krampus", "node-static", "oboe", "opn", "strip-bom", "toml", "toposort", "yargs"]}, "bin": {"type": "object", "properties": {"ideohint": {"type": "string"}}, "required": ["ideohint"]}, "scripts": {"type": "object", "properties": {"build-visual-index": {"type": "string"}, "build-visual-worker": {"type": "string"}, "install": {"type": "string"}}, "required": ["build-visual-index", "build-visual-worker", "install"]}}, "required": ["name", "description", "version", "main", "repository", "license", "dependencies", "bin", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ideohint", "description" : "Optimized gridfit generator for ideographs.", "version" : "0.90.1", "main" : "./main.js", "repository" : {"type" : "git", "url" : "https://github.com/caryll/ideohint"}, "license" : "MIT", "dependencies" : {"JSONStream" : "^1.1.4", "browserify" : "^13.1.0", "dev-null" : "^0.1.1", "event-stream" : "^3.3.4", "krampus" : "^1.1.0", "node-static" : "^0.7.8", "oboe" : "^2.1.2", "opn" : "^4.0.2", "strip-bom" : "^3.0.0", "toml" : "^2.3.0", "toposort" : "^1.0.0", "yargs" : "^5.0.0"}, "bin" : {"ideohint" : "./bin/ideohint.js"}, "scripts" : {"build-visual-index" : "./node_modules/.bin/browserify visual/index.js -o visual/index.packed.js", "build-visual-worker" : "./node_modules/.bin/browserify visual/worker-hint.js -o visual/worker-hint.packed.js", "install" : "npm run build-visual-index && npm run build-visual-worker"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"JSONStream": {"type": "string"}, "browserify": {"type": "string"}, "dev-null": {"type": "string"}, "event-stream": {"type": "string"}, "krampus": {"type": "string"}, "node-static": {"type": "string"}, "oboe": {"type": "string"}, "opn": {"type": "string"}, "strip-bom": {"type": "string"}, "toml": {"type": "string"}, "toposort": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["JSONStream", "browserify", "dev-null", "event-stream", "krampus", "node-static", "oboe", "opn", "strip-bom", "toml", "toposort", "yargs"]}, "bin": {"type": "object", "properties": {"ideohint": {"type": "string"}}, "required": ["ideohint"]}, "scripts": {"type": "object", "properties": {"build-visual-index": {"type": "string"}, "build-visual-worker": {"type": "string"}, "install": {"type": "string"}}, "required": ["build-visual-index", "build-visual-worker", "install"]}}, "required": ["name", "description", "version", "main", "repository", "license", "dependencies", "bin", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"source": {"type": "string"}}, "required": ["source"]}, "id": {"type": "string"}, "type": {"type": "string"}}, "required": ["config", "id", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"config" : {"source" : "demo/data/data.json.xz"}, "id" : "blaster", "type" : "blaster"} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"source": {"type": "string"}}, "required": ["source"]}, "id": {"type": "string"}, "type": {"type": "string"}}, "required": ["config", "id", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"main.js": {"type": "string"}, "main.js.map": {"type": "string"}}, "required": ["main.js", "main.js.map"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"main.js" : "static/js/main.07a03bcf.js", "main.js.map" : "static/js/main.07a03bcf.js.map"} | json_instruct | {"type": "object", "properties": {"main.js": {"type": "string"}, "main.js.map": {"type": "string"}}, "required": ["main.js", "main.js.map"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "import React, { useMemo } from 'react';\nimport { useUncontrolled } from 'uncontrollable';\nimport TabContext from './TabContext';\nimport SelectableContext from './SelectableContext';\n/* eslint-disable react/no-unused-prop-types */\n\nvar TabContainer = function TabContainer(props) {\n var _useUncontrolled = useUncontrolled(props, {\n activeKey: 'onSelect'\n }),\n id = _useUncontrolled.id,\n generateCustomChildId = _useUncontrolled.generateChildId,\n onSelect = _useUncontrolled.onSelect,\n activeKey = _useUncontrolled.activeKey,\n transition = _useUncontrolled.transition,\n mountOnEnter = _useUncontrolled.mountOnEnter,\n unmountOnExit = _useUncontrolled.unmountOnExit,\n children = _useUncontrolled.children;\n\n var generateChildId = useMemo(function () {\n return generateCustomChildId || function (key, type) {\n return id ? id + \"-\" + type + \"-\" + key : null;\n };\n }, [id, generateCustomChildId]);\n var tabContext = useMemo(function () {\n return {\n onSelect: onSelect,\n activeKey: activeKey,\n transition: transition,\n mountOnEnter: mountOnEnter,\n unmountOnExit: unmountOnExit,\n getControlledId: function getControlledId(key) {\n return generateChildId(key, 'tabpane');\n },\n getControllerId: function getControllerId(key) {\n return generateChildId(key, 'tab');\n }\n };\n }, [onSelect, activeKey, transition, mountOnEnter, unmountOnExit, generateChildId]);\n return /*#__PURE__*/React.createElement(TabContext.Provider, {\n value: tabContext\n }, /*#__PURE__*/React.createElement(SelectableContext.Provider, {\n value: onSelect\n }, children));\n};\n\nexport default TabContainer;", "map" : null, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "6872af52f485f9da770fe3da0e426841f0e0900f"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["bitmark-lib"] | 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": {"sn48.44:1.4": {"type": "string"}, "sn48.44:2.3": {"type": "string"}}, "required": ["sn48.44:1.4", "sn48.44:2.3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sn48.44:1.4" : "saddahasi \u2192 saddah\u0101si (bj, pts1ed)", "sn48.44:2.3" : "aphassita\u1e41 \u2192 apassita\u1e41 (bj, sya-all, km, mr); aphusita\u1e41 (pts1ed)"} | json_instruct | {"type": "object", "properties": {"sn48.44:1.4": {"type": "string"}, "sn48.44:2.3": {"type": "string"}}, "required": ["sn48.44:1.4", "sn48.44:2.3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"900109470": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900109471": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900109472": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900109473": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900109470", "900109471", "900109472", "900109473"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900109470" : {"nama" : "TPS 1", "dapil" : [1601, 11610, 2160704]}, "900109471" : {"nama" : "TPS 2", "dapil" : [1601, 11610, 2160704]}, "900109472" : {"nama" : "TPS 3", "dapil" : [1601, 11610, 2160704]}, "900109473" : {"nama" : "TPS 4", "dapil" : [1601, 11610, 2160704]}} | json_instruct | {"type": "object", "properties": {"900109470": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900109471": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900109472": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900109473": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900109470", "900109471", "900109472", "900109473"], "$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"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "32", "48", "128"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}}, "required": ["default_icon"]}}, "required": ["name", "version", "manifest_version", "description", "icons", "permissions", "background", "content_scripts", "browser_action"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Blind", "version" : "0.1", "manifest_version" : 2, "description" : "Obscures the visibility of a website to simulate blindness/visual impairment.", "icons" : {"16" : "images/icon-16.png", "32" : "images/icon-32.png", "48" : "images/icon-48.png", "128" : "images/icon-128.png"}, "permissions" : ["activeTab"], "background" : {"scripts" : ["background.js"]}, "content_scripts" : [{"matches" : ["<all_urls>"], "js" : ["content.js"]}], "browser_action" : {"default_icon" : "images/icon-16.png"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "32", "48", "128"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}}, "required": ["default_icon"]}}, "required": ["name", "version", "manifest_version", "description", "icons", "permissions", "background", "content_scripts", "browser_action"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "health": {"type": "integer"}, "attack": {"type": "integer"}, "defense": {"type": "integer"}, "source": {"type": "string"}}, "required": ["_id", "name", "health", "attack", "defense", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "4", "name" : "Zangief", "health" : 60, "attack" : 4, "defense" : 1, "source" : "https://media1.giphy.com/media/nlbIvY9K0jfAA/source.gif"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "health": {"type": "integer"}, "attack": {"type": "integer"}, "defense": {"type": "integer"}, "source": {"type": "string"}}, "required": ["_id", "name", "health", "attack", "defense", "source"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"\u8a31\u53ef\u8b49\u865f": {"type": "string"}, "\u5316\u5b78\u6210\u5206": {"type": "string"}, "\u5ee0\u724c\u540d\u7a31": {"type": "string"}, "\u570b\u5916\u539f\u88fd\u9020\u5ee0\u5546": {"type": "string"}, "\u6709\u6548\u671f\u9650": {"type": "string"}, "\u5ee0\u5546\u540d\u7a31": {"type": "string"}}, "required": ["\u8a31\u53ef\u8b49\u865f", "\u5316\u5b78\u6210\u5206", "\u5ee0\u724c\u540d\u7a31", "\u570b\u5916\u539f\u88fd\u9020\u5ee0\u5546", "\u6709\u6548\u671f\u9650", "\u5ee0\u5546\u540d\u7a31"]}}, "\u82f1\u6587\u540d\u7a31": {"type": "string"}}, "required": ["id", "name", "licenses", "\u82f1\u6587\u540d\u7a31"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "H095", "name" : "\u83ab\u591a\u8349\u6de8", "licenses" : [{"\u8a31\u53ef\u8b49\u865f" : "04562", "\u5316\u5b78\u6210\u5206" : "(1) 6-CHLORO-N^2-ETHYL-N^4-ISOPROPYL-1,3,5-TRIAZINE-2,4-DIAMINE \u202615.7%(2) 2-CHLORO-6\u2019-ETHYL-N-(2-METHOXY-1-METHYLETHYL)ACETO-O-TOLUIDIDE\u202630.6%", "\u5ee0\u724c\u540d\u7a31" : "\u63a7\u8349\u5be7", "\u570b\u5916\u539f\u88fd\u9020\u5ee0\u5546" : "", "\u6709\u6548\u671f\u9650" : "103/11/13", "\u5ee0\u5546\u540d\u7a31" : "\u65e5\u8fb2\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8"}], "\u82f1\u6587\u540d\u7a31" : "ATRAZINE + METOLACHLOR"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"\u8a31\u53ef\u8b49\u865f": {"type": "string"}, "\u5316\u5b78\u6210\u5206": {"type": "string"}, "\u5ee0\u724c\u540d\u7a31": {"type": "string"}, "\u570b\u5916\u539f\u88fd\u9020\u5ee0\u5546": {"type": "string"}, "\u6709\u6548\u671f\u9650": {"type": "string"}, "\u5ee0\u5546\u540d\u7a31": {"type": "string"}}, "required": ["\u8a31\u53ef\u8b49\u865f", "\u5316\u5b78\u6210\u5206", "\u5ee0\u724c\u540d\u7a31", "\u570b\u5916\u539f\u88fd\u9020\u5ee0\u5546", "\u6709\u6548\u671f\u9650", "\u5ee0\u5546\u540d\u7a31"]}}, "\u82f1\u6587\u540d\u7a31": {"type": "string"}}, "required": ["id", "name", "licenses", "\u82f1\u6587\u540d\u7a31"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "string"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "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" : 99073, "name" : "Classic Hybrid", "description" : "Hybridized! Mix of Old and New for smurfy-net", "user" : {"id" : 226026, "name" : "Grey_Ghost", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2014-03-09T11:08:06.000Z", "weekly_install_count" : 0, "total_install_count" : 51, "rating" : null, "after_screenshot_name" : "https://userstyles.org/style_screenshots/99073_after.jpeg?r=1588493039", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : "publicdomain", "created" : "2014-03-09T11:08:06.000Z", "category" : "site", "raw_subcategory" : "smurfy-net", "subcategory" : "smurfy-net", "additional_info" : null, "style_tags" : [], "css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"mwo.smurfy-net.de\") {\r\n.label-mech-hardpoint-missle {\r\ncolor: rgb(255, 255, 255);\r\n}\r\n.slot {\r\nbackground: none repeat scroll 0 0 #202020;\r\nborder: 1px solid #716604;\r\n}\r\n.component-title {\r\nbackground-image: linear-gradient(to bottom, rgb(113, 102, 4), rgb(190, 171, 7));\r\nborder: 0px;\r\n}\r\n.component-restrictions {\r\nbackground-image: linear-gradient(to bottom, rgb(190, 171, 7), rgb(113, 102, 4));\r\nborder: 0px;\r\n}\r\n.slot-internal {\r\ncolor: rgb(105, 95, 17);\r\n}\r\n.slot-dynamic {\r\ncolor: rgb(135, 135, 135);\r\n}\r\n.slot-free {\r\ncolor: rgb(85, 85, 85);\r\n}\r\n.label-mech-hardpoint-beam {\r\ncolor: rgb(255, 255, 255);\r\n}\r\n.label.armor-values {\r\nbackground-color: rgb(70, 70, 70);\r\nborder: 0px;\r\n}\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/99073/classic-hybrid.user.js", "style_settings" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "string"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text": {"type": "string"}}, "required": ["@lang", "#text"]}, "start.use": {"type": "string"}}, "required": ["deprecated", "authority-code", "identifier", "about", "prefLabel", "start.use"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"deprecated" : "false", "authority-code" : "LMO", "identifier" : "LMO", "about" : "http://publications.europa.eu/resource/authority/language/LMO", "prefLabel" : {"@lang" : "lmo", "#text" : "lombard"}, "start.use" : "1950-05-09"} | json_instruct | {"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text": {"type": "string"}}, "required": ["@lang", "#text"]}, "start.use": {"type": "string"}}, "required": ["deprecated", "authority-code", "identifier", "about", "prefLabel", "start.use"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"manufacturer" : "SYLVANIA", "market_name" : "SLTDVD9220_C", "codename" : "SLTDVD9220-C", "model" : "SLTDVD9220-C"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "language-label": {"type": "string"}, "namespace-label": {"type": "string"}}, "required": ["@metadata", "language-label", "namespace-label"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : ["Erdemaslancan", "Mirzali", "G\u0131rd"]}, "language-label" : "Z\u0131wan", "namespace-label" : "Heruna namey"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "language-label": {"type": "string"}, "namespace-label": {"type": "string"}}, "required": ["@metadata", "language-label", "namespace-label"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"1": {"type": "boolean"}}, "required": ["1"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "fb4b0d38d2c07fd94bed", "c" : {"1" : false}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"1": {"type": "boolean"}}, "required": ["1"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"label": {"type": "string"}, "position": {"type": "integer"}}, "required": ["label", "position"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"label" : "Testing API", "position" : 5} | json_instruct | {"type": "object", "properties": {"label": {"type": "string"}, "position": {"type": "integer"}}, "required": ["label", "position"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.