input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"_id": {"type": "string"}, "asset": {"type": "string"}, "platform": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "logo": {"type": "string"}, "changelly": {"type": "object", "properties": {"ticker": {"type": "string"}}, "required": ["ticker"]}, "coingecko": {"type": "object", "properties": {"id": {"type": "string"}, "platform": {"type": "string"}}, "required": ["id", "platform"]}, "coinmarketcap": {"type": "object", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}}, "required": ["id", "slug"]}}, "required": ["_id", "asset", "platform", "type", "name", "symbol", "address", "decimals", "logo", "changelly", "coingecko", "coinmarketcap"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "gemini-dollar@ethereum", "asset" : "gemini-dollar", "platform" : "ethereum", "type" : "token", "name" : "Gemini Dollar", "symbol" : "GUSD", "address" : "0x056fd409e1d7a124bd7017459dfea2f387b6d5cd", "decimals" : 2, "logo" : "gemini-dollar.svg", "changelly" : {"ticker" : "gusd"}, "coingecko" : {"id" : "gemini-dollar", "platform" : "ethereum"}, "coinmarketcap" : {"id" : 3306, "slug" : "gemini-dollar"}}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "asset": {"type": "string"}, "platform": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "logo": {"type": "string"}, "changelly": {"type": "object", "properties": {"ticker": {"type": "string"}}, "required": ["ticker"]}, "coingecko": {"type": "object", "properties": {"id": {"type": "string"}, "platform": {"type": "string"}}, "required": ["id", "platform"]}, "coinmarketcap": {"type": "object", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}}, "required": ["id", "slug"]}}, "required": ["_id", "asset", "platform", "type", "name", "symbol", "address", "decimals", "logo", "changelly", "coingecko", "coinmarketcap"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"entries": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "css-class": {"type": "string"}, "icon": {"type": "string"}}, "required": ["title", "date", "css-class", "icon"]}}}, "required": ["entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"entries" : [{"title" : "Annual sales report due", "date" : "21st Aug, 2021", "css-class" : "danger", "icon" : "ri-alert-line"}, {"title" : "Quarterly staff reviews", "date" : "24th Aug, 2021", "css-class" : "warning", "icon" : "ri-user-line"}, {"title" : "Jenny Smith holiday", "date" : "27th Aug, 2021", "css-class" : "info", "icon" : "ri-user-line"}, {"title" : "Marketing budget review", "date" : "2nd Sep, 2021", "css-class" : "secondary", "icon" : "ri-computer-line"}, {"title" : "Developer contract renewal", "date" : "10th Sep, 2021", "css-class" : "secondary", "icon" : "ri-computer-line"}]}
json_instruct
{"type": "object", "properties": {"entries": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "css-class": {"type": "string"}, "icon": {"type": "string"}}, "required": ["title", "date", "css-class", "icon"]}}}, "required": ["entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"message": {"type": "string"}, "errors": {"type": "array", "items": {"type": "object", "properties": {"field": {"type": "string"}, "value": {"type": "string"}, "code": {"type": "string"}, "details": {"type": "string"}}, "required": ["field", "value", "code", "details"]}}}, "required": ["message", "errors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"message" : "Validation Failed", "errors" : [{"field" : "name", "value" : "", "code" : "required", "details" : "Name required"}, {"field" : "name", "value" : "", "code" : "must not be less than 1 characters long.", "details" : "Name must not be less than 1 characters long."}]}
json_instruct
{"type": "object", "properties": {"message": {"type": "string"}, "errors": {"type": "array", "items": {"type": "object", "properties": {"field": {"type": "string"}, "value": {"type": "string"}, "code": {"type": "string"}, "details": {"type": "string"}}, "required": ["field", "value", "code", "details"]}}}, "required": ["message", "errors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"image": {"type": "string"}, "issueId": {"type": "integer"}, "name": {"type": "string"}, "username": {"type": "string"}}, "required": ["image", "issueId", "name", "username"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"image" : "https://user-images.githubusercontent.com/51131670/111893373-5091f600-8a28-11eb-8e94-48b23eec0495.PNG", "issueId" : 403, "name" : "Chinmay Mhatre", "username" : "ChinmayMhatre"}
json_instruct
{"type": "object", "properties": {"image": {"type": "string"}, "issueId": {"type": "integer"}, "name": {"type": "string"}, "username": {"type": "string"}}, "required": ["image", "issueId", "name", "username"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Value": {"type": "string"}, "VariableName": {"type": "string"}, "Order": {"type": "integer"}, "GraphId": {"type": "string"}, "Identifier": {"type": "string"}, "Expanded": {"type": "boolean"}}, "required": ["Value", "VariableName", "Order", "GraphId", "Identifier", "Expanded"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Value" : "AttackSystem - Entity attacked.", "VariableName" : "StringNode2", "Order" : 0, "GraphId" : "8359e1c4-8e93-4f7a-8c61-cb67628a531a", "Identifier" : "05ae843c-6e52-413a-9a12-fd56fd27011e", "Expanded" : false}
json_instruct
{"type": "object", "properties": {"Value": {"type": "string"}, "VariableName": {"type": "string"}, "Order": {"type": "integer"}, "GraphId": {"type": "string"}, "Identifier": {"type": "string"}, "Expanded": {"type": "boolean"}}, "required": ["Value", "VariableName", "Order", "GraphId", "Identifier", "Expanded"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "preview": {"type": "string"}, "lint": {"type": "string"}, "lint-fix": {"type": "string"}}, "required": ["dev", "build", "preview", "lint", "lint-fix"]}, "dependencies": {"type": "object", "properties": {"eslint-plugin-import": {"type": "string"}, "eslint-plugin-import-helpers": {"type": "string"}, "eslint-plugin-jsx-a11y": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-icons": {"type": "string"}, "react-modal": {"type": "string"}, "react-query": {"type": "string"}, "react-router-dom": {"type": "string"}, "sass": {"type": "string"}}, "required": ["eslint-plugin-import", "eslint-plugin-import-helpers", "eslint-plugin-jsx-a11y", "react", "react-dom", "react-icons", "react-modal", "react-query", "react-router-dom", "sass"]}, "devDependencies": {"type": "object", "properties": {"@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "@types/react-modal": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "@vitejs/plugin-react": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "typescript": {"type": "string"}, "vite": {"type": "string"}}, "required": ["@types/react", "@types/react-dom", "@types/react-modal", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "@vitejs/plugin-react", "eslint", "eslint-config-airbnb", "eslint-plugin-react", "typescript", "vite"]}}, "required": ["name", "private", "version", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "22-02", "private" : true, "version" : "0.0.0", "scripts" : {"dev" : "vite", "build" : "tsc && vite build", "preview" : "vite preview", "lint" : "eslint . --ext .ts --ignore-path .gitignore", "lint-fix" : "yarn lint --fix"}, "dependencies" : {"eslint-plugin-import" : "^2.25.4", "eslint-plugin-import-helpers" : "^1.2.1", "eslint-plugin-jsx-a11y" : "^6.5.1", "react" : "^17.0.2", "react-dom" : "^17.0.2", "react-icons" : "^4.3.1", "react-modal" : "^3.14.4", "react-query" : "^3.34.15", "react-router-dom" : "6", "sass" : "^1.49.8"}, "devDependencies" : {"@types/react" : "^17.0.33", "@types/react-dom" : "^17.0.10", "@types/react-modal" : "^3.13.1", "@typescript-eslint/eslint-plugin" : "^5.12.0", "@typescript-eslint/parser" : "^5.12.0", "@vitejs/plugin-react" : "^1.0.7", "eslint" : "^7.32.0", "eslint-config-airbnb" : "^19.0.4", "eslint-plugin-react" : "^7.28.0", "typescript" : "^4.5.4", "vite" : "^2.8.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "preview": {"type": "string"}, "lint": {"type": "string"}, "lint-fix": {"type": "string"}}, "required": ["dev", "build", "preview", "lint", "lint-fix"]}, "dependencies": {"type": "object", "properties": {"eslint-plugin-import": {"type": "string"}, "eslint-plugin-import-helpers": {"type": "string"}, "eslint-plugin-jsx-a11y": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-icons": {"type": "string"}, "react-modal": {"type": "string"}, "react-query": {"type": "string"}, "react-router-dom": {"type": "string"}, "sass": {"type": "string"}}, "required": ["eslint-plugin-import", "eslint-plugin-import-helpers", "eslint-plugin-jsx-a11y", "react", "react-dom", "react-icons", "react-modal", "react-query", "react-router-dom", "sass"]}, "devDependencies": {"type": "object", "properties": {"@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "@types/react-modal": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "@vitejs/plugin-react": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "typescript": {"type": "string"}, "vite": {"type": "string"}}, "required": ["@types/react", "@types/react-dom", "@types/react-modal", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "@vitejs/plugin-react", "eslint", "eslint-config-airbnb", "eslint-plugin-react", "typescript", "vite"]}}, "required": ["name", "private", "version", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["610431102001", "\u6b66\u529f\u9547\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["610431102200", "\u6b66\u5854\u6751\u59d4\u4f1a", "121", "0"], ["610431102201", "\u79ef\u5c71\u6751\u59d4\u4f1a", "121", "0"], ["610431102202", "\u5f90\u6768\u6751\u59d4\u4f1a", "122", "0"], ["610431102203", "\u9f99\u95e8\u6751\u59d4\u4f1a", "122", "0"], ["610431102204", "\u5761\u5e95\u6751\u59d4\u4f1a", "220", "0"], ["610431102206", "\u4e8c\u6c34\u6751\u59d4\u4f1a", "122", "0"], ["610431102207", "\u7f8a\u5708\u6751\u59d4\u4f1a", "220", "0"], ["610431102208", "\u6865\u4e1c\u6751\u59d4\u4f1a", "122", "0"], ["610431102209", "\u5c1a\u5761\u6751\u59d4\u4f1a", "220", "0"], ["610431102217", "\u4e0a\u8425\u6751\u59d4\u4f1a", "220", "0"], ["610431102218", "\u65b0\u5be8\u6751\u59d4\u4f1a", "220", "0"], ["610431102219", "\u51c9\u9a6c\u6751\u59d4\u4f1a", "220", "0"], ["610431102220", "\u53e4\u51e4\u6751\u59d4\u4f1a", "220", "0"], ["610431102222", "\u6d1b\u9633\u6751\u59d4\u4f1a", "220", "0"], ["610431102223", "\u677e\u6797\u6751\u59d4\u4f1a", "220", "0"], ["610431102224", "\u65b0\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["610431102225", "\u8042\u6751\u59d4\u4f1a", "220", "0"], ["610431102228", "\u8054\u5408\u6751\u59d4\u4f1a", "220", "0"], ["610431102229", "\u516b\u4e00\u6751\u59d4\u4f1a", "220", "0"], ["610431102230", "\u97e6\u5317\u6751\u59d4\u4f1a", "220", "0"], ["610431102231", "\u7eff\u534e\u6751", "121", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "betterclay:block/cracked_bigger_red_porcelain_bricks"}
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": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["v1", "policy/v1beta1"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$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"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-animate": {"type": "string"}, "angular-cookies": {"type": "string"}, "angular-resource": {"type": "string"}, "angular-route": {"type": "string"}, "angular-sanitize": {"type": "string"}, "angular-ui-router": {"type": "string"}}, "required": ["angular", "angular-animate", "angular-cookies", "angular-resource", "angular-route", "angular-sanitize", "angular-ui-router"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babelify": {"type": "string"}, "css-loader": {"type": "string"}, "html-loader": {"type": "string"}, "json-loader": {"type": "string"}, "less": {"type": "string"}, "less-loader": {"type": "string"}, "ngtemplate-loader": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}, "webpack-stream": {"type": "string"}}, "required": ["babel", "babel-core", "babel-loader", "babel-preset-es2015", "babelify", "css-loader", "html-loader", "json-loader", "less", "less-loader", "ngtemplate-loader", "style-loader", "webpack", "webpack-dev-server", "webpack-stream"]}}, "required": ["name", "version", "dependencies", "engines", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "<%= name %>", "version" : "0.0.0", "dependencies" : {"angular" : "1.5.0", "angular-animate" : "1.5.0", "angular-cookies" : "1.5.0", "angular-resource" : "1.5.0", "angular-route" : "1.5.0", "angular-sanitize" : "1.5.0", "angular-ui-router" : "^1.0.0-beta.1"}, "engines" : {"node" : ">=0.10.0"}, "devDependencies" : {"babel" : "^4.0.2", "babel-core" : "^6.4.5", "babel-loader" : "^6.2.1", "babel-preset-es2015" : "^6.3.13", "babelify" : "^5.0.3", "css-loader" : "^0.23.1", "html-loader" : "^0.4.3", "json-loader" : "^0.5.4", "less" : "^2.7.1", "less-loader" : "^2.2.3", "ngtemplate-loader" : "^1.3.1", "style-loader" : "^0.13.1", "webpack" : "^1.13.1", "webpack-dev-server" : "^1.14.1", "webpack-stream" : "^3.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-animate": {"type": "string"}, "angular-cookies": {"type": "string"}, "angular-resource": {"type": "string"}, "angular-route": {"type": "string"}, "angular-sanitize": {"type": "string"}, "angular-ui-router": {"type": "string"}}, "required": ["angular", "angular-animate", "angular-cookies", "angular-resource", "angular-route", "angular-sanitize", "angular-ui-router"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babelify": {"type": "string"}, "css-loader": {"type": "string"}, "html-loader": {"type": "string"}, "json-loader": {"type": "string"}, "less": {"type": "string"}, "less-loader": {"type": "string"}, "ngtemplate-loader": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}, "webpack-stream": {"type": "string"}}, "required": ["babel", "babel-core", "babel-loader", "babel-preset-es2015", "babelify", "css-loader", "html-loader", "json-loader", "less", "less-loader", "ngtemplate-loader", "style-loader", "webpack", "webpack-dev-server", "webpack-stream"]}}, "required": ["name", "version", "dependencies", "engines", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "githubUsername": {"type": "string"}}, "required": ["name", "url", "githubUsername"]}}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "directory": {"type": "string"}}, "required": ["type", "url", "directory"]}, "scripts": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {"@types/connect": {"type": "string"}, "@types/express": {"type": "string"}}, "required": ["@types/connect", "@types/express"]}, "typesPublisherContentHash": {"type": "string"}, "typeScriptVersion": {"type": "string"}}, "required": ["name", "version", "description", "license", "contributors", "main", "types", "repository", "scripts", "dependencies", "typesPublisherContentHash", "typeScriptVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@types/json-server", "version" : "0.14.2", "description" : "TypeScript definitions for json-server", "license" : "MIT", "contributors" : [{"name" : "Jeremy Bensimon", "url" : "https://github.com/jeremyben", "githubUsername" : "jeremyben"}], "main" : "", "types" : "index", "repository" : {"type" : "git", "url" : "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "directory" : "types/json-server"}, "scripts" : {}, "dependencies" : {"@types/connect" : "*", "@types/express" : "*"}, "typesPublisherContentHash" : "544b31a7d61cb0d396a328592b333b9a2d55c8c4c46d40cc7dc67917f390e5a5", "typeScriptVersion" : "2.3"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "githubUsername": {"type": "string"}}, "required": ["name", "url", "githubUsername"]}}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "directory": {"type": "string"}}, "required": ["type", "url", "directory"]}, "scripts": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {"@types/connect": {"type": "string"}, "@types/express": {"type": "string"}}, "required": ["@types/connect", "@types/express"]}, "typesPublisherContentHash": {"type": "string"}, "typeScriptVersion": {"type": "string"}}, "required": ["name", "version", "description", "license", "contributors", "main", "types", "repository", "scripts", "dependencies", "typesPublisherContentHash", "typeScriptVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : "0xb01306919f334031a3f2583f4b775d225fcb4a58", "tool" : "oyente", "start" : 1563684505.9834838, "end" : 1563684510.085575, "duration" : 4.102091312408447, "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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "file_url": {"type": "string"}, "custom_fields": {"type": "object", "properties": {"edition": {"type": "integer"}, "date": {"type": "integer"}, "compiler": {"type": "string"}}, "required": ["edition", "date", "compiler"]}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["name", "description", "file_url", "custom_fields", "attributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "OneForArt #1566 - Bright Red", "description" : "A Bright Red pixel.", "file_url" : "https://ipfs.io/ipfs/bafkreid43dyk5z7zxohpkxwfytrsplp3r4h56c7mxkp5pejdyj3bm2jvby", "custom_fields" : {"edition" : 1, "date" : 1642619894221, "compiler" : "HashLips Art Engine"}, "attributes" : [{"trait_type" : "name", "value" : "Bright Red"}, {"trait_type" : "color_id", "value" : "1566"}, {"trait_type" : "hex", "value" : "#B10000"}, {"trait_type" : "rgb", "value" : "(177, 0, 0)"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "file_url": {"type": "string"}, "custom_fields": {"type": "object", "properties": {"edition": {"type": "integer"}, "date": {"type": "integer"}, "compiler": {"type": "string"}}, "required": ["edition", "date", "compiler"]}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["name", "description", "file_url", "custom_fields", "attributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"development": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "database": {"type": "integer"}}, "required": ["host", "port", "database"]}, "test": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "database": {"type": "integer"}}, "required": ["host", "port", "database"]}}, "required": ["development", "test"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"development" : {"host" : "127.0.0.1", "port" : 6379, "database" : 2}, "test" : {"host" : "127.0.0.1", "port" : 6379, "database" : 2}}
json_instruct
{"type": "object", "properties": {"development": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "database": {"type": "integer"}}, "required": ["host", "port", "database"]}, "test": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "database": {"type": "integer"}}, "required": ["host", "port", "database"]}}, "required": ["development", "test"], "$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"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "tradeable": {"type": "boolean"}, "stackable": {"type": "boolean"}, "noteable": {"type": "boolean"}, "equipable": {"type": "boolean"}, "tradeable_ge": {"type": "boolean"}, "buy_limit": {"type": "integer"}, "icon": {"type": "string"}, "wiki_url": {"type": "string"}}, "required": ["id", "name", "qualified_name", "examine", "members", "release_date", "quest", "weight", "value", "tradeable", "stackable", "noteable", "equipable", "tradeable_ge", "buy_limit", "icon", "wiki_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 13277, "name" : "Jar of miasma", "qualified_name" : "Jar of miasma", "examine" : "It smells abysmal.", "members" : true, "release_date" : "2015-10-01", "quest" : false, "weight" : 0.04, "value" : 1, "tradeable" : true, "stackable" : false, "noteable" : true, "equipable" : false, "tradeable_ge" : true, "buy_limit" : 4, "icon" : "iVBORw0KGgoAAAANSUhEUgAAACQAAAAgCAYAAAB6kdqOAAACjUlEQVR4Xt3X72tSURgH8J3/ZK+GEKwlNIZuav7+lb30xejFCprlkqZj1jRzcwvTLLFyloXsV2tk9HOsMURWYeCLQX/RN5/j7na7t4ERR6MHHrzc83Cezz3PeWNf3/8TDL/PngTDpfFxXPT7+e/kxARCgQDCwWAvYAxzkQjuzSdRfJBDbnERqVgMiWgUS7fjR89dhDFkFxZQyj88MZ/czyKfTnNsF1AMjzIZFUKedHJSDdUP9feLQjFoBgZUAGWWCwVUikWsPS3hlEYj6pQY31w7dFoFUGJWlpexXn7GQWe1WpwZHBSBYnxz/cgIb0iNT8K8fF7GVqXCQbrhYcSuXhYxOsY3N+h0qK6u8obUWMLQ84dXm6hvb2OnWsW7jXWYDQYY9XrcCQXEgAhzbmwMFpORNyUANaZngnzb28P3eh37n3dQ+/QRNpMJZqMBqfCUGJBpdBQWoxF2sxlOmxVfd3c5pFGrofllHweNBn40m/C6XPA4nXBarRx13e8TAyrMXOMNHBYLXHY7b0rNfR4PfF5vO1vP591uvuZu1VCtUNCL+DRcNhvcDgfHUPNfQK2kd7RGNQQXDtpcunl0Ohx0CLlwmASkNapbm58VD9pIRbF1d051OhLoTSbO16muqyBq/D6XVKUctJKcEQ+ir6ZxvE7H8DabUCW9l8YlHFSO3fgjUCUREQ+ir5aPTZny+yMcVLoV6hhEdUJB+fAkB1ET+diUKb8/dOckjBBQMTrVMYjq5CDljn8ZDLnpKxxETeRjU6Z8XHTnhIIezwb/FRAF4yBqIh+bMuX3RzCIgnUEonVKQRdaGe3/XNLYlEnvCdWF0zmOdhOmwlBK4C6djjKU/+2PET3AtEMJ6AlCVPwEf0DlirTHPQsAAAAASUVORK5CYII=", "wiki_url" : "https://oldschool.runescape.wiki/w/Jar_of_miasma"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "tradeable": {"type": "boolean"}, "stackable": {"type": "boolean"}, "noteable": {"type": "boolean"}, "equipable": {"type": "boolean"}, "tradeable_ge": {"type": "boolean"}, "buy_limit": {"type": "integer"}, "icon": {"type": "string"}, "wiki_url": {"type": "string"}}, "required": ["id", "name", "qualified_name", "examine", "members", "release_date", "quest", "weight", "value", "tradeable", "stackable", "noteable", "equipable", "tradeable_ge", "buy_limit", "icon", "wiki_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-forms": {"type": "string"}, "lang": {"type": "string"}}, "required": ["domain", "plural-forms", "lang"]}, "CVV/CVC": {"type": "array", "items": {"type": "string"}}, "Card Number": {"type": "array", "items": {"type": "string"}}, "Credit Card Information": {"type": "array", "items": {"type": "string"}}, "Expiry Date": {"type": "array", "items": {"type": "string"}}}, "required": ["", "CVV/CVC", "Card Number", "Credit Card Information", "Expiry Date"]}}, "required": ["messages"]}, "comment": {"type": "object", "properties": {"reference": {"type": "string"}}, "required": ["reference"]}}, "required": ["translation-revision-date", "generator", "domain", "locale_data", "comment"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"translation-revision-date" : "2021-05-12 06:34:30+0000", "generator" : "GlotPress/3.0.0-alpha.2", "domain" : "messages", "locale_data" : {"messages" : {"" : {"domain" : "messages", "plural-forms" : "nplurals=2; plural=n > 1;", "lang" : "fr"}, "CVV/CVC" : ["Cryptogramme visuel"], "Card Number" : ["Num\u00e9ro de carte"], "Credit Card Information" : ["Informations sur la carte de cr\u00e9dit"], "Expiry Date" : ["Date d\u2019expiration"]}}, "comment" : {"reference" : "packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/elements.js"}}
json_instruct
{"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-forms": {"type": "string"}, "lang": {"type": "string"}}, "required": ["domain", "plural-forms", "lang"]}, "CVV/CVC": {"type": "array", "items": {"type": "string"}}, "Card Number": {"type": "array", "items": {"type": "string"}}, "Credit Card Information": {"type": "array", "items": {"type": "string"}}, "Expiry Date": {"type": "array", "items": {"type": "string"}}}, "required": ["", "CVV/CVC", "Card Number", "Credit Card Information", "Expiry Date"]}}, "required": ["messages"]}, "comment": {"type": "object", "properties": {"reference": {"type": "string"}}, "required": ["reference"]}}, "required": ["translation-revision-date", "generator", "domain", "locale_data", "comment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x6fe797963e0219e9c4162d333d82b357ded5297a", "tool" : "maian", "start" : 1565648542.5802648, "end" : 1565648736.278732, "duration" : 193.69846725463867, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"399940": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["399940"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"399940" : {"success" : false}}
json_instruct
{"type": "object", "properties": {"399940": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["399940"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"notesArr": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "text"]}}}, "required": ["notesArr"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"notesArr" : [{"title" : "Test Title", "text" : "Test Text"}, {"title" : "Here", "text" : "We go", "id" : "1"}, {"title" : "Testing Title ", "text" : "Here we go. You can do it. Come on let's get to it", "id" : "2"}, {"title" : "This is for testing purposes", "text" : "This is Dora the explorer. Would you like a sandwich?", "id" : "3"}]}
json_instruct
{"type": "object", "properties": {"notesArr": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "text"]}}}, "required": ["notesArr"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"artist_id" : "ARZ3RDG1187FB59693", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Willi Williams", "duration" : 304.50893, "num_songs" : 1, "song_id" : "SOHIFBG12A6D4F6743", "title" : "Messenger Man Version", "year" : 2005}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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" : [[[144.25, 37.583333333333336], [144.25, 37.666666666666664], [144.375, 37.666666666666664], [144.375, 37.583333333333336], [144.25, 37.583333333333336]]]}, "properties" : {"code" : 564432, "url" : "http://madefor.github.io/0410/api/v1/564432.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/564432.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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "preferGlobal": {"type": "boolean"}, "main": {"type": "string"}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "coffee-script": {"type": "string"}, "docco": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "coffee-script", "docco", "mocha"]}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["author", "name", "description", "keywords", "version", "preferGlobal", "main", "licenses", "repository", "dependencies", "devDependencies", "homepage", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "Van Carney", "name" : "fun-utils", "description" : "Small Collection of Function Utilities", "keywords" : ["function", "utilities", "factory", "construct", "name", "constructor", "utility"], "version" : "0.0.3", "preferGlobal" : false, "main" : "./index,js", "licenses" : [{"type" : "MIT", "url" : "http://www.opensource.org/licenses/MIT"}], "repository" : {"type" : "git", "url" : "https://github.com/vancarney/fun-utils.git"}, "dependencies" : {}, "devDependencies" : {"chai" : "^3.5.0", "coffee-script" : "^1.10.0", "docco" : "^0.7.0", "mocha" : "^3.0.2"}, "homepage" : "https://github.com/vancarney/fun-utils.git", "scripts" : {"test" : "cake test"}}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "preferGlobal": {"type": "boolean"}, "main": {"type": "string"}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "coffee-script": {"type": "string"}, "docco": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "coffee-script", "docco", "mocha"]}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["author", "name", "description", "keywords", "version", "preferGlobal", "main", "licenses", "repository", "dependencies", "devDependencies", "homepage", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1950, 5], [1954, 6], [1955, 7], [1956, 18], [1957, 20], [1958, 13], [1959, 13], [1960, 19], [1961, 18], [1962, 21], [1963, 16], [1964, 20], [1965, 26], [1966, 21], [1967, 28], [1968, 18], [1969, 17], [1970, 24], [1971, 25], [1972, 17], [1973, 26], [1974, 18], [1975, 13], [1976, 21], [1977, 18], [1978, 9], [1979, 9], [1980, 17], [1981, 11], [1982, 11], [1983, 8], [1984, 9], [1985, 11], [1986, 6], [1987, 12], [1988, 10], [1989, 7], [1990, 5], [1991, 7], [1994, 6], [1995, 6], [1996, 6], [1997, 9], [2002, 7], [2004, 9], [2009, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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": {"name": {"type": "string"}, "ext_min": {"type": "string"}, "php_min": {"type": "string"}}, "required": ["name", "ext_min", "php_min"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "CURLFile", "ext_min" : "5.5.0", "php_min" : "5.5.0"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ext_min": {"type": "string"}, "php_min": {"type": "string"}}, "required": ["name", "ext_min", "php_min"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ip": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip_code": {"type": "string"}, "time_zone": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "metro_code": {"type": "integer"}}, "required": ["ip", "country_code", "country_name", "region_code", "region_name", "city", "zip_code", "time_zone", "latitude", "longitude", "metro_code"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ip" : "188.146.111.104", "country_code" : "PL", "country_name" : "Poland", "region_code" : "14", "region_name" : "Mazovia", "city" : "Warsaw", "zip_code" : "00-159", "time_zone" : "Europe/Warsaw", "latitude" : 52.2488, "longitude" : 21.0024, "metro_code" : 0}
json_instruct
{"type": "object", "properties": {"ip": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip_code": {"type": "string"}, "time_zone": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "metro_code": {"type": "integer"}}, "required": ["ip", "country_code", "country_name", "region_code", "region_name", "city", "zip_code", "time_zone", "latitude", "longitude", "metro_code"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "472031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "3590XX": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "514120": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "373010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "N.A.//", "472031", "3590XX", "514120", "373010"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"count" : 5, "N.A.//" : {"count" : 1}, "472031" : {"count" : 1}, "3590XX" : {"count" : 1}, "514120" : {"count" : 1}, "373010" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "472031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "3590XX": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "514120": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "373010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "N.A.//", "472031", "3590XX", "514120", "373010"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[353.177745542332, 485.6636631231204], [346.824774469527, 466.60474990470516], [344.70711744525863, 439.0752085892168], [353.177745542332, 405.19269620092314], [359.53071661513707, 377.66315488543455], [365.88368768794214, 356.48658464275104], [372.23665876074716, 335.31001440006753], [382.8249438820889, 314.133444157384], [395.530886027699, 295.074530938969], [414.5897992461142, 278.1332747448221], [427.2957413917243, 263.30967557494364], [435.76636948879764, 248.4860764050652], [442.1193405616027, 233.66247723518677]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "SERRITA", "Description" : "SERRITA / PE"}, "geometry" : {"type" : "LineString", "coordinates" : [[-39.266395888859165, -7.66476542088742], [-39.25788621227883, -7.700727536046884], [-39.28236591845234, -7.75062623271441], [-39.27048515296741, -7.789348142402787], [-39.11586368655986, -7.776618486154177], [-39.14230336710665, -7.798916295850347], [-39.14609488187324, -7.827079187154708], [-39.22014188184232, -7.901330048143165], [-39.22353306340011, -7.965304580042299], [-39.23815551556453, -8.025167614793531], [-39.30745678770057, -8.051663706215038], [-39.437095249546076, -8.059430929493772], [-39.467378297070695, -8.056215632845124], [-39.48678749604608, -8.00636502742401], [-39.453805330351656, -7.951534621325663], [-39.56895191439929, -7.988340397691162], [-39.55875561687816, -7.924965432108934], [-39.573637380460696, -7.870802610751866], [-39.572977300561945, -7.786686293937294], [-39.59031149198171, -7.76574303950963], [-39.56847236530734, -7.737101771829258], [-39.531138016905906, -7.741963419576109], [-39.50075519769416, -7.727274111810744], [-39.50900691094017, -7.697874227313718], [-39.489539079764654, -7.669233283389246], [-39.4421677703263, -7.658485416368818], [-39.39186916852725, -7.608192440728487], [-39.306893849871244, -7.665086128122254], [-39.266395888859165, -7.66476542088742]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"variant=0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "variant=1": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "variant=2": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "variant=3": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "variant=4": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["variant=0", "variant=1", "variant=2", "variant=3", "variant=4"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"variant=0" : {"model" : "lightningcraft:underworld_light"}, "variant=1" : {"model" : "lightningcraft:underworld_lamp"}, "variant=2" : {"model" : "lightningcraft:underworld_lamp_fancy"}, "variant=3" : {"model" : "lightningcraft:underworld_lamp_fancy_2"}, "variant=4" : {"model" : "lightningcraft:underworld_lamp_fancy_3"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"variant=0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "variant=1": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "variant=2": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "variant=3": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "variant=4": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["variant=0", "variant=1", "variant=2", "variant=3", "variant=4"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "1704112001", "nama" : "Muara Sahung"}, {"id" : "1704112002", "nama" : "Tri Tunggal Bakti"}, {"id" : "1704112003", "nama" : "Ulak Lebar"}, {"id" : "1704112004", "nama" : "Sumber Makmur"}, {"id" : "1704112005", "nama" : "Ulak Bandung"}, {"id" : "1704112006", "nama" : "Cinta Makmur"}, {"id" : "1704112007", "nama" : "Bukit Makmur"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"header": {"type": "object", "properties": {"fontSize": {"type": "string"}, "@media print": {"type": "object", "properties": {"fontSize": {"type": "string"}}, "required": ["fontSize"]}}, "required": ["fontSize", "@media print"]}}, "required": ["header"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"header" : {"fontSize" : "20px", "@media print" : {"fontSize" : "30px"}}}
json_instruct
{"type": "object", "properties": {"header": {"type": "object", "properties": {"fontSize": {"type": "string"}, "@media print": {"type": "object", "properties": {"fontSize": {"type": "string"}}, "required": ["fontSize"]}}, "required": ["fontSize", "@media print"]}}, "required": ["header"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"towns" : [{"name" : "Cochabamba", "url" : "cochabamba"}]}
json_instruct
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"link.title.Docs": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "link.title.Community": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "link.title.More": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "link.item.label.Documentation": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "link.item.label.API Reference": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "link.item.label.Twitter": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "link.item.label.Blog": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "link.item.label.GitHub": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "copyright": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}}, "required": ["link.title.Docs", "link.title.Community", "link.title.More", "link.item.label.Documentation", "link.item.label.API Reference", "link.item.label.Twitter", "link.item.label.Blog", "link.item.label.GitHub", "copyright"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"link.title.Docs" : {"message" : "Docs", "description" : "The title of the footer links column with title=Docs in the footer"}, "link.title.Community" : {"message" : "Community", "description" : "The title of the footer links column with title=Community in the footer"}, "link.title.More" : {"message" : "More", "description" : "The title of the footer links column with title=More in the footer"}, "link.item.label.Documentation" : {"message" : "Documentation", "description" : "The label of footer link with label=Documentation linking to docs/"}, "link.item.label.API Reference" : {"message" : "API Reference", "description" : "The label of footer link with label=API Reference linking to docs/api/"}, "link.item.label.Twitter" : {"message" : "Twitter", "description" : "The label of footer link with label=Twitter linking to https://twitter.com/shinyoshiaki"}, "link.item.label.Blog" : {"message" : "Blog", "description" : "The label of footer link with label=Blog linking to blog"}, "link.item.label.GitHub" : {"message" : "GitHub", "description" : "The label of footer link with label=GitHub linking to https://github.com/shinyoshiaki/werift-webrtc"}, "copyright" : {"message" : "Copyright \u00a9 2021 werift, shinyoshiaki", "description" : "The footer copyright"}}
json_instruct
{"type": "object", "properties": {"link.title.Docs": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "link.title.Community": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "link.title.More": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "link.item.label.Documentation": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "link.item.label.API Reference": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "link.item.label.Twitter": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "link.item.label.Blog": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "link.item.label.GitHub": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "copyright": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}}, "required": ["link.title.Docs", "link.title.Community", "link.title.More", "link.item.label.Documentation", "link.item.label.API Reference", "link.item.label.Twitter", "link.item.label.Blog", "link.item.label.GitHub", "copyright"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "string"}, "minLength": {"type": "integer"}, "maxLength": {"type": "integer"}}, "required": ["type", "pattern", "minLength", "maxLength"]}}, "required": ["type", "items"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "array", "items" : {"type" : "string", "pattern" : "test[123]+", "minLength" : 100, "maxLength" : 256}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "string"}, "minLength": {"type": "integer"}, "maxLength": {"type": "integer"}}, "required": ["type", "pattern", "minLength", "maxLength"]}}, "required": ["type", "items"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 9416018002, "parent" : 9416018, "name" : "APDAGMA", "latitude" : null, "longitude" : null, "postal" : [99719], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "overrides": {"type": "object", "properties": {"bootstrap": {"type": "object", "properties": {"main": {"type": "array", "items": {"type": "string"}}}, "required": ["main"]}, "fontawesome": {"type": "object", "properties": {"main": {"type": "array", "items": {"type": "string"}}}, "required": ["main"]}}, "required": ["bootstrap", "fontawesome"]}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "fontawesome": {"type": "string"}, "raphael": {"type": "string"}}, "required": ["bootstrap", "jquery", "fontawesome", "raphael"]}}, "required": ["name", "version", "private", "authors", "description", "keywords", "ignore", "overrides", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ollie-williams-website", "version" : "0.1.0", "private" : false, "authors" : ["Ollie Williams"], "description" : "The personal website of Ollie Williams", "keywords" : ["Gulp", "Bower", "NodeJS", "Express"], "ignore" : ["**/.*", "node_modules", "bower_components", "govuk_modules", "public", "vendor", "test", "tests"], "overrides" : {"bootstrap" : {"main" : ["dist/css/bootstrap.min.css", "dist/js/bootstrap.min.js", "dist/fonts/glyphicons-halflings-regular.eot", "dist/fonts/glyphicons-halflings-regular.svg", "dist/fonts/glyphicons-halflings-regular.ttf", "dist/fonts/glyphicons-halflings-regular.woff", "dist/fonts/glyphicons-halflings-regular.woff2"]}, "fontawesome" : {"main" : ["css/font-awesome.css", "fonts/fontawesome-webfont.eot", "fonts/fontawesome-webfont.svg", "fonts/fontawesome-webfont.ttf", "fonts/fontawesome-webfont.woff", "fonts/fontawesome-webfont.woff2"]}}, "dependencies" : {"bootstrap" : "4.0.0-beta", "jquery" : "latest", "fontawesome" : "latest", "raphael" : "latest"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "overrides": {"type": "object", "properties": {"bootstrap": {"type": "object", "properties": {"main": {"type": "array", "items": {"type": "string"}}}, "required": ["main"]}, "fontawesome": {"type": "object", "properties": {"main": {"type": "array", "items": {"type": "string"}}}, "required": ["main"]}}, "required": ["bootstrap", "fontawesome"]}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "fontawesome": {"type": "string"}, "raphael": {"type": "string"}}, "required": ["bootstrap", "jquery", "fontawesome", "raphael"]}}, "required": ["name", "version", "private", "authors", "description", "keywords", "ignore", "overrides", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Navbar": {"type": "object", "properties": {"title": {"type": "string"}, "login": {"type": "string"}, "ads": {"type": "string"}, "users": {"type": "string"}, "register": {"type": "string"}}, "required": ["title", "login", "ads", "users", "register"]}, "Events": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "AdsForm": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "open": {"type": "string"}}, "required": ["title", "description", "open"]}}, "required": ["Navbar", "Events", "AdsForm"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Navbar" : {"title" : "Jelly Hub", "login" : "Login", "ads" : "Ads", "users" : "Users", "register" : "Register"}, "Events" : {"title" : "Last ads published"}, "AdsForm" : {"title" : "Ad title", "description" : "Ad description", "open" : "Open Ad"}}
json_instruct
{"type": "object", "properties": {"Navbar": {"type": "object", "properties": {"title": {"type": "string"}, "login": {"type": "string"}, "ads": {"type": "string"}, "users": {"type": "string"}, "register": {"type": "string"}}, "required": ["title", "login", "ads", "users", "register"]}, "Events": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "AdsForm": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "open": {"type": "string"}}, "required": ["title", "description", "open"]}}, "required": ["Navbar", "Events", "AdsForm"], "$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"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "license", "keywords", "repository", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "escape-html", "description" : "Escape HTML entities", "version" : "1.0.2", "license" : "MIT", "keywords" : ["escape", "html", "utility"], "repository" : "component/escape-html", "files" : ["LICENSE", "Readme.md", "index.js"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "license", "keywords", "repository", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 38007, "cartId" : "18707a72-de73-454e-a920-af61266529a5", "preferredProducts" : [1726, 3070, 760, 1464, 1293, 1112, 700], "productReviews" : [{"productId" : 3822, "reviewText" : "talk about anticipation!", "reviewDate" : "2018-08-16T12:11:39.5142679+03:00"}, {"productId" : 1771, "reviewText" : "This Awesome Frozen Salad works certainly well. It perfectly improves my tennis by a lot.", "reviewDate" : "2017-06-03T14:58:19.7310578+03:00"}, {"productId" : 2645, "reviewText" : "i use it this time when i'm in my port-a-potty.", "reviewDate" : "2018-01-31T21:39:25.5421812+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 11885, "cartId" : "d3c54e7c-2cc9-4649-b8f8-9859985f32e5", "preferredProducts" : [], "productReviews" : [{"productId" : 1646, "reviewText" : "i use it every Tuesday when i'm in my homeless shelter.", "reviewDate" : "2017-04-29T02:41:40.4020339+03:00"}, {"productId" : 804, "reviewText" : "My co-worker Cato has one of these. He says it looks sopping.", "reviewDate" : "2018-09-21T06:59:12.8461752+03:00"}, {"productId" : 2111, "reviewText" : "one of my hobbies is sailing. and when i'm sailing this works great.", "reviewDate" : "2018-10-31T18:32:34.1218983+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Grease a 9-inch pie dish.", "Heat olive oil in a skillet over medium heat. Add onion; cook and stir for 2 minutes. Add thyme, leeks, and mushrooms; cook and stir until the onions are cooked through, 5 to 8 minutes.", "Add sweet potato; cook and stir until the sweet potato is tender, about 15 minutes. Place mixture in prepared pie dish.", "Combine eggs, sour cream, salt, and cream in a food processor; pulse until smooth. Pour into pie dish and stir slightly to distribute over onion mixture. Top with Asiago cheese.", "Bake in preheated oven until top is beginning to turn golden brown and center is gently firm, about 45-50 minutes. Let sit a few minutes before cutting. Serve warm."], "ingredients" : ["2 teaspoons olive oil", "1 onion, chopped", "1/2 teaspoon dried thyme", "2 leeks, white part only, chopped", "6 ounces mushrooms, chopped", "1/2 sweet potato, peeled and diced", "5 eggs", "1/3 cup sour cream", "1/2 teaspoon salt", "1 cup heavy whipping cream", "1 tablespoon finely shredded Asiago cheese"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Quiche with Leeks, Mushrooms and Sweet Potatoes", "url" : "http://allrecipes.com/recipe/230822/quiche-with-leeks-mushrooms-and-swee/"}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"W": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "B": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "S": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["W", "B", "S"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "crafting_shaped", "pattern" : ["W W", "BSB", "WSW"], "key" : {"W" : {"item" : "minecraft:white_wool"}, "B" : {"item" : "minecraft:black_wool"}, "S" : {"item" : "minecraft:snow_block"}}, "result" : {"item" : "assorteddiscoveries:polar_bear_plush"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"W": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "B": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "S": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["W", "B", "S"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Glock i\u00e7in Arpac\u0131k", "ShortName" : "Glock FS", "Description" : "Glock tabancalar i\u00e7in standart arpac\u0131k."}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"myApp": {"type": "object", "properties": {"clientId": {"type": "string"}}, "required": ["clientId"]}}, "required": ["myApp"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"myApp" : {"clientId" : "d3d217f2-c3ff-49a5-8e2c-28cf4896fee8"}}
json_instruct
{"type": "object", "properties": {"myApp": {"type": "object", "properties": {"clientId": {"type": "string"}}, "required": ["clientId"]}}, "required": ["myApp"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9": {"type": "string"}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30", "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9"]}, " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4": {"type": "object", "properties": {"\uc18c\uad00\uc704\uc6d0\ud68c": {"type": "array", "items": {"type": "string"}}, "\ud68c\ubd80\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\ucc98\ub9ac\uc77c": {"type": "array", "items": {"type": "string"}}, "\ucc98\ub9ac\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc18c\uad00\uc704\uc6d0\ud68c", "\ud68c\ubd80\uc77c", "\uc0c1\uc815\uc77c", "\ucc98\ub9ac\uc77c", "\ucc98\ub9ac\uacb0\uacfc", "\ubb38\uc11c"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["2105909"], "\uc81c\uc548\uc77c\uc790" : ["2020-11-30"], "\uc81c\uc548\uc790" : ["\uad8c\uc778\uc219\uc758\uc6d0\ub4f112\uc778"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38"], "\uc81c\uc548\ud68c\uae30" : ["\uc81c21\ub300(2020~2024)\uc81c382\ud68c"], "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9" : "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9 \n\n \ud604\ud589 \u300c\uad6d\uac00\uc7ac\uc815\ubc95\u300d \uc81c16\uc870\ub294 \u201c\uc815\ubd80\ub294 \uc608\uc0b0\uc774 \uc5ec\uc131\uacfc \ub0a8\uc131\uc5d0\uac8c \ubbf8\uce58\ub294 \ud6a8\uacfc\ub97c \ud3c9\uac00\ud558\uace0, \uadf8 \uacb0\uacfc\ub97c \uc815\ubd80\uc758 \uc608\uc0b0\ud3b8\uc131\uc5d0 \ubc18\uc601\ud558\uae30 \uc704\ud558\uc5ec \ub178\ub825\ud558\uc5ec\uc57c \ud55c\ub2e4.\u201d\uace0 \uaddc\uc815\ud558\uace0 \uc788\uc74c. \uadf8\ub7f0\ub370 \u2018\uc608\uc0b0\uc774 \uc5ec\uc131\uacfc \ub0a8\uc131\uc5d0\uac8c \ubbf8\uce58\ub294 \ud6a8\uacfc\ub97c \ud3c9\uac00\u2019\ud558\ub294 \uac83\uc774 \u300c\uc131\ubcc4\uc601\ud5a5\ud3c9\uac00\ubc95\u300d\uc0c1 \uc131\ubcc4\uc601\ud5a5\ud3c9\uac00\ub97c \uc758\ubbf8\ud558\ub294 \uac83\uc774\ub77c\ub294 \uc9c1\uc811\uc801\uc778 \uaddc\uc815\uc774 \uc5c6\uc5b4 \uc131\ubcc4\uc601\ud5a5\ud3c9\uac00 \uacb0\uacfc\uac00 \uc131\uc778\uc9c0 \uc608\uc0b0\uc5d0 \uc81c\ub300\ub85c \ubc18\uc601\u00b7\uc5f0\uacc4\ub418\uc9c0 \ubabb\ud558\uace0 \uc788\uc74c.\n \uc774\uc5d0 \u300c\uc131\ubcc4\uc601\ud5a5\ud3c9\uac00\ubc95\u300d\uc0c1 \uc131\ubcc4\uc601\ud5a5\ud3c9\uac00 \uacb0\uacfc\ub97c \ud3ec\ud568\ud558\uc5ec \uc131\ubcc4\uc5d0 \ubbf8\uce58\ub294 \ud6a8\uacfc\ub97c \ud3c9\uac00\ud558\uace0 \uadf8 \uacb0\uacfc\ub97c \uc608\uc0b0\ud3b8\uc131\uc5d0 \ubc18\uc601\ud558\ub3c4\ub85d \ud558\uc5ec \uc131\ubcc4\uc601\ud5a5\ud3c9\uac00\uc640 \uc131\uc778\uc9c0 \uc608\uc0b0\uc81c\ub3c4\uc758 \uc5f0\uacc4\ub97c \uac15\ud654\ud558\uace0\uc790 \ud568(\uc548 \uc81c16\uc870\uc81c5\ud638)."}, " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4" : {"\uc18c\uad00\uc704\uc6d0\ud68c" : ["\uae30\ud68d\uc7ac\uc815\uc704\uc6d0\ud68c"], "\ud68c\ubd80\uc77c" : ["2020-12-01"], "\uc0c1\uc815\uc77c" : [""], "\ucc98\ub9ac\uc77c" : [""], "\ucc98\ub9ac\uacb0\uacfc" : [""], "\ubb38\uc11c" : [""]}}
json_instruct
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9": {"type": "string"}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30", "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9"]}, " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4": {"type": "object", "properties": {"\uc18c\uad00\uc704\uc6d0\ud68c": {"type": "array", "items": {"type": "string"}}, "\ud68c\ubd80\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\ucc98\ub9ac\uc77c": {"type": "array", "items": {"type": "string"}}, "\ucc98\ub9ac\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc18c\uad00\uc704\uc6d0\ud68c", "\ud68c\ubd80\uc77c", "\uc0c1\uc815\uc77c", "\ucc98\ub9ac\uc77c", "\ucc98\ub9ac\uacb0\uacfc", "\ubb38\uc11c"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4"], "$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"}, "criteria": {"type": "object", "properties": {"place_block": {"type": "object", "properties": {"trigger": {"type": "string"}, "conditions": {"type": "object", "properties": {"block": {"type": "string"}}, "required": ["block"]}}, "required": ["trigger", "conditions"]}}, "required": ["place_block"]}, "rewards": {"type": "object", "properties": {"recipes": {"type": "array", "items": {"type": "string"}}}, "required": ["recipes"]}}, "required": ["parent", "criteria", "rewards"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "hk_advancement:crafting", "criteria" : {"place_block" : {"trigger" : "minecraft:placed_block", "conditions" : {"block" : "minecraft:blast_furnace"}}}, "rewards" : {"recipes" : ["hk_patch_1.2.1:smelt/cobble_stone_blast", "hk_patch_1.2.1:smelt/netherrack_blast", "hk_patch_1.2.1:smelt/sand_blast", "hk_patch_1.2.1:smelt/stone_smoothstone_blast"]}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "criteria": {"type": "object", "properties": {"place_block": {"type": "object", "properties": {"trigger": {"type": "string"}, "conditions": {"type": "object", "properties": {"block": {"type": "string"}}, "required": ["block"]}}, "required": ["trigger", "conditions"]}}, "required": ["place_block"]}, "rewards": {"type": "object", "properties": {"recipes": {"type": "array", "items": {"type": "string"}}}, "required": ["recipes"]}}, "required": ["parent", "criteria", "rewards"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "exp": {"type": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "category", "type"]}}, "recipe": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["id", "name", "amount"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "exp", "category", "recipe"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "scarlet_torii_gate_door_of_silence", "originalId" : 371110, "rarity" : 4, "name" : "Scarlet Torii Gate: Door of Silence", "description" : "A torii gate similar to those which adorn the Grand Narukami Shrine. Being made of red Yumemiru Wood, it makes for quite the striking landmark.\\nIt is said that creatures of corruption will turn back in fear at the sight of a torii gate, and this is why they are seen as gates to lands of tranquility and solemnity.", "load" : 71, "energy" : 90, "exp" : 90, "category" : [{"id" : 6003, "category" : "Large Ornament", "type" : "Exterior"}], "recipe" : [{"id" : "yumemiru_wood", "name" : "Yumemiru Wood", "amount" : 16}, {"id" : "red_dye", "name" : "Red Dye", "amount" : 8}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "exp": {"type": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "category", "type"]}}, "recipe": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["id", "name", "amount"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "exp", "category", "recipe"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"jevaderp": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["jevaderp"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"jevaderp" : {"title" : "Jevaderp", "channel_id" : 32411473, "link" : "http://twitch.tv/jevaderp", "desc" : null, "plans" : {"$4.99" : "69034", "$9.99" : "69037", "$24.99" : "69038"}, "id" : "jevaderp", "first_seen" : "2017-07-02 22:45:05", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 69038, "emotes" : [{"code" : "jevadeDerp", "image_id" : 243095, "set" : 69038}, {"code" : "jevadeCute", "image_id" : 251125, "set" : 69034}]}}}
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"jevaderp": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["jevaderp"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"settings": {"type": "object", "properties": {"title": {"type": "string"}, "form": {"type": "object", "properties": {"firstname": {"type": "string"}, "firstname.placeholder": {"type": "string"}, "lastname": {"type": "string"}, "lastname.placeholder": {"type": "string"}, "language": {"type": "string"}, "button": {"type": "string"}}, "required": ["firstname", "firstname.placeholder", "lastname", "lastname.placeholder", "language", "button"]}, "messages": {"type": "object", "properties": {"error": {"type": "object", "properties": {"fail": {"type": "string"}, "emailexists": {"type": "string"}}, "required": ["fail", "emailexists"]}, "success": {"type": "string"}, "validate": {"type": "object", "properties": {"firstname": {"type": "object", "properties": {"required": {"type": "string"}, "minlength": {"type": "string"}, "maxlength": {"type": "string"}}, "required": ["required", "minlength", "maxlength"]}, "lastname": {"type": "object", "properties": {"required": {"type": "string"}, "minlength": {"type": "string"}, "maxlength": {"type": "string"}}, "required": ["required", "minlength", "maxlength"]}}, "required": ["firstname", "lastname"]}}, "required": ["error", "success", "validate"]}}, "required": ["title", "form", "messages"]}}, "required": ["settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"settings" : {"title" : "Kasutaja [<strong>{{username}}</strong>] s\u00e4tted", "form" : {"firstname" : "Eesnimi", "firstname.placeholder" : "Teie eesnimi", "lastname" : "Perekonnanimi", "lastname.placeholder" : "Teie perekonnanimi", "language" : "Keel", "button" : "Salvesta"}, "messages" : {"error" : {"fail" : "<strong>Tekkis viga!</strong> S\u00e4tteid ei saanud salvestada.", "emailexists" : "<strong>E-posti aadress on juba kasutuses!</strong> Palun valige teine."}, "success" : "<strong>S\u00e4tted salvestatud!</strong>", "validate" : {"firstname" : {"required" : "Eesnimi on kohustuslik.", "minlength" : "Eesnime pikkus peab olema v\u00e4hemalt 1 s\u00fcmbol", "maxlength" : "Eesnime pikkus ei tohi olla \u00fcle 50 s\u00fcmboli"}, "lastname" : {"required" : "Perekonnanimi on kohustuslik.", "minlength" : "Perekonnanime pikkus peab olema v\u00e4hemalt 1 s\u00fcmbol", "maxlength" : "Perekonnanime pikkus ei tohi olla \u00fcle 50 s\u00fcmboli"}}}}}
json_instruct
{"type": "object", "properties": {"settings": {"type": "object", "properties": {"title": {"type": "string"}, "form": {"type": "object", "properties": {"firstname": {"type": "string"}, "firstname.placeholder": {"type": "string"}, "lastname": {"type": "string"}, "lastname.placeholder": {"type": "string"}, "language": {"type": "string"}, "button": {"type": "string"}}, "required": ["firstname", "firstname.placeholder", "lastname", "lastname.placeholder", "language", "button"]}, "messages": {"type": "object", "properties": {"error": {"type": "object", "properties": {"fail": {"type": "string"}, "emailexists": {"type": "string"}}, "required": ["fail", "emailexists"]}, "success": {"type": "string"}, "validate": {"type": "object", "properties": {"firstname": {"type": "object", "properties": {"required": {"type": "string"}, "minlength": {"type": "string"}, "maxlength": {"type": "string"}}, "required": ["required", "minlength", "maxlength"]}, "lastname": {"type": "object", "properties": {"required": {"type": "string"}, "minlength": {"type": "string"}, "maxlength": {"type": "string"}}, "required": ["required", "minlength", "maxlength"]}}, "required": ["firstname", "lastname"]}}, "required": ["error", "success", "validate"]}}, "required": ["title", "form", "messages"]}}, "required": ["settings"], "$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": {"title": {"type": "string"}, "yearf": {"type": "number"}, "rscore": {"type": "number"}}, "required": ["title", "yearf", "rscore"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "Then They Do", "yearf" : 2003.6353881279, "rscore" : 0.7550589352}, {"title" : "This Ain't No Love Song", "yearf" : 2010.9155251142, "rscore" : 0.9892663384}, {"title" : "You're Gonna Miss This", "yearf" : 2008.2105022831, "rscore" : 0.8320657179}, {"title" : "Songs About Me", "yearf" : 2005.3212328767, "rscore" : 0.7277115853}, {"title" : "Chrome", "yearf" : 2003.252739726, "rscore" : 0.6890709041}, {"title" : "Every Light In The House", "yearf" : 1996.9796803653, "rscore" : 1.109984116}, {"title" : "Marry For Money", "yearf" : 2009.3075342466, "rscore" : 0.7201359647}, {"title" : "Ladies Love Country Boys", "yearf" : 2007.0630136986, "rscore" : 0.5728558979}, {"title" : "Just Fishin'", "yearf" : 2011.5493150685, "rscore" : 0.9279285854}, {"title" : "I'm Tryin'", "yearf" : 2001.8881278539, "rscore" : 0.8842084357}, {"title" : "The Rest Of Mine", "yearf" : 1997.8826484018, "rscore" : 0.7789427893}, {"title" : "Swing", "yearf" : 2006.6052511416, "rscore" : 1.4884744179}, {"title" : "Hot Mama", "yearf" : 2004.149086758, "rscore" : 0.7744707455}, {"title" : "Honky Tonk Badonkadonk", "yearf" : 2005.9303652968, "rscore" : 0.8768517692}, {"title" : "More", "yearf" : 2000.4127853881, "rscore" : 0.6175563331}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "yearf": {"type": "number"}, "rscore": {"type": "number"}}, "required": ["title", "yearf", "rscore"]}, "$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"}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "jasmine-core": {"type": "string"}, "jshint": {"type": "string"}, "karma": {"type": "string"}, "karma-browserify": {"type": "string"}, "karma-jasmine": {"type": "string"}, "karma-jshint-preprocessor": {"type": "string"}, "karma-phantomjs-launcher": {"type": "string"}, "phantomjs": {"type": "string"}, "phantomjs-prebuilt": {"type": "string"}, "sinon": {"type": "string"}, "watchify": {"type": "string"}}, "required": ["browserify", "jasmine-core", "jshint", "karma", "karma-browserify", "karma-jasmine", "karma-jshint-preprocessor", "karma-phantomjs-launcher", "phantomjs", "phantomjs-prebuilt", "sinon", "watchify"]}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "test"]}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["jquery", "lodash"]}}, "required": ["name", "version", "devDependencies", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "my-own-angularjs", "version" : "0.0.1", "devDependencies" : {"browserify" : "^13.0.0", "jasmine-core" : "^2.4.1", "jshint" : "^2.9.1", "karma" : "^0.13.22", "karma-browserify" : "^5.0.3", "karma-jasmine" : "^0.3.8", "karma-jshint-preprocessor" : "0.0.6", "karma-phantomjs-launcher" : "^1.0.0", "phantomjs" : "^2.1.7", "phantomjs-prebuilt" : "^2.1.7", "sinon" : "^1.17.3", "watchify" : "^3.7.0"}, "scripts" : {"lint" : "jshint src", "test" : "karma start"}, "dependencies" : {"jquery" : "^2.2.3", "lodash" : "^4.9.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "jasmine-core": {"type": "string"}, "jshint": {"type": "string"}, "karma": {"type": "string"}, "karma-browserify": {"type": "string"}, "karma-jasmine": {"type": "string"}, "karma-jshint-preprocessor": {"type": "string"}, "karma-phantomjs-launcher": {"type": "string"}, "phantomjs": {"type": "string"}, "phantomjs-prebuilt": {"type": "string"}, "sinon": {"type": "string"}, "watchify": {"type": "string"}}, "required": ["browserify", "jasmine-core", "jshint", "karma", "karma-browserify", "karma-jasmine", "karma-jshint-preprocessor", "karma-phantomjs-launcher", "phantomjs", "phantomjs-prebuilt", "sinon", "watchify"]}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "test"]}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["jquery", "lodash"]}}, "required": ["name", "version", "devDependencies", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "types"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"private" : true, "sideEffects" : false, "main" : "./Swift.js", "module" : "./Swift.esm.js", "types" : "./Swift.d.ts"}
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "types"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["230128107001", "\u4e09\u7ad9\u5c45\u59d4\u4f1a", "121", "0"], ["230128107200", "\u4e00\u6751\u59d4\u4f1a", "122", "0"], ["230128107201", "\u4e8c\u6751\u59d4\u4f1a", "122", "0"], ["230128107202", "\u4e09\u6751\u59d4\u4f1a", "122", "0"], ["230128107203", "\u56db\u6751\u6751\u59d4\u4f1a", "121", "0"], ["230128107204", "\u8001\u7ad9\u6751\u59d4\u4f1a", "220", "0"], ["230128107205", "\u5174\u51e4\u5c71\u6751\u59d4\u4f1a", "220", "0"], ["230128107206", "\u6d2a\u80dc\u6751\u59d4\u4f1a", "220", "0"], ["230128107207", "\u5efa\u5174\u6751\u59d4\u4f1a", "220", "0"], ["230128107208", "\u4e09\u5408\u6751\u59d4\u4f1a", "220", "0"], ["230128107500", "\u4e4c\u62c9\u6d51\u6797\u573a\u751f\u6d3b\u533a", "220", "0"], ["230128107501", "\u6c34\u4ea7\u517b\u6b96\u573a\u751f\u6d3b\u533a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"status_code": {"type": "string"}, "status_msg": {"type": "string"}, "meta": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"timestamp": {"type": "number"}, "model": {"type": "string"}, "config": {"type": "string"}}, "required": ["timestamp", "model", "config"]}}, "required": ["tag"]}, "results": {"type": "array", "items": {"type": "object", "properties": {"docid": {"type": "integer"}, "status_code": {"type": "string"}, "status_msg": {"type": "string"}, "local_id": {"type": "string"}, "result": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"classes": {"type": "array", "items": {"type": "string"}}, "probs": {"type": "array", "items": {"type": "number"}}}, "required": ["classes", "probs"]}}, "required": ["tag"]}, "docid_str": {"type": "string"}}, "required": ["docid", "status_code", "status_msg", "local_id", "result", "docid_str"]}}}, "required": ["status_code", "status_msg", "meta", "results"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status_code" : "OK", "status_msg" : "All images in request have completed successfully. ", "meta" : {"tag" : {"timestamp" : 1442731219.105859, "model" : "default", "config" : "0b2b7436987dd912e077ff576731f8b7"}}, "results" : [{"docid" : 86266053940939058937063982963822979935, "status_code" : "OK", "status_msg" : "OK", "local_id" : "", "result" : {"tag" : {"classes" : ["megalith", "sky", "grass", "prehistoric", "monument", "outdoors", "travel", "stone", "field", "summer", "nature", "landscape", "cloud", "horizontal", "ancient", "rock", "tourism", "tourist", "monolith", "archaeology"], "probs" : [0.9979550838470459, 0.9923893213272095, 0.9919748306274414, 0.9867760539054871, 0.9849538207054138, 0.9812896251678467, 0.9772088527679443, 0.9731556177139282, 0.9722368717193604, 0.9679995775222778, 0.9587630033493042, 0.9516925811767578, 0.9515098333358765, 0.9501387476921082, 0.9470906257629395, 0.9445967674255371, 0.9427095055580139, 0.9366624355316162, 0.9361687898635864, 0.9306502342224121]}}, "docid_str" : "40e63cd66d567f7397b73b136e9c6b5f"}]}
json_instruct
{"type": "object", "properties": {"status_code": {"type": "string"}, "status_msg": {"type": "string"}, "meta": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"timestamp": {"type": "number"}, "model": {"type": "string"}, "config": {"type": "string"}}, "required": ["timestamp", "model", "config"]}}, "required": ["tag"]}, "results": {"type": "array", "items": {"type": "object", "properties": {"docid": {"type": "integer"}, "status_code": {"type": "string"}, "status_msg": {"type": "string"}, "local_id": {"type": "string"}, "result": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"classes": {"type": "array", "items": {"type": "string"}}, "probs": {"type": "array", "items": {"type": "number"}}}, "required": ["classes", "probs"]}}, "required": ["tag"]}, "docid_str": {"type": "string"}}, "required": ["docid", "status_code", "status_msg", "local_id", "result", "docid_str"]}}}, "required": ["status_code", "status_msg", "meta", "results"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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" : [[[-86.459435, 43.96992], [-86.419144, 43.970635], [-86.419172, 43.956302], [-86.44642, 43.955603], [-86.446445, 43.957679], [-86.452074, 43.957626], [-86.452094, 43.959663], [-86.459303, 43.959597], [-86.459435, 43.96992]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 32822}}]}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ldt1": {"type": "string"}}, "required": ["ldt1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ldt1" : "1979-05-26T22:32:00.000Z"}
json_instruct
{"type": "object", "properties": {"ldt1": {"type": "string"}}, "required": ["ldt1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "BTRTY2", "lang" : "de", "description" : "\nGartenbaubetriebe mit Schwerpunkt Erzeugung\n\nErl\u00e4uterung f\u00fcr folgende Statistik(en):\n41145 Landwirtschaftsz\u00e4hlung: Gartenbau\n\nBegriffsinhalt:\nGartenbaubetriebe, die 50% oder mehr ihrer Einnahmen aus\neigener gartenbaulicher Produktion erwirtschaften werden als\nBetriebe mit Schwerpunkt Erzeugung klassifiziert.\n\n\u00a9 Statistisches Bundesamt, Wiesbaden 2006", "name" : "Gartenbaubetriebe mit Schwerpunkt Erzeugung", "type" : "Merkmal"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "discord.js-pagination": {"type": "string"}, "fs": {"type": "string"}, "glob": {"type": "string"}, "node-fetch": {"type": "string"}, "quick.db": {"type": "string"}}, "required": ["discord.js", "discord.js-pagination", "fs", "glob", "node-fetch", "quick.db"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "bot-startup-kit", "version" : "1.0.0", "description" : "A Simple And Useful Discord.JS Bot Kit For Beginners .", "main" : "index.js", "scripts" : {"start" : "node index.js"}, "keywords" : [], "author" : "LegendX", "license" : "ISC", "dependencies" : {"discord.js" : "^12.5.3", "discord.js-pagination" : "^1.0.3", "fs" : "^0.0.1-security", "glob" : "^7.1.7", "node-fetch" : "^2.6.1", "quick.db" : "^7.1.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "discord.js-pagination": {"type": "string"}, "fs": {"type": "string"}, "glob": {"type": "string"}, "node-fetch": {"type": "string"}, "quick.db": {"type": "string"}}, "required": ["discord.js", "discord.js-pagination", "fs", "glob", "node-fetch", "quick.db"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "time": {"type": "integer"}}, "required": ["type", "time"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"type" : "pause", "time" : 5}, {"type" : "spec", "name" : "Matisse", "art" : "Kung-Fu", "time" : 5}, {"type" : "pause", "time" : 5}, {"type" : "spec", "name" : "Vanessa", "art" : "Magie", "time" : 15}, {"type" : "pause", "time" : 5}, {"type" : "spec", "name" : "Matisse", "art" : "Kung-Fu", "time" : 5}, {"type" : "pause", "time" : 5}, {"type" : "spec", "name" : "Vanessa", "art" : "Magie", "time" : 15}, {"type" : "pause", "time" : 5}, {"type" : "spec", "name" : "Matisse", "art" : "Kung-Fu", "time" : 5}, {"type" : "pause", "time" : 5}, {"type" : "spec", "name" : "Vanessa", "art" : "Magie", "time" : 15}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "time": {"type": "integer"}}, "required": ["type", "time"]}, "$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"}, "dependencies": {"type": "object", "properties": {"babel-preset-react": {"type": "string"}, "body-parser": {"type": "string"}, "dotenv": {"type": "string"}, "dotenv-extended": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "mongodb": {"type": "string"}, "mongoose": {"type": "string"}, "multer": {"type": "string"}}, "required": ["babel-preset-react", "body-parser", "dotenv", "dotenv-extended", "ejs", "express", "mongodb", "mongoose", "multer"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-eslint": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-stage-0": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-react": {"type": "string"}}, "required": ["babel-cli", "babel-eslint", "babel-preset-es2015", "babel-preset-stage-0", "eslint", "eslint-plugin-react"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "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"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "recipe-website", "version" : "0.0.1", "description" : "Web site for creating and looking up recipes", "main" : "index.js", "dependencies" : {"babel-preset-react" : "^6.24.1", "body-parser" : "^1.18.3", "dotenv" : "^6.0.0", "dotenv-extended" : "^2.3.0", "ejs" : "^2.6.1", "express" : "^4.16.3", "mongodb" : "^3.1.6", "mongoose" : "^5.2.15", "multer" : "^1.4.0"}, "devDependencies" : {"babel-cli" : "^6.26.0", "babel-eslint" : "^9.0.0", "babel-preset-es2015" : "^6.24.1", "babel-preset-stage-0" : "^6.24.1", "eslint" : "^5.6.0", "eslint-plugin-react" : "^7.11.1"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "nodemon index.js --exec babel-node -e js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/MaxBar/Recipe-website.git"}, "author" : "Max Barnell", "license" : "MIT", "bugs" : {"url" : "https://github.com/MaxBar/Recipe-website/issues"}, "homepage" : "https://github.com/MaxBar/Recipe-website#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"babel-preset-react": {"type": "string"}, "body-parser": {"type": "string"}, "dotenv": {"type": "string"}, "dotenv-extended": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "mongodb": {"type": "string"}, "mongoose": {"type": "string"}, "multer": {"type": "string"}}, "required": ["babel-preset-react", "body-parser", "dotenv", "dotenv-extended", "ejs", "express", "mongodb", "mongoose", "multer"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-eslint": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-stage-0": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-react": {"type": "string"}}, "required": ["babel-cli", "babel-eslint", "babel-preset-es2015", "babel-preset-stage-0", "eslint", "eslint-plugin-react"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "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"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "author", "license", "bugs", "homepage"], "$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"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}, "devDependencies": {"type": "object", "properties": {"autoprefixer-core": {"type": "string"}, "browser-sync": {"type": "string"}, "gulp": {"type": "string"}, "gulp-postcss": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-uglify": {"type": "string"}, "require-dir": {"type": "string"}}, "required": ["autoprefixer-core", "browser-sync", "gulp", "gulp-postcss", "gulp-rename", "gulp-sass", "gulp-uglify", "require-dir"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "author"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "fab-tabs", "version" : "0.0.1", "description" : "Js tab component, currently relies on jQuery.", "main" : "dest/js/fancytabs.js", "dependencies" : {"jquery" : "^1.11.3"}, "devDependencies" : {"autoprefixer-core" : "^5.2.1", "browser-sync" : "^2.8.2", "gulp" : "^3.9.0", "gulp-postcss" : "^6.0.0", "gulp-rename" : "^1.2.2", "gulp-sass" : "^2.0.4", "gulp-uglify" : "^1.4.0", "require-dir" : "^0.3.0"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Carl Hughes (@codekipple)"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}, "devDependencies": {"type": "object", "properties": {"autoprefixer-core": {"type": "string"}, "browser-sync": {"type": "string"}, "gulp": {"type": "string"}, "gulp-postcss": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-uglify": {"type": "string"}, "require-dir": {"type": "string"}}, "required": ["autoprefixer-core", "browser-sync", "gulp", "gulp-postcss", "gulp-rename", "gulp-sass", "gulp-uglify", "require-dir"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "author"], "$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"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "extensions": {"type": "object", "properties": {"twitter": {"type": "string"}, "discord": {"type": "string"}}, "required": ["twitter", "discord"]}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Lilypad", "symbol" : "PAD", "logoURI" : "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/DhuzmUvC4YTRDJwFfPSynDCGaJcMotnqjdNcGeFFrQSD/logo.png", "decimals" : 0, "address" : "DhuzmUvC4YTRDJwFfPSynDCGaJcMotnqjdNcGeFFrQSD", "chainId" : 101, "extensions" : {"twitter" : "https://twitter.com/HypnoFrogzNFT", "discord" : "https://discord.gg/DFdyP9saU6"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "extensions": {"type": "object", "properties": {"twitter": {"type": "string"}, "discord": {"type": "string"}}, "required": ["twitter", "discord"]}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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" : "Doc Severinsen", "trackCount" : 1, "tracks" : [{"_id" : "7936", "names" : ["My Funny Valentine"], "releases" : [{"_id" : "1560", "names" : ["It Had To Be You"]}], "artists" : [{"_id" : "1194", "names" : ["Peter Nero"]}]}], "targets" : [{"name" : "Peter Nero", "targetId" : "7596", "trackCount" : 1, "tracks" : ["7936"]}]}
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {"type": "string"}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "K\u00e4the-Kollwitz-Gymnasium St\u00e4dt. Gymnasium f\u00fcr Jungen und M\u00e4dchen", "id" : "NRW-169330", "address" : "Erzbergerstr. 1, 44135 Dortmund", "school_type" : "Gymnasium", "fax" : "0231 523519", "phone" : "0231 5023133", "website" : "", "email" : " 169330@schule.nrw.de ", "state" : "NRW", "programs" : {"programs" : ["Schule ohne Rassismus - Schule mit Courage"]}, "full_time_school" : false, "lon" : 7.473161, "lat" : 51.510527}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {"type": "string"}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "wealthily", "definition" : "In a wealthy manner; richly. I come to wive it wealthily in Padua. Shak."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2001", "provinceId" : "81", "regencyId" : "02", "districtId" : "19", "name" : "Danar Ohoiseb"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "string"}, "enplaned": {"type": "string"}, "deplaned": {"type": "string"}, "domestic": {"type": "string"}, "transborder": {"type": "string"}, "international": {"type": "string"}}, "required": ["date", "total", "enplaned", "deplaned", "domestic", "transborder", "international"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"date" : "2010", "total" : "x", "enplaned" : "x", "deplaned" : "x", "domestic" : "x", "transborder" : "0", "international" : "0"}, {"date" : "2011", "total" : "36808", "enplaned" : "18011", "deplaned" : "18797", "domestic" : "36808", "transborder" : "0", "international" : "0"}, {"date" : "2012", "total" : "33967", "enplaned" : "16625", "deplaned" : "17342", "domestic" : "33967", "transborder" : "0", "international" : "0"}, {"date" : "2013", "total" : "37829", "enplaned" : "19053", "deplaned" : "18776", "domestic" : "37829", "transborder" : "0", "international" : "0"}, {"date" : "2014", "total" : "32656", "enplaned" : "16210", "deplaned" : "16446", "domestic" : "32656", "transborder" : "0", "international" : "0"}, {"date" : "2015", "total" : "27626", "enplaned" : "13816", "deplaned" : "13810", "domestic" : "27626", "transborder" : "0", "international" : "0"}, {"date" : "2016", "total" : "x", "enplaned" : "x", "deplaned" : "x", "domestic" : "x", "transborder" : "0", "international" : "0"}, {"date" : "2017", "total" : "x", "enplaned" : "x", "deplaned" : "x", "domestic" : "x", "transborder" : "0", "international" : "0"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "string"}, "enplaned": {"type": "string"}, "deplaned": {"type": "string"}, "domestic": {"type": "string"}, "transborder": {"type": "string"}, "international": {"type": "string"}}, "required": ["date", "total", "enplaned", "deplaned", "domestic", "transborder", "international"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"request": {"type": "object", "properties": {"body": {"type": "string"}, "headers": {"type": "array", "items": {}}, "method": {"type": "string"}, "request_body": {"type": "string"}, "url": {"type": "string"}}, "required": ["body", "headers", "method", "request_body", "url"]}, "response": {"type": "object", "properties": {"body": {"type": "string"}, "status_code": {"type": "integer"}, "type": {"type": "string"}}, "required": ["body", "status_code", "type"]}}, "required": ["request", "response"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"request" : {"body" : "", "headers" : [], "method" : "get", "request_body" : "", "url" : "https://en.wikipedia.org/w/api.php?action=querie&format=json&formatversion=2&titles=Canada"}, "response" : {"body" : "{\"error\":{\"code\":\"unknown_action\",\"info\":\"Unrecognized value for parameter \\\"action\\\": quer2y.\",\"docref\":\"See https://en.wikipedia.org/w/api.php for API usage. Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce&gt; for notice of API deprecations and breaking changes.\"},\"servedby\":\"mw1228\"}", "status_code" : 200, "type" : "ok"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"request": {"type": "object", "properties": {"body": {"type": "string"}, "headers": {"type": "array", "items": {}}, "method": {"type": "string"}, "request_body": {"type": "string"}, "url": {"type": "string"}}, "required": ["body", "headers", "method", "request_body", "url"]}, "response": {"type": "object", "properties": {"body": {"type": "string"}, "status_code": {"type": "integer"}, "type": {"type": "string"}}, "required": ["body", "status_code", "type"]}}, "required": ["request", "response"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "MADLYN", "frequency" : 2309, "males" : "0.0 %", "females" : "100.0 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "RB-MP13 key", "ShortName" : "RB-MP13", "Description" : "Military base key"}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Resource": {"type": "object", "properties": {"Resource": {"type": "string"}}, "required": ["Resource"]}}, "required": ["Resource"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Resource" : {"Resource" : "test"}}
json_instruct
{"type": "object", "properties": {"Resource": {"type": "object", "properties": {"Resource": {"type": "string"}}, "required": ["Resource"]}}, "required": ["Resource"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"gender": {"type": "string"}, "name": {"type": "object", "properties": {"title": {"type": "string"}, "first": {"type": "string"}, "last": {"type": "string"}}, "required": ["title", "first", "last"]}, "location": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postcode": {"type": "integer"}}, "required": ["street", "city", "state", "postcode"]}, "email": {"type": "string"}, "dob": {"type": "string"}, "phone": {"type": "string"}, "cell": {"type": "string"}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"large": {"type": "string"}, "medium": {"type": "string"}, "thumbnail": {"type": "string"}}, "required": ["large", "medium", "thumbnail"]}}, "required": ["gender", "name", "location", "email", "dob", "phone", "cell", "id", "picture"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"gender" : "male", "name" : {"title" : "mr", "first" : "chester", "last" : "clark"}, "location" : {"street" : "3683 mcgowen st", "city" : "washington", "state" : "pennsylvania", "postcode" : 17250}, "email" : "chester.clark@example.com", "dob" : "1961-11-14 02:04:30", "phone" : "(078)-038-5643", "cell" : "(038)-427-3140", "id" : "356-72-7620", "picture" : {"large" : "https://randomuser.me/api/portraits/men/55.jpg", "medium" : "https://randomuser.me/api/portraits/med/men/55.jpg", "thumbnail" : "https://randomuser.me/api/portraits/thumb/men/55.jpg"}}
json_instruct
{"type": "object", "properties": {"gender": {"type": "string"}, "name": {"type": "object", "properties": {"title": {"type": "string"}, "first": {"type": "string"}, "last": {"type": "string"}}, "required": ["title", "first", "last"]}, "location": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postcode": {"type": "integer"}}, "required": ["street", "city", "state", "postcode"]}, "email": {"type": "string"}, "dob": {"type": "string"}, "phone": {"type": "string"}, "cell": {"type": "string"}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"large": {"type": "string"}, "medium": {"type": "string"}, "thumbnail": {"type": "string"}}, "required": ["large", "medium", "thumbnail"]}}, "required": ["gender", "name", "location", "email", "dob", "phone", "cell", "id", "picture"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Place butter in a skillet over medium heat. Stir in potatoes, squash, tomatoes, and onion. Season with salt and pepper. Cook, stirring occasionally, until tender, about 30 minutes."], "ingredients" : ["1 tablespoon butter", "3 medium potatoes, peeled and cubed", "4 yellow squash, cubed", "4 fresh tomatoes, peeled and chopped", "1 medium onion, chopped", "Salt and pepper to taste"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Cindy's Southern Vegetable Delight", "url" : "http://allrecipes.com/recipe/89465/cindys-southern-vegetable-delight/"}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Montclar-Lauragais", "dpt" : "Haute-Garonne", "inscrits" : 178, "abs" : 15, "votants" : 163, "blancs" : 2, "nuls" : 1, "exp" : 160, "res" : [{"panneau" : "3", "voix" : 40}, {"panneau" : "9", "voix" : 30}, {"panneau" : "2", "voix" : 28}, {"panneau" : "11", "voix" : 23}, {"panneau" : "4", "voix" : 16}, {"panneau" : "1", "voix" : 13}, {"panneau" : "8", "voix" : 6}, {"panneau" : "5", "voix" : 2}, {"panneau" : "6", "voix" : 1}, {"panneau" : "7", "voix" : 1}, {"panneau" : "10", "voix" : 0}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : 404400477, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "d61483513ea48394301c680ba267be37", "wof:id" : 404400477, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.27588900031433, 44.43749611178792, 4.33928235483188, 44.49852175822504], "geometry" : {"coordinates" : [[[4.33584892103146, 44.43749611178792], [4.32772377731323, 44.45002773800087], [4.32316270786562, 44.45116297210668], [4.30452315975396, 44.44790991444157], [4.29160908310217, 44.4525815931619], [4.28237518182844, 44.45056465927919], [4.28446855268042, 44.45363737242477], [4.28605967997728, 44.45672491625658], [4.27872925711901, 44.46052850297886], [4.27588900031433, 44.46669258349512], [4.29388246087668, 44.48107718554103], [4.30386772354217, 44.48708184261131], [4.31098755558495, 44.49852175822504], [4.31827727208863, 44.49285278244511], [4.3265392680601, 44.49008872804264], [4.33780605261766, 44.47508806809169], [4.33330991388803, 44.46572504435031], [4.33928235483188, 44.43974125380338], [4.33584892103146, 44.43749611178792]]], "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": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 23924, "cartId" : "efa2f76e-92eb-40d3-9e38-f4225d6d551f", "preferredProducts" : [], "productReviews" : [{"productId" : 4804, "reviewText" : "The box this comes in is 4 meter by 5 foot and weights 18 kilogram.", "reviewDate" : "2020-04-22T15:52:05.9912753+03:00"}, {"productId" : 4358, "reviewText" : "heard about this on melodic death metal radio, decided to give it a try.", "reviewDate" : "2016-06-22T16:19:46.1704133+03:00"}, {"productId" : 1179, "reviewText" : "I tried to attack it but got meatball all over it.", "reviewDate" : "2020-01-17T12:22:31.9980537+02:00"}, {"productId" : 4912, "reviewText" : "My neighbor Elisha has one of these. She works as a fortune teller and she says it looks floppy.", "reviewDate" : "2020-01-02T21:47:06.836304+02:00"}, {"productId" : 2540, "reviewText" : "My neighbor Ardeth has one of these. She works as a gasman and she says it looks fuzzy.", "reviewDate" : "2016-06-29T14:06:16.0109378+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "organisationType", "telephone", "mainAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contacts" : [{"name" : "Gita Brahma", "email" : "", "designation" : "", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=8526", "name" : "PRAGATIPATHE", "primaryEmail" : "gitabrahma@gmail.com", "organisationType" : ["Direct Service", "Support"], "telephone" : ["916632410405", "916632410405"], "mainAddrress" : {"state" : "Odisha", "address" : ["Govindtola( Behind Petrol Pump)", "Po- Dhanupali,", "Sambalpur", "Odisha", "768005"]}}
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "organisationType", "telephone", "mainAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01028082": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01028082"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "objects" : {"E01028082" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00143080", "LAD11CD" : "E07000172"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00143082", "LAD11CD" : "E07000172"}, "arcs" : [[3, 4, 5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00143083", "LAD11CD" : "E07000172"}, "arcs" : [[-2, 6, -6, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00143097", "LAD11CD" : "E07000172"}, "arcs" : [[-3, -8, -5, 8]]}]}}, "arcs" : [[[2267, 1087], [-909, 16], [98, 331], [-624, 83], [-832, 1000], [905, 649], [426, -31]], [[1331, 3135], [1067, -620], [-124, -821], [249, -392]], [[2523, 1302], [-256, -215]], [[935, 5314], [-144, 510], [567, -364], [259, 1438], [973, 509], [997, -983], [1084, -498]], [[4671, 5926], [-1865, -1130], [192, -758], [-446, -416]], [[2552, 3622], [-231, -162], [-1386, 1854]], [[1331, 3135], [187, 399], [-1071, 1431], [488, 349]], [[2552, 3622], [-332, -274], [1224, -66], [679, -399], [-1600, -1581]], [[4671, 5926], [2267, -232], [-1188, 2064], [-886, 829], [241, 274], [-270, 511], [1179, 627], [1977, -2500], [2008, -2522], [-1615, -1877], [-1164, -230], [-3460, -2870], [-349, 397], [421, 415], [-294, 431], [-470, -605], [-752, 55], [199, 271], [-248, 123]]], "transform" : {"scale" : [1.5608539285382627e-06, 1.0085723487344365e-06], "translate" : [-1.203302309445088, 52.91630933627808]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01028082": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01028082"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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_171x9p", "name" : "Quadrante-Isegrim"}, "date" : {"day" : 1641513600, "full" : 1641567853, "month" : 1640995200, "week" : 1641081600}, "id" : "t3_ry9el5", "picture" : {"filesize" : 31556, "fullUrl" : "https://preview.redd.it/puvjjpii6aa81.jpg?width=4032&format=pjpg&auto=webp&s=42e24c750a79cfd5242a6d2a717bb0f2fdbbab7b", "hash" : "8153df6d9a", "height" : 360, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAJABADASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQH/8QAIhAAAQQCAQQDAAAAAAAAAAAAAQIDBAUAIREGMTJBM3HB/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAXEQADAQAAAAAAAAAAAAAAAAAAESEx/9oADAMBAAIRAxEAPwB71czatSlGDBE+GUjwdShwK96OiMEWCYFgl2tsWbWtflJLIW8wOAVa0RyPea1M7nIH/hH3+ZPXoqP/2Q==", "url" : "https://preview.redd.it/puvjjpii6aa81.jpg?width=640&crop=smart&auto=webp&s=981a7833ba8f0de27924b49b97a4860aa86a868c", "width" : 640}, "score" : {"comments" : 17, "downs" : 0, "ratio" : 0.97, "ups" : 75, "value" : 75}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "G\u00e4rsg\u00e5rd", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/ry9el5/g\u00e4rsg\u00e5rd/"}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"code" : "362", "name" : "\u897f\u99ac\u97f3\u5185", "name_kana" : "\uff86\uff7c\uff93\uff85\uff72"}, {"code" : "394", "name" : "\u4ec1\u8cc0\u4fdd", "name_kana" : "\uff86\uff76\uff8e"}, {"code" : "481", "name" : "\u65b0\u6f5f", "name_kana" : "\uff86\uff72\uff76\uff9e\uff80"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Le P\u00e9rier", "dpt" : "Is\u00e8re", "inscrits" : 142, "abs" : 27, "votants" : 115, "blancs" : 14, "nuls" : 3, "exp" : 98, "res" : [{"panneau" : "1", "voix" : 71}, {"panneau" : "2", "voix" : 27}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"css/tabby.css": {"type": "string"}, "css/tabby.min.css": {"type": "string"}, "js/classList.js": {"type": "string"}, "js/classList.min.js": {"type": "string"}, "js/tabby.js": {"type": "string"}, "js/tabby.min.js": {"type": "string"}}, "required": ["css/tabby.css", "css/tabby.min.css", "js/classList.js", "js/classList.min.js", "js/tabby.js", "js/tabby.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"css/tabby.css" : "sha256-Jb+6KYhzPqC3e4ARaeYjKvJg5ck3FkV60L2ZhEnfyn4=", "css/tabby.min.css" : "sha256-PbywYJZjD8DDrvdCMt1d37mDrYpJ0tGp+J5cLBc5fg8=", "js/classList.js" : "sha256-yTcB2MSCq8EOYjCYq6xJjJIxiCSG+35sQo0qLbSqLkE=", "js/classList.min.js" : "sha256-Xhf1PAmnuf0wwOfC1lTr3vSxuLAN4miiLskK4wCNOvA=", "js/tabby.js" : "sha256-sTBI/9UgqDMPm1IZ2LCbfUNjOCA3br9gh7AXknCOoec=", "js/tabby.min.js" : "sha256-32v9ta20Jt1mZM0Z+yHglYxMH336LXMw6TdcqBKV4ME="}
json_instruct
{"type": "object", "properties": {"css/tabby.css": {"type": "string"}, "css/tabby.min.css": {"type": "string"}, "js/classList.js": {"type": "string"}, "js/classList.min.js": {"type": "string"}, "js/tabby.js": {"type": "string"}, "js/tabby.min.js": {"type": "string"}}, "required": ["css/tabby.css", "css/tabby.min.css", "js/classList.js", "js/classList.min.js", "js/tabby.js", "js/tabby.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [235.604, 149.68, 0.685192, 301.172, 156.483, 0.495064, 271.762, 163.326, 0.506187, 276.375, 192.747, 0.509718, 289.878, 222.087, 0.570042, 307.941, 129.323, 0.575698, 341.879, 127.168, 0.840573, 310.26, 174.592, 0.732373, 323.843, 201.74, 0.567128, 330.506, 265.037, 0.380051, 0, 0, 0, 353.308, 194.902, 0.713815, 337.365, 265.032, 0.712448, 0, 0, 0, 314.754, 172.402, 0.660292], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["tabulate"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$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"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "rollup": {"type": "object", "properties": {"moduleName": {"type": "string"}, "bundledDependencies": {"type": "array", "items": {}}, "moduleGlobals": {"type": "object", "properties": {"mangojuice": {"type": "string"}}, "required": ["mangojuice"]}}, "required": ["moduleName", "bundledDependencies", "moduleGlobals"]}, "peerDependencies": {"type": "object", "properties": {"mangojuice-core": {"type": "string"}}, "required": ["mangojuice-core"]}, "dependencies": {"type": "object", "properties": {"history": {"type": "string"}, "path-to-regexp": {"type": "string"}, "qs": {"type": "string"}}, "required": ["history", "path-to-regexp", "qs"]}}, "required": ["name", "version", "description", "author", "bugs", "homepage", "repository", "license", "main", "rollup", "peerDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mangojuice-router", "version" : "1.0.2-0", "description" : "", "author" : {"name" : "Artem Artemev", "email" : "viiv.c58@gmail.com"}, "bugs" : {"url" : "https://github.com/mangojuicejs/mangojuice-kit/issues"}, "homepage" : "https://github.com/mangojuicejs/mangojuice-kit#readme", "repository" : "https://github.com/mangojuicejs/mangojuice-kit", "license" : "MIT", "main" : "index.js", "rollup" : {"moduleName" : "Mjs.Router", "bundledDependencies" : [], "moduleGlobals" : {"mangojuice" : "Mjs"}}, "peerDependencies" : {"mangojuice-core" : "^1.2.7"}, "dependencies" : {"history" : "4.7.2", "path-to-regexp" : "2.1.0", "qs" : "6.5.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "rollup": {"type": "object", "properties": {"moduleName": {"type": "string"}, "bundledDependencies": {"type": "array", "items": {}}, "moduleGlobals": {"type": "object", "properties": {"mangojuice": {"type": "string"}}, "required": ["mangojuice"]}}, "required": ["moduleName", "bundledDependencies", "moduleGlobals"]}, "peerDependencies": {"type": "object", "properties": {"mangojuice-core": {"type": "string"}}, "required": ["mangojuice-core"]}, "dependencies": {"type": "object", "properties": {"history": {"type": "string"}, "path-to-regexp": {"type": "string"}, "qs": {"type": "string"}}, "required": ["history", "path-to-regexp", "qs"]}}, "required": ["name", "version", "description", "author", "bugs", "homepage", "repository", "license", "main", "rollup", "peerDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "titleTranslate": {"type": "object", "properties": {"zh-Hans": {"type": "array", "items": {"type": "string"}}}, "required": ["zh-Hans"]}, "type": {"type": "string"}, "lang": {"type": "string"}, "officialSite": {"type": "string"}, "begin": {"type": "string"}, "end": {"type": "string"}, "sites": {"type": "array", "items": {"type": "object", "properties": {"site": {"type": "string"}, "id": {"type": "string"}}, "required": ["site", "id"]}}}, "required": ["title", "titleTranslate", "type", "lang", "officialSite", "begin", "end", "sites"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "\u307e\u3093\u304c\u4e16\u754c\u6614\u3070\u306a\u3057", "titleTranslate" : {"zh-Hans" : ["\u4e16\u754c\u7ae5\u8bdd\u540d\u4f5c\u9009"]}, "type" : "tv", "lang" : "ja", "officialSite" : "", "begin" : "1976-10-07T21:30:00.000Z", "end" : "1979-03-28T22:00:00.000Z", "sites" : [{"site" : "bangumi", "id" : "172850"}]}, {"title" : "\u30ad\u30e3\u30f3\u30c7\u30a3\u30fb\u30ad\u30e3\u30f3\u30c7\u30a3", "titleTranslate" : {"zh-Hans" : ["\u5c0f\u751c\u751c"]}, "type" : "tv", "lang" : "ja", "officialSite" : "", "begin" : "1976-10-01T16:00:00.000Z", "end" : "1979-02-02T16:30:00.000Z", "sites" : [{"site" : "pptv", "id" : "ibDMNiaicNZyQdq6FA", "begin" : ""}, {"site" : "bangumi", "id" : "60346"}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "titleTranslate": {"type": "object", "properties": {"zh-Hans": {"type": "array", "items": {"type": "string"}}}, "required": ["zh-Hans"]}, "type": {"type": "string"}, "lang": {"type": "string"}, "officialSite": {"type": "string"}, "begin": {"type": "string"}, "end": {"type": "string"}, "sites": {"type": "array", "items": {"type": "object", "properties": {"site": {"type": "string"}, "id": {"type": "string"}}, "required": ["site", "id"]}}}, "required": ["title", "titleTranslate", "type", "lang", "officialSite", "begin", "end", "sites"]}, "$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" : [[[150.5, 38.333333333333336], [150.5, 38.416666666666664], [150.625, 38.416666666666664], [150.625, 38.333333333333336], [150.5, 38.333333333333336]]]}, "properties" : {"code" : 575044, "url" : "http://madefor.github.io/0410/api/v1/575044.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/575044.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "dist-tags": {"type": "object", "properties": {"latest": {"type": "string"}}, "required": ["latest"]}, "versions": {"type": "object", "properties": {"1.0.0": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dist": {"type": "object", "properties": {"shasum": {"type": "string"}, "tarball": {"type": "string"}}, "required": ["shasum", "tarball"]}}, "required": ["name", "version", "dist"]}, "1.0.1": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dist": {"type": "object", "properties": {"shasum": {"type": "string"}, "tarball": {"type": "string"}}, "required": ["shasum", "tarball"]}}, "required": ["name", "version", "dist"]}}, "required": ["1.0.0", "1.0.1"]}, "modified": {"type": "string"}}, "required": ["name", "dist-tags", "versions", "modified"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "yargs-test-extends", "dist-tags" : {"latest" : "1.0.1"}, "versions" : {"1.0.0" : {"name" : "yargs-test-extends", "version" : "1.0.0", "dist" : {"shasum" : "a2261a84872aa5fb8391104860953074477f4188", "tarball" : "https://registry.npmjs.org/yargs-test-extends/-/yargs-test-extends-1.0.0.tgz"}}, "1.0.1" : {"name" : "yargs-test-extends", "version" : "1.0.1", "dist" : {"shasum" : "de69f22d5264db48282c33692ab96cd8ee1cb819", "tarball" : "https://registry.npmjs.org/yargs-test-extends/-/yargs-test-extends-1.0.1.tgz"}}}, "modified" : "2017-05-01T00:28:15.851Z"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dist-tags": {"type": "object", "properties": {"latest": {"type": "string"}}, "required": ["latest"]}, "versions": {"type": "object", "properties": {"1.0.0": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dist": {"type": "object", "properties": {"shasum": {"type": "string"}, "tarball": {"type": "string"}}, "required": ["shasum", "tarball"]}}, "required": ["name", "version", "dist"]}, "1.0.1": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dist": {"type": "object", "properties": {"shasum": {"type": "string"}, "tarball": {"type": "string"}}, "required": ["shasum", "tarball"]}}, "required": ["name", "version", "dist"]}}, "required": ["1.0.0", "1.0.1"]}, "modified": {"type": "string"}}, "required": ["name", "dist-tags", "versions", "modified"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"simplesamlphp/composer-module-installer": {"type": "string"}}, "required": ["simplesamlphp/composer-module-installer"]}}, "required": ["name", "description", "type", "keywords", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "rediris-es/simplesamlphp-module-papi", "description" : "A SimpleSAMLphp module adding support for the PAPI protocol.", "type" : "simplesamlphp-module", "keywords" : ["simplesamlphp", "PAPI", "RedIRIS", "SIR"], "authors" : [{"name" : "Jaime P\u00e9rez Crespo", "email" : "jaime.perez@uninett.no"}], "require" : {"simplesamlphp/composer-module-installer" : "~1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"simplesamlphp/composer-module-installer": {"type": "string"}}, "required": ["simplesamlphp/composer-module-installer"]}}, "required": ["name", "description", "type", "keywords", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 35447189, "name" : "Hate You ", "dt" : 235833, "ar" : {"id" : 124350, "name" : "Mojo"}, "al" : {"id" : 3331046, "name" : "Hate You", "picUrl" : "https://p2.music.126.net/NPralXIGBscDfv4rFrCuxw==/3431575791100557.jpg"}}, {"id" : 500686475, "name" : "Hate You (Inst.)", "dt" : 237897, "ar" : {"id" : 1165011, "name" : "Erica"}, "al" : {"id" : 3331046, "name" : "Hate You", "picUrl" : "https://p2.music.126.net/NPralXIGBscDfv4rFrCuxw==/3431575791100557.jpg"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "mythicmetals:block/brass_anvil"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"js/three.js": {"type": "string"}, "css/one.css": {"type": "string"}, "css/three.css": {"type": "string"}, "images/another-dummy.jpg": {"type": "string"}, "images/dummy.jpg": {"type": "string"}, "js/one.js": {"type": "string"}, "js/two.js": {"type": "string"}, "css/two.css": {"type": "string"}}, "required": ["js/three.js", "css/one.css", "css/three.css", "images/another-dummy.jpg", "images/dummy.jpg", "js/one.js", "js/two.js", "css/two.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"js/three.js" : "http://cdn.experiment.com/assets/js/three.c5ecc981.js", "css/one.css" : "http://cdn.experiment.com/assets/css/one.a4cab2d5.css", "css/three.css" : "http://cdn.experiment.com/assets/css/three.bbb27b0d.css", "images/another-dummy.jpg" : "http://cdn.experiment.com/assets/images/another-dummy.54468974.jpg", "images/dummy.jpg" : "http://cdn.experiment.com/assets/images/dummy.e01a4390.jpg", "js/one.js" : "http://cdn.experiment.com/assets/js/one.c1c26481.js", "js/two.js" : "http://cdn.experiment.com/assets/js/two.a20bb675.js", "css/two.css" : "http://cdn.experiment.com/assets/css/two.3eb8b6a5.css"}
json_instruct
{"type": "object", "properties": {"js/three.js": {"type": "string"}, "css/one.css": {"type": "string"}, "css/three.css": {"type": "string"}, "images/another-dummy.jpg": {"type": "string"}, "images/dummy.jpg": {"type": "string"}, "js/one.js": {"type": "string"}, "js/two.js": {"type": "string"}, "css/two.css": {"type": "string"}}, "required": ["js/three.js", "css/one.css", "css/three.css", "images/another-dummy.jpg", "images/dummy.jpg", "js/one.js", "js/two.js", "css/two.css"], "$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": {"query": {"type": "string"}, "display_query": {"type": "string"}}, "required": ["query", "display_query"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"query" : "\u534a\u85cf\u68ee\u6797", "display_query" : "\u534a\u85cf\u68ee\u6797\u53d1\u957f\u6587"}, {"query" : "\u6d41\u91d1\u5c81\u6708", "display_query" : "\u5982\u4f55\u8bc4\u4ef7\u300a\u6d41\u91d1\u5c81\u6708\u300b\u5927\u7ed3\u5c40\uff1f"}, {"query" : "\u5c71\u6d77\u60c5", "display_query" : "\u7535\u89c6\u5267\u300a\u5c71\u6d77\u60c5\u300b"}, {"query" : "\u65fa\u8fbe\u5e7b\u89c6", "display_query" : "\u7f8e\u5267\u300a\u65fa\u8fbe\u5e7b\u89c6\u300b"}, {"query" : "\u5947\u8469\u8bf4", "display_query" : "\u300a\u5947\u8469\u8bf4\u300b\u7b2c\u4e03\u5b63\u7b2c\u516b\u671f"}, {"query" : "\u9690\u79d8\u7684\u89d2\u843d", "display_query" : "\u300a\u9690\u79d8\u7684\u89d2\u843d\u300b\u756a\u5916\u7bc7"}, {"query" : "\u54c8\u767b", "display_query" : "\u7bee\u7f51 122\uff1a115 \u80dc\u9b54\u672f"}, {"query" : "\u53f8\u7a7a\u9707", "display_query" : "\u300a\u738b\u8005\u8363\u8000\u300b\u65b0\u82f1\u96c4\u300c\u53f8\u7a7a\u9707\u300d"}, {"query" : "\u5b59\u6768", "display_query" : "\u5b98\u65b9\u516c\u5e03\u5b59\u6768\u7981\u8d5b\u5224\u51b3\u64a4\u9500\u539f\u56e0"}, {"query" : "\u6211\u5c31\u662f\u6f14\u5458", "display_query" : "\u300a\u6211\u5c31\u662f\u6f14\u5458 \u7b2c\u4e09\u5b63\u300b\u7b2c\u4e94\u671f"}, {"query" : "\u534a\u85cf\u68ee\u6797", "display_query" : "\u534a\u85cf\u68ee\u6797\u6f84\u6e05\u7cfb\u8bef\u4f1a"}, {"query" : "\u5c71\u6d77\u60c5", "display_query" : "\u5c71\u6d77\u60c5"}, {"query" : "\u5927\u5934\u5a03\u5a03", "display_query" : "\u5a74\u513f\u971c\u300c\u5927\u5934\u5a03\u5a03\u300d\u4e8b\u4ef6\u901a\u62a5"}, {"query" : "\u4ed9\u5251\u5947\u4fa0\u4f20\u4e03", "display_query" : "\u4ed9\u5251\u5947\u4fa0\u4f20\u4e03\u5f00\u653e\u8bd5\u73a9"}, {"query" : "\u9489\u9489", "display_query" : "\u5982\u4f55\u8bc4\u4ef7\u9489\u9489 6.0 \u53d1\u5e03\u4f1a"}, {"query" : "\u4e2d\u56fd\u60c5\u4fa3\u67ec\u57d4\u5be8", "display_query" : "\u4e2d\u56fd\u60c5\u4fa3\u5728\u67ec\u57d4\u5be8\u9047\u5bb3"}, {"query" : "\u767d\u9152\u80a1\u5927\u8dcc", "display_query" : "\u767d\u9152\u80a1\u4ef7\u5168\u7ebf\u4e0b\u8dcc"}, {"query" : "\u6cb3\u5317\u65b0\u589e", "display_query" : "\u6cb3\u5317\u65b0\u589e 90 \u4f8b\u672c\u571f\u786e\u8bca"}, {"query" : "\u5c0f\u7c73\u88ab\u5236\u88c1", "display_query" : "\u5c0f\u7c73\u88ab\u7f8e\u56fd\u52a0\u5165\u9ed1\u540d\u5355"}, {"query" : "\u7ed3\u5a5a\u51b7\u9759\u671f", "display_query" : "\u4e0a\u6d77\u62df\u5efa\u8bbe\u300c\u7ed3\u5a5a\u51b7\u9759\u671f\u300d"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"query": {"type": "string"}, "display_query": {"type": "string"}}, "required": ["query", "display_query"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following 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"]}, "2": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1", "2"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : {"0" : {"m1" : "\u062e\u0648\u0627\u062c\u0647 \u0645\u062e\u062a\u0635 \u0632 \u0628\u0633 \u06a9\u0647 \u0645\u062e\u062a\u0635\u0631\u0633\u062a", "m2" : "\u0686\u0634\u0645 \u0628\u06cc\u0646\u0646\u062f\u0647 \u063a\u0627\u0641\u0644 \u0622\u0645\u062f \u0627\u0632 \u0648"}, "1" : {"m1" : "\u0627\u0632 \u062f\u0648 \u06af\u0632 \u062c\u0627\u0645\u0647 \u06a9\u0633\u0648\u062a\u06cc \u0628\u0628\u0631\u06cc\u062f", "m2" : "\u06cc\u06a9 \u06af\u0632 \u0648 \u0646\u06cc\u0645 \u0641\u0627\u0636\u0644 \u0622\u0645\u062f \u0627\u0632\u0648"}, "2" : {"m1" : "\u0645\u062e\u062a\u0635\u0631 \u0631\u0627 \u0686\u0648 \u0645\u062e\u062a\u0635\u0631 \u06a9\u0631\u062f\u0646\u062f", "m2" : "\u0645\u062e\u062a\u0635 \u0627\u0644\u0645\u0644\u06a9 \u062d\u0627\u0635\u0644 \u0622\u0645\u062f \u0627\u0632\u0648"}}}
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1", "2"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ip": {"type": "string"}, "date": {"type": "string"}, "update": {"type": "string"}, "check": {"type": "string"}}, "required": ["ip", "date", "update", "check"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ip" : "127.0.0.1", "date" : "2019-09-21 23:59:01", "update" : "2019-09-20 21:00:01", "check" : "2019-09-21 13:00:01"}
json_instruct
{"type": "object", "properties": {"ip": {"type": "string"}, "date": {"type": "string"}, "update": {"type": "string"}, "check": {"type": "string"}}, "required": ["ip", "date", "update", "check"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "epoch_second": {"type": "integer"}, "problem_id": {"type": "string"}, "contest_id": {"type": "string"}, "user_id": {"type": "string"}, "language": {"type": "string"}, "point": {"type": "integer"}, "length": {"type": "integer"}, "result": {"type": "string"}, "execution_time": {"type": "integer"}}, "required": ["id", "epoch_second", "problem_id", "contest_id", "user_id", "language", "point", "length", "result", "execution_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 19556030, "epoch_second" : 1611249409, "problem_id" : "abc153_b", "contest_id" : "abc153", "user_id" : "Zel3o", "language" : "C++ (GCC 9.2.1)", "point" : 200, "length" : 324, "result" : "AC", "execution_time" : 34}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "epoch_second": {"type": "integer"}, "problem_id": {"type": "string"}, "contest_id": {"type": "string"}, "user_id": {"type": "string"}, "language": {"type": "string"}, "point": {"type": "integer"}, "length": {"type": "integer"}, "result": {"type": "string"}, "execution_time": {"type": "integer"}}, "required": ["id", "epoch_second", "problem_id", "contest_id", "user_id", "language", "point", "length", "result", "execution_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 3504170014, "parent" : 3504170, "name" : "SIDOMULYO", "latitude" : null, "longitude" : null, "postal" : [66262, 66263], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}, "originalName": {"type": "string"}}, "required": ["src", "width", "height", "aspectRatio", "originalName"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200809145378000, "key" : "24d5d556-255e-55bf-9df8-34ca241f6a0b{\"duotone\":false,\"grayscale\":false,\"toFormat\":\"\",\"width\":20,\"height\":9}", "val" : {"src" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAJCAYAAAAywQxIAAAACXBIWXMAAAsSAAALEgHS3X78AAABl0lEQVQoz5VSS0sCURSesU3QIqNNNQZRbaK2LSTa9XDVP2oXEi3ahaKbNuJqNrpUfKD4ABXfbx3fzlhB7nQMbt+9ONBgGy8cvnPvOd/H+c4Mx/05sixz655UKvV/IRgMMpzP57zb7T4eDAaCx+M5cblcp61W66DRaJh6vZ7Q7XYFWkNuwpuRctLpNDccDvWCkiTxFEHYbjabEkjfnU7nE6SPdrut9Pt9ZTweK6PRSAFZxl1F/YVy0GNAv14QJIaEEC6ZTO5nMpk9TC04HI5zp9N5ZrfbGdpstguv13s4m8124WZL40wmE71gqVRiiMIG9nKZy+XMsHLt9/vvQ6HQrc/nswQCgTvkN+Vy2Yz+q0QicUQ5oihy9XpdL1ir1Zhl2DCi+Qs2SKFQ+IlGo4tYLMYiHo8vIpHIIpvNqrBOgG+UEw6HDViTXhAP/HIfO8jJdDol2CvBlCSfz7MoFoukUqkQ7Jmoqkrwsd6XQ6wKQkgT3kT+CHyuVqtWTGuFRYb0DhEaT+h5RTxQDuzyK4JLsbX/Q20Q7fwCMlQ5VU+O//MAAAAASUVORK5CYII=", "width" : 20, "height" : 9, "aspectRatio" : 2.2222222222222223, "originalName" : "structured-list-style-2.png"}}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}, "originalName": {"type": "string"}}, "required": ["src", "width", "height", "aspectRatio", "originalName"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "KOTA MATARAM", "originalFilename" : "5. photo.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 106674, "noUrut" : 1, "nama" : "I GST NYOMAN AGUNG SUGANTHA, ST", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA MATARAM", "originalFilename" : "5. PHOTO.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 88110, "noUrut" : 2, "nama" : "H. M. TOHRI, S.Sos", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA MATARAM", "originalFilename" : "FOTO_FITRI.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 161672, "noUrut" : 3, "nama" : "FITRI ROHMIWATI, A.Md", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA MATARAM", "originalFilename" : "5. PHOTO.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 119733, "noUrut" : 4, "nama" : "KETUT MENDRA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA MATARAM", "originalFilename" : "SIPATIAH.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 162782, "noUrut" : 5, "nama" : "SIPATIAH", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA MATARAM", "originalFilename" : "BAIQ EVI.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 163035, "noUrut" : 6, "nama" : "BAIQ EVI MAHDALINA, MZ", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA MATARAM", "originalFilename" : "ROSADI.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 162649, "noUrut" : 7, "nama" : "ARWIN ROSYADI", "stringJenisKelamin" : "Laki-Laki"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "BAR\u00c3O DE MELGA\u00c7O", "Description" : "BAR\u00c3O DE MELGA\u00c7O / MT"}, "geometry" : {"type" : "LineString", "coordinates" : [[-55.60618149128276, -17.365355009625944], [-55.76120660400153, -17.32353203247726], [-56.0120377128701, -17.2366817910318], [-56.044119322648555, -17.171395115891812], [-56.251344818208736, -17.21902309184219], [-56.33587364864991, -17.28994851531166], [-56.450877608314954, -17.326391601391265], [-56.499206091387975, -17.28956335276649], [-56.55101558210339, -17.322876291807347], [-56.67252054119001, -17.334575045302074], [-56.71927484285965, -17.307955341166007], [-56.66677426991657, -17.223083578544276], [-56.62776267061071, -17.104484042104787], [-56.58528958884341, -17.0594044372649], [-56.630067887522955, -16.981588075529203], [-56.61786158724243, -16.869056264035294], [-56.495698244378445, -16.76362994476608], [-56.50589404817174, -16.724507070544803], [-56.38772619890494, -16.526995191974493], [-56.32035577479911, -16.472305756405486], [-56.301485708598534, -16.396188354309057], [-56.21553551225406, -16.39873849978187], [-56.19630881539945, -16.35160791367423], [-56.06271632140107, -16.310680110898375], [-56.01217509060791, -16.250388887337238], [-56.00097720553356, -16.194009998862327], [-55.92842523673522, -16.147088318071383], [-55.81439102772373, -16.316512099253938], [-55.78114589037051, -16.287548418324775], [-55.67124172972199, -16.29712170600186], [-55.59799264154714, -16.35674093814373], [-55.49196941705492, -16.38905434728025], [-55.560955568544614, -16.997778548740996], [-55.60618149128276, -17.365355009625944]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}