input
stringlengths 159
2.05k
| output
stringlengths 5
10.3k
| task
stringclasses 1
value | schema
stringlengths 100
1.99k
|
---|---|---|---|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : [{"d" : [{"e" : ["\ufff9`Sapisacinawaw~ `ako~ `anini~.\ufffa\ufffb\u6211\u4eca\u5929\u60f3\u505a\u6f01\u7b4c\u3002"], "f" : "\u60f3\u505a\u6f01\u7b4c\u3002"}]}], "stem" : "cinaw", "t" : "sapisacinawaw"} | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"cpci_openstack_client_session_error": {"type": "string"}, "cpci_openstack_client_regions_error": {"type": "string"}, "cpci_openstack_client_session_closed": {"type": "string"}, "cpci_openstack_client": {"type": "string"}, "cpci_openstack_client_regions": {"type": "string"}, "cpci_openstack_client_commands": {"type": "string"}, "cpci_openstack_client_select_region": {"type": "string"}, "cpci_openstack_client_remaining_time": {"type": "string"}}, "required": ["cpci_openstack_client_session_error", "cpci_openstack_client_regions_error", "cpci_openstack_client_session_closed", "cpci_openstack_client", "cpci_openstack_client_regions", "cpci_openstack_client_commands", "cpci_openstack_client_select_region", "cpci_openstack_client_remaining_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cpci_openstack_client_session_error" : "No se ha podido cargar el terminal: {{message}}", "cpci_openstack_client_regions_error" : "No se ha podido cargar la lista de localizaciones: {{message}}", "cpci_openstack_client_session_closed" : "Se ha interrumpido la sesi\u00f3n.", "cpci_openstack_client" : "Cliente OpenStack ", "cpci_openstack_client_regions" : "Localizaciones:", "cpci_openstack_client_commands" : "Pedidos:", "cpci_openstack_client_select_region" : "Choisir", "cpci_openstack_client_remaining_time" : "Tiempo restante: <b>{{time}}</b>"} | json_instruct | {"type": "object", "properties": {"cpci_openstack_client_session_error": {"type": "string"}, "cpci_openstack_client_regions_error": {"type": "string"}, "cpci_openstack_client_session_closed": {"type": "string"}, "cpci_openstack_client": {"type": "string"}, "cpci_openstack_client_regions": {"type": "string"}, "cpci_openstack_client_commands": {"type": "string"}, "cpci_openstack_client_select_region": {"type": "string"}, "cpci_openstack_client_remaining_time": {"type": "string"}}, "required": ["cpci_openstack_client_session_error", "cpci_openstack_client_regions_error", "cpci_openstack_client_session_closed", "cpci_openstack_client", "cpci_openstack_client_regions", "cpci_openstack_client_commands", "cpci_openstack_client_select_region", "cpci_openstack_client_remaining_time"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"canvasXpress.css": {"type": "string"}, "canvasXpress.min.css": {"type": "string"}, "canvasXpress.min.js": {"type": "string"}}, "required": ["canvasXpress.css", "canvasXpress.min.css", "canvasXpress.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"canvasXpress.css" : "sha512-9Jh5RzLNjZf2lec2i+a5Ezx1dcjcaof1NuuI5R5yrRxEp/gfSl0tui0wXquzYG16Ga3+qVM/awg0UW+0IeAzgA==", "canvasXpress.min.css" : "sha512-8zEB/23qLeig/c4SdGWf+WfopnB6lpmQxim7WtNoDGTKMsPCI+4QEhTlwa3fI1Ibgn+LIwryWf6Hjx3YeJWV7A==", "canvasXpress.min.js" : "sha512-s76LxfZ8cypPc5Gq9ac1rwalbilL5xfLhuH8ejYSuVM3gleLl7Te3rlb9Q9VpbvUZwpKzTp/rwzEGP9w5hxUBw=="} | json_instruct | {"type": "object", "properties": {"canvasXpress.css": {"type": "string"}, "canvasXpress.min.css": {"type": "string"}, "canvasXpress.min.js": {"type": "string"}}, "required": ["canvasXpress.css", "canvasXpress.min.css", "canvasXpress.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"dest_x": {"type": "integer"}, "dest_y": {"type": "integer"}, "tubes": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "Y": {"type": "integer"}}, "required": ["x", "Y"]}}}, "required": ["dest_x", "dest_y", "tubes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dest_x" : 140, "dest_y" : 281, "tubes" : [{"x" : 340, "Y" : 281}]} | json_instruct | {"type": "object", "properties": {"dest_x": {"type": "integer"}, "dest_y": {"type": "integer"}, "tubes": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "Y": {"type": "integer"}}, "required": ["x", "Y"]}}}, "required": ["dest_x", "dest_y", "tubes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"version": {"type": "integer"}, "public": {"type": "boolean"}, "scope": {"type": "string"}, "regions": {"type": "array", "items": {"type": "string"}}, "builds": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "use": {"type": "string"}}, "required": ["src", "use"]}}, "routes": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "dest": {"type": "string"}}, "required": ["src", "dest"]}}, "env": {"type": "object", "properties": {"PRIVATE_KEY": {"type": "string"}, "VALIDATOR_PUBLIC_KEY": {"type": "string"}, "MAINNET_URL": {"type": "string"}, "MY_PUBLIC_KEY": {"type": "string"}}, "required": ["PRIVATE_KEY", "VALIDATOR_PUBLIC_KEY", "MAINNET_URL", "MY_PUBLIC_KEY"]}}, "required": ["version", "public", "scope", "regions", "builds", "routes", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 2, "public" : false, "scope" : "yakovlevyuri", "regions" : ["all"], "builds" : [{"src" : "src/index.ts", "use" : "@now/node"}], "routes" : [{"src" : "/", "dest" : "src/index.ts"}], "env" : {"PRIVATE_KEY" : "@minter-autodelegate-private-key", "VALIDATOR_PUBLIC_KEY" : "@minter-autodelegate-validator-public-key", "MAINNET_URL" : "@minter-autodelegate-mainnet-url", "MY_PUBLIC_KEY" : "@minter-autodelegate-my-public-key"}} | json_instruct | {"type": "object", "properties": {"version": {"type": "integer"}, "public": {"type": "boolean"}, "scope": {"type": "string"}, "regions": {"type": "array", "items": {"type": "string"}}, "builds": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "use": {"type": "string"}}, "required": ["src", "use"]}}, "routes": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "dest": {"type": "string"}}, "required": ["src", "dest"]}}, "env": {"type": "object", "properties": {"PRIVATE_KEY": {"type": "string"}, "VALIDATOR_PUBLIC_KEY": {"type": "string"}, "MAINNET_URL": {"type": "string"}, "MY_PUBLIC_KEY": {"type": "string"}}, "required": ["PRIVATE_KEY", "VALIDATOR_PUBLIC_KEY", "MAINNET_URL", "MY_PUBLIC_KEY"]}}, "required": ["version", "public", "scope", "regions", "builds", "routes", "env"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : {"0" : {"m1" : "\u062a\u0646\u0647\u0627 \u0646\u0647 \u0647\u0645\u06cc\u0646 \u062e\u0646\u062f\u0647 \u0648 \u0633\u06cc\u0645\u0627\u0634 \u062e\u0648\u0634\u0633\u062a", "m2" : "\u062e\u0634\u0645 \u0648 \u0633\u0642\u0637 \u0648 \u0637\u0639\u0646\u0647 \u0648 \u0635\u0641\u0631\u0627\u0634 \u062e\u0648\u0634\u0633\u062a"}, "1" : {"m1" : "\u0633\u0631 \u062e\u0648\u0627\u0633\u062a\u0647\u0654 \u06af\u0631 \u0628\u062f\u0647\u0645 \u06cc\u0627 \u0646\u062f\u0647\u0645", "m2" : "\u0633\u0631 \u0631\u0627 \u0645\u062d\u0644\u06cc \u0646\u06cc\u0633\u062a \u062a\u0642\u0627\u0636\u0627\u0634 \u062e\u0648\u0634\u0633\u062a"}}} | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$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"}, "lint": {"type": "string"}}, "required": ["start", "lint"]}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"@simtlix/simfinity-js": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-graphql": {"type": "string"}, "graphql": {"type": "string"}, "graphql-iso-date": {"type": "string"}, "mongoose": {"type": "string"}}, "required": ["@simtlix/simfinity-js", "cors", "dotenv", "express", "express-graphql", "graphql", "graphql-iso-date", "mongoose"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "request": {"type": "string"}}, "required": ["eslint", "request"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "repository", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "series-sample", "version" : "1.0.0", "description" : "series model created with simfinity.js", "main" : "index.js", "scripts" : {"start" : "node index.js", "lint" : "eslint ./"}, "author" : "Multiscreen Technology Group - SimTLiX SRL", "license" : "SEE LICENSE IN LICENSE", "repository" : {"type" : "git", "url" : "https://github.com/simtlix/series-sample"}, "dependencies" : {"@simtlix/simfinity-js" : "^1.1.0", "cors" : "^2.8.5", "dotenv" : "^8.2.0", "express" : "^4.17.1", "express-graphql" : "^0.12.0", "graphql" : "^14.7.0", "graphql-iso-date" : "^3.6.1", "mongoose" : "^5.12.1"}, "devDependencies" : {"eslint" : "^7.17.0", "request" : "^2.88.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "lint": {"type": "string"}}, "required": ["start", "lint"]}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"@simtlix/simfinity-js": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-graphql": {"type": "string"}, "graphql": {"type": "string"}, "graphql-iso-date": {"type": "string"}, "mongoose": {"type": "string"}}, "required": ["@simtlix/simfinity-js", "cors", "dotenv", "express", "express-graphql", "graphql", "graphql-iso-date", "mongoose"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "request": {"type": "string"}}, "required": ["eslint", "request"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "repository", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "app": {"type": "object", "properties": {"background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}}, "required": ["background"]}, "sandbox": {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}}, "required": ["pages"]}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "128"]}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "app", "sandbox", "icons", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "GPS Tracker", "description" : "Display geolocation information received over a serial connection.", "version" : "0.1", "app" : {"background" : {"scripts" : ["background.js"]}}, "sandbox" : {"pages" : ["map.html"]}, "icons" : {"16" : "globe-16.png", "128" : "globe-128.png"}, "permissions" : ["serial"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "app": {"type": "object", "properties": {"background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}}, "required": ["background"]}, "sandbox": {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}}, "required": ["pages"]}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "128"]}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "app", "sandbox", "icons", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101827837, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "cfbfa8bd742435857eeef252938d5577", "wof:id" : 101827837, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [7.48624, 48.52485, 7.48624, 48.52485], "geometry" : {"coordinates" : [7.48624, 48.52485], "type" : "Point"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"mongoose": {"type": "string"}}, "required": ["mongoose"]}}, "required": ["private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"private" : true, "dependencies" : {"mongoose" : "^4.4.8"}} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"mongoose": {"type": "string"}}, "required": ["mongoose"]}}, "required": ["private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"graph-pino": {"type": "string"}}, "required": ["graph-pino"]}, "scripts": {"type": "object", "properties": {"release:patch": {"type": "string"}, "release:minor": {"type": "string"}, "release:major": {"type": "string"}, "test": {"type": "string"}}, "required": ["release:patch", "release:minor", "release:major", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"prettier": {"type": "string"}}, "required": ["prettier"]}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "pino-tiny": {"type": "string"}}, "required": ["chalk", "pino-tiny"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@graphprotocol/graph-pino", "version" : "0.1.1", "description" : "Pino formatter for The Graph", "main" : "src/index.js", "bin" : {"graph-pino" : "bin/graph-pino"}, "scripts" : {"release:patch" : "npm version patch && npm publish", "release:minor" : "npm version minor && npm publish", "release:major" : "npm version major && npm publish", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/graphprotocol/graph-pino.git"}, "author" : "Graph Protocol, Inc.", "license" : "MIT", "bugs" : {"url" : "https://github.com/graphprotocol/graph-pino/issues"}, "homepage" : "https://github.com/graphprotocol/graph-pino#readme", "devDependencies" : {"prettier" : "^2.1.2"}, "dependencies" : {"chalk" : "^4.1.0", "pino-tiny" : "^1.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"graph-pino": {"type": "string"}}, "required": ["graph-pino"]}, "scripts": {"type": "object", "properties": {"release:patch": {"type": "string"}, "release:minor": {"type": "string"}, "release:major": {"type": "string"}, "test": {"type": "string"}}, "required": ["release:patch", "release:minor", "release:major", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"prettier": {"type": "string"}}, "required": ["prettier"]}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "pino-tiny": {"type": "string"}}, "required": ["chalk", "pino-tiny"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x6870b5cb805c704741783beef1619a98ccc43c09", "tool" : "honeybadger", "start" : 1565825413.7980995, "end" : 1565825476.4964008, "duration" : 62.69830131530762, "analysis" : [{"errors" : [], "file" : "/unique_chucks/9/0x6870b5cb805c704741783beef1619a98ccc43c09.sol", "name" : "Ninja"}, {"errors" : [], "file" : "/unique_chucks/9/0x6870b5cb805c704741783beef1619a98ccc43c09.sol", "name" : "SafeMath"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "59858", "name" : {"en" : "Wenfeng"}, "country" : "CN", "region" : "HA", "identifiers" : {"wmo" : "59858"}, "location" : {"latitude" : 19.23, "longitude" : 110.47, "elevation" : 25}, "timezone" : "Asia/Shanghai"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}, "funcs": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "shortName": {"type": "string"}, "flags": {"type": "integer"}, "params": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}}, "required": ["fullName", "shortName", "flags", "params"]}}}, "required": ["parent", "name", "flags", "funcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "PreGameSubMenuGameController", "name" : "MultiplayerMenuGameController", "flags" : 4, "funcs" : [{"fullName" : "InitializeButtons;inkVerticalPanel", "shortName" : "InitializeButtons", "flags" : 512, "params" : [{"type" : "whandle:inkVerticalPanelWidget", "name" : "buttonsList", "flags" : 128}]}, {"fullName" : "InitializeMenuName;inkText", "shortName" : "InitializeMenuName", "flags" : 512, "params" : [{"type" : "whandle:inkTextWidget", "name" : "menuName", "flags" : 128}]}, {"fullName" : "OnExit", "shortName" : "OnExit", "return" : {"type" : "Bool", "flags" : 64}, "flags" : 264, "params" : [{"type" : "handle:inkPointerEvent", "name" : "e", "flags" : 128}]}, {"fullName" : "OnFindServers", "shortName" : "OnFindServers", "return" : {"type" : "Bool", "flags" : 64}, "flags" : 264, "params" : [{"type" : "handle:inkPointerEvent", "name" : "e", "flags" : 128}]}, {"fullName" : "OnPlayRecordedSession", "shortName" : "OnPlayRecordedSession", "return" : {"type" : "Bool", "flags" : 64}, "flags" : 264, "params" : [{"type" : "handle:inkPointerEvent", "name" : "e", "flags" : 128}]}]} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}, "funcs": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "shortName": {"type": "string"}, "flags": {"type": "integer"}, "params": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}}, "required": ["fullName", "shortName", "flags", "params"]}}}, "required": ["parent", "name", "flags", "funcs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["In a bowl, mix the mayonnaise, milk, sugar, and vinegar until smooth. Place cucumber slices in the bowl, and toss to coat with the dressing. Season with salt and pepper. Chill 30 minutes in the refrigerator before serving."], "ingredients" : ["1 cup mayonnaise", "1/4 cup milk", "1 teaspoon sugar", "1/2 teaspoon white vinegar", "1 large cucumber, sliced", "salt and pepper to taste"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Creamed Cucumber Slices", "url" : "http://allrecipes.com/recipe/79311/creamed-cucumber-slices/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["431172202200", "\u51e4\u51f0\u6751\u59d4\u4f1a", "210", "0"], ["431172202201", "\u6c5f\u6d32\u6751\u59d4\u4f1a", "220", "0"], ["431172202203", "\u9676\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["431172202204", "\u957f\u5409\u6751\u59d4\u4f1a", "220", "0"], ["431172202205", "\u79e7\u7530\u6751\u59d4\u4f1a", "220", "0"], ["431172202206", "\u82b1\u7b75\u6751\u59d4\u4f1a", "220", "0"], ["431172202213", "\u83e0\u841d\u6e90\u6751\u59d4\u4f1a", "220", "0"], ["431172202216", "\u5c71\u9752\u6751\u59d4\u4f1a", "220", "0"], ["431172202217", "\u7ea2\u65e5\u5c71\u6751", "220", "0"], ["431172202218", "\u65ed\u65e5\u6d1e\u6751", "210", "0"], ["431172202219", "\u767d\u679c\u5e02\u6751", "210", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "integer"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 275, "source" : "gileadi", "verse_id" : 18082, "verse_count" : 4, "reference" : "23:4\u20137", "title" : "", "html" : " <p>As the mercantile arm of Isaiah’s Greater Babylon, Tyre is identified with the sea itself. Elsewhere portrayed as a power of chaos personified by the king of Assyria/Babylon, the <em>Sea </em> also characterizes the wicked in general (<a class=\"isa\" verses=\"WzE3NzcwLDE3OTAwLDE3OTk2LDE4Njg0LDE4Njg5LDE4Nzg2XQ==\">Isaiah 5:30; 11:15; 17:12; 51:10, 15; 57:20</a>). Tyre’s ports of call in far-off lands (<a class=\"isa\" verses=\"WzE4MDg5XQ==\">v 11</a>), which once welcomed ocean freighters, perish together with she who gave them birth. The great seaports of the world—Tyre’s “children”—where sailors enjoyed leisure and amusements, are now unrecognizable and unapproachable. News of their decease causes worldwide lamentation. </p> ", "audit" : 1} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "integer"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"error": {"type": "array", "items": {"type": "object", "properties": {"severity": {"type": "string"}, "line_from": {"type": "integer"}, "line_to": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}, "file_name": {"type": "string"}, "snippet": {"type": "string"}, "selected_text": {"type": "string"}, "error_level": {"type": "integer"}, "shortcode": {"type": "integer"}}, "required": ["severity", "line_from", "line_to", "type", "message", "file_name", "snippet", "selected_text", "error_level", "shortcode"]}}, "warning": {"type": "array", "items": {"type": "object", "properties": {"severity": {"type": "string"}, "line_from": {"type": "integer"}, "line_to": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}, "file_name": {"type": "string"}, "snippet": {"type": "string"}, "selected_text": {"type": "string"}, "error_level": {"type": "integer"}, "shortcode": {"type": "integer"}}, "required": ["severity", "line_from", "line_to", "type", "message", "file_name", "snippet", "selected_text", "error_level", "shortcode"]}}, "deprecation": {"type": "array", "items": {}}}, "required": ["error", "warning", "deprecation"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"error" : [{"severity" : "error", "line_from" : 33, "line_to" : 33, "type" : "MissingDependency", "message" : "Orm\\Zed\\StockAddress\\Persistence\\SpyStockAddressQuery depends on class or interface spryker\\zed\\stockaddress\\persistence\\propel\\abstractspystockaddressquery that does not exist", "file_name" : "vendor/spryker/spryker/Bundles/StockAddressDataImport/src/Spryker/Zed/StockAddressDataImport/Business/Writer/StockAddress/StockAddressWriterStep.php", "snippet" : " $stockAddressEntity = SpyStockAddressQuery::create()", "selected_text" : "SpyStockAddressQuery", "error_level" : -1, "shortcode" : 157}], "warning" : [{"severity" : "info", "line_from" : 32, "line_to" : 32, "type" : "PossiblyUndefinedMethod", "message" : "Method Spryker\\Zed\\DataImport\\Business\\Model\\DataImporterAfterImportAwareInterface::import does not exist", "file_name" : "vendor/spryker/spryker/Bundles/StockAddressDataImport/src/Spryker/Zed/StockAddressDataImport/Business/StockAddressDataImportFacade.php", "snippet" : " ->import($dataImporterConfigurationTransfer);", "selected_text" : "import", "error_level" : 3, "shortcode" : 108}], "deprecation" : []} | json_instruct | {"type": "object", "properties": {"error": {"type": "array", "items": {"type": "object", "properties": {"severity": {"type": "string"}, "line_from": {"type": "integer"}, "line_to": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}, "file_name": {"type": "string"}, "snippet": {"type": "string"}, "selected_text": {"type": "string"}, "error_level": {"type": "integer"}, "shortcode": {"type": "integer"}}, "required": ["severity", "line_from", "line_to", "type", "message", "file_name", "snippet", "selected_text", "error_level", "shortcode"]}}, "warning": {"type": "array", "items": {"type": "object", "properties": {"severity": {"type": "string"}, "line_from": {"type": "integer"}, "line_to": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}, "file_name": {"type": "string"}, "snippet": {"type": "string"}, "selected_text": {"type": "string"}, "error_level": {"type": "integer"}, "shortcode": {"type": "integer"}}, "required": ["severity", "line_from", "line_to", "type", "message", "file_name", "snippet", "selected_text", "error_level", "shortcode"]}}, "deprecation": {"type": "array", "items": {}}}, "required": ["error", "warning", "deprecation"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : "journeysend:block/lucent_cap_glowing"}}} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "overview": {"type": "string"}, "description": {"type": "string"}, "details": {"type": "string"}, "author": {"type": "string"}, "supportEmail": {"type": "string"}, "links": {"type": "object", "properties": {"site": {"type": "string"}, "launchdarklyDocs": {"type": "string"}, "privacyPolicy": {"type": "string"}}, "required": ["site", "launchdarklyDocs", "privacyPolicy"]}, "categories": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "object", "properties": {"square": {"type": "string"}, "horizontal": {"type": "string"}}, "required": ["square", "horizontal"]}, "legacy": {"type": "object", "properties": {"kind": {"type": "string"}}, "required": ["kind"]}, "otherCapabilities": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "overview", "description", "details", "author", "supportEmail", "links", "categories", "icons", "legacy", "otherCapabilities"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "GitHub code references", "version" : "1.0.0", "overview" : "Use our open-source utility to track references to flags in your code, using GitHub Actions.", "description" : "Use our open-source utility to track references to flags in your code, using GitHub Actions.", "details" : "GitHub is a development platform inspired by the way you work. From open-source to business, you can host and review code, manage projects, and build software alongside 40 million developers. Use our open-source utility to track references to flags in your code, using GitHub Actions.", "author" : "LaunchDarkly", "supportEmail" : "[email protected]", "links" : {"site" : "https://github.com/features/actions", "launchdarklyDocs" : "https://docs.launchdarkly.com/home/code/github-actions", "privacyPolicy" : "https://launchdarkly.com/policies/privacy/"}, "categories" : ["code-references"], "icons" : {"square" : "assets/images/square.svg", "horizontal" : "assets/images/horizontal.svg"}, "legacy" : {"kind" : "codeRefs"}, "otherCapabilities" : ["codeRefs"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "overview": {"type": "string"}, "description": {"type": "string"}, "details": {"type": "string"}, "author": {"type": "string"}, "supportEmail": {"type": "string"}, "links": {"type": "object", "properties": {"site": {"type": "string"}, "launchdarklyDocs": {"type": "string"}, "privacyPolicy": {"type": "string"}}, "required": ["site", "launchdarklyDocs", "privacyPolicy"]}, "categories": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "object", "properties": {"square": {"type": "string"}, "horizontal": {"type": "string"}}, "required": ["square", "horizontal"]}, "legacy": {"type": "object", "properties": {"kind": {"type": "string"}}, "required": ["kind"]}, "otherCapabilities": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "overview", "description", "details", "author", "supportEmail", "links", "categories", "icons", "legacy", "otherCapabilities"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type": "integer"}, "species": {"type": "string"}, "monster_type": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "ability": {"type": "string"}, "has_effect": {"type": "boolean"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "is_tuner": {"type": "boolean"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "def", "level", "is_tuner"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 85754829, "name" : "Worm Gulse", "is_illegal" : false, "is_custom" : false, "text" : "Each time a face-down Defense Position monster is flipped face-up, place 1 Worm Counter on this card. This card gains 300 ATK for each Worm Counter on it.", "images" : ["https://storage.googleapis.com/ygoprodeck.com/pics/85754829.jpg"], "type" : "Monster", "attribute" : "LIGHT", "atk" : 1500, "species" : "Reptile", "monster_type" : "", "is_pendulum" : false, "ability" : "", "has_effect" : true, "def" : 300, "level" : 4, "is_tuner" : false} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type": "integer"}, "species": {"type": "string"}, "monster_type": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "ability": {"type": "string"}, "has_effect": {"type": "boolean"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "is_tuner": {"type": "boolean"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "def", "level", "is_tuner"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-w8vw-wf89-76qj", "modified" : "2022-05-13T01:37:49Z", "published" : "2022-05-13T01:37:49Z", "aliases" : ["CVE-2017-12354"], "details" : "A vulnerability in the web-based interface of Cisco Secure Access Control System (ACS) could allow an unauthenticated, remote attacker to view sensitive information on an affected system. The vulnerability exists because the affected software does not sufficiently protect system software version information when the software responds to HTTP requests that are sent to the web-based interface of the software. An attacker could exploit this vulnerability by sending crafted HTTP requests to the web-based interface of the affected software. A successful exploit could allow the attacker to view sensitive information about the software, which the attacker could use to conduct additional reconnaissance attacks. Cisco Bug IDs: CSCvf66155.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2017-12354"}, {"type" : "WEB", "url" : "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20171129-acs"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/101986"}, {"type" : "WEB", "url" : "http://www.securitytracker.com/id/1039923"}], "database_specific" : {"cwe_ids" : ["CWE-200"], "severity" : "MODERATE", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "author", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "A manual of historic ornament, treating upon the evolution, tradition, and development of architecture & the applied arts prepared for the use of students and craftsmen by Richard Glazier .... ", "author" : "Glazier, Richard, 1851-1918.", "id" : "009070276"}, {"title" : "Ornamentale Vorlage-Bl\u00e4tter des 15. bis 18. Jahrhunderts v.3", "author" : "Berliner, Rudolf, 1886-", "id" : "001989994"}, {"title" : "Petit pre\u0301cis d'histoire de l'ornement Joseph Gauthier ", "author" : "Stany-Gauthier, Joseph, 1883-", "id" : "008960865"}, {"title" : "Werkformen deutscher Kunst Max Sauerlandt ", "author" : "Sauerlandt, Max, 1880-1934.", "id" : "002931681"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "author", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "bin": {"type": "object", "properties": {"cloudinary-bulk-image-downloader": {"type": "string"}}, "required": ["cloudinary-bulk-image-downloader"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "commander": {"type": "string"}, "cwait": {"type": "string"}, "filesize": {"type": "string"}, "lodash": {"type": "string"}, "mkdirp": {"type": "string"}, "progress": {"type": "string"}}, "required": ["axios", "commander", "cwait", "filesize", "lodash", "mkdirp", "progress"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "bugs", "bin", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cloudinary-bulk-image-downloader", "version" : "0.0.1", "description" : "Downloads all your uploaded images from Cloudinary", "main" : "index.js", "repository" : {"type" : "git", "url" : "git+https://github.com/krivachy/cloudinary-bulk-image-downloader.git"}, "author" : "Akos Krivachy", "license" : "MIT", "bugs" : {"url" : "https://github.com/krivachy/cloudinary-bulk-image-downloader/issues"}, "bin" : {"cloudinary-bulk-image-downloader" : "./index.js"}, "homepage" : "https://github.com/krivachy/cloudinary-bulk-image-downloader#readme", "dependencies" : {"axios" : "^0.17.0", "commander" : "^2.11.0", "cwait" : "^1.1.1", "filesize" : "^3.5.11", "lodash" : "^4.17.4", "mkdirp" : "^0.5.1", "progress" : "^2.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "bin": {"type": "object", "properties": {"cloudinary-bulk-image-downloader": {"type": "string"}}, "required": ["cloudinary-bulk-image-downloader"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "commander": {"type": "string"}, "cwait": {"type": "string"}, "filesize": {"type": "string"}, "lodash": {"type": "string"}, "mkdirp": {"type": "string"}, "progress": {"type": "string"}}, "required": ["axios", "commander", "cwait", "filesize", "lodash", "mkdirp", "progress"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "bugs", "bin", "homepage", "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"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"day2": {"type": "string"}, "day3": {"type": "string"}, "day4": {"type": "string"}, "day5": {"type": "string"}, "start": {"type": "string"}}, "required": ["day2", "day3", "day4", "day5", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"lodash": {"type": "string"}}, "required": ["lodash"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "private", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "adventofcode19", "version" : "1.0.0", "private" : true, "description" : "Advent of code 2019", "main" : "index.js", "scripts" : {"day2" : "node -e \"require('./day2intcode').day2runTests();\"", "day3" : "node -e \"require('./day3wires').day3runTests();\"", "day4" : "node -e \"require('./day4passwd').day4runTests();\"", "day5" : "node -e \"require('./day5intcode').day5runTests();\"", "start" : "node -e \"require('./index').runAllTests();\""}, "author" : "Jim Schumacher", "license" : "ISC", "devDependencies" : {"lodash" : "^4.17.21"}, "dependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"day2": {"type": "string"}, "day3": {"type": "string"}, "day4": {"type": "string"}, "day5": {"type": "string"}, "start": {"type": "string"}}, "required": ["day2", "day3", "day4", "day5", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"lodash": {"type": "string"}}, "required": ["lodash"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "private", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"source": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "releases": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}}, "required": ["_id", "names"]}}, "artists": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}}, "required": ["_id", "names"]}}}, "required": ["_id", "names", "releases", "artists"]}}, "targets": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "targetId": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "targetId", "trackCount", "tracks"]}}}, "required": ["source", "trackCount", "tracks", "targets"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"source" : "Jason Wade", "trackCount" : 1, "tracks" : [{"_id" : "9238", "names" : ["Breathing"], "releases" : [{"_id" : "1784", "names" : ["No Name Face"]}], "artists" : [{"_id" : "1379", "names" : ["Lifehouse"]}]}], "targets" : [{"name" : "Bob Glaub", "targetId" : "642", "trackCount" : 1, "tracks" : ["9238"]}, {"name" : "Walter Rodriguez", "targetId" : "8653", "trackCount" : 1, "tracks" : ["9238"]}]} | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "releases": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}}, "required": ["_id", "names"]}}, "artists": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}}, "required": ["_id", "names"]}}}, "required": ["_id", "names", "releases", "artists"]}}, "targets": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "targetId": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "targetId", "trackCount", "tracks"]}}}, "required": ["source", "trackCount", "tracks", "targets"], "$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"}, "title": {"type": "string"}, "subtitle": {"type": "string"}, "swimDistance": {"type": "string"}, "swimLaps": {"type": "string"}, "cynclingDistance": {"type": "string"}, "cyclingLaps": {"type": "string"}, "runDistance": {"type": "string"}, "runLaps": {"type": "string"}, "actualDate": {"type": "string"}, "actualTime": {"type": "string"}, "airTemperature": {"type": "string"}, "waterTemperature": {"type": "string"}, "wetSuit": {"type": "string"}, "raceReference": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"rank": {"type": "integer"}, "raceNumber": {"type": "string"}, "name": {"type": "string"}, "firstRun": {"type": "string"}, "t1": {"type": "string"}, "bike": {"type": "string"}, "t2": {"type": "string"}, "secondRun": {"type": "string"}, "total": {"type": "string"}, "gap": {"type": "string"}}, "required": ["rank", "raceNumber", "name", "firstRun", "t1", "bike", "t2", "secondRun", "total", "gap"]}}}, "required": ["id", "title", "subtitle", "swimDistance", "swimLaps", "cynclingDistance", "cyclingLaps", "runDistance", "runLaps", "actualDate", "actualTime", "airTemperature", "waterTemperature", "wetSuit", "raceReference", "results"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 99, "title" : "Estafetas", "subtitle" : "Femininos", "swimDistance" : "", "swimLaps" : "", "cynclingDistance" : "", "cyclingLaps" : "", "runDistance" : "", "runLaps" : "", "actualDate" : "2022-03-20", "actualTime" : "10:09:52", "airTemperature" : "", "waterTemperature" : "", "wetSuit" : "", "raceReference" : "20220320FTP001-006", "results" : [{"rank" : 1, "raceNumber" : "6042", "name" : "Bikemania Famalic\u00e3o", "firstRun" : "00:17:23", "t1" : "00:01:03", "bike" : "00:52:21", "t2" : "00:01:03", "secondRun" : "00:08:44", "total" : "01:20:34", "gap" : "00:00:00"}, {"rank" : 2, "raceNumber" : "6020", "name" : "B&M", "firstRun" : "00:25:44", "t1" : "00:01:07", "bike" : "00:49:22", "t2" : "00:01:01", "secondRun" : "00:11:45", "total" : "01:28:59", "gap" : "00:08:25"}, {"rank" : 3, "raceNumber" : "6145", "name" : "SC Cabe\u00e7udense", "firstRun" : "00:24:28", "t1" : "00:01:44", "bike" : "01:07:18", "t2" : "00:01:02", "secondRun" : "00:12:11", "total" : "01:46:43", "gap" : "00:26:09"}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "subtitle": {"type": "string"}, "swimDistance": {"type": "string"}, "swimLaps": {"type": "string"}, "cynclingDistance": {"type": "string"}, "cyclingLaps": {"type": "string"}, "runDistance": {"type": "string"}, "runLaps": {"type": "string"}, "actualDate": {"type": "string"}, "actualTime": {"type": "string"}, "airTemperature": {"type": "string"}, "waterTemperature": {"type": "string"}, "wetSuit": {"type": "string"}, "raceReference": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"rank": {"type": "integer"}, "raceNumber": {"type": "string"}, "name": {"type": "string"}, "firstRun": {"type": "string"}, "t1": {"type": "string"}, "bike": {"type": "string"}, "t2": {"type": "string"}, "secondRun": {"type": "string"}, "total": {"type": "string"}, "gap": {"type": "string"}}, "required": ["rank", "raceNumber", "name", "firstRun", "t1", "bike", "t2", "secondRun", "total", "gap"]}}}, "required": ["id", "title", "subtitle", "swimDistance", "swimLaps", "cynclingDistance", "cyclingLaps", "runDistance", "runLaps", "actualDate", "actualTime", "airTemperature", "waterTemperature", "wetSuit", "raceReference", "results"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["category", "description", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"category" : "``dynamodb``", "description" : "Update dynamodb client to latest version", "type" : "api-change"}, {"category" : "``s3``", "description" : "Fix bug where invalid head_object requests would cause an infinite loop (alternate fix to `#1400 <https://github.com/boto/botocore/issues/1400>`__)", "type" : "bugfix"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["category", "description", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"description": {"type": "string"}, "etag": {"type": "string"}, "includedPermissions": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "stage": {"type": "string"}, "title": {"type": "string"}}, "required": ["description", "etag", "includedPermissions", "name", "stage", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Can create and cancel builds", "etag" : "AA==", "includedPermissions" : ["cloudbuild.builds.create", "cloudbuild.builds.get", "cloudbuild.builds.list", "cloudbuild.builds.update", "remotebuildexecution.blobs.get", "resourcemanager.projects.get", "resourcemanager.projects.list"], "name" : "roles/cloudbuild.builds.editor", "stage" : "GA", "title" : "Cloud Build Editor"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "etag": {"type": "string"}, "includedPermissions": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "stage": {"type": "string"}, "title": {"type": "string"}}, "required": ["description", "etag", "includedPermissions", "name", "stage", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "string"}, "homepage": {"type": "string"}, "about": {"type": "string"}, "license": {"type": "string"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "string"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "string"}, "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" : 139999, "name" : "Temporary fix for Twitch", "description" : "This style will be updated (if needed) to maintain a visual harmony while waiting for fixes from BetterTTV.", "user" : {"id" : 214154, "name" : "Glaived", "email" : "redacted", "paypal_email" : "[email protected]", "homepage" : "https://twitter.com/Glaived_Dev", "about" : "@Glaived_Dev", "license" : "ccbyncsa"}, "updated" : "2017-03-18T13:29:13.000Z", "weekly_install_count" : 0, "total_install_count" : 181, "rating" : null, "after_screenshot_name" : "https://userstyles.org/style_screenshots/139999_after.png?r=1604322658", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 1, "admin_delete_reason_id" : null, "obsoletion_message" : "", "screenshots" : null, "license" : null, "created" : "2017-03-11T08:33:24.000Z", "category" : "site", "raw_subcategory" : "twitch", "subcategory" : "twitch", "additional_info" : "<b>Current fix :</b> Notification beta", "style_tags" : [], "css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n/**** 2017-03-18 ****/\r\n\r\n@-moz-document domain(\"twitch.tv\") {\r\n\t/**** NOTIFICATION BETA ****/\r\n\t.warp__item--anchor-beta {\r\n\t\tbackground: #282828;\r\n\t}\r\n\r\n\t.notification-center__core--empty {\r\n\t\tbackground: #141414;\r\n\t}\r\n\r\n\t.notification-center, .notification-center__footer {\r\n\t\tbackground-color: #1E1E1E;\r\n\t}\r\n\r\n\t.notification-center__header, .notification-center__footer {\r\n\t\tborder-bottom-color: #141414 !important;\r\n\t\tborder-top-color: #141414 !important;\r\n\t}\r\n\r\n\t.theme--light .button--text {\r\n\t\tcolor: #C0A1FF;\r\n\t}\r\n\r\n\t.notification-center__header-text {\r\n\t\tcolor: #CFC3E4;\r\n\t}\r\n\r\n\t/**** Bordure \u00e0 gauche du chat ****/\r\n\t.chat-container {\r\n\t\tborder-left: 0;\r\n\t}\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/139999/temporary-fix-for-twitch.user.js", "style_settings" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "string"}, "homepage": {"type": "string"}, "about": {"type": "string"}, "license": {"type": "string"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "string"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "string"}, "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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "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" : 404418139, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "414c43d4992b65a1e602aabf16755125", "wof:id" : 404418139, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.56505989722126, 46.3392904196734, 3.63164579493777, 46.36891008693512], "geometry" : {"coordinates" : [[[3.63164579493777, 46.34605463275475], [3.62251524567173, 46.34813997396297], [3.58989746786662, 46.3392904196734], [3.57223547698058, 46.34370281193809], [3.56505989722126, 46.35395018931266], [3.57715325699415, 46.35751861195242], [3.57957674526179, 46.36652025239866], [3.59285337351253, 46.36369650886432], [3.61064804867998, 46.36490834412619], [3.61836349161485, 46.36852278787968], [3.62331117202046, 46.36891008693512], [3.619897914973, 46.35585348458014], [3.63164579493777, 46.34605463275475]]], "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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"defaultAction": {"type": "string"}, "syscalls": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "action": {"type": "string"}}, "required": ["name", "action"]}}}, "required": ["defaultAction", "syscalls"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"defaultAction" : "SCMP_ACT_ALLOW", "syscalls" : [{"name" : "mkdir", "action" : "SCMP_ACT_ERRNO"}, {"name" : "chown", "action" : "SCMP_ACT_ERRNO"}]} | json_instruct | {"type": "object", "properties": {"defaultAction": {"type": "string"}, "syscalls": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "action": {"type": "string"}}, "required": ["name", "action"]}}}, "required": ["defaultAction", "syscalls"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"version": {"type": "integer"}, "min_cloud_sdk_version": {"type": "string"}, "has_client_cert": {"type": "boolean"}, "endpoint_verification_error": {"type": "string"}, "cert_provider_command": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "min_cloud_sdk_version", "has_client_cert", "endpoint_verification_error", "cert_provider_command"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1, "min_cloud_sdk_version" : "240.0.0", "has_client_cert" : true, "endpoint_verification_error" : "", "cert_provider_command" : ["cat", "$HOME/cert"]} | json_instruct | {"type": "object", "properties": {"version": {"type": "integer"}, "min_cloud_sdk_version": {"type": "string"}, "has_client_cert": {"type": "boolean"}, "endpoint_verification_error": {"type": "string"}, "cert_provider_command": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "min_cloud_sdk_version", "has_client_cert", "endpoint_verification_error", "cert_provider_command"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"css/perfect-scrollbar.css": {"type": "string"}, "css/perfect-scrollbar.min.css": {"type": "string"}, "perfect-scrollbar.js": {"type": "string"}, "perfect-scrollbar.min.js": {"type": "string"}}, "required": ["css/perfect-scrollbar.css", "css/perfect-scrollbar.min.css", "perfect-scrollbar.js", "perfect-scrollbar.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"css/perfect-scrollbar.css" : "sha512-2xznCEl5y5T5huJ2hCmwhvVtIGVF1j/aNUEJwi/BzpWPKEzsZPGpwnP1JrIMmjPpQaVicWOYVu8QvAIg9hwv9w==", "css/perfect-scrollbar.min.css" : "sha512-n+g8P11K/4RFlXnx2/RW1EZK25iYgolW6Qn7I0F96KxJibwATH3OoVCQPh/hzlc4dWAwplglKX8IVNVMWUUdsw==", "perfect-scrollbar.js" : "sha512-4ejaN8M2YXbJ7KVP13DaCS0fZOoNCUPukqOMumr8r32Xz1/2wRw4nCKJrNmTxstfH5Gf2oLe27YpAPiQr2OnTQ==", "perfect-scrollbar.min.js" : "sha512-yUNtg0k40IvRQNR20bJ4oH6QeQ/mgs9Lsa6V+3qxTj58u2r+JiAYOhOW0o+ijuMmqCtCEg7LZRA+T4t84/ayVA=="} | json_instruct | {"type": "object", "properties": {"css/perfect-scrollbar.css": {"type": "string"}, "css/perfect-scrollbar.min.css": {"type": "string"}, "perfect-scrollbar.js": {"type": "string"}, "perfect-scrollbar.min.js": {"type": "string"}}, "required": ["css/perfect-scrollbar.css", "css/perfect-scrollbar.min.css", "perfect-scrollbar.js", "perfect-scrollbar.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "prod": {"type": "string"}}, "required": ["start", "build", "prod"]}, "devDependencies": {"type": "object", "properties": {"css-loader": {"type": "string"}, "file-loader": {"type": "string"}, "style-loader": {"type": "string"}, "url-loader": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["css-loader", "file-loader", "style-loader", "url-loader", "webpack"]}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "jquery": {"type": "string"}}, "required": ["bootstrap", "jquery"]}}, "required": ["version", "name", "private", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "1.0.0", "name" : "minimalaspnetcore", "private" : true, "scripts" : {"start" : "webpack --config webpack.config.js --watch --progress --profile", "build" : "webpack --config webpack.config.js --progress --profile", "prod" : "webpack --env.NODE_ENV=production --config webpack.config.js --progress"}, "devDependencies" : {"css-loader" : "^0.28.4", "file-loader" : "^0.11.2", "style-loader" : "^0.18.2", "url-loader" : "^0.5.9", "webpack" : "^3.4.1"}, "dependencies" : {"bootstrap" : "^3.3.7", "jquery" : "^3.2.1"}} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "prod": {"type": "string"}}, "required": ["start", "build", "prod"]}, "devDependencies": {"type": "object", "properties": {"css-loader": {"type": "string"}, "file-loader": {"type": "string"}, "style-loader": {"type": "string"}, "url-loader": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["css-loader", "file-loader", "style-loader", "url-loader", "webpack"]}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "jquery": {"type": "string"}}, "required": ["bootstrap", "jquery"]}}, "required": ["version", "name", "private", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"TIMESTAMP UTC": {"type": "string"}, "CLASSIFICATION": {"type": "string"}}, "required": ["TIMESTAMP UTC", "CLASSIFICATION"]}}, "required": ["type", "geometry", "properties"]}}, "type": {"type": "string"}}, "required": ["features", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-9.181512062442396, 38.880875229110515]}, "properties" : {"TIMESTAMP UTC" : "2018-10-30T11:39:48", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-9.644876117741935, 38.84826067385445]}, "properties" : {"TIMESTAMP UTC" : "2018-10-30T11:39:48", "CLASSIFICATION" : "Flying plane"}}], "type" : "FeatureCollection"} | json_instruct | {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"TIMESTAMP UTC": {"type": "string"}, "CLASSIFICATION": {"type": "string"}}, "required": ["TIMESTAMP UTC", "CLASSIFICATION"]}}, "required": ["type", "geometry", "properties"]}}, "type": {"type": "string"}}, "required": ["features", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"values" : ["exnihilosequentia:raw_uranium"]} | json_instruct | {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"comps": {"type": "array", "items": {}}, "number": {"type": "string"}, "name": {"type": "string"}, "email": {"type": "string"}, "superregion": {"type": "string"}, "region": {"type": "string"}, "contribution": {"type": "integer"}, "isSet": {"type": "boolean"}, "games": {"type": "array", "items": {"type": "object", "properties": {"comp": {"type": "string"}, "match": {"type": "string"}, "red1": {"type": "string"}, "red2": {"type": "string"}, "redscore": {"type": "string"}, "blue1": {"type": "string"}, "blue2": {"type": "string"}, "bluescore": {"type": "string"}, "contrib": {"type": "string"}}, "required": ["comp", "match", "red1", "red2", "redscore", "blue1", "blue2", "bluescore", "contrib"]}}, "description": {"type": "string"}, "autonomous": {"type": "string"}, "teleop": {"type": "string"}}, "required": ["comps", "number", "name", "email", "superregion", "region", "contribution", "isSet", "games", "description", "autonomous", "teleop"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"comps" : [], "number" : "1111", "name" : "1111", "email" : "1111", "superregion" : "west", "region" : "San Diego", "contribution" : 29, "isSet" : true, "games" : [{"comp" : "FuUXNA", "match" : "1", "red1" : "6226", "red2" : "5015", "redscore" : "100", "blue1" : "1111", "blue2" : "2222", "bluescore" : "99", "contrib" : "1111"}, {"comp" : "FuUXNA", "match" : "2", "red1" : "5015", "red2" : "1111", "redscore" : "50", "blue1" : "2222", "blue2" : "6226", "bluescore" : "500", "contrib" : "6226"}, {"comp" : "FuUXNA", "match" : "3", "red1" : "2222", "red2" : "6226", "redscore" : "300", "blue1" : "1111", "blue2" : "5015", "bluescore" : "200", "contrib" : "1111"}, {"comp" : "FuUXNA", "match" : "4", "red1" : "6226", "red2" : "5015", "redscore" : "200", "blue1" : "1111", "blue2" : "2222", "bluescore" : "20", "contrib" : "6226"}, {"comp" : "FuUXNA", "match" : "5", "red1" : "9999", "red2" : "2222", "redscore" : "189", "blue1" : "1234", "blue2" : "1111", "bluescore" : "92", "contrib" : "1111"}, {"comp" : "d5e63de3f01a072bb622e799e65e61c7456ff71641c252c9f44297352462931d", "match" : "12", "red1" : "5015", "red2" : "6226", "redscore" : "102", "blue1" : "1111", "blue2" : "2468", "bluescore" : "100", "contrib" : "1111"}, {"comp" : "FuUXNA", "match" : "7", "red1" : "9999", "red2" : "1111", "redscore" : "344", "blue1" : "5015", "blue2" : "7604", "bluescore" : "204", "contrib" : "1111"}], "description" : "aoeuaoeuaoeu", "autonomous" : "aoeuaoeu", "teleop" : "This is really long text that is really long, This is really long text that is really long, This is really long text that is really long, This is really long text that is really long, This is really long text that is really long, This is really long text that is really long, "} | json_instruct | {"type": "object", "properties": {"comps": {"type": "array", "items": {}}, "number": {"type": "string"}, "name": {"type": "string"}, "email": {"type": "string"}, "superregion": {"type": "string"}, "region": {"type": "string"}, "contribution": {"type": "integer"}, "isSet": {"type": "boolean"}, "games": {"type": "array", "items": {"type": "object", "properties": {"comp": {"type": "string"}, "match": {"type": "string"}, "red1": {"type": "string"}, "red2": {"type": "string"}, "redscore": {"type": "string"}, "blue1": {"type": "string"}, "blue2": {"type": "string"}, "bluescore": {"type": "string"}, "contrib": {"type": "string"}}, "required": ["comp", "match", "red1", "red2", "redscore", "blue1", "blue2", "bluescore", "contrib"]}}, "description": {"type": "string"}, "autonomous": {"type": "string"}, "teleop": {"type": "string"}}, "required": ["comps", "number", "name", "email", "superregion", "region", "contribution", "isSet", "games", "description", "autonomous", "teleop"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"sku": {"type": "string"}}, "required": ["sku"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"sku" : "898503"}, {"sku" : "2278102"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"sku": {"type": "string"}}, "required": ["sku"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": {"blog": {"type": "string"}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github": {"type": "string"}}, "required": ["blog", "twitter", "telegram", "github"]}}, "required": ["symbol", "address", "overview", "email", "website", "state", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"symbol" : "APIX", "address" : "0xf51EBf9a26DbC02B13F8B3a9110dac47a4d62D78", "overview" : {"en" : ""}, "email" : "[email protected]", "website" : "https://apisplatform.io/", "state" : "NORMAL", "links" : {"blog" : "https://medium.com/apisplatform", "twitter" : "https://twitter.com/Apis11Official", "telegram" : "https://t.me/TheApisplatform", "github" : "https://github.com/APIS-Platform"}} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": {"blog": {"type": "string"}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github": {"type": "string"}}, "required": ["blog", "twitter", "telegram", "github"]}}, "required": ["symbol", "address", "overview", "email", "website", "state", "links"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : {"id" : "t2_kpdic", "name" : "davekindofgetsit"}, "date" : {"day" : 1533945600, "full" : 1533958315, "month" : 1533081600, "week" : 1533427200}, "id" : "t3_96dks4", "picture" : {"filesize" : 49931, "fullUrl" : "https://preview.redd.it/vxhi6974wdf11.jpg?auto=webp&s=82079096dbbdef6321618b7d50bfa5d16892ced0", "hash" : "40a5b1d73d", "height" : 360, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJABADASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQb/xAAmEAABAwMDAgcAAAAAAAAAAAABAgMRBAUxAAYhBxITIjZyc7LC/8QAFAEBAAAAAAAAAAAAAAAAAAAABf/EABwRAAEDBQAAAAAAAAAAAAAAAAEAAiERIyQxof/aAAwDAQACEQMRAD8AN6lVN4ZuFtYtVUttpxHjBI8vYtJiQQJiDMc40xtu8V93XVN1rDammkp7KlhBCFzPJJPOIkZIONHdUcWf3OfnVRtr0u38733Ohg/GaaTrqRLbplf/2Q==", "url" : "https://preview.redd.it/vxhi6974wdf11.jpg?width=640&crop=smart&auto=webp&s=f5ac41685478724d7852908baa299f2004cabc1a", "width" : 640}, "score" : {"comments" : 6, "downs" : 0, "ratio" : 0.9, "ups" : 27, "value" : 27}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "Table build Update: hiatus over? Some progress made.", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/96dks4/table_build_update_hiatus_over_some_progress_made/"} | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "Lern\u00e9", "circ" : "4\u00e8me circonscription", "dpt" : "Indre-et-Loire", "inscrits" : 255, "abs" : 126, "votants" : 129, "blancs" : 20, "nuls" : 4, "exp" : 105, "res" : [{"nuance" : "LR", "nom" : "M. Herv\u00e9 NOVELLI", "voix" : 57}, {"nuance" : "REM", "nom" : "Mme Fabienne COLBOC", "voix" : 48}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"//lib:bar": {"type": "object", "properties": {"srcs": {"type": "array", "items": {"type": "string"}}}, "required": ["srcs"]}, "//lib:devtools": {"type": "object", "properties": {"srcs": {"type": "array", "items": {"type": "string"}}}, "required": ["srcs"]}, "//lib:foo": {"type": "object", "properties": {"srcs": {"type": "array", "items": {"type": "string"}}}, "required": ["srcs"]}}, "required": ["//lib:bar", "//lib:devtools", "//lib:foo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"//lib:bar" : {"srcs" : ["Bar.java"]}, "//lib:devtools" : {"srcs" : ["DevtoolsEight.java", "DevtoolsEleven.java"]}, "//lib:foo" : {"srcs" : ["Foo.java"]}} | json_instruct | {"type": "object", "properties": {"//lib:bar": {"type": "object", "properties": {"srcs": {"type": "array", "items": {"type": "string"}}}, "required": ["srcs"]}, "//lib:devtools": {"type": "object", "properties": {"srcs": {"type": "array", "items": {"type": "string"}}}, "required": ["srcs"]}, "//lib:foo": {"type": "object", "properties": {"srcs": {"type": "array", "items": {"type": "string"}}}, "required": ["srcs"]}}, "required": ["//lib:bar", "//lib:devtools", "//lib:foo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-118.43865, 34.022683], [-118.429918, 34.026861], [-118.423511, 34.018841], [-118.430213, 34.015898], [-118.431759, 34.017346], [-118.435255, 34.018495], [-118.43865, 34.022683]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 10965}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "tags", "main", "scripts", "repository", "keywords", "author", "license", "engines", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "oh-request", "version" : "1.0.4", "description" : "A simple and lightweight module for native HTTP clients.", "tags" : ["http", "simple", "lightweight", "util", "request"], "main" : "index.js", "scripts" : {"test" : "node ./tests/test.js"}, "repository" : {"type" : "git", "url" : "https://github.com/leolin1229/oh-request.git"}, "keywords" : ["nodejs"], "author" : "leolin", "license" : "MIT", "engines" : {"node" : ">=0.8.0"}, "bugs" : {"url" : "https://github.com/leolin1229/oh-request/issues"}, "homepage" : "https://github.com/leolin1229/oh-request#readme"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "tags", "main", "scripts", "repository", "keywords", "author", "license", "engines", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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" : "7202060044", "district_id" : "7202060", "name" : "DONGKALAN"} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : ["{http://www.nist.gov/xsdNS}tthe.able.for_technologies.partnerships_criteria-define-partne", "{http://www.nist.gov/xsdNS}_eliminated-bandwidth.our.eliminated-methods_community-will_of", "{http://www.nist.gov/xsdDefaultNS}uin-industry_automating-and-are_from.chairs.project_automated_", "{http://www.nist.gov/xsdDefaultNS}tthe.electronic-organizations_to.efforts_implementations-model", "{http://www.nist.gov/xsdNS}cand.compliant-original-all-eliminated.also_of_retrieval.adven"]} | json_instruct | {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ConversionSoftware": {"type": "string"}, "SeriesNumber": {"type": "integer"}, "SeriesDescription": {"type": "string"}, "ImageType": {"type": "array", "items": {"type": "string"}}, "Modality": {"type": "string"}, "AcquisitionDateTime": {"type": "string"}, "RepetitionTime": {"type": "number"}, "PhaseEncodingDirection": {"type": "string"}, "EchoTime": {"type": "number"}, "InversionTime": {"type": "number"}, "PatientName": {"type": "string"}, "PatientSex": {"type": "string"}, "PatientAge": {"type": "string"}, "PatientSize": {"type": "number"}, "PatientWeight": {"type": "integer"}, "PatientPosition": {"type": "string"}, "SliceThickness": {"type": "integer"}, "FlipAngle": {"type": "integer"}, "Manufacturer": {"type": "string"}, "SoftwareVersion": {"type": "string"}, "MRAcquisitionType": {"type": "string"}, "InstitutionName": {"type": "string"}, "InstitutionAddress": {"type": "string"}, "DeviceSerialNumber": {"type": "string"}, "ScanningSequence": {"type": "string"}, "SequenceVariant": {"type": "string"}, "ScanOptions": {"type": "string"}, "SequenceName": {"type": "string"}}, "required": ["ConversionSoftware", "SeriesNumber", "SeriesDescription", "ImageType", "Modality", "AcquisitionDateTime", "RepetitionTime", "PhaseEncodingDirection", "EchoTime", "InversionTime", "PatientName", "PatientSex", "PatientAge", "PatientSize", "PatientWeight", "PatientPosition", "SliceThickness", "FlipAngle", "Manufacturer", "SoftwareVersion", "MRAcquisitionType", "InstitutionName", "InstitutionAddress", "DeviceSerialNumber", "ScanningSequence", "SequenceVariant", "ScanOptions", "SequenceName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ConversionSoftware" : "dicm2nii.m 20190214", "SeriesNumber" : 5, "SeriesDescription" : "t1_mprage_sag_p2_iso", "ImageType" : ["ORIGINAL", "PRIMARY", "M", "ND", "NORM"], "Modality" : "MR", "AcquisitionDateTime" : "20190614092148.547500", "RepetitionTime" : 2.4, "PhaseEncodingDirection" : "j-", "EchoTime" : 0.00226, "InversionTime" : 0.9, "PatientName" : "BG_11_01", "PatientSex" : "M", "PatientAge" : "024Y", "PatientSize" : 1.9, "PatientWeight" : 83, "PatientPosition" : "HFS", "SliceThickness" : 1, "FlipAngle" : 8, "Manufacturer" : "SIEMENS", "SoftwareVersion" : "syngo MR E11", "MRAcquisitionType" : "3D", "InstitutionName" : "Haukeland Universitetssjukehus", "InstitutionAddress" : "Jonas Lies vei 65,Bergen,District,NO,5021", "DeviceSerialNumber" : "151026", "ScanningSequence" : "GR\\IR", "SequenceVariant" : "SK\\SP\\MP", "ScanOptions" : "IR", "SequenceName" : "*tfl3d1_16ns"} | json_instruct | {"type": "object", "properties": {"ConversionSoftware": {"type": "string"}, "SeriesNumber": {"type": "integer"}, "SeriesDescription": {"type": "string"}, "ImageType": {"type": "array", "items": {"type": "string"}}, "Modality": {"type": "string"}, "AcquisitionDateTime": {"type": "string"}, "RepetitionTime": {"type": "number"}, "PhaseEncodingDirection": {"type": "string"}, "EchoTime": {"type": "number"}, "InversionTime": {"type": "number"}, "PatientName": {"type": "string"}, "PatientSex": {"type": "string"}, "PatientAge": {"type": "string"}, "PatientSize": {"type": "number"}, "PatientWeight": {"type": "integer"}, "PatientPosition": {"type": "string"}, "SliceThickness": {"type": "integer"}, "FlipAngle": {"type": "integer"}, "Manufacturer": {"type": "string"}, "SoftwareVersion": {"type": "string"}, "MRAcquisitionType": {"type": "string"}, "InstitutionName": {"type": "string"}, "InstitutionAddress": {"type": "string"}, "DeviceSerialNumber": {"type": "string"}, "ScanningSequence": {"type": "string"}, "SequenceVariant": {"type": "string"}, "ScanOptions": {"type": "string"}, "SequenceName": {"type": "string"}}, "required": ["ConversionSoftware", "SeriesNumber", "SeriesDescription", "ImageType", "Modality", "AcquisitionDateTime", "RepetitionTime", "PhaseEncodingDirection", "EchoTime", "InversionTime", "PatientName", "PatientSex", "PatientAge", "PatientSize", "PatientWeight", "PatientPosition", "SliceThickness", "FlipAngle", "Manufacturer", "SoftwareVersion", "MRAcquisitionType", "InstitutionName", "InstitutionAddress", "DeviceSerialNumber", "ScanningSequence", "SequenceVariant", "ScanOptions", "SequenceName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "MARYLN", "frequency" : 1, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "unpkg": {"type": "string"}, "jsdelivr": {"type": "string"}, "typings": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "scripts", "unpkg", "jsdelivr", "typings", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "jetterjs", "version" : "0.0.1", "description" : "Js library for form operation and validation", "main" : "jetter.min.js", "scripts" : {}, "unpkg" : "jetter.min.js", "jsdelivr" : "jetter.min.js", "typings" : "jetter.min.d.ts", "repository" : {"type" : "git", "url" : "git+https://github.com/theajack/jetterjs.git"}, "keywords" : [], "author" : "theajack", "license" : "MIT", "bugs" : {"url" : "https://github.com/theajack/jetterjs/issues"}, "homepage" : "https://theajack.gitee.io/jetterjs/", "dependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "unpkg": {"type": "string"}, "jsdelivr": {"type": "string"}, "typings": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "scripts", "unpkg", "jsdelivr", "typings", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"development": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "host": {"type": "string"}, "dialect": {"type": "string"}, "timezone": {"type": "string"}, "logging": {"type": "boolean"}}, "required": ["username", "password", "database", "host", "dialect", "timezone", "logging"]}, "use_env_variable": {"type": "string"}}, "required": ["development", "use_env_variable"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"development" : {"username" : "seth", "password" : "@arpit", "database" : "citysolver", "host" : "127.0.0.1", "dialect" : "mysql", "timezone" : "+05:30", "logging" : true}, "use_env_variable" : "development"} | json_instruct | {"type": "object", "properties": {"development": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "host": {"type": "string"}, "dialect": {"type": "string"}, "timezone": {"type": "string"}, "logging": {"type": "boolean"}}, "required": ["username", "password", "database", "host", "dialect", "timezone", "logging"]}, "use_env_variable": {"type": "string"}}, "required": ["development", "use_env_variable"], "$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": {"mark": {"type": "integer"}, "VehicleID": {"type": "integer"}, "type": {"type": "integer"}, "angle": {"type": "number"}, "wx": {"type": "number"}, "wy": {"type": "number"}, "views": {"type": "array", "items": {"type": "object", "properties": {"viewNum": {"type": "integer"}, "xmax": {"type": "integer"}, "xmin": {"type": "integer"}, "ymax": {"type": "integer"}, "ymin": {"type": "integer"}}, "required": ["viewNum", "xmax", "xmin", "ymax", "ymin"]}}, "xmax_od": {"type": "integer"}, "xmin_od": {"type": "integer"}, "ymax_od": {"type": "integer"}, "ymin_od": {"type": "integer"}}, "required": ["mark", "VehicleID", "type", "angle", "wx", "wy", "views", "xmax_od", "xmin_od", "ymax_od", "ymin_od"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"mark" : 0, "VehicleID" : 0, "type" : 1, "angle" : 6.129080307179586, "wx" : 2663.4950000000003, "wy" : 2996.093, "views" : [{"viewNum" : 0, "xmax" : 360, "xmin" : 215, "ymax" : 307, "ymin" : 180}, {"viewNum" : 1, "xmax" : 327, "xmin" : 241, "ymax" : 133, "ymin" : 70}], "xmax_od" : 296, "xmin_od" : 236, "ymax_od" : 329, "ymin_od" : 269}, {"mark" : 0, "VehicleID" : 1, "type" : 0, "angle" : 1.630345, "wx" : 7141.769, "wy" : 1444.777, "views" : [{"viewNum" : 0, "xmax" : 389, "xmin" : 326, "ymax" : 82, "ymin" : 37}, {"viewNum" : 1, "xmax" : -1, "xmin" : -1, "ymax" : -1, "ymin" : -1}], "xmax_od" : 741, "xmin_od" : 686, "ymax_od" : 171, "ymin_od" : 116}, {"mark" : 0, "VehicleID" : 2, "type" : 2, "angle" : 4.683861307179586, "wx" : 2853.906, "wy" : 873.6040000000003, "views" : [{"viewNum" : 0, "xmax" : 95, "xmin" : 0, "ymax" : 219, "ymin" : 130}, {"viewNum" : 1, "xmax" : 558, "xmin" : 471, "ymax" : 170, "ymin" : 95}], "xmax_od" : 312, "xmin_od" : 258, "ymax_od" : 114, "ymin_od" : 60}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"mark": {"type": "integer"}, "VehicleID": {"type": "integer"}, "type": {"type": "integer"}, "angle": {"type": "number"}, "wx": {"type": "number"}, "wy": {"type": "number"}, "views": {"type": "array", "items": {"type": "object", "properties": {"viewNum": {"type": "integer"}, "xmax": {"type": "integer"}, "xmin": {"type": "integer"}, "ymax": {"type": "integer"}, "ymin": {"type": "integer"}}, "required": ["viewNum", "xmax", "xmin", "ymax", "ymin"]}}, "xmax_od": {"type": "integer"}, "xmin_od": {"type": "integer"}, "ymax_od": {"type": "integer"}, "ymin_od": {"type": "integer"}}, "required": ["mark", "VehicleID", "type", "angle", "wx", "wy", "views", "xmax_od", "xmin_od", "ymax_od", "ymin_od"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"rolls": {"type": "integer"}, "npcIdentifiers": {"type": "array", "items": {"type": "integer"}}, "staticDrops": {"type": "array", "items": {"type": "object", "properties": {"itemID": {"type": "integer"}, "maxAmount": {"type": "integer"}, "minAmount": {"type": "integer"}}, "required": ["itemID", "maxAmount", "minAmount"]}}, "dynamicDrops": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}}, "required": ["rolls", "npcIdentifiers", "staticDrops", "dynamicDrops"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rolls" : 1, "npcIdentifiers" : [78, 412], "staticDrops" : [{"itemID" : 530, "maxAmount" : 1, "minAmount" : 1}], "dynamicDrops" : [{}]} | json_instruct | {"type": "object", "properties": {"rolls": {"type": "integer"}, "npcIdentifiers": {"type": "array", "items": {"type": "integer"}}, "staticDrops": {"type": "array", "items": {"type": "object", "properties": {"itemID": {"type": "integer"}, "maxAmount": {"type": "integer"}, "minAmount": {"type": "integer"}}, "required": ["itemID", "maxAmount", "minAmount"]}}, "dynamicDrops": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}}, "required": ["rolls", "npcIdentifiers", "staticDrops", "dynamicDrops"], "$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": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x607cbd284681db257a360d384a937ce149363760", "tool" : "oyente", "start" : 1563485321.7783175, "end" : 1563485325.5703316, "duration" : 3.7920141220092773, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "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": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "artifality:block/life_crystal_slab"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"package" : "biolite", "downloads" : 5900, "count" : 5147}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"videomail-client.js": {"type": "string"}, "videomail-client.min.js": {"type": "string"}}, "required": ["videomail-client.js", "videomail-client.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"videomail-client.js" : "sha256-ICYZOUgAdGhcH3jOgI8cDCES7QLM3dTJea7ZSgaRbVI=", "videomail-client.min.js" : "sha256-OPm6ry4F5Y/30NbxYD1lSIl1TzrgcGKYyfbgIqkN7eA="} | json_instruct | {"type": "object", "properties": {"videomail-client.js": {"type": "string"}, "videomail-client.min.js": {"type": "string"}}, "required": ["videomail-client.js", "videomail-client.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "nginx.217.172.12.243.nip.io", "min_cert_id" : 1213388250, "min_entry_timestamp" : "2019-02-18T09:50:51.703", "not_before" : "2019-02-18T08:50:51", "not_after" : "2019-05-19T08:50:51"} | json_instruct | {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"$schema": {"type": "string"}, "builders": {"type": "object", "properties": {"udk-builder": {"type": "object", "properties": {"implementation": {"type": "string"}, "schema": {"type": "string"}, "description": {"type": "string"}}, "required": ["implementation", "schema", "description"]}, "udk-runner": {"type": "object", "properties": {"implementation": {"type": "string"}, "schema": {"type": "string"}, "description": {"type": "string"}}, "required": ["implementation", "schema", "description"]}, "build": {"type": "object", "properties": {"implementation": {"type": "string"}, "schema": {"type": "string"}, "description": {"type": "string"}}, "required": ["implementation", "schema", "description"]}, "serve": {"type": "object", "properties": {"implementation": {"type": "string"}, "schema": {"type": "string"}, "description": {"type": "string"}}, "required": ["implementation", "schema", "description"]}}, "required": ["udk-builder", "udk-runner", "build", "serve"]}}, "required": ["$schema", "builders"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "https://raw.githubusercontent.com/angular/angular-cli/v8.0.2/packages/angular_devkit/architect/src/builders-schema.json", "builders" : {"udk-builder" : {"implementation" : "./lib/udk-builder", "schema" : "./lib/build/schema.json", "description" : "Build an universal angular application with udk."}, "udk-runner" : {"implementation" : "./lib/udk-runner", "schema" : "./lib/serve/schema.json", "description" : "Run an universal angular application with udk."}, "build" : {"implementation" : "./lib/udk-builder", "schema" : "./lib/build/schema.json", "description" : "Build an universal angular application with udk."}, "serve" : {"implementation" : "./lib/udk-runner", "schema" : "./lib/serve/schema.json", "description" : "Run an universal angular application with udk."}}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "builders": {"type": "object", "properties": {"udk-builder": {"type": "object", "properties": {"implementation": {"type": "string"}, "schema": {"type": "string"}, "description": {"type": "string"}}, "required": ["implementation", "schema", "description"]}, "udk-runner": {"type": "object", "properties": {"implementation": {"type": "string"}, "schema": {"type": "string"}, "description": {"type": "string"}}, "required": ["implementation", "schema", "description"]}, "build": {"type": "object", "properties": {"implementation": {"type": "string"}, "schema": {"type": "string"}, "description": {"type": "string"}}, "required": ["implementation", "schema", "description"]}, "serve": {"type": "object", "properties": {"implementation": {"type": "string"}, "schema": {"type": "string"}, "description": {"type": "string"}}, "required": ["implementation", "schema", "description"]}}, "required": ["udk-builder", "udk-runner", "build", "serve"]}}, "required": ["$schema", "builders"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"sideEffects": {"type": "boolean"}, "module": {"type": "string"}}, "required": ["sideEffects", "module"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sideEffects" : false, "module" : "../esm/radio/index.js"} | json_instruct | {"type": "object", "properties": {"sideEffects": {"type": "boolean"}, "module": {"type": "string"}}, "required": ["sideEffects", "module"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"ParameterKey": {"type": "string"}, "ParameterValue": {"type": "string"}}, "required": ["ParameterKey", "ParameterValue"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"ParameterKey" : "GraphQLALBName", "ParameterValue" : "graphql-load-balancer"}, {"ParameterKey" : "GraphQLALBSecurityGroup", "ParameterValue" : "graphql-alb-security-group"}, {"ParameterKey" : "ContainerPort", "ParameterValue" : "8080"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"ParameterKey": {"type": "string"}, "ParameterValue": {"type": "string"}}, "required": ["ParameterKey", "ParameterValue"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"item_type": {"type": "object", "properties": {"type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "enum"]}, "disease": {"type": "object", "properties": {"type": {"type": "string"}, "$schema": {"type": "string"}}, "required": ["type", "$schema"]}, "PK": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "submitted_by": {"type": "object", "properties": {"type": {"type": "string"}, "$schema": {"type": "string"}}, "required": ["type", "$schema"]}, "date_created": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "last_modified": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "status": {"type": "object", "properties": {"type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "enum"]}, "curated_evidence_list": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["item_type", "disease", "PK", "submitted_by", "date_created", "last_modified", "status", "curated_evidence_list"]}}, "required": ["$schema", "title", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "InterpretationModel", "type" : "object", "properties" : {"item_type" : {"type" : "string", "enum" : ["interpretation"]}, "disease" : {"type" : "string", "$schema" : "disease"}, "PK" : {"type" : "string"}, "submitted_by" : {"type" : "string", "$schema" : "user"}, "date_created" : {"type" : "string"}, "last_modified" : {"type" : "string"}, "status" : {"type" : "string", "enum" : ["in progress", "deleted", "submitted", "approved"]}, "curated_evidence_list" : {"type" : "string"}}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"item_type": {"type": "object", "properties": {"type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "enum"]}, "disease": {"type": "object", "properties": {"type": {"type": "string"}, "$schema": {"type": "string"}}, "required": ["type", "$schema"]}, "PK": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "submitted_by": {"type": "object", "properties": {"type": {"type": "string"}, "$schema": {"type": "string"}}, "required": ["type", "$schema"]}, "date_created": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "last_modified": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "status": {"type": "object", "properties": {"type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "enum"]}, "curated_evidence_list": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["item_type", "disease", "PK", "submitted_by", "date_created", "last_modified", "status", "curated_evidence_list"]}}, "required": ["$schema", "title", "type", "properties"], "$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"}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}, "process-timeout": {"type": "integer"}, "preferred-install": {"type": "string"}}, "required": ["sort-packages", "process-timeout", "preferred-install"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "robmorgan/phinx": {"type": "string"}, "php-di/php-di": {"type": "string"}, "doctrine/annotations": {"type": "string"}, "vlucas/phpdotenv": {"type": "string"}, "phroute/phroute": {"type": "string"}, "doctrine/collections": {"type": "string"}}, "required": ["php", "robmorgan/phinx", "php-di/php-di", "doctrine/annotations", "vlucas/phpdotenv", "phroute/phroute", "doctrine/collections"]}, "require-dev": {"type": "object", "properties": {"fzaninotto/faker": {"type": "string"}, "mockery/mockery": {"type": "string"}, "phpunit/phpunit": {"type": "string"}}, "required": ["fzaninotto/faker", "mockery/mockery", "phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"NickSnellock\\": {"type": "string"}}, "required": ["NickSnellock\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"NickSnellockTests\\": {"type": "string"}}, "required": ["NickSnellockTests\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "config", "require", "require-dev", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "nicksnellock/censornet", "description" : "test for Censornet", "config" : {"sort-packages" : true, "process-timeout" : 0, "preferred-install" : "dist"}, "require" : {"php" : "^7.4.0", "robmorgan/phinx" : "*", "php-di/php-di" : "*", "doctrine/annotations" : "*", "vlucas/phpdotenv" : "*", "phroute/phroute" : "*", "doctrine/collections" : "*"}, "require-dev" : {"fzaninotto/faker" : "^1.4", "mockery/mockery" : "^1.0", "phpunit/phpunit" : "^8.0"}, "autoload" : {"psr-4" : {"NickSnellock\\" : "app"}}, "autoload-dev" : {"psr-4" : {"NickSnellockTests\\" : "tests"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}, "process-timeout": {"type": "integer"}, "preferred-install": {"type": "string"}}, "required": ["sort-packages", "process-timeout", "preferred-install"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "robmorgan/phinx": {"type": "string"}, "php-di/php-di": {"type": "string"}, "doctrine/annotations": {"type": "string"}, "vlucas/phpdotenv": {"type": "string"}, "phroute/phroute": {"type": "string"}, "doctrine/collections": {"type": "string"}}, "required": ["php", "robmorgan/phinx", "php-di/php-di", "doctrine/annotations", "vlucas/phpdotenv", "phroute/phroute", "doctrine/collections"]}, "require-dev": {"type": "object", "properties": {"fzaninotto/faker": {"type": "string"}, "mockery/mockery": {"type": "string"}, "phpunit/phpunit": {"type": "string"}}, "required": ["fzaninotto/faker", "mockery/mockery", "phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"NickSnellock\\": {"type": "string"}}, "required": ["NickSnellock\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"NickSnellockTests\\": {"type": "string"}}, "required": ["NickSnellockTests\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "config", "require", "require-dev", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "disabled": {"type": "boolean"}, "target-item": {"type": "string"}, "target-count": {"type": "integer"}, "target-meta": {"type": "integer"}, "duration": {"type": "integer"}, "symmetrical": {"type": "boolean"}, "catalyst": {"type": "string"}, "catalyst-meta": {"type": "integer"}, "input-types": {"type": "object", "properties": {"a": {"type": "object", "properties": {"id": {"type": "string"}, "meta": {"type": "integer"}}, "required": ["id", "meta"]}, "b": {"type": "object", "properties": {"id": {"type": "string"}, "meta": {"type": "integer"}}, "required": ["id", "meta"]}}, "required": ["a", "b"]}, "shape": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}}, "required": ["name", "disabled", "target-item", "target-count", "target-meta", "duration", "symmetrical", "catalyst", "catalyst-meta", "input-types", "shape"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "compactmachines3:mat_quartz_fiber", "disabled" : false, "target-item" : "appliedenergistics2:part", "target-count" : 64, "target-meta" : 140, "duration" : 200, "symmetrical" : true, "catalyst" : "bloodmagic:demon_crystal", "catalyst-meta" : 0, "input-types" : {"a" : {"id" : "botania:elfglass", "meta" : 0}, "b" : {"id" : "minecraft:quartz_block", "meta" : 0}}, "shape" : [[["a", "a", "a"], ["a", "a", "a"], ["a", "a", "a"]], [["a", "a", "a"], ["b", "b", "b"], ["a", "a", "a"]], [["a", "a", "a"], ["a", "a", "a"], ["a", "a", "a"]]]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "disabled": {"type": "boolean"}, "target-item": {"type": "string"}, "target-count": {"type": "integer"}, "target-meta": {"type": "integer"}, "duration": {"type": "integer"}, "symmetrical": {"type": "boolean"}, "catalyst": {"type": "string"}, "catalyst-meta": {"type": "integer"}, "input-types": {"type": "object", "properties": {"a": {"type": "object", "properties": {"id": {"type": "string"}, "meta": {"type": "integer"}}, "required": ["id", "meta"]}, "b": {"type": "object", "properties": {"id": {"type": "string"}, "meta": {"type": "integer"}}, "required": ["id", "meta"]}}, "required": ["a", "b"]}, "shape": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}}, "required": ["name", "disabled", "target-item", "target-count", "target-meta", "duration", "symmetrical", "catalyst", "catalyst-meta", "input-types", "shape"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "repository", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "DIPLOM", "description" : "\u041e\u043d\u043b\u0430\u0439\u043d \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u043a\u043e\u0434\u0430 \u0432 \u0440\u0435\u0436\u0438\u043c\u0435 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438", "repository" : "https://github.com/li4nost94", "keywords" : ["node", "webrtc", "sockets", "collab", "editor"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "repository", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : true, "values" : ["minecraft:chorus_fruit", "minecraft:popped_chorus_fruit"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/aws-lambda": {"type": "string"}, "@types/node": {"type": "string"}, "aws-sdk": {"type": "string"}, "chai": {"type": "string"}, "mocha": {"type": "string"}, "rimraf": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/aws-lambda", "@types/node", "aws-sdk", "chai", "mocha", "rimraf", "typescript"]}}, "required": ["name", "version", "description", "main", "types", "private", "scripts", "directories", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@webgate/awsutils", "version" : "0.5.1", "description" : "Some Utils for AWS", "main" : "dist/index.js", "types" : "dist/index.d.ts", "private" : false, "scripts" : {"build" : "rimraf dist/** && tsc", "test" : "mocha"}, "directories" : {"test" : "test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/WebGateConsultingAG/AWSUtils.git"}, "keywords" : ["aws", "lambda", "dynamodb"], "author" : "Christian Guedemann", "license" : "Apache-2.0", "bugs" : {"url" : "https://github.com/WebGateConsultingAG/AWSUtils/issues"}, "homepage" : "https://github.com/WebGateConsultingAG/AWSUtils#readme", "devDependencies" : {"@types/aws-lambda" : "^8.10.25", "@types/node" : "^11.13.9", "aws-sdk" : "^2.448.0", "chai" : "^4.1.2", "mocha" : "^5.2.0", "rimraf" : "^2.6.3", "typescript" : "^3.4.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/aws-lambda": {"type": "string"}, "@types/node": {"type": "string"}, "aws-sdk": {"type": "string"}, "chai": {"type": "string"}, "mocha": {"type": "string"}, "rimraf": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/aws-lambda", "@types/node", "aws-sdk", "chai", "mocha", "rimraf", "typescript"]}}, "required": ["name", "version", "description", "main", "types", "private", "scripts", "directories", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-browser-sync": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-cssmin": {"type": "string"}, "grunt-contrib-jade": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-qunit": {"type": "string"}, "grunt-contrib-stylus": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-php": {"type": "string"}, "grunt-shell": {"type": "string"}}, "required": ["grunt", "grunt-browser-sync", "grunt-contrib-clean", "grunt-contrib-concat", "grunt-contrib-cssmin", "grunt-contrib-jade", "grunt-contrib-jshint", "grunt-contrib-qunit", "grunt-contrib-stylus", "grunt-contrib-uglify", "grunt-contrib-watch", "grunt-php", "grunt-shell"]}}, "required": ["name", "version", "engines", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "fabrica-de-cajas", "version" : "0.1.0", "engines" : {"node" : ">= 0.8.0"}, "scripts" : {"test" : "grunt qunit"}, "devDependencies" : {"grunt" : "^0.4.5", "grunt-browser-sync" : "^2.1.3", "grunt-contrib-clean" : "^0.6.0", "grunt-contrib-concat" : "^0.5.1", "grunt-contrib-cssmin" : "^0.13.0", "grunt-contrib-jade" : "^0.15.0", "grunt-contrib-jshint" : "^0.11.2", "grunt-contrib-qunit" : "~0.2.0", "grunt-contrib-stylus" : "^0.22.0", "grunt-contrib-uglify" : "^0.9.2", "grunt-contrib-watch" : "^0.6.1", "grunt-php" : "^1.5.1", "grunt-shell" : "^1.1.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-browser-sync": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-cssmin": {"type": "string"}, "grunt-contrib-jade": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-qunit": {"type": "string"}, "grunt-contrib-stylus": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-php": {"type": "string"}, "grunt-shell": {"type": "string"}}, "required": ["grunt", "grunt-browser-sync", "grunt-contrib-clean", "grunt-contrib-concat", "grunt-contrib-cssmin", "grunt-contrib-jade", "grunt-contrib-jshint", "grunt-contrib-qunit", "grunt-contrib-stylus", "grunt-contrib-uglify", "grunt-contrib-watch", "grunt-php", "grunt-shell"]}}, "required": ["name", "version", "engines", "scripts", "devDependencies"], "$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": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"merged" : "/Users/Gregory/Documents/Uni/ComputerScience/301/gitstuff/gitTest/gdbaker-SizeBook/app/build/intermediates/res/merged/debug/mipmap-mdpi/ic_launcher.png", "source" : "/Users/Gregory/Documents/Uni/ComputerScience/301/gitstuff/gitTest/gdbaker-SizeBook/app/src/main/res/mipmap-mdpi/ic_launcher.png"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "bin": {"type": "object", "properties": {"jscode": {"type": "string"}}, "required": ["jscode"]}, "scripts": {"type": "object", "properties": {"build:bin": {"type": "string"}}, "required": ["build:bin"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"opts": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-buble": {"type": "string"}}, "required": ["opts", "rollup", "rollup-plugin-buble"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "repository", "keywords", "author", "contributors", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "jscode", "version" : "0.0.1", "description" : "jscode is kind of front-end program framework base on json grammer", "main" : "index.js", "bin" : {"jscode" : "./bin/jscode"}, "scripts" : {"build:bin" : "rollup -c rollup/config.bin.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/chalecao/jscode.git"}, "keywords" : ["jscode", "template"], "author" : "chalecao", "contributors" : [{"name" : "Chale Cao", "email" : "[email protected]"}], "license" : "MIT", "bugs" : {"url" : "https://github.com/chalecao/jscode/issues"}, "homepage" : "https://github.com/chalecao/jscode#readme", "devDependencies" : {"opts" : "^1.2.6", "rollup" : "^0.41.6", "rollup-plugin-buble" : "^0.15.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"jscode": {"type": "string"}}, "required": ["jscode"]}, "scripts": {"type": "object", "properties": {"build:bin": {"type": "string"}}, "required": ["build:bin"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"opts": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-buble": {"type": "string"}}, "required": ["opts", "rollup", "rollup-plugin-buble"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "repository", "keywords", "author", "contributors", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See bccl2 on Metamath](http://us.metamath.org/mpegif/bccl2.html)"}], "names" : ["bccl2"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cK", "#T_wcel", "#T_cc0", "#T_cfz", "#T_cN", "#T_wi", "#T_cN", "#T_cbc", "#T_cK", "#T_wcel", "#T_cn"], "metaLanguage" : "METAMATH", "remarks" : " A binomial coefficient, in its standard domain, is a positive integer. (Contributed by NM, 3-Jan-2006.) (Revised by Mario Carneiro, 10-Mar-2014.) ", "statement" : "bccl2 $p |- ( K e. ( 0 ... N ) -> ( N _C K ) e. NN ) $."} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"x_spacing": {"type": "number"}, "y_spacing": {"type": "number"}, "z_spacing": {"type": "number"}, "num_images": {"type": "integer"}}, "required": ["x_spacing", "y_spacing", "z_spacing", "num_images"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"x_spacing" : 0.890625, "y_spacing" : 0.890625, "z_spacing" : 5.0, "num_images" : 95} | json_instruct | {"type": "object", "properties": {"x_spacing": {"type": "number"}, "y_spacing": {"type": "number"}, "z_spacing": {"type": "number"}, "num_images": {"type": "integer"}}, "required": ["x_spacing", "y_spacing", "z_spacing", "num_images"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "django-endless-pagination", "description" : "This project is deprecated: please use https://github.com/shtalinberg/django-el-pagination", "license" : {"key" : "mit", "name" : "MIT License", "spdx_id" : "MIT", "url" : "https://api.github.com/licenses/mit"}, "starNum" : 257, "folkNum" : 108, "watchNum" : 257, "topic" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "node_id": {"type": "string"}, "avatar_url": {"type": "string"}, "gravatar_id": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "null"}, "blog": {"type": "string"}, "location": {"type": "string"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "string"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["login", "id", "node_id", "avatar_url", "gravatar_id", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"login" : "philharvey", "id" : 226111, "node_id" : "MDQ6VXNlcjIyNjExMQ==", "avatar_url" : "https://avatars2.githubusercontent.com/u/226111?v=4", "gravatar_id" : "", "url" : "https://api.github.com/users/philharvey", "html_url" : "https://github.com/philharvey", "followers_url" : "https://api.github.com/users/philharvey/followers", "following_url" : "https://api.github.com/users/philharvey/following{/other_user}", "gists_url" : "https://api.github.com/users/philharvey/gists{/gist_id}", "starred_url" : "https://api.github.com/users/philharvey/starred{/owner}{/repo}", "subscriptions_url" : "https://api.github.com/users/philharvey/subscriptions", "organizations_url" : "https://api.github.com/users/philharvey/orgs", "repos_url" : "https://api.github.com/users/philharvey/repos", "events_url" : "https://api.github.com/users/philharvey/events{/privacy}", "received_events_url" : "https://api.github.com/users/philharvey/received_events", "type" : "User", "site_admin" : false, "name" : "Phil Harvey", "company" : null, "blog" : "", "location" : "Franklin, TN", "email" : null, "hireable" : null, "bio" : "Senior Developer", "public_repos" : 1, "public_gists" : 2, "followers" : 12, "following" : 19, "created_at" : "2010-03-19T13:28:54Z", "updated_at" : "2018-09-11T14:09:50Z"} | json_instruct | {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "node_id": {"type": "string"}, "avatar_url": {"type": "string"}, "gravatar_id": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "null"}, "blog": {"type": "string"}, "location": {"type": "string"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "string"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["login", "id", "node_id", "avatar_url", "gravatar_id", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"review" : "\ubaa8\ub9b0 \uc624\ud558\ub77c\uac00 \uc5b4\ub5bb\uac8c \uc870\uc5f0\uc774\ub0d0 \uc774 \uc5c9\ud130\ub9ac\ub4e4\uc544", "date" : "15.04.16", "rating" : "9", "author" : "clef****", "review_id" : "9848565", "movie_id" : "10256"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[143.875, 43.583333333333336], [143.875, 43.666666666666664], [144.0, 43.666666666666664], [144.0, 43.583333333333336], [143.875, 43.583333333333336]]]}, "properties" : {"code" : 654337, "url" : "http://madefor.github.io/0410/api/v1/654337.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/654337.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title", "updated_at", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"created_at" : 1517400943, "tags" : ["Spring2018", "UPV"], "title" : "31 janv. // Lecture 4", "updated_at" : 1517406108, "uuid" : "131F8398-A507-4FA2-B43A-15B8A3A74A16"} | json_instruct | {"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title", "updated_at", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[349.0, 698.0, 1047.0, 1396.0, 1745.0, 2094.0, 2443.0, 2792.0, 3141.0, 3490.0, 3839.0, 4188.0, 4537.0, 4886.0, 5235.0, 5584.0, 5933.0, 6282.0, 6631.0, 6980.0, 7329.0, 7678.0, 8027.0, 8376.0, 8725.0, 9074.0, 9423.0, 9772.0, 10121.0, 10470.0, 10819.0, 11168.0, 11517.0, 11866.0, 12215.0, 12564.0, 12913.0, 13262.0, 13611.0, 13960.0, 14309.0, 14658.0, 15007.0, 15356.0, 15705.0, 16054.0, 16403.0, 16752.0, 17101.0, 17450.0, 17799.0, 18148.0, 18497.0, 18846.0, 19195.0, 19544.0, 19893.0, 20242.0, 20591.0, 20940.0, 21289.0, 21638.0, 21987.0, 22336.0, 22685.0, 23034.0, 23383.0, 23732.0, 24081.0, 24430.0, 24779.0, 25128.0, 25477.0, 25826.0, 26175.0, 26524.0, 26873.0, 27222.0, 27571.0, 27920.0, 28269.0, 28618.0, 28967.0, 29316.0, 29665.0, 30014.0, 30363.0, 30712.0, 31061.0, 31410.0, 31759.0, 32108.0, 32457.0, 32806.0, 33155.0, 33504.0, 33853.0, 34202.0, 34551.0, 34900.0], [989528.0, 1979380.0, 2975044.0, 3964264.0, 4952136.0, 5935697.0, 6930874.0, 7917869.0, 8906684.0, 9895568.0, 10884784.0, 11876488.0, 12867315.0, 13859184.0, 14841897.0, 15837613.0, 16824066.0, 17815893.0, 18807332.0, 19795258.0, 20781231.0, 21771826.0, 22761609.0, 23750477.0, 24743644.0, 25740652.0, 26724885.0, 27708608.0, 28704283.0, 29692092.0, 30680096.0, 31671575.0, 32839661.0, 33649682.0, 34646062.0, 35627570.0, 36620243.0, 37609345.0, 38599451.0, 39594568.0, 40592110.0, 41565396.0, 42553701.0, 43549480.0, 44536381.0, 45528819.0, 46517142.0, 47497796.0, 48497872.0, 49489357.0, 50471708.0, 51472807.0, 52459669.0, 53445182.0, 54438849.0, 55594832.0, 56410506.0, 57405389.0, 58390597.0, 59380770.0, 60383152.0, 61372472.0, 62350205.0, 63334248.0, 64331411.0, 65315928.0, 66316918.0, 67303289.0, 68302524.0, 69281076.0, 70277661.0, 71260244.0, 72423747.0, 73241875.0, 74233973.0, 75222295.0, 76215873.0, 77198739.0, 78176379.0, 79177355.0, 80174567.0, 81162101.0, 82148357.0, 83131070.0, 84132451.0, 85287036.0, 86107672.0, 87109165.0, 88098903.0, 89074898.0, 90057661.0, 91052115.0, 92035236.0, 93060106.0, 94016820.0, 95021102.0, 96190920.0, 96996152.0, 97998721.0, 98977043.0]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "fax": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "needs-id-document": {"type": "boolean"}, "suggested-transport-medium": {"type": "string"}, "quality": {"type": "string"}}, "required": ["slug", "relevant-countries", "categories", "name", "address", "fax", "email", "web", "sources", "needs-id-document", "suggested-transport-medium", "quality"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"slug" : "123greetings", "relevant-countries" : ["all"], "categories" : ["entertainment"], "name" : "123Greetings.com Inc.", "address" : "255 Executive Drive, Suite 400\nPlainview New York 11803\nUnited States of America", "fax" : "+1 212 202 4738", "email" : "[email protected]", "web" : "https://www.123greetings.com", "sources" : ["https://www.123greetings.com/privacy_policy.html", "https://www.123greetings.com/terms_of_use.html", "https://github.com/datenanfragen/data/pull/1025"], "needs-id-document" : false, "suggested-transport-medium" : "email", "quality" : "verified"} | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "fax": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "needs-id-document": {"type": "boolean"}, "suggested-transport-medium": {"type": "string"}, "quality": {"type": "string"}}, "required": ["slug", "relevant-countries", "categories", "name", "address", "fax", "email", "web", "sources", "needs-id-document", "suggested-transport-medium", "quality"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}}, "required": ["navigationBarTitleText"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"navigationBarTitleText" : "components/basic/icon"} | json_instruct | {"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}}, "required": ["navigationBarTitleText"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 100356, "UUID" : "9EE15F3B-607D-4A85-A5E6-12B6B65061C3", "DataProviderID" : 1, "OperatorID" : 23, "OperatorsReference" : "40897", "UsageTypeID" : 4, "AddressInfo" : {"ID" : 100702, "Title" : "Hotel Restaurant de Nachtegaal", "AddressLine1" : "Heereweg 10", "Town" : "Lisse", "Postcode" : "2161 AG", "CountryID" : 159, "Latitude" : 52.271875, "Longitude" : 4.564281, "ContactTelephone1" : "+31 252 433030", "DistanceUnit" : 0}, "Connections" : [{"ID" : 141775, "ConnectionTypeID" : 30, "StatusTypeID" : 50, "LevelID" : 2, "Amps" : 16, "Voltage" : 400, "PowerKW" : 11, "CurrentTypeID" : 20, "Quantity" : 2}], "NumberOfPoints" : 2, "GeneralComments" : "2 Tesla Connectors, up to 11kW.Available for customers. Please see front desk.", "StatusTypeID" : 50, "DateLastStatusUpdate" : "2018-10-03T23:36:00Z", "DataQualityLevel" : 1, "DateCreated" : "2018-02-23T06:50:00Z", "SubmissionStatusTypeID" : 200} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inputs" : ["3\n1 -1 2\n", "2\n-1 -1\n", "3\n-1 -1 -1\n", "5\n1 -1 -1 4 4\n", "5\n1 3 4 1 1\n", "7\n1 -1 -1 -1 -1 7 6\n", "5\n1 -1 -1 4 2\n", "8\n-1 -1 -1 59 -1 -1 -1 -1\n", "2\n38 38\n", "8\n12 35 58 58 39 41 41 20\n", "10\n-1 -1 -1 -1 -1 -1 -1 -1 -1 -1\n", "4\n200 -1 -1 200\n", "3\n-1 200 -1\n", "2\n-1 35\n", "2\n29 49\n", "2\n24 -1\n", "37\n52 52 66 149 149 130 47 47 26 110 185 -1 73 73 65 -1 -1 130 -1 -1 -1 94 97 190 -1 -1 49 49 54 -1 92 92 5 25 48 79 79\n", "15\n-1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 20\n"], "outputs" : ["1\n", "200\n", "40000\n", "206\n", "0\n", "5117500\n", "200\n", "658449230\n", "1\n", "1\n", "420017274\n", "1\n", "399\n", "1\n", "0\n", "1\n", "903952722\n", "368187329\n"]} | json_instruct | {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "repository", "logo", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "telegram-anonymous-chat", "description" : "bot anonymous chat telegram", "repository" : "https://github.com/Rianfirnanda/telegram-anonymous-chat", "logo" : "https://node-js-sample.herokuapp.com/node.png", "keywords" : ["bot", "telegram", "tele-bot"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "repository", "logo", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"css/app.css": {"type": "string"}}, "required": ["css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"css/app.css" : "css/app-f13cded02a.css"} | json_instruct | {"type": "object", "properties": {"css/app.css": {"type": "string"}}, "required": ["css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["510812216200", "\u8328\u7af9\u6e7e\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["510812216201", "\u9a6c\u5bb6\u6e7e\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["510812216202", "\u5c06\u519b\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["510812216203", "\u516b\u5e99\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["510812216204", "\u7ea2\u6885\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["510812216205", "\u5929\u6c60\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["510812216206", "\u84bf\u575d\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["510812216207", "\u677f\u623f\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["510812216208", "\u90ed\u5bb6\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"aliases": {"type": "array", "items": {}}, "ascii_arts": {"type": "array", "items": {}}, "category": {"type": "string"}, "code": {"type": "string"}, "code_points": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}}, "required": ["aliases", "ascii_arts", "category", "code", "code_points", "keywords", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"aliases" : [], "ascii_arts" : [], "category" : "people", "code" : "nail_care_tone2", "code_points" : ["1f485", "1f3fc"], "keywords" : ["beauty", "manicure"], "name" : "nail polish tone 2"} | json_instruct | {"type": "object", "properties": {"aliases": {"type": "array", "items": {}}, "ascii_arts": {"type": "array", "items": {}}, "category": {"type": "string"}, "code": {"type": "string"}, "code_points": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}}, "required": ["aliases", "ascii_arts", "category", "code", "code_points", "keywords", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ale:noprofile": {"type": "string"}, "btn:changePwd": {"type": "string"}, "btn:saveMod": {"type": "string"}, "err:newPwdWrond": {"type": "string"}, "err:sessionUser": {"type": "string"}, "err:wrongPwd": {"type": "string"}, "iface:infoDB": {"type": "string"}, "iface:infoLogged": {"type": "string"}, "iface:infoNoLogin": {"type": "string"}, "iface:lblConfUsr": {"type": "string"}, "iface:lblLogin": {"type": "string"}, "iface:onlyAdmin": {"type": "string"}, "lbl:DB": {"type": "string"}, "lbl:askPwd": {"type": "string"}, "lbl:email": {"type": "string"}, "lbl:events": {"type": "string"}, "lbl:newPwd": {"type": "string"}, "lbl:newPwdConfirm": {"type": "string"}, "lbl:oldPwd": {"type": "string"}, "lbl:password": {"type": "string"}, "lbl:sideMenu": {"type": "string"}, "lbl:style": {"type": "string"}, "lbl:usrId": {"type": "string"}, "lbl:usrName": {"type": "string"}, "login": {"type": "string"}, "win:chkPwdInfo": {"type": "string"}, "win:password": {"type": "string"}}, "required": ["ale:noprofile", "btn:changePwd", "btn:saveMod", "err:newPwdWrond", "err:sessionUser", "err:wrongPwd", "iface:infoDB", "iface:infoLogged", "iface:infoNoLogin", "iface:lblConfUsr", "iface:lblLogin", "iface:onlyAdmin", "lbl:DB", "lbl:askPwd", "lbl:email", "lbl:events", "lbl:newPwd", "lbl:newPwdConfirm", "lbl:oldPwd", "lbl:password", "lbl:sideMenu", "lbl:style", "lbl:usrId", "lbl:usrName", "login", "win:chkPwdInfo", "win:password"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ale:noprofile" : "No profile for **{0}**", "btn:changePwd" : "Change password", "btn:saveMod" : "Save changes", "err:newPwdWrond" : "New password dosen't match", "err:sessionUser" : "User in session (**{0}**) and user shown (**{1}**) are not the same!", "err:wrongPwd" : "Wrong password", "iface:infoDB" : "(Not all modules manage diffeternt DB)", "iface:infoLogged" : "User Details:\n* Change user name\n* Change password", "iface:infoNoLogin" : "* Insert the username for the profile \n* If you don't have any username call CED", "iface:lblConfUsr" : "User configuration", "iface:lblLogin" : "User login", "iface:onlyAdmin" : "(Only admin can change)", "lbl:DB" : "Data base", "lbl:askPwd" : "This profile need a password:", "lbl:email" : "Email", "lbl:events" : "Use custom style for events", "lbl:newPwd" : "New password", "lbl:newPwdConfirm" : "Confirm password", "lbl:oldPwd" : "Old password", "lbl:password" : "Password", "lbl:sideMenu" : "Visible side menu", "lbl:style" : "Style", "lbl:usrId" : "User", "lbl:usrName" : "User name", "login" : "Login", "win:chkPwdInfo" : "For change password insert the old end confirm the new", "win:password" : "Profile password"} | json_instruct | {"type": "object", "properties": {"ale:noprofile": {"type": "string"}, "btn:changePwd": {"type": "string"}, "btn:saveMod": {"type": "string"}, "err:newPwdWrond": {"type": "string"}, "err:sessionUser": {"type": "string"}, "err:wrongPwd": {"type": "string"}, "iface:infoDB": {"type": "string"}, "iface:infoLogged": {"type": "string"}, "iface:infoNoLogin": {"type": "string"}, "iface:lblConfUsr": {"type": "string"}, "iface:lblLogin": {"type": "string"}, "iface:onlyAdmin": {"type": "string"}, "lbl:DB": {"type": "string"}, "lbl:askPwd": {"type": "string"}, "lbl:email": {"type": "string"}, "lbl:events": {"type": "string"}, "lbl:newPwd": {"type": "string"}, "lbl:newPwdConfirm": {"type": "string"}, "lbl:oldPwd": {"type": "string"}, "lbl:password": {"type": "string"}, "lbl:sideMenu": {"type": "string"}, "lbl:style": {"type": "string"}, "lbl:usrId": {"type": "string"}, "lbl:usrName": {"type": "string"}, "login": {"type": "string"}, "win:chkPwdInfo": {"type": "string"}, "win:password": {"type": "string"}}, "required": ["ale:noprofile", "btn:changePwd", "btn:saveMod", "err:newPwdWrond", "err:sessionUser", "err:wrongPwd", "iface:infoDB", "iface:infoLogged", "iface:infoNoLogin", "iface:lblConfUsr", "iface:lblLogin", "iface:onlyAdmin", "lbl:DB", "lbl:askPwd", "lbl:email", "lbl:events", "lbl:newPwd", "lbl:newPwdConfirm", "lbl:oldPwd", "lbl:password", "lbl:sideMenu", "lbl:style", "lbl:usrId", "lbl:usrName", "login", "win:chkPwdInfo", "win:password"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "rechiseled_compat:block/druidcraft_elder_planks_crate"}}} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 21, "n_trials" : 130, "objective" : "matyas_on_cube", "white" : "hyperopt_rand", "black" : "scipy_slsqp", "traceback" : ["passing", "passing"], "best_val" : [1.7656288140255882, 2.392122962026183e-14], "best_x" : [[0.4191321843550797, 0.26790762972993887, 0.24477823532995613, 0.08777296784328611, 0.14952206645193922, 0.4552983433884427, 0.3486134269315399, 0.3989364642076782, 0.4725391715859814, 0.23029416719553508, 0.5067220049697911, 0.4527605027072046, 0.3857546486265223, 0.7074738050318944, 0.009210425991257348, 0.18918781425541586, 0.4948212023332175, 0.5016636598546844, 0.5846833816348624, 0.44828413436597647, 0.502983218552723], [0.2899999557189742, 0.28999986641052006, 0.28999999161243406, 0.289999991612434, 0.28999999161243406, 0.28999999161243406, 0.289999991612434, 0.289999991612434, 0.28999999161243395, 0.28999999161243395, 0.28999999161243406, 0.289999991612434, 0.28999999161243406, 0.28999999161243406, 0.289999991612434, 0.28999999161243406, 0.28999999161243406, 0.28999999161243395, 0.289999991612434, 0.28999999161243406, 0.289999991612434]], "feval_count" : [130, 90], "n_trials_instructed" : [130, 130], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "scipy_slsqp_cube", "loser" : "hyperopt_rand_cube"} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "Time": {"type": "string"}, "Summary": {"type": "string"}, "text": {"type": "string"}}, "required": ["Id", "ProductId", "UserId", "ProfileName", "HelpfulnessNumerator", "HelpfulnessDenominator", "Score", "Time", "Summary", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Id" : "136415", "ProductId" : "P1000-03", "UserId" : "A3VQZ8GLIKZBWU", "ProfileName" : "Joan43", "HelpfulnessNumerator" : 4, "HelpfulnessDenominator" : 8, "Score" : 5, "Time" : "1335830400", "Summary" : "Brooklyn Beans K-Cup", "text" : "I was a little skeptical at first, since this was not a Grn Mtn coffee. My concerns were quickly put aside with my first cup. The coffee was delicious. Will re-order."} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "Time": {"type": "string"}, "Summary": {"type": "string"}, "text": {"type": "string"}}, "required": ["Id", "ProductId", "UserId", "ProfileName", "HelpfulnessNumerator", "HelpfulnessDenominator", "Score", "Time", "Summary", "text"], "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "1302030001", "district_id" : "1302030", "name" : "INDERAPURA"}, {"id" : "1302030002", "district_id" : "1302030", "name" : "MUARO SAKAI INDERAPURA"}, {"id" : "1302030003", "district_id" : "1302030", "name" : "INDERAPURA BARAT"}, {"id" : "1302030004", "district_id" : "1302030", "name" : "TIGO SEPAKAT INDERAPURA"}, {"id" : "1302030005", "district_id" : "1302030", "name" : "INDERAPURA SELATAN"}, {"id" : "1302030006", "district_id" : "1302030", "name" : "KUDO-KUDO INDERAPURA"}, {"id" : "1302030009", "district_id" : "1302030", "name" : "SIMPANG LAMA INDERAPURA"}, {"id" : "1302030010", "district_id" : "1302030", "name" : "TLUK AMPLU INDRAPURA"}, {"id" : "1302030012", "district_id" : "1302030", "name" : "INDERAPURA TENGAH"}, {"id" : "1302030014", "district_id" : "1302030", "name" : "TIGO SUNGAI INDERAPURA"}] | json_instruct | {"type": "array", "items": {"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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xf8d48d0404c74fea55e9868f0d17e1108238982c", "tool" : "mythril", "start" : 1563583452.6612103, "end" : 1563583461.8948054, "duration" : 9.233595132827759, "analysis" : {"error" : null, "issues" : [], "success" : true}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"authority_name": {"type": "string"}, "publish_date_utc": {"type": "string"}, "info_website": {"type": "string"}, "concern_points": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "integer"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["time", "latitude", "longitude"]}}}, "required": ["authority_name", "publish_date_utc", "info_website", "concern_points"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authority_name" : "Ramesh's Testing Organization", "publish_date_utc" : "1584921583", "info_website" : "https://www.cdc.gov/coronavirus/2019-nCoV/index.html", "concern_points" : [{"time" : 124, "latitude" : 11.34, "longitude" : 11.34}, {"time" : 567, "latitude" : 11.34, "longitude" : 11.44}]} | json_instruct | {"type": "object", "properties": {"authority_name": {"type": "string"}, "publish_date_utc": {"type": "string"}, "info_website": {"type": "string"}, "concern_points": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "integer"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["time", "latitude", "longitude"]}}}, "required": ["authority_name", "publish_date_utc", "info_website", "concern_points"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"900735289": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900735290": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900735291": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900735292": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900735289", "900735290", "900735291", "900735292"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900735289" : {"nama" : "TPS 1", "dapil" : [7303, 17311, 2732402]}, "900735290" : {"nama" : "TPS 2", "dapil" : [7303, 17311, 2732402]}, "900735291" : {"nama" : "TPS 3", "dapil" : [7303, 17311, 2732402]}, "900735292" : {"nama" : "TPS 4", "dapil" : [7303, 17311, 2732402]}} | json_instruct | {"type": "object", "properties": {"900735289": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900735290": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900735291": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900735292": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900735289", "900735290", "900735291", "900735292"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"106172\"": {"type": "string"}, "\"106161\"": {"type": "string"}}, "required": ["\"106172\"", "\"106161\""]}, "hits": {"type": "string"}}, "required": ["status", "tp", "msg", "result", "hits"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : "success", "tp" : 1, "msg" : "Cities fetched successfully.", "result" : {"\"106172\"" : "Porgera", "\"106161\"" : "Wabag"}, "hits" : "4316"} | json_instruct | {"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"106172\"": {"type": "string"}, "\"106161\"": {"type": "string"}}, "required": ["\"106172\"", "\"106161\""]}, "hits": {"type": "string"}}, "required": ["status", "tp", "msg", "result", "hits"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 795, "surahNumber" : "006", "ayatNumber" : "006", "arabic" : "\u0623\u064e\u0644\u064e\u0645\u0652 \u064a\u064e\u0631\u064e\u0648\u0652\u0627 \u0643\u064e\u0645\u0652 \u0623\u064e\u0647\u0652\u0644\u064e\u0643\u0652\u0646\u064e\u0627 \u0645\u0650\u0646\u0652 \u0642\u064e\u0628\u0652\u0644\u0650\u0647\u0650\u0645\u0652 \u0645\u0650\u0646\u0652 \u0642\u064e\u0631\u0652\u0646\u064d \u0645\u064e\u0643\u0651\u064e\u0646\u0651\u064e\u0627\u0647\u064f\u0645\u0652 \u0641\u0650\u064a \u0627\u0644\u0652\u0623\u064e\u0631\u0652\u0636\u0650 \u0645\u064e\u0627 \u0644\u064e\u0645\u0652 \u0646\u064f\u0645\u064e\u0643\u0651\u0650\u0646\u0652 \u0644\u064e\u0643\u064f\u0645\u0652 \u0648\u064e\u0623\u064e\u0631\u0652\u0633\u064e\u0644\u0652\u0646\u064e\u0627 \u0627\u0644\u0633\u0651\u064e\u0645\u064e\u0627\u0621\u064e \u0639\u064e\u0644\u064e\u064a\u0652\u0647\u0650\u0645\u0652 \u0645\u0650\u062f\u0652\u0631\u064e\u0627\u0631\u064b\u0627 \u0648\u064e\u062c\u064e\u0639\u064e\u0644\u0652\u0646\u064e\u0627 \u0627\u0644\u0652\u0623\u064e\u0646\u0652\u0647\u064e\u0627\u0631\u064e \u062a\u064e\u062c\u0652\u0631\u0650\u064a \u0645\u0650\u0646\u0652 \u062a\u064e\u062d\u0652\u062a\u0650\u0647\u0650\u0645\u0652 \u0641\u064e\u0623\u064e\u0647\u0652\u0644\u064e\u0643\u0652\u0646\u064e\u0627\u0647\u064f\u0645\u0652 \u0628\u0650\u0630\u064f\u0646\u064f\u0648\u0628\u0650\u0647\u0650\u0645\u0652 \u0648\u064e\u0623\u064e\u0646\u0652\u0634\u064e\u0623\u0652\u0646\u064e\u0627 \u0645\u0650\u0646\u0652 \u0628\u064e\u0639\u0652\u062f\u0650\u0647\u0650\u0645\u0652 \u0642\u064e\u0631\u0652\u0646\u064b\u0627 \u0622\u062e\u064e\u0631\u0650\u064a\u0646\u064e", "english" : "Have they not seen how many a generation before them We have destroyed whom We had established on the earth such as We have not established you? And We poured out on them rain from the sky in abundance, and made the rivers flow under them. Yet We destroyed them for their sins, and created after them other generations.", "bengali" : "\u09a4\u09be\u09b0\u09be \u0995\u09bf \u09a6\u09c7\u0996\u09c7\u09a8\u09bf \u09af\u09c7, \u0986\u09ae\u09bf \u09a4\u09be\u09a6\u09c7\u09b0 \u09aa\u09c1\u09b0\u09cd\u09ac\u09c7 \u0995\u09a4 \u09b8\u09ae\u09cd\u09aa\u09cd\u09b0\u09a6\u09be\u09df\u0995\u09c7 \u09a7\u09cd\u09ac\u0982\u09b8 \u0995\u09b0\u09c7 \u09a6\u09bf\u09df\u09c7\u099b\u09bf, \u09af\u09be\u09a6\u09c7\u09b0\u0995\u09c7 \u0986\u09ae\u09bf \u09aa\u09c3\u09a5\u09bf\u09ac\u09c0\u09a4\u09c7 \u098f\u09ae\u09a8 \u09aa\u09cd\u09b0\u09a4\u09bf\u09b7\u09cd\u09a0\u09be \u09a6\u09bf\u09df\u09c7\u099b\u09bf\u09b2\u09be\u09ae, \u09af\u09be \u09a4\u09c7\u09be\u09ae\u09be\u09a6\u09c7\u09b0\u0995\u09c7 \u09a6\u09c7\u0987\u09a8\u09bf\u0964 \u0986\u09ae\u09bf \u0986\u0995\u09be\u09b6\u0995\u09c7 \u09a4\u09be\u09a6\u09c7\u09b0 \u0989\u09aa\u09b0 \u0985\u09a8\u09ac\u09b0\u09a4 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf \u09ac\u09b0\u09cd\u09b7\u09a3 \u0995\u09b0\u09a4\u09c7 \u09a6\u09bf\u09df\u09c7\u099b\u09bf \u098f\u09ac\u0982 \u09a4\u09be\u09a6\u09c7\u09b0 \u09a4\u09b2\u09a6\u09c7\u09b6\u09c7 \u09a8\u09a6\u09c0 \u09b8\u09c3\u09b7\u09cd\u099f\u09bf \u0995\u09b0\u09c7 \u09a6\u09bf\u09df\u09c7\u099b\u09bf, \u0985\u09a4\u0983\u09aa\u09b0 \u0986\u09ae\u09bf \u09a4\u09be\u09a6\u09c7\u09b0\u0995\u09c7 \u09a4\u09be\u09a6\u09c7\u09b0 \u09aa\u09be\u09aa\u09c7\u09b0 \u0995\u09be\u09b0\u09a3\u09c7 \u09a7\u09cd\u09ac\u0982\u09b8 \u0995\u09b0\u09c7 \u09a6\u09bf\u09df\u09c7\u099b\u09bf \u098f\u09ac\u0982 \u09a4\u09be\u09a6\u09c7\u09b0 \u09aa\u09b0\u09c7 \u0985\u09a8\u09cd\u09af \u09b8\u09ae\u09cd\u09aa\u09cd\u09b0\u09a6\u09be\u09df \u09b8\u09c3\u09b7\u09cd\u099f\u09bf \u0995\u09b0\u09c7\u099b\u09bf\u0964"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"year" : 1912, "sex" : "F", "n" : 5, "prop" : 8.52e-06}, {"year" : 1913, "sex" : "F", "n" : 7, "prop" : 0}, {"year" : 1916, "sex" : "F", "n" : 6, "prop" : 5.53e-06}, {"year" : 1918, "sex" : "F", "n" : 8, "prop" : 6.65e-06}, {"year" : 1919, "sex" : "F", "n" : 9, "prop" : 7.66e-06}, {"year" : 1920, "sex" : "F", "n" : 10, "prop" : 8.04e-06}, {"year" : 1921, "sex" : "F", "n" : 10, "prop" : 7.81e-06}, {"year" : 1922, "sex" : "F", "n" : 11, "prop" : 8.82e-06}, {"year" : 1923, "sex" : "F", "n" : 12, "prop" : 9.58e-06}, {"year" : 1924, "sex" : "F", "n" : 9, "prop" : 6.95e-06}, {"year" : 1925, "sex" : "F", "n" : 6, "prop" : 4.75e-06}, {"year" : 1927, "sex" : "F", "n" : 9, "prop" : 7.28e-06}, {"year" : 1930, "sex" : "F", "n" : 5, "prop" : 4.29e-06}, {"year" : 1931, "sex" : "F", "n" : 8, "prop" : 7.25e-06}, {"year" : 1932, "sex" : "F", "n" : 10, "prop" : 9.04e-06}, {"year" : 1933, "sex" : "F", "n" : 5, "prop" : 4.78e-06}, {"year" : 1935, "sex" : "F", "n" : 5, "prop" : 4.6e-06}, {"year" : 1936, "sex" : "F", "n" : 5, "prop" : 4.64e-06}, {"year" : 1939, "sex" : "F", "n" : 6, "prop" : 5.29e-06}, {"year" : 1941, "sex" : "F", "n" : 5, "prop" : 4.01e-06}, {"year" : 1942, "sex" : "F", "n" : 6, "prop" : 4.32e-06}, {"year" : 1945, "sex" : "F", "n" : 5, "prop" : 3.71e-06}, {"year" : 1948, "sex" : "F", "n" : 7, "prop" : 4.02e-06}, {"year" : 1949, "sex" : "F", "n" : 8, "prop" : 4.56e-06}, {"year" : 1954, "sex" : "F", "n" : 7, "prop" : 3.52e-06}, {"year" : 1970, "sex" : "F", "n" : 5, "prop" : 2.73e-06}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create 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": {"start": {"type": "string"}, "nodemon": {"type": "string"}, "pm2-start": {"type": "string"}, "pm2-stop": {"type": "string"}, "pm2-log": {"type": "string"}, "pm2-delete": {"type": "string"}, "pm2-restart": {"type": "string"}}, "required": ["start", "nodemon", "pm2-start", "pm2-stop", "pm2-log", "pm2-delete", "pm2-restart"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "dotenv": {"type": "string"}, "dotenv-defaults": {"type": "string"}, "koa": {"type": "string"}, "koa-logger": {"type": "string"}, "koa-router": {"type": "string"}, "koa-session": {"type": "string"}, "querystring": {"type": "string"}, "request": {"type": "string"}, "request-promise": {"type": "string"}, "simple-oauth2": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["chalk", "dotenv", "dotenv-defaults", "koa", "koa-logger", "koa-router", "koa-session", "querystring", "request", "request-promise", "simple-oauth2", "uuid"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "reacddit_api", "version" : "1.0.0", "description" : "reacddit Oauth2 API", "main" : "index.js", "scripts" : {"start" : "node index.js", "nodemon" : "nodemon index.js", "pm2-start" : "pm2 start index.js --name reacddit_api", "pm2-stop" : "pm2 stop reacddit_api", "pm2-log" : "pm2 log reacddit_api", "pm2-delete" : "pm2 delete reacddit_api", "pm2-restart" : "pm2 restart 'reacddit_api'"}, "author" : "", "license" : "MIT", "dependencies" : {"chalk" : "^4.0.0", "dotenv" : "^9.0.2", "dotenv-defaults" : "^2.0.0", "koa" : "^2.6.2", "koa-logger" : "^3.2.0", "koa-router" : "^10.0.0", "koa-session" : "^6.0.0", "querystring" : "^0.2.0", "request" : "^2.88.0", "request-promise" : "^4.2.2", "simple-oauth2" : "^4.0.0", "uuid" : "^8.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "nodemon": {"type": "string"}, "pm2-start": {"type": "string"}, "pm2-stop": {"type": "string"}, "pm2-log": {"type": "string"}, "pm2-delete": {"type": "string"}, "pm2-restart": {"type": "string"}}, "required": ["start", "nodemon", "pm2-start", "pm2-stop", "pm2-log", "pm2-delete", "pm2-restart"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "dotenv": {"type": "string"}, "dotenv-defaults": {"type": "string"}, "koa": {"type": "string"}, "koa-logger": {"type": "string"}, "koa-router": {"type": "string"}, "koa-session": {"type": "string"}, "querystring": {"type": "string"}, "request": {"type": "string"}, "request-promise": {"type": "string"}, "simple-oauth2": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["chalk", "dotenv", "dotenv-defaults", "koa", "koa-logger", "koa-router", "koa-session", "querystring", "request", "request-promise", "simple-oauth2", "uuid"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"itemid": {"type": "string"}, "displayname": {"type": "string"}, "nbttag": {"type": "string"}, "damage": {"type": "integer"}, "lore": {"type": "array", "items": {"type": "string"}}, "internalname": {"type": "string"}, "crafttext": {"type": "string"}, "clickcommand": {"type": "string"}, "modver": {"type": "string"}, "infoType": {"type": "string"}, "info": {"type": "array", "items": {"type": "string"}}}, "required": ["itemid", "displayname", "nbttag", "damage", "lore", "internalname", "crafttext", "clickcommand", "modver", "infoType", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"itemid" : "minecraft:skull", "displayname" : "\u00a76Eccentric Painting", "nbttag" : "{HideFlags:254,SkullOwner:{Id:\"55fc7bc0-bc48-3c45-9fea-c5819949f54c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0OTQxNjQwOTAxNywKICAicHJvZmlsZUlkIiA6ICIyYWQwZDlmMGUxMTM0ODM0OGVmNDQ0OWRmNTRlYTFkNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaXJlQjB5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzVlNDQyODBkNDJkYjA3YjAxMmViNzZkZWU3MzI0OWM4NmZjNzEyZThlYjE0ZmEyYjQ0ODQ3NzE0YmJiOTVmODMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ==\"}]}},display:{Lore:[0:\"\u00a78Power Stone\",1:\"\",2:\"\u00a77Combine \u00a7a9x \u00a77of this stone at the\",3:\"\u00a77\u00a76Thaumaturgist \u00a77to permanently\",4:\"\u00a77unlock the \u00a7aBizarre \u00a77power.\",5:\"\",6:\"\u00a77At \u00a76\u00a7kmmm\u00a7r \u00a76Magical Power\u00a77:\",7:\"\u00a7c+\u00a7kmmm\u2741\u00a7r \u00a7cStrength\",8:\"\u00a7b+\u00a7kmmm\u270e\u00a7r \u00a7bIntelligence\",9:\"\u00a79+\u00a7kmmm\u2620\u00a7r \u00a79Crit Damage\",10:\"\",11:\"\u00a77Unique Power Bonus:\",12:\"\u00a7c+5\u0e51 Ability Damage\",13:\"\",14:\"\u00a77Requires \u00a7aCombat Skill Level XXV\u00a77!\",15:\"\",16:\"\u00a76\u00a7lLEGENDARY POWER STONE\"],Name:\"\u00a76Eccentric Painting\"},ExtraAttributes:{id:\"ECCENTRIC_PAINTING\"}}", "damage" : 3, "lore" : ["\u00a78Power Stone", "", "\u00a77Combine \u00a7a9x \u00a77of this stone at the", "\u00a77\u00a76Thaumaturgist \u00a77to permanently", "\u00a77unlock the \u00a7aBizarre \u00a77power.", "", "\u00a77At \u00a76\u00a7kmmm\u00a7r \u00a76Magical Power\u00a77:", "\u00a7c+\u00a7kmmm\u2741\u00a7r \u00a7cStrength", "\u00a7b+\u00a7kmmm\u270e\u00a7r \u00a7bIntelligence", "\u00a79+\u00a7kmmm\u2620\u00a7r \u00a79Crit Damage", "", "\u00a77Unique Power Bonus:", "\u00a7c+5\u0e51 Ability Damage", "", "\u00a77Requires \u00a7aCombat Skill Level XXV\u00a77!", "", "\u00a76\u00a7lLEGENDARY POWER STONE"], "internalname" : "ECCENTRIC_PAINTING", "crafttext" : "", "clickcommand" : "", "modver" : "2.1.0-REL", "infoType" : "WIKI_URL", "info" : ["https://hypixel-skyblock.fandom.com/wiki/Eccentric_Painting"]} | json_instruct | {"type": "object", "properties": {"itemid": {"type": "string"}, "displayname": {"type": "string"}, "nbttag": {"type": "string"}, "damage": {"type": "integer"}, "lore": {"type": "array", "items": {"type": "string"}}, "internalname": {"type": "string"}, "crafttext": {"type": "string"}, "clickcommand": {"type": "string"}, "modver": {"type": "string"}, "infoType": {"type": "string"}, "info": {"type": "array", "items": {"type": "string"}}}, "required": ["itemid", "displayname", "nbttag", "damage", "lore", "internalname", "crafttext", "clickcommand", "modver", "infoType", "info"], "$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"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"assert": {"type": "string"}, "ava": {"type": "string"}}, "required": ["assert", "ava"]}}, "required": ["name", "version", "description", "main", "types", "files", "scripts", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "mikan.js", "version" : "1.0.11", "description" : "Japanese Line Break Organizer", "main" : "src/mikan.js", "types" : "src/mikan.d.ts", "files" : ["src"], "scripts" : {"test" : "ava"}, "keywords" : [], "author" : "", "license" : "MIT", "devDependencies" : {"assert" : "^1.4.1", "ava" : "^0.19.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"assert": {"type": "string"}, "ava": {"type": "string"}}, "required": ["assert", "ava"]}}, "required": ["name", "version", "description", "main", "types", "files", "scripts", "keywords", "author", "license", "devDependencies"], "$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.