input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "XC8", "description" : "A compiler for 8-bit microchips.", "url" : "https://www.microchip.com/mplab/compilers"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "number"}, "per_point_diff": {"type": "number"}, "gop": {"type": "number"}}, "required": ["dem", "per_point_diff", "gop"]}}, "required": ["votes", "for", "pct"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"votes" : {"diff" : 2833, "dem" : 748, "tot" : 4483, "gop" : 3581}, "for" : "OK/Pushmataha County/40127", "pct" : {"dem" : 16.69, "per_point_diff" : 63.19, "gop" : 79.88}} | json_instruct | {"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "number"}, "per_point_diff": {"type": "number"}, "gop": {"type": "number"}}, "required": ["dem", "per_point_diff", "gop"]}}, "required": ["votes", "for", "pct"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["tao-scss-grid"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "idPlugin": {"type": "string"}, "scope": {"type": "string"}, "idModel": {"type": "string"}, "value": {"type": "string"}, "access": {"type": "string"}, "dateLastUpdated": {"type": "string"}}, "required": ["id", "idPlugin", "scope", "idModel", "value", "access", "dateLastUpdated"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "5fff27dbc5f98c461fe2798d", "idPlugin" : "597cbecff4fe5f1d91d4b614", "scope" : "card", "idModel" : "5fef089bd4f0fe6a707b54d8", "value" : "{\"estimate\":\"2\"}", "access" : "shared", "dateLastUpdated" : "2021-01-13T17:03:23.414Z"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "idPlugin": {"type": "string"}, "scope": {"type": "string"}, "idModel": {"type": "string"}, "value": {"type": "string"}, "access": {"type": "string"}, "dateLastUpdated": {"type": "string"}}, "required": ["id", "idPlugin", "scope", "idModel", "value", "access", "dateLastUpdated"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"DSKE": {"type": "number"}, "KNX": {"type": "number"}, "CGIP": {"type": "number"}, "ULH": {"type": "number"}, "ARCB": {"type": "number"}, "WERN": {"type": "number"}, "RRTS": {"type": "number"}, "PTSI": {"type": "number"}, "USAK": {"type": "number"}, "YELL": {"type": "number"}, "SAIA": {"type": "number"}, "TFII": {"type": "number"}, "SNDR": {"type": "number"}, "CVLG": {"type": "number"}, "MRTN": {"type": "number"}, "BEST": {"type": "number"}, "TEAH": {"type": "number"}, "SEOTF": {"type": "number"}, "ODFL": {"type": "number"}, "PATI": {"type": "number"}, "NXTN": {"type": "number"}, "USX": {"type": "number"}, "YATRY": {"type": "number"}, "YGMZ": {"type": "number"}, "TLSS": {"type": "number"}, "HTLD": {"type": "number"}, "MYFT": {"type": "number"}, "TSP": {"type": "number"}}, "required": ["DSKE", "KNX", "CGIP", "ULH", "ARCB", "WERN", "RRTS", "PTSI", "USAK", "YELL", "SAIA", "TFII", "SNDR", "CVLG", "MRTN", "BEST", "TEAH", "SEOTF", "ODFL", "PATI", "NXTN", "USX", "YATRY", "YGMZ", "TLSS", "HTLD", "MYFT", "TSP"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"DSKE" : 0.9999999999999999, "KNX" : 0.3748078081804719, "CGIP" : 0.33344185523726927, "ULH" : 0.3167076820679127, "ARCB" : 0.3059288047670141, "WERN" : 0.29862117253449244, "RRTS" : 0.2921487992215628, "PTSI" : 0.28756796459473355, "USAK" : 0.282356176146169, "YELL" : 0.28195815355301745, "SAIA" : 0.2801701010800188, "TFII" : 0.27774081901949, "SNDR" : 0.27382888406454686, "CVLG" : 0.27335977829336794, "MRTN" : 0.26591627118282335, "BEST" : 0.263611057763172, "TEAH" : 0.24190511861017386, "SEOTF" : 0.23950216392516505, "ODFL" : 0.2372440139362597, "PATI" : 0.21973981554116928, "NXTN" : 0.21262871546904666, "USX" : 0.21231520636781878, "YATRY" : 0.18690641774426572, "YGMZ" : 0.18385758078633313, "TLSS" : 0.18230273535637123, "HTLD" : 0.18074820534778183, "MYFT" : 0.1756425475356565, "TSP" : 0.06808866406748174} | json_instruct | {"type": "object", "properties": {"DSKE": {"type": "number"}, "KNX": {"type": "number"}, "CGIP": {"type": "number"}, "ULH": {"type": "number"}, "ARCB": {"type": "number"}, "WERN": {"type": "number"}, "RRTS": {"type": "number"}, "PTSI": {"type": "number"}, "USAK": {"type": "number"}, "YELL": {"type": "number"}, "SAIA": {"type": "number"}, "TFII": {"type": "number"}, "SNDR": {"type": "number"}, "CVLG": {"type": "number"}, "MRTN": {"type": "number"}, "BEST": {"type": "number"}, "TEAH": {"type": "number"}, "SEOTF": {"type": "number"}, "ODFL": {"type": "number"}, "PATI": {"type": "number"}, "NXTN": {"type": "number"}, "USX": {"type": "number"}, "YATRY": {"type": "number"}, "YGMZ": {"type": "number"}, "TLSS": {"type": "number"}, "HTLD": {"type": "number"}, "MYFT": {"type": "number"}, "TSP": {"type": "number"}}, "required": ["DSKE", "KNX", "CGIP", "ULH", "ARCB", "WERN", "RRTS", "PTSI", "USAK", "YELL", "SAIA", "TFII", "SNDR", "CVLG", "MRTN", "BEST", "TEAH", "SEOTF", "ODFL", "PATI", "NXTN", "USX", "YATRY", "YGMZ", "TLSS", "HTLD", "MYFT", "TSP"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"[python]": {"type": "object", "properties": {"editor.rulers": {"type": "array", "items": {"type": "integer"}}}, "required": ["editor.rulers"]}, "python.pythonPath": {"type": "string"}}, "required": ["[python]", "python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"[python]" : {"editor.rulers" : [79]}, "python.pythonPath" : "venv/bin/python"} | json_instruct | {"type": "object", "properties": {"[python]": {"type": "object", "properties": {"editor.rulers": {"type": "array", "items": {"type": "integer"}}}, "required": ["editor.rulers"]}, "python.pythonPath": {"type": "string"}}, "required": ["[python]", "python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "esy": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "scripts": {"type": "object", "properties": {"format": {"type": "string"}}, "required": ["format"]}, "dependencies": {"type": "object", "properties": {"@opam/dune": {"type": "string"}, "@opam/digestif": {"type": "string"}, "@opam/lwt": {"type": "string"}, "@opam/logs": {"type": "string"}, "@opam/fmt": {"type": "string"}, "@opam/graphql-lwt": {"type": "string"}, "@opam/graphql": {"type": "string"}, "@reason-native-web/morph": {"type": "string"}, "@reason-native-web/morph_graphql_server": {"type": "string"}, "@reason-native-web/piaf": {"type": "string"}, "@reason-native-web/websocketaf": {"type": "string"}, "@reason-native-web/subscriptions-transport-ws": {"type": "string"}, "ocaml": {"type": "string"}}, "required": ["@opam/dune", "@opam/digestif", "@opam/lwt", "@opam/logs", "@opam/fmt", "@opam/graphql-lwt", "@opam/graphql", "@reason-native-web/morph", "@reason-native-web/morph_graphql_server", "@reason-native-web/piaf", "@reason-native-web/websocketaf", "@reason-native-web/subscriptions-transport-ws", "ocaml"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "esy", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@reason-native-web/morph_websocket", "version" : "0.6.2", "esy" : {"build" : "dune build -p morph_websocket"}, "scripts" : {"format" : "dune build @fmt --auto-promote"}, "dependencies" : {"@opam/dune" : ">=1.11.0", "@opam/digestif" : "^0.9.0", "@opam/lwt" : ">=4.0.0", "@opam/logs" : "*", "@opam/fmt" : "*", "@opam/graphql-lwt" : "^0.13.0", "@opam/graphql" : "^0.13.0", "@reason-native-web/morph" : "^0.6.1", "@reason-native-web/morph_graphql_server" : "^0.6.1", "@reason-native-web/piaf" : "^1.4.0", "@reason-native-web/websocketaf" : "^1.2.0", "@reason-native-web/subscriptions-transport-ws" : "*", "ocaml" : ">=4.08.0"}, "devDependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "esy": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "scripts": {"type": "object", "properties": {"format": {"type": "string"}}, "required": ["format"]}, "dependencies": {"type": "object", "properties": {"@opam/dune": {"type": "string"}, "@opam/digestif": {"type": "string"}, "@opam/lwt": {"type": "string"}, "@opam/logs": {"type": "string"}, "@opam/fmt": {"type": "string"}, "@opam/graphql-lwt": {"type": "string"}, "@opam/graphql": {"type": "string"}, "@reason-native-web/morph": {"type": "string"}, "@reason-native-web/morph_graphql_server": {"type": "string"}, "@reason-native-web/piaf": {"type": "string"}, "@reason-native-web/websocketaf": {"type": "string"}, "@reason-native-web/subscriptions-transport-ws": {"type": "string"}, "ocaml": {"type": "string"}}, "required": ["@opam/dune", "@opam/digestif", "@opam/lwt", "@opam/logs", "@opam/fmt", "@opam/graphql-lwt", "@opam/graphql", "@reason-native-web/morph", "@reason-native-web/morph_graphql_server", "@reason-native-web/piaf", "@reason-native-web/websocketaf", "@reason-native-web/subscriptions-transport-ws", "ocaml"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "esy", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "base": {"type": "string"}, "idInjection": {"type": "boolean"}, "options": {"type": "object", "properties": {"validateUpsert": {"type": "boolean"}}, "required": ["validateUpsert"]}, "properties": {"type": "object", "properties": {"loginName": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}, "length": {"type": "integer"}, "precision": {"type": "null"}, "scale": {"type": "null"}, "_selectable": {"type": "boolean"}}, "required": ["type", "required", "length", "precision", "scale", "_selectable"]}, "realName": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}, "length": {"type": "integer"}, "precision": {"type": "null"}, "scale": {"type": "null"}, "_selectable": {"type": "boolean"}}, "required": ["type", "required", "length", "precision", "scale", "_selectable"]}, "userName": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}, "length": {"type": "integer"}, "precision": {"type": "null"}, "scale": {"type": "null"}, "_selectable": {"type": "boolean"}}, "required": ["type", "required", "length", "precision", "scale", "_selectable"]}, "passWord": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "email": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["loginName", "realName", "userName", "passWord", "email"]}, "validations": {"type": "array", "items": {}}, "relations": {"type": "object", "properties": {}, "required": []}, "acls": {"type": "array", "items": {}}, "methods": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "base", "idInjection", "options", "properties", "validations", "relations", "acls", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "User", "base" : "Entity", "idInjection" : true, "options" : {"validateUpsert" : true}, "properties" : {"loginName" : {"type" : "String", "required" : false, "length" : 45, "precision" : null, "scale" : null, "_selectable" : true}, "realName" : {"type" : "String", "required" : false, "length" : 45, "precision" : null, "scale" : null, "_selectable" : true}, "userName" : {"type" : "String", "required" : false, "length" : 45, "precision" : null, "scale" : null, "_selectable" : true}, "passWord" : {"type" : "string"}, "email" : {"type" : "string"}}, "validations" : [], "relations" : {}, "acls" : [], "methods" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "base": {"type": "string"}, "idInjection": {"type": "boolean"}, "options": {"type": "object", "properties": {"validateUpsert": {"type": "boolean"}}, "required": ["validateUpsert"]}, "properties": {"type": "object", "properties": {"loginName": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}, "length": {"type": "integer"}, "precision": {"type": "null"}, "scale": {"type": "null"}, "_selectable": {"type": "boolean"}}, "required": ["type", "required", "length", "precision", "scale", "_selectable"]}, "realName": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}, "length": {"type": "integer"}, "precision": {"type": "null"}, "scale": {"type": "null"}, "_selectable": {"type": "boolean"}}, "required": ["type", "required", "length", "precision", "scale", "_selectable"]}, "userName": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}, "length": {"type": "integer"}, "precision": {"type": "null"}, "scale": {"type": "null"}, "_selectable": {"type": "boolean"}}, "required": ["type", "required", "length", "precision", "scale", "_selectable"]}, "passWord": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "email": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["loginName", "realName", "userName", "passWord", "email"]}, "validations": {"type": "array", "items": {}}, "relations": {"type": "object", "properties": {}, "required": []}, "acls": {"type": "array", "items": {}}, "methods": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "base", "idInjection", "options", "properties", "validations", "relations", "acls", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"productDescription": {"type": "string"}, "section": {"type": "string"}, "priority": {"type": "string"}, "arch": {"type": "string"}, "depends": {"type": "array", "items": {"type": "string"}}, "recommends": {"type": "array", "items": {"type": "string"}}, "suggests": {"type": "array", "items": {"type": "string"}}, "enhances": {"type": "array", "items": {"type": "string"}}, "preDepends": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {}}}, "required": ["productDescription", "section", "priority", "arch", "depends", "recommends", "suggests", "enhances", "preDepends", "categories"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"productDescription" : "Just a test.", "section" : "devel", "priority" : "optional", "arch" : "i386", "depends" : ["libnss3", "libxtst6", "dbus", "dbus"], "recommends" : ["pulseaudio | libasound2", "bzip2", "bzip2"], "suggests" : ["lsb-release", "gvfs", "gvfs"], "enhances" : ["libc6", "libc6"], "preDepends" : ["footest", "footest"], "categories" : []} | json_instruct | {"type": "object", "properties": {"productDescription": {"type": "string"}, "section": {"type": "string"}, "priority": {"type": "string"}, "arch": {"type": "string"}, "depends": {"type": "array", "items": {"type": "string"}}, "recommends": {"type": "array", "items": {"type": "string"}}, "suggests": {"type": "array", "items": {"type": "string"}}, "enhances": {"type": "array", "items": {"type": "string"}}, "preDepends": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {}}}, "required": ["productDescription", "section", "priority", "arch", "depends", "recommends", "suggests", "enhances", "preDepends", "categories"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"": {"type": "object", "properties": {"swift-dependencies": {"type": "string"}}, "required": ["swift-dependencies"]}, "/Users/czltd/Desktop/Siva_Learning/TestFramework/TestFramework/TestFramework/Service.swift": {"type": "object", "properties": {"dependencies": {"type": "string"}, "diagnostics": {"type": "string"}, "llvm-bc": {"type": "string"}, "object": {"type": "string"}, "swift-dependencies": {"type": "string"}, "swiftmodule": {"type": "string"}}, "required": ["dependencies", "diagnostics", "llvm-bc", "object", "swift-dependencies", "swiftmodule"]}}, "required": ["", "/Users/czltd/Desktop/Siva_Learning/TestFramework/TestFramework/TestFramework/Service.swift"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"" : {"swift-dependencies" : "/Users/czltd/Desktop/Siva_Learning/TestFramework/checkFramework/DerivedData/checkFramework/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/TestFramework.build/Objects-normal/x86_64/TestFramework-master.swiftdeps"}, "/Users/czltd/Desktop/Siva_Learning/TestFramework/TestFramework/TestFramework/Service.swift" : {"dependencies" : "/Users/czltd/Desktop/Siva_Learning/TestFramework/checkFramework/DerivedData/checkFramework/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/TestFramework.build/Objects-normal/x86_64/Service.d", "diagnostics" : "/Users/czltd/Desktop/Siva_Learning/TestFramework/checkFramework/DerivedData/checkFramework/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/TestFramework.build/Objects-normal/x86_64/Service.dia", "llvm-bc" : "/Users/czltd/Desktop/Siva_Learning/TestFramework/checkFramework/DerivedData/checkFramework/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/TestFramework.build/Objects-normal/x86_64/Service.bc", "object" : "/Users/czltd/Desktop/Siva_Learning/TestFramework/checkFramework/DerivedData/checkFramework/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/TestFramework.build/Objects-normal/x86_64/Service.o", "swift-dependencies" : "/Users/czltd/Desktop/Siva_Learning/TestFramework/checkFramework/DerivedData/checkFramework/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/TestFramework.build/Objects-normal/x86_64/Service.swiftdeps", "swiftmodule" : "/Users/czltd/Desktop/Siva_Learning/TestFramework/checkFramework/DerivedData/checkFramework/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/TestFramework.build/Objects-normal/x86_64/Service~partial.swiftmodule"}} | json_instruct | {"type": "object", "properties": {"": {"type": "object", "properties": {"swift-dependencies": {"type": "string"}}, "required": ["swift-dependencies"]}, "/Users/czltd/Desktop/Siva_Learning/TestFramework/TestFramework/TestFramework/Service.swift": {"type": "object", "properties": {"dependencies": {"type": "string"}, "diagnostics": {"type": "string"}, "llvm-bc": {"type": "string"}, "object": {"type": "string"}, "swift-dependencies": {"type": "string"}, "swiftmodule": {"type": "string"}}, "required": ["dependencies", "diagnostics", "llvm-bc", "object", "swift-dependencies", "swiftmodule"]}}, "required": ["", "/Users/czltd/Desktop/Siva_Learning/TestFramework/TestFramework/TestFramework/Service.swift"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "\u3010MMD\u3011\u5f31\u97f3\u30cf\u30af Marine Bloomin \u30ec\u30fc\u30b9\u30c9\u30ec\u30b9 \u56fa\u5b9a\u30ab\u30e1\u30e9Ver", "author" : "\u226aMikuLove\u226b", "description" : "\u4f8b\u306e\u3054\u3068\u304f\u56fa\u5b9a\u30ab\u30e1\u30e9", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/735606/thumbnail-735606_0001.jpg?itok=xatSIXHV", "download" : "https://www.iwara.tv/api/video/m4l4li0xkh80bowd", "origin" : "https://www.iwara.tv/videos/m4l4li0xkh80bowd"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[176, 42, 2558, 145, 21, 764, -2489, -10972, 26, -99, 37, -259, -967, -115, -119, 1881, -192, 2352, 1576, 27, 103, -160, 5916, -118, 19817, -48, 127, -91, 215, 322, -111, 88, 136, -112, 112, 5087, 23, 78, 11, -250, 6040, -16035, -112, 32, -2410, 105, 63, -89, 32, -7974, -26, 8268, -353, 3197, 48, -590, -180, -129, -35, 84, 11678, -27, -31, 163], [9958, 9919, 1775, 9924, 10018, 8384, 8260, 511, 9987, 9928, 9837, 10035, 5241, 9918, 10010, 8104, 9847, 7355, 305, 9932, 9979, 9954, 1070, 9822, 173, 9979, 10033, 9964, 9052, 10007, 9954, 9876, 9878, 10036, 9959, 836, 9874, 10076, 10054, 9848, 2878, 1125, 9953, 9937, 6423, 9990, 9891, 10006, 9972, 687, 9940, 1268, 9971, 527, 9932, 7901, 9913, 9672, 10006, 3731, 1269, 10019, 10009, 9928]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200894083740000, "key" : "0462590307cd11ec7184bff168989bf9{}", "val" : "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='400'%20height='200'%20viewBox='0%200%20400%20200'%20preserveAspectRatio='none'%3e%3cpath%20d='M0%20100v100h129l2-5%204-16a1370%201370%200%20009-33c5-17%205-15-1-18-31-14-38-58-14-83%2011-10%2023-15%2039-15%209%200%209%200%209-2l4-15%203-13H0v100m141-49l-6%204v51l14%209%2015%208%209-5%2013-8c8-4%208-4%208-13v-8l7-4%207-4V63l-8-4-7-4-8%204-7%204-1%208v9l-5%203-6%203-1-15V55l-7-4c-9-5-9-5-17%200m2%201l-5%204%206%204%206%203%205-4%206-4-12-6-6%203m43%208l-5%204%206%204%206%203%205-3%206-4-12-7-6%203m-50%2021v24l12%207%2014%207%201-6v-7l-7-4-7-4-1-18V64l-5-3-6-3-1%2023m20-20l-5%204-1%2015v15l7-4%206-3V73l-1-15-6%203m23%2012v7l5%203c8%204%208%204%208-3s0-7-7-11l-6-3v7m20-4l-5%204v6l1%207%206-3%205-3v-7c0-8%200-8-7-4m33%2022v18h8c8%200%209-1%209-2%200-2-1-3-6-3h-6V73h-5v18m147%200v18h5V73h-5v18m-215-2c-8%206-12%208-11%209l6%203%205%203%2013-8%2013-8-12-6-14%207m92-3c-7%204-8%2015-1%2021%203%203%2011%204%2013%201h2l3%201c2%200%202-1%202-12l-1-12-3%201h-15m25%200l-1%2012v11h6V91h5c4%200%204%200%204-3v-3h-7l-7%201m20%202c-11%209%201%2029%2013%2020h2l3%201h3V97c0-11-1-12-3-12l-3%201c0%202%200%202-2%200-4-2-9-1-13%202m24-3l8%2020c1%204%202%204%205%204s3-1%208-11c5-14%205-13%201-13-2%200-3%202-5%208l-3%209c0%203-2%200-4-6-5-11-5-11-7-11h-3m32%201c-9%204-8%2020%202%2023%207%202%2017-2%2013-6h-3c-3%203-8%204-10%201-4-4-3-5%207-5%208%200%209%200%209-2%200-9-9-14-18-11m-99%206c-3%202-2%209%200%2011%204%204%2012%201%2012-6%200-6-8-10-12-5m46%200c-6%208%204%2017%2010%2011%205-5%201-13-5-13-3%200-4%201-5%202m-126%206l-13%208v6l1%207%2013-7%2013-8v-6l-1-7-13%207M39%20126H15v50h92v-50H39'%20fill='%23d3d3d3'%20fill-rule='evenodd'/%3e%3c/svg%3e"} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"options": {"type": "array", "items": {"type": "object", "properties": {"option-heading": {"type": "string"}, "option-anchor": {"type": "string"}, "option-description": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "text-start": {"type": "string"}, "text-end": {"type": "string"}}, "required": ["option-heading", "option-anchor", "option-description", "title", "url", "text-start", "text-end"]}}}, "required": ["options"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"options" : [{"option-heading" : "Linked category header", "option-anchor" : "default", "option-description" : "", "title" : "Category title", "url" : "#", "text-start" : "<div class='category-header__title'>", "text-end" : "</div>"}, {"option-heading" : "Linked category heading - deprecated", "option-anchor" : "default", "option-description" : "<div class='alert alert--warning'><h4 class='alert__heading'>This option is no longer supported</h4><p>This implementation is now deprecated and will be removed in a future release.</p></div>", "title" : "Category title", "url" : "#", "text-start" : "<h2>", "text-end" : "</h2>"}, {"option-heading" : "Image background with transparent overlay - deprecated", "option-anchor" : "transparent", "option-description" : "<div class='alert alert--warning'><h4 class='alert__heading'>This option is no longer supported</h4><p>This implementation is now deprecated and will be removed in a future release.</p></div>", "transparent" : true, "title" : "Category title", "url" : "#", "text-start" : "<h2>", "text-end" : "</h2>"}]} | json_instruct | {"type": "object", "properties": {"options": {"type": "array", "items": {"type": "object", "properties": {"option-heading": {"type": "string"}, "option-anchor": {"type": "string"}, "option-description": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "text-start": {"type": "string"}, "text-end": {"type": "string"}}, "required": ["option-heading", "option-anchor", "option-description", "title", "url", "text-start", "text-end"]}}}, "required": ["options"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"listing_id": {"type": "integer"}, "id": {"type": "integer"}, "date": {"type": "string"}, "reviewer_id": {"type": "integer"}, "reviewer_name": {"type": "string"}, "Title": {"type": "string"}, "text": {"type": "string"}, "host_id": {"type": "integer"}, "listing_latitude": {"type": "number"}, "listing_longitude": {"type": "number"}, "host_name": {"type": "string"}}, "required": ["listing_id", "id", "date", "reviewer_id", "reviewer_name", "Title", "text", "host_id", "listing_latitude", "listing_longitude", "host_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"listing_id" : 2390109, "id" : 22208895, "date" : "2014-11-01", "reviewer_id" : 4358294, "reviewer_name" : "1.1.4.2. Dispositions communes (rajout\u00e9) : D\u00e9placements \u00e0 l\u2018int\u00e9rieur de la garnison d\u2019affectation", "Title" : "1.1.4.2.1. Principes sur frais de transports (rajout\u00e9)", "text" : "Cette indemnisation n'est pas cumulable avec toute autre indemnit\u00e9 ayant le m\u00eame objet, notamment la prise en charge partielle des frais de transport pr\u00e9vue par le d\u00e9cret n\u00b0 2010-676 du 21 juin 2010 modifi\u00e9.", "host_id" : 2665483, "listing_latitude" : 30.2962457933164, "listing_longitude" : -97.75013113693174, "host_name" : "Alexandra"} | json_instruct | {"type": "object", "properties": {"listing_id": {"type": "integer"}, "id": {"type": "integer"}, "date": {"type": "string"}, "reviewer_id": {"type": "integer"}, "reviewer_name": {"type": "string"}, "Title": {"type": "string"}, "text": {"type": "string"}, "host_id": {"type": "integer"}, "listing_latitude": {"type": "number"}, "listing_longitude": {"type": "number"}, "host_name": {"type": "string"}}, "required": ["listing_id", "id", "date", "reviewer_id", "reviewer_name", "Title", "text", "host_id", "listing_latitude", "listing_longitude", "host_name"], "$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"}, "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" : [[[141.375, 42.083333333333336], [141.375, 42.166666666666664], [141.5, 42.166666666666664], [141.5, 42.083333333333336], [141.375, 42.083333333333336]]]}, "properties" : {"code" : 634113, "url" : "http://madefor.github.io/0410/api/v1/634113.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/634113.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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"nbStatement": {"type": "integer"}, "executionTime": {"type": "integer"}, "date": {"type": "string"}, "nb_methods": {"type": "integer"}, "nb_classes": {"type": "integer"}, "nbAngelicValue": {"type": "integer"}}, "required": ["nbStatement", "executionTime", "date", "nb_methods", "nb_classes", "nbAngelicValue"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nbStatement" : 3, "executionTime" : 36112, "date" : "Mon Jul 29 17:19:02 EDT 2019", "nb_methods" : 1954, "nb_classes" : 278, "nbAngelicValue" : 0} | json_instruct | {"type": "object", "properties": {"nbStatement": {"type": "integer"}, "executionTime": {"type": "integer"}, "date": {"type": "string"}, "nb_methods": {"type": "integer"}, "nb_classes": {"type": "integer"}, "nbAngelicValue": {"type": "integer"}}, "required": ["nbStatement", "executionTime", "date", "nb_methods", "nb_classes", "nbAngelicValue"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"postal_code" : "32693", "place_name" : "Pie de Casa (El Granjero)", "place_type" : "Fraccionamiento", "county" : "Ju\u00e1rez", "state" : "Chihuahua", "city" : "Ju\u00e1rez"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : 35259, "cartId" : "1bee3e31-c901-4bf8-ac25-ea1248cb13d0", "preferredProducts" : [902, 1219, 1287, 4717], "productReviews" : [{"productId" : 1734, "reviewText" : "My tyrannosaurus rex loves to play with it.", "reviewDate" : "2020-03-09T11:57:49.8514101+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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "export { default } from './Button';\nexport { default as buttonClasses } from './buttonClasses';\nexport * from './buttonClasses';", "map" : null, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "prereqTree": {"type": "object", "properties": {"and": {"type": "array", "items": {"type": "string"}}}, "required": ["and"]}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "prereqTree", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"courseCode" : "BAA6003A", "courseCredit" : "4", "description" : "This module is designed to prepare doctoral students with the necessary knowledge and skills to complete their dissertations. Methodological and econometric issues surrounding topics such as earnings management and stock market anomalies would be covered.", "faculty" : "NUS Business School", "prereqTree" : {"and" : ["BAA6001", "BAA6002"]}, "title" : "Seminar on Empirical Capital Markets Research"} | json_instruct | {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "prereqTree": {"type": "object", "properties": {"and": {"type": "array", "items": {"type": "string"}}}, "required": ["and"]}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "prereqTree", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"guzzlehttp/guzzle": {"type": "string"}, "eloquent/enumeration": {"type": "string"}, "slim/slim": {"type": "string"}, "shotstack/shotstack-sdk-php": {"type": "string"}, "benlipp/srt-parser": {"type": "string"}, "digitalnature/php-ref": {"type": "string"}}, "required": ["guzzlehttp/guzzle", "eloquent/enumeration", "slim/slim", "shotstack/shotstack-sdk-php", "benlipp/srt-parser", "digitalnature/php-ref"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"AdrianGus\\VideoMaker\\": {"type": "array", "items": {"type": "string"}}}, "required": ["AdrianGus\\VideoMaker\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "adriangus/video-maker", "description" : "Create custom videos using browser", "authors" : [{"name" : "Adrian Gusberti", "email" : "adrian.m.gusberti@gmail.com"}], "require" : {"guzzlehttp/guzzle" : "^7.0", "eloquent/enumeration" : "^6.0", "slim/slim" : "^4.9", "shotstack/shotstack-sdk-php" : "^0.1.5", "benlipp/srt-parser" : "^1.1", "digitalnature/php-ref" : "^1.3"}, "autoload" : {"psr-4" : {"AdrianGus\\VideoMaker\\" : ["src/"]}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"guzzlehttp/guzzle": {"type": "string"}, "eloquent/enumeration": {"type": "string"}, "slim/slim": {"type": "string"}, "shotstack/shotstack-sdk-php": {"type": "string"}, "benlipp/srt-parser": {"type": "string"}, "digitalnature/php-ref": {"type": "string"}}, "required": ["guzzlehttp/guzzle", "eloquent/enumeration", "slim/slim", "shotstack/shotstack-sdk-php", "benlipp/srt-parser", "digitalnature/php-ref"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"AdrianGus\\VideoMaker\\": {"type": "array", "items": {"type": "string"}}}, "required": ["AdrianGus\\VideoMaker\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userBarcode": {"type": "string"}, "proxyUserBarcode": {"type": "string"}, "itemBarcode": {"type": "string"}, "servicePointId": {"type": "string"}}, "required": ["userBarcode", "proxyUserBarcode", "itemBarcode", "servicePointId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userBarcode" : "466983136459401", "proxyUserBarcode" : "693750137582350", "itemBarcode" : "2887532577331", "servicePointId" : "3260a6f0-0b53-4d9c-ad74-2dba3830d69f"} | json_instruct | {"type": "object", "properties": {"userBarcode": {"type": "string"}, "proxyUserBarcode": {"type": "string"}, "itemBarcode": {"type": "string"}, "servicePointId": {"type": "string"}}, "required": ["userBarcode", "proxyUserBarcode", "itemBarcode", "servicePointId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ID": {"type": "string"}, "tool": {"type": "string"}, "correctness": {"type": "string"}, "bug_id": {"type": "string"}, "project": {"type": "string"}, "target": {"type": "array", "items": {"type": "string"}}}, "required": ["ID", "tool", "correctness", "bug_id", "project", "target"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ID" : "Patch33", "tool" : "jKali", "correctness" : "Incorrect", "bug_id" : "28", "project" : "Math", "target" : ["org/apache/commons/math3/optimization/linear/SimplexSolver.java:144"]} | json_instruct | {"type": "object", "properties": {"ID": {"type": "string"}, "tool": {"type": "string"}, "correctness": {"type": "string"}, "bug_id": {"type": "string"}, "project": {"type": "string"}, "target": {"type": "array", "items": {"type": "string"}}}, "required": ["ID", "tool", "correctness", "bug_id", "project", "target"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type": "string"}, "company": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "string"}, "address": {"type": "string"}, "about": {"type": "string"}, "registered": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "tags": {"type": "array", "items": {"type": "string"}}, "friends": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "greeting": {"type": "string"}, "favoriteFruit": {"type": "string"}}, "required": ["_id", "index", "guid", "isActive", "balance", "picture", "age", "eyeColor", "name", "gender", "company", "email", "phone", "address", "about", "registered", "latitude", "longitude", "tags", "friends", "greeting", "favoriteFruit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "55ee5e44fe270c13e408376e", "index" : 292, "guid" : "cd85f7f7-5a72-42a7-b54f-c41307e3cc30", "isActive" : false, "balance" : "$35,090.16", "picture" : "http://placehold.it/32x32", "age" : 35, "eyeColor" : "brown", "name" : "Martin Albert", "gender" : "male", "company" : "POOCHIES", "email" : "martinalbert@poochies.com", "phone" : "+1 (847) 522-3687", "address" : "282 Indiana Place, Calverton, Maine, 6749", "about" : "Excepteur irure Lorem minim tempor ullamco et aliquip commodo ad labore aute magna. Eu culpa exercitation officia mollit laboris. Do duis commodo ipsum aliqua dolor. Velit nostrud cupidatat pariatur enim excepteur.\r\n", "registered" : "2015-01-18T05:11:54 -07:00", "latitude" : 26.334996, "longitude" : 173.865579, "tags" : ["sit", "consectetur", "id", "in", "esse", "ad", "proident"], "friends" : [{"id" : 0, "name" : "Harriet Lancaster"}, {"id" : 1, "name" : "Lorena Stanton"}, {"id" : 2, "name" : "York Hines"}], "greeting" : "Hello, Martin Albert! You have 9 unread messages.", "favoriteFruit" : "banana"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type": "string"}, "company": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "string"}, "address": {"type": "string"}, "about": {"type": "string"}, "registered": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "tags": {"type": "array", "items": {"type": "string"}}, "friends": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "greeting": {"type": "string"}, "favoriteFruit": {"type": "string"}}, "required": ["_id", "index", "guid", "isActive", "balance", "picture", "age", "eyeColor", "name", "gender", "company", "email", "phone", "address", "about", "registered", "latitude", "longitude", "tags", "friends", "greeting", "favoriteFruit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"wall": {"type": "string"}}, "required": ["wall"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "block/template_wall_post", "textures" : {"wall" : "artisanat:block/cyan_bricks"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"wall": {"type": "string"}}, "required": ["wall"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["ng-admin"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"escarole_and_endive": {"type": "object", "properties": {"statisticcat_desc": {"type": "array", "items": {}}}, "required": ["statisticcat_desc"]}}, "required": ["escarole_and_endive"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"escarole_and_endive" : {"statisticcat_desc" : []}} | json_instruct | {"type": "object", "properties": {"escarole_and_endive": {"type": "object", "properties": {"statisticcat_desc": {"type": "array", "items": {}}}, "required": ["statisticcat_desc"]}}, "required": ["escarole_and_endive"], "$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" : ["Preheat oven to 325 degrees F (165 degrees C). Grease a 9x13-inch baking dish.", "Mix the corn flake crumbs, Parmesan cheese, and 1/4 cup melted butter in a large bowl, then spread about 2/3 of the crumb mixture into the bottom of the prepared baking dish. Layer half the chicken breast strips over the crumb base, and sprinkle with salt and black pepper. Cover with half the Swiss cheese, then a layer of ham, followed by layers of mushrooms and green onions.", "Mix the cream of chicken soup and sour cream together in a bowl, and spread the mixture over the green onion layer. Place the rest of the chicken strips onto the soup layer, followed by the rest of the Swiss cheese. Top the casserole with the remaining 1/3 of the crumb mixture. Drizzle with 2 more tablespoons of melted butter if desired.", "Cover the casserole with aluminum foil, and bake in the preheated oven for 45 minutes; remove the foil and bake until the casserole is bubbling, the cheese has melted, and the crumb topping is brown, an additional 15 minutes."], "ingredients" : ["4 cups cornflake crumbs", "1 cup grated Parmesan cheese", "1/4 cup butter, melted", "10 cooked skinless, boneless chicken breast halves - cut into strips", "salt and ground black pepper to taste", "6 cups shredded Swiss cheese", "1 pound cooked ham, diced", "1/2 pound sliced fresh mushrooms", "1 bunch green onions, sliced", "1 (10.75 ounce) can condensed cream of chicken soup", "1 cup sour cream", "2 tablespoons butter, melted (optional)"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Holly's Chicken Cordon Bleu Casserole", "url" : "http://allrecipes.com/recipe/216026/hollys-chicken-cordon-bleu-casserole/"} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"needsPopulating": {"type": "boolean"}, "repos": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}}, "required": ["name", "path"]}}}, "required": ["needsPopulating", "repos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"needsPopulating" : true, "repos" : [{"name" : "readiumJsViewer", "path" : ".."}, {"name" : "readiumJs", "path" : "../readium-js"}, {"name" : "readiumSharedJs", "path" : "../readium-js/readium-shared-js"}, {"name" : "readiumCfiJs", "path" : "../readium-js/readium-shared-js/readium-cfi-js"}]} | json_instruct | {"type": "object", "properties": {"needsPopulating": {"type": "boolean"}, "repos": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}}, "required": ["name", "path"]}}}, "required": ["needsPopulating", "repos"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}, "egis": {"type": "null"}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1", "egis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u6b63\u5de8\u4f01\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "T6400647", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u9ad8\u96c4\u5e02\u5f4c\u9640\u5340\u5c71\u58e9\u70df\u8def11\u5df712\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u9ad8\u96c4\u5e02\u5f4c\u9640\u5340", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u8a31\u6176\u826f", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "89316777", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "1050523", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["29\u6a5f\u68b0\u8a2d\u5099\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["291\u91d1\u5c6c\u52a0\u5de5\u7528\u6a5f\u68b0\u8a2d\u5099"], "egis" : null} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}, "egis": {"type": "null"}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1", "egis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"dbId": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {}}, "size": {"type": "integer"}, "symbols": {"type": "array", "items": {"type": "string"}}, "gallusOrth": {"type": "object", "properties": {"sharedSymbols": {"type": "array", "items": {"type": "string"}}, "count": {"type": "integer"}, "type": {"type": "string"}}, "required": ["sharedSymbols", "count", "type"]}}, "required": ["dbId", "name", "children", "size", "symbols", "gallusOrth"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dbId" : "2142712", "name" : "Synthesis of 12-eicosatetraenoic acid derivatives", "children" : [], "size" : 1, "symbols" : ["ALOX12B", "GPX1", "GPX4", "GPX2", "ALOX12", "ALOX15"], "gallusOrth" : {"sharedSymbols" : ["GPX1", "GPX4", "GPX2"], "count" : 3, "type" : "Part"}} | json_instruct | {"type": "object", "properties": {"dbId": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {}}, "size": {"type": "integer"}, "symbols": {"type": "array", "items": {"type": "string"}}, "gallusOrth": {"type": "object", "properties": {"sharedSymbols": {"type": "array", "items": {"type": "string"}}, "count": {"type": "integer"}, "type": {"type": "string"}}, "required": ["sharedSymbols", "count", "type"]}}, "required": ["dbId", "name", "children", "size", "symbols", "gallusOrth"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [79.6220472440945, 46.5454545454545, 0.918583452701569, 78.1102362204724, 89.1345454545455, 0.762707844376564, 45.1023622047244, 87.04, 0.645843476057053, 41.5748031496063, 143.825454545455, 0.593727134168148, 45.1023622047244, 194.792727272727, 0.719728216528893, 109.606299212598, 90.9963636363636, 0.707713961601257, 118.677165354331, 141.963636363636, 0.545396838337183, 134.047244094488, 193.861818181818, 0.579738631844521, 68.5354330708661, 184.32, 0.330651140771806, 70.8031496062992, 255.767272727273, 0.149213589180363, 0, 0, 0, 109.606299212598, 182.225454545455, 0.352496990235522, 107.842519685039, 255.301818181818, 0.182620959720225, 0, 0, 0, 73.3228346456693, 39.7963636363636, 0.931758522987366, 87.6850393700787, 40.7272727272727, 0.933132141828537, 64.251968503937, 44.4509090909091, 0.901474758982658, 96, 46.7781818181818, 0.898545920848846], "hand_right_keypoints" : [], "hand_left_keypoints" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}, "required": ["dev"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@discordjs/builders": {"type": "string"}, "@discordjs/rest": {"type": "string"}, "axios": {"type": "string"}, "discord-api-types": {"type": "string"}, "discord.js": {"type": "string"}, "dotenv": {"type": "string"}}, "required": ["@discordjs/builders", "@discordjs/rest", "axios", "discord-api-types", "discord.js", "dotenv"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "gitcoin_bounty_bot", "version" : "1.0.0", "description" : "(IN ACTIVE DEVELOPMENT) This bot will use the Gitcoin API to post new bounties into different D_D channels.", "main" : "index.js", "scripts" : {"dev" : "nodemon index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/danialhasan/Gitcoin_Bounty_Bot.git"}, "keywords" : [], "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/danialhasan/Gitcoin_Bounty_Bot/issues"}, "homepage" : "https://github.com/danialhasan/Gitcoin_Bounty_Bot#readme", "dependencies" : {"@discordjs/builders" : "^0.12.0", "@discordjs/rest" : "^0.3.0", "axios" : "^0.26.1", "discord-api-types" : "^0.29.0", "discord.js" : "^13.6.0", "dotenv" : "^16.0.0"}, "devDependencies" : {"nodemon" : "^2.0.15"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}, "required": ["dev"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@discordjs/builders": {"type": "string"}, "@discordjs/rest": {"type": "string"}, "axios": {"type": "string"}, "discord-api-types": {"type": "string"}, "discord.js": {"type": "string"}, "dotenv": {"type": "string"}}, "required": ["@discordjs/builders", "@discordjs/rest", "axios", "discord-api-types", "discord.js", "dotenv"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-vjjh-7673-9x6q", "modified" : "2022-05-02T00:00:57Z", "published" : "2022-05-02T00:00:56Z", "aliases" : ["CVE-2008-3521"], "details" : "Race condition in the jas_stream_tmpfile function in libjasper/base/jas_stream.c in JasPer 1.900.1 allows local users to cause a denial of service (program exit) by creating the appropriate tmp.XXXXXXXXXX temporary file, which causes Jasper to exit. NOTE: this was originally reported as a symlink issue, but this was incorrect. NOTE: some vendors dispute the severity of this issue, but it satisfies CVE's requirements for inclusion.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2008-3521"}, {"type" : "WEB", "url" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2008-3521"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/45622"}, {"type" : "WEB", "url" : "http://bugs.gentoo.org/attachment.cgi?id=163282&action=view"}, {"type" : "WEB", "url" : "http://bugs.gentoo.org/show_bug.cgi?id=222819"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/34391"}, {"type" : "WEB", "url" : "http://www.mandriva.com/security/advisories?name=MDVSA-2009:142"}, {"type" : "WEB", "url" : "http://www.mandriva.com/security/advisories?name=MDVSA-2009:164"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/31470"}, {"type" : "WEB", "url" : "http://www.ubuntu.com/usn/USN-742-1"}], "database_specific" : {"cwe_ids" : ["CWE-59"], "severity" : "HIGH", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Resources": {"type": "object", "properties": {"MyDB": {"type": "object", "properties": {"Type": {"type": "string"}, "Properties": {"type": "object", "properties": {"AllocatedStorage": {"type": "string"}, "DBInstanceClass": {"type": "string"}, "Engine": {"type": "string"}, "EngineVersion": {"type": "string"}, "Iops": {"type": "string"}, "PubliclyAccessible": {"type": "string"}, "StorageEncrypted": {"type": "boolean"}}, "required": ["AllocatedStorage", "DBInstanceClass", "Engine", "EngineVersion", "Iops", "PubliclyAccessible", "StorageEncrypted"]}}, "required": ["Type", "Properties"]}}, "required": ["MyDB"]}}, "required": ["Resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Resources" : {"MyDB" : {"Type" : "AWS::RDS::DBInstance", "Properties" : {"AllocatedStorage" : "100", "DBInstanceClass" : "db.m1.small", "Engine" : "MySQL", "EngineVersion" : "5.6.13", "Iops" : "1000", "PubliclyAccessible" : "false", "StorageEncrypted" : false}}}} | json_instruct | {"type": "object", "properties": {"Resources": {"type": "object", "properties": {"MyDB": {"type": "object", "properties": {"Type": {"type": "string"}, "Properties": {"type": "object", "properties": {"AllocatedStorage": {"type": "string"}, "DBInstanceClass": {"type": "string"}, "Engine": {"type": "string"}, "EngineVersion": {"type": "string"}, "Iops": {"type": "string"}, "PubliclyAccessible": {"type": "string"}, "StorageEncrypted": {"type": "boolean"}}, "required": ["AllocatedStorage", "DBInstanceClass", "Engine", "EngineVersion", "Iops", "PubliclyAccessible", "StorageEncrypted"]}}, "required": ["Type", "Properties"]}}, "required": ["MyDB"]}}, "required": ["Resources"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer"}, "coverage": {"type": "number"}, "publisher_slug": {"type": "string"}, "access_logs": {"type": "object", "properties": {"downloads": {"type": "number"}, "visitors": {"type": "number"}, "countries": {"type": "number"}, "days": {"type": "number"}, "months": {"type": "number"}, "n_articles_requested": {"type": "integer"}, "n_articles": {"type": "integer"}}, "required": ["downloads", "visitors", "countries", "days", "months", "n_articles_requested", "n_articles"]}}, "required": ["publisher_name", "journals", "scihub", "crossref_open_access", "crossref_active", "crossref", "coverage", "publisher_slug", "access_logs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"publisher_name" : "Frontiers Media S.A.", "journals" : 32, "scihub" : 10407, "crossref_open_access" : 62989, "crossref_active" : 63994, "crossref" : 64101, "coverage" : 0.16235316, "publisher_slug" : "frontiers-media-s-a", "access_logs" : {"downloads" : 0.1123, "visitors" : 0.10659, "countries" : 0.09451, "days" : 0.10433, "months" : 0.09518, "n_articles_requested" : 1475, "n_articles" : 19448}} | json_instruct | {"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer"}, "coverage": {"type": "number"}, "publisher_slug": {"type": "string"}, "access_logs": {"type": "object", "properties": {"downloads": {"type": "number"}, "visitors": {"type": "number"}, "countries": {"type": "number"}, "days": {"type": "number"}, "months": {"type": "number"}, "n_articles_requested": {"type": "integer"}, "n_articles": {"type": "integer"}}, "required": ["downloads", "visitors", "countries", "days", "months", "n_articles_requested", "n_articles"]}}, "required": ["publisher_name", "journals", "scihub", "crossref_open_access", "crossref_active", "crossref", "coverage", "publisher_slug", "access_logs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Rimbach-zell", "circ" : "2\u00e8me circonscription", "dpt" : "Haut-Rhin", "inscrits" : 174, "abs" : 94, "votants" : 80, "blancs" : 10, "nuls" : 0, "exp" : 70, "res" : [{"nuance" : "LR", "nom" : "M. Jacques CATTIN", "voix" : 36}, {"nuance" : "REM", "nom" : "M. Hubert OTT", "voix" : 34}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"mockedFieldPost": {"type": "string"}}, "required": ["mockedFieldPost"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mockedFieldPost" : "mockedValuePost"} | json_instruct | {"type": "object", "properties": {"mockedFieldPost": {"type": "string"}}, "required": ["mockedFieldPost"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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" : "toy_stand_dazzling_delights", "originalId" : 373105, "rarity" : 3, "name" : "Spielzeugstand \u2013 \u201eBunte Spielzeugwelt\u201c", "description" : "Ein Stand mit einer Vielzahl interessanter Spielzeuge, unter denen die Drachen am beliebtesten sind.\\nMan erz\u00e4hlt sich, dass die Millelithen einst Drachen benutzten, um Nachrichten zu \u00fcberbringen, und sogar gro\u00dfe Drachen zum Transport schwerer Frachtst\u00fccke einsetzten. Kinder, die sehr leicht sind und noch keinen Windgleiter benutzen k\u00f6nnen, k\u00f6nnen daher nur unter Begleitung ihrer Eltern einen Drachen steigen lassen, sonst w\u00fcrden sie mit den Drachen zusammen wegfliegen.\\nAu\u00dferdem hat der Rat f\u00fcr Allgemeine Angelegenheiten ausdr\u00fccklich festgelegt, dass das Steigenlassen von Drachen am Feiyun-Hang und an der Yujing-Terrasse streng verboten ist.", "load" : 61, "energy" : 60, "exp" : 60, "category" : [{"id" : 7001, "category" : "Gegenstand", "type" : "Exterior"}], "recipe" : [{"id" : "fir_wood", "name" : "Tannenholz", "amount" : 4}, {"id" : "bamboo_segment", "name" : "Bambussegment", "amount" : 4}, {"id" : "fabric", "name" : "Stoff", "amount" : 4}]} | 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#"} |
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" : [[[-82.968511, 42.508837], [-82.948145, 42.509327], [-82.947872, 42.50184], [-82.968236, 42.501514], [-82.968511, 42.508837]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 31669}}]} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "avatar": {"type": "string"}, "status": {"type": "string"}, "mood": {"type": "string"}}, "required": ["id", "name", "avatar", "status", "mood"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"id" : "5725a6802d10e277a0f35724", "name" : "John Doe", "avatar" : "assets/images/avatars/profile.jpg", "status" : "online", "mood" : "it's a status....not your diary..."}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "avatar": {"type": "string"}, "status": {"type": "string"}, "mood": {"type": "string"}}, "required": ["id", "name", "avatar", "status", "mood"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"merged" : "/Users/JWeb56/AndroidStudioProjects/PopularMovies/app/build/intermediates/res/merged/release/mipmap-mdpi-v4/ic_launcher.png", "source" : "/Users/JWeb56/AndroidStudioProjects/PopularMovies/app/src/main/res/mipmap-mdpi/ic_launcher.png"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"css/flag-icon.css": {"type": "string"}, "css/flag-icon.min.css": {"type": "string"}}, "required": ["css/flag-icon.css", "css/flag-icon.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"css/flag-icon.css" : "sha256-O12g4R902yuzg+vGwa3e6RPaAtDI6nFWBIoR6u+Zt6Q=", "css/flag-icon.min.css" : "sha256-DnlG+JMhWY2X8j68q6OnnGSi1HMJ380QyAUGhA3U++8="} | json_instruct | {"type": "object", "properties": {"css/flag-icon.css": {"type": "string"}, "css/flag-icon.min.css": {"type": "string"}}, "required": ["css/flag-icon.css", "css/flag-icon.min.css"], "$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": {"body-parser": {"type": "string"}, "cgi": {"type": "string"}, "compression": {"type": "string"}, "connect-multiparty": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "ipware": {"type": "string"}, "serve-static": {"type": "string"}, "walk": {"type": "string"}}, "required": ["body-parser", "cgi", "compression", "connect-multiparty", "cors", "express", "ipware", "serve-static", "walk"]}, "bin": {"type": "object", "properties": {"cgi": {"type": "string"}}, "required": ["cgi"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "bin", "devDependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "easy-cgi", "version" : "1.0.5", "description" : "Easily create a CGI server", "main" : "index.js", "dependencies" : {"body-parser" : "^1.18.2", "cgi" : "^0.3.1", "compression" : "^1.7.1", "connect-multiparty" : "^2.1.0", "cors" : "^2.8.4", "express" : "^4.16.2", "ipware" : "^1.0.0", "serve-static" : "^1.13.1", "walk" : "^2.3.9"}, "bin" : {"cgi" : "index.js"}, "devDependencies" : {}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/samuelnovaes/easy-cgi.git"}, "keywords" : ["easy", "cgi", "server", "http", "web"], "author" : "Samuel Novaes Sena", "license" : "ISC", "bugs" : {"url" : "https://github.com/samuelnovaes/easy-cgi/issues"}, "homepage" : "https://github.com/samuelnovaes/easy-cgi#readme"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cgi": {"type": "string"}, "compression": {"type": "string"}, "connect-multiparty": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "ipware": {"type": "string"}, "serve-static": {"type": "string"}, "walk": {"type": "string"}}, "required": ["body-parser", "cgi", "compression", "connect-multiparty", "cors", "express", "ipware", "serve-static", "walk"]}, "bin": {"type": "object", "properties": {"cgi": {"type": "string"}}, "required": ["cgi"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "bin", "devDependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"datestamp": {"type": "string"}, "title": {"type": "string"}, "creator": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "subject": {"type": "array", "items": {"type": "string"}}}, "required": ["datestamp", "title", "creator", "identifier", "description", "subject"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"datestamp" : "Wed Apr 14 21:22:45 EDT 2021", "title" : "Replication data for: Housing Vouchers and the Price of Rental Housing", "creator" : "Michael D. Eriksen", "identifier" : ["114569", "114569", "https://doi.org/10.3886/E114569V1"], "description" : "We estimate the effect of increasing the supply of housing vouchers on rents using a panel of housing units in the American Housing Survey. We do not find that an increase in vouchers affected the overall price of rental housing but do estimate differences in effects based on an individual unit's rent before the voucher expansion. Our results are consistent with voucher recipients renting more expensive units after receiving the subsidy. We also find that the largest price increases were for units near the maximum allowable voucher rent in cities with an inelastic housing supply. (JEL H23, I38, R31, R38)", "subject" : ["H23 Taxation and Subsidies: Externalities; Redistributive Effects; Environmental Taxes and Subsidies", "I38 Welfare, Well-Being, and Poverty: Government Programs; Provision and Effects of Welfare Programs", "R31 Housing Supply and Markets", "R38 Production Analysis and Firm Location: Government Policy"]} | json_instruct | {"type": "object", "properties": {"datestamp": {"type": "string"}, "title": {"type": "string"}, "creator": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "subject": {"type": "array", "items": {"type": "string"}}}, "required": ["datestamp", "title", "creator", "identifier", "description", "subject"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 6.0, 1.0, 3.0, 2.0, 1.0, 4.0, 0.0, 0.0, 3.0, 4.0, 0.0, 1.0, 0.0, 2.0, 1.0] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"vue2-leaflet.js": {"type": "string"}, "vue2-leaflet.min.js": {"type": "string"}}, "required": ["vue2-leaflet.js", "vue2-leaflet.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vue2-leaflet.js" : "sha512-zCczav//93wgNP5lbgps4iyWQ5nbFTCtZ6dMrndnFf2DdNS5dIecGVuLm/Gv9xvNYO168zkqQMBYCP67A9kCmw==", "vue2-leaflet.min.js" : "sha512-PFo4yAw95URhDldaihNdE//6+G/wtkt9NpTTWy3JMhj9HGkrYF8Euwj8KmZISu7NibgK1WBGZh5h4ABZSOmnjQ=="} | json_instruct | {"type": "object", "properties": {"vue2-leaflet.js": {"type": "string"}, "vue2-leaflet.min.js": {"type": "string"}}, "required": ["vue2-leaflet.js", "vue2-leaflet.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"animations": {"type": "array", "items": {"type": "object", "properties": {"offsets": {"type": "array", "items": {}}, "loop": {"type": "boolean"}, "anim": {"type": "string"}, "fps": {"type": "integer"}, "name": {"type": "string"}, "indices": {"type": "array", "items": {}}}, "required": ["offsets", "loop", "anim", "fps", "name", "indices"]}}, "no_antialiasing": {"type": "boolean"}, "image": {"type": "string"}, "position": {"type": "array", "items": {}}, "healthicon": {"type": "string"}, "flip_x": {"type": "boolean"}, "healthbar_colors": {"type": "array", "items": {"type": "integer"}}, "camera_position": {"type": "array", "items": {}}, "sing_duration": {"type": "integer"}}, "required": ["animations", "no_antialiasing", "image", "position", "healthicon", "flip_x", "healthbar_colors", "camera_position", "sing_duration"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"animations" : [{"offsets" : [], "loop" : false, "anim" : "singLEFT", "fps" : 24, "name" : "ness leftangry", "indices" : []}, {"offsets" : [], "loop" : false, "anim" : "singDOWN", "fps" : 24, "name" : "ness downangry", "indices" : []}, {"offsets" : [], "loop" : false, "anim" : "singUP", "fps" : 24, "name" : "ness upangry", "indices" : []}, {"offsets" : [], "loop" : false, "anim" : "singRIGHT", "fps" : 24, "name" : "ness rightangry", "indices" : []}, {"offsets" : [], "loop" : false, "anim" : "idle", "fps" : 24, "name" : "ness idleangry", "indices" : []}], "no_antialiasing" : false, "image" : "characters/nessangry", "position" : [], "healthicon" : "ness", "flip_x" : false, "healthbar_colors" : [107, 173, 222], "camera_position" : [], "sing_duration" : 4} | json_instruct | {"type": "object", "properties": {"animations": {"type": "array", "items": {"type": "object", "properties": {"offsets": {"type": "array", "items": {}}, "loop": {"type": "boolean"}, "anim": {"type": "string"}, "fps": {"type": "integer"}, "name": {"type": "string"}, "indices": {"type": "array", "items": {}}}, "required": ["offsets", "loop", "anim", "fps", "name", "indices"]}}, "no_antialiasing": {"type": "boolean"}, "image": {"type": "string"}, "position": {"type": "array", "items": {}}, "healthicon": {"type": "string"}, "flip_x": {"type": "boolean"}, "healthbar_colors": {"type": "array", "items": {"type": "integer"}}, "camera_position": {"type": "array", "items": {}}, "sing_duration": {"type": "integer"}}, "required": ["animations", "no_antialiasing", "image", "position", "healthicon", "flip_x", "healthbar_colors", "camera_position", "sing_duration"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "type": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["src", "type", "sizes"]}}, "start_url": {"type": "string"}}, "required": ["short_name", "name", "icons", "start_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"short_name" : "Me:al", "name" : "A nice LGBT friendly restaurants list that you can vote them based on their friendliness", "icons" : [{"src" : "./img/icons/icon-1x.png", "type" : "image/png", "sizes" : "48x48"}, {"src" : "./img/icons/icon-2x.png", "type" : "image/png", "sizes" : "96x96"}, {"src" : "./img/icons/icon-4x.png", "type" : "image/png", "sizes" : "192x192"}], "start_url" : "/"} | json_instruct | {"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "type": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["src", "type", "sizes"]}}, "start_url": {"type": "string"}}, "required": ["short_name", "name", "icons", "start_url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}, "extends": {"type": "array", "items": {"type": "string"}}}, "required": ["plugins", "extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"plugins" : ["react-native"], "extends" : ["plugin:react-native/all"]} | json_instruct | {"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}, "extends": {"type": "array", "items": {"type": "string"}}}, "required": ["plugins", "extends"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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" : [212.916, 124.964, 1, 212.312, 146.839, 1, 196.257, 148.25, 1, 175.088, 172.805, 1, 197.522, 190.688, 1, 231.811, 146.382, 1, 255.336, 167.202, 1, 235.596, 168.124, 1, 199.072, 201.279, 1, 185.129, 245.725, 1, 176.21, 293.279, 1, 223.391, 199.783, 1, 246.65, 249.892, 1, 257.394, 299.536, 1, 209.987, 122.085, 1, 218.874, 122.948, 1, 204.055, 128.519, 1, 225.887, 129.807, 1], "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 a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "stats": {"type": "object", "properties": {"vitality": {"type": "number"}, "weight": {"type": "number"}, "strength": {"type": "number"}}, "required": ["vitality", "weight", "strength"]}, "vital": {"type": "boolean"}, "enabled": {"type": "boolean"}, "layer": {"type": "integer"}, "hitbox": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "attachments": {"type": "array", "items": {"type": "object", "properties": {"part": {"type": "null"}, "offset": {"type": "array", "items": {"type": "number"}}, "rotation": {"type": "number"}, "default": {"type": "string"}}, "required": ["part", "offset", "rotation", "default"]}}}, "required": ["name", "tags", "stats", "vital", "enabled", "layer", "hitbox", "attachments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Goblin left arm", "tags" : ["arm"], "stats" : {"vitality" : 25.0, "weight" : 10.0, "strength" : 15.0}, "vital" : false, "enabled" : true, "layer" : 2, "hitbox" : [[-7.0, -5.0], [-7.0, 55.0], [7.0, 55.0], [7.0, -5.0]], "attachments" : [{"part" : null, "offset" : [0.0, 55.0], "rotation" : 0.0, "default" : "resources/beings/goblin/left_hand.json"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "stats": {"type": "object", "properties": {"vitality": {"type": "number"}, "weight": {"type": "number"}, "strength": {"type": "number"}}, "required": ["vitality", "weight", "strength"]}, "vital": {"type": "boolean"}, "enabled": {"type": "boolean"}, "layer": {"type": "integer"}, "hitbox": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "attachments": {"type": "array", "items": {"type": "object", "properties": {"part": {"type": "null"}, "offset": {"type": "array", "items": {"type": "number"}}, "rotation": {"type": "number"}, "default": {"type": "string"}}, "required": ["part", "offset", "rotation", "default"]}}}, "required": ["name", "tags", "stats", "vital", "enabled", "layer", "hitbox", "attachments"], "$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"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "level": {"type": "string"}, "name": {"type": "string"}, "operator": {"type": "string"}, "phone": {"type": "string"}, "shop": {"type": "string"}, "website": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:country", "addr:housenumber", "addr:postcode", "addr:street", "level", "name", "operator", "phone", "shop", "website", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "id" : "node/4975955237", "properties" : {"addr:city" : "Meersburg", "addr:country" : "DE", "addr:housenumber" : "27", "addr:postcode" : "88709", "addr:street" : "Lehrenweg", "level" : "0", "name" : "Fohrenberghof", "operator" : "Lucie Wurst", "phone" : "+49 7532 6011", "shop" : "farm", "website" : "http://fohrenberghof.com", "id" : "node/4975955237"}, "geometry" : {"type" : "Point", "coordinates" : [9.2763434, 47.6971082]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "level": {"type": "string"}, "name": {"type": "string"}, "operator": {"type": "string"}, "phone": {"type": "string"}, "shop": {"type": "string"}, "website": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:country", "addr:housenumber", "addr:postcode", "addr:street", "level", "name", "operator", "phone", "shop", "website", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "ORAN", "frequency" : 0, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"node-sass": {"type": "string"}, "npm-run-all": {"type": "string"}, "react-scripts": {"type": "string"}}, "required": ["node-sass", "npm-run-all", "react-scripts"]}, "dependencies": {"type": "object", "properties": {"history": {"type": "string"}, "immutable": {"type": "string"}, "intl": {"type": "string"}, "intl-locales-supported": {"type": "string"}, "material-design-icons": {"type": "string"}, "material-ui": {"type": "string"}, "random-string": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-google-maps": {"type": "string"}, "react-js-pagination": {"type": "string"}, "react-loading-spinner": {"type": "string"}, "react-responsive-table": {"type": "string"}, "react-router": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-tap-event-plugin": {"type": "string"}}, "required": ["history", "immutable", "intl", "intl-locales-supported", "material-design-icons", "material-ui", "random-string", "react", "react-dom", "react-google-maps", "react-js-pagination", "react-loading-spinner", "react-responsive-table", "react-router", "react-router-dom", "react-tap-event-plugin"]}, "scripts": {"type": "object", "properties": {"build-css": {"type": "string"}, "watch-css": {"type": "string"}, "start-js": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["build-css", "watch-css", "start-js", "start", "build", "test", "eject"]}}, "required": ["name", "version", "private", "homepage", "devDependencies", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "litebyte-demo-1", "version" : "1.0.0", "private" : true, "homepage" : "http://litebyte.us", "devDependencies" : {"node-sass" : "^4.5.0", "npm-run-all" : "^4.0.1", "react-scripts" : "0.9.0"}, "dependencies" : {"history" : "^2.1.2", "immutable" : "^3.8.1", "intl" : "^1.2.5", "intl-locales-supported" : "^1.0.0", "material-design-icons" : "^3.0.1", "material-ui" : "^0.17.0", "random-string" : "^0.1.2", "react" : "^15.4.2", "react-dom" : "^15.4.2", "react-google-maps" : "^6.0.1", "react-js-pagination" : "^2.0.2", "react-loading-spinner" : "^1.0.12", "react-responsive-table" : "^2.0.11", "react-router" : "^4.0.0", "react-router-dom" : "^4.0.0", "react-tap-event-plugin" : "^2.0.1"}, "scripts" : {"build-css" : "node-sass src/scss -o public/", "watch-css" : "npm run build-css && node-sass src/scss -o public/ --watch", "start-js" : "react-scripts start", "start" : "npm-run-all -p watch-css start-js", "build" : "npm run build-css && react-scripts build", "test" : "react-scripts test --env=jsdom", "eject" : "react-scripts eject"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"node-sass": {"type": "string"}, "npm-run-all": {"type": "string"}, "react-scripts": {"type": "string"}}, "required": ["node-sass", "npm-run-all", "react-scripts"]}, "dependencies": {"type": "object", "properties": {"history": {"type": "string"}, "immutable": {"type": "string"}, "intl": {"type": "string"}, "intl-locales-supported": {"type": "string"}, "material-design-icons": {"type": "string"}, "material-ui": {"type": "string"}, "random-string": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-google-maps": {"type": "string"}, "react-js-pagination": {"type": "string"}, "react-loading-spinner": {"type": "string"}, "react-responsive-table": {"type": "string"}, "react-router": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-tap-event-plugin": {"type": "string"}}, "required": ["history", "immutable", "intl", "intl-locales-supported", "material-design-icons", "material-ui", "random-string", "react", "react-dom", "react-google-maps", "react-js-pagination", "react-loading-spinner", "react-responsive-table", "react-router", "react-router-dom", "react-tap-event-plugin"]}, "scripts": {"type": "object", "properties": {"build-css": {"type": "string"}, "watch-css": {"type": "string"}, "start-js": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["build-css", "watch-css", "start-js", "start", "build", "test", "eject"]}}, "required": ["name", "version", "private", "homepage", "devDependencies", "dependencies", "scripts"], "$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" : "Meudon", "dpt" : "Hauts-de-Seine", "inscrits" : 31280, "abs" : 5715, "votants" : 25565, "blancs" : 310, "nuls" : 95, "exp" : 25160, "res" : [{"panneau" : "3", "voix" : 8239}, {"panneau" : "11", "voix" : 7239}, {"panneau" : "9", "voix" : 4225}, {"panneau" : "2", "voix" : 2003}, {"panneau" : "4", "voix" : 1977}, {"panneau" : "1", "voix" : 682}, {"panneau" : "10", "voix" : 281}, {"panneau" : "6", "voix" : 193}, {"panneau" : "8", "voix" : 179}, {"panneau" : "5", "voix" : 97}, {"panneau" : "7", "voix" : 45}]} | 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": {"version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"identifier": {"type": "string"}}, "required": ["identifier"]}, "url": {"type": "string"}, "hash": {"type": "string"}, "depends": {"type": "string"}, "pre_install": {"type": "string"}, "installer": {"type": "object", "properties": {"script": {"type": "string"}}, "required": ["script"]}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {"type": "object", "properties": {"url": {"type": "string"}, "regex": {"type": "string"}}, "required": ["url", "regex"]}, "autoupdate": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["version", "homepage", "description", "license", "url", "hash", "depends", "pre_install", "installer", "shortcuts", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "4.9.3", "homepage" : "https://www.archimatetool.com", "description" : "The Open Source modelling toolkit for creating ArchiMate models and sketches", "license" : {"identifier" : "MIT"}, "url" : "https://www.archimatetool.com/downloads/archi/4.9.3/Archi-4.9.3-SUMSSHA1", "hash" : "07aad93b8a18cb984af4e2b888563a43e12c41f26ed9353eef0830ccaee011a3", "depends" : "busybox", "pre_install" : "$ret = (Invoke-WebRequest -UseBasicParsing -Uri 'https://www.archimatetool.com/download').Content -match \"<script type='text/javascript' src='(?<GlobalJsUrl>[a-z0-9/\\.\\?=:\\-]+)' id='global-js'>\" ; $GlobalJsUrl=$Matches.GlobalJsUrl ; $GlobalJsContents=(Invoke-WebRequest -UseBasicParsing -Uri $GlobalJsUrl).Content ; $GlobalJsContentsClean = (Invoke-WebRequest -UseBasicParsing -Uri 'http://www.jsnice.org/beautify?pretty=1&rename=1&types=1&packers=1&transpile=0&suggest=0' -Method 'POST' -Body $GlobalJsContents).Content ; $ret = $GlobalJsContentsClean -match '\\\\\"name\\\\\", \\\\\"(?<DownloadKey>.+)\\\\\", \\\\\"type' ; $DownloadKey=$Matches.DownloadKey ; busybox.exe wget -O $dir\\Archi-Win64-$version.zip --post-data \"$DownloadKey=archi%2F$version%2FArchi-Win64-$version.zip\" https://www.archimatetool.com/downloads/", "installer" : {"script" : "$ret = 7z.exe x -bd -o\"$dir\\\" $dir\\Archi-Win64-$version.zip"}, "shortcuts" : [["Archi\\Archi.exe", "Archi"]], "checkver" : {"url" : "https://www.archimatetool.com/download/", "regex" : "data-version=\\\"([\\d.]+)\\\""}, "autoupdate" : {"url" : "https://www.archimatetool.com/downloads/archi/$version/Archi-$version-SUMSSHA1"}} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"identifier": {"type": "string"}}, "required": ["identifier"]}, "url": {"type": "string"}, "hash": {"type": "string"}, "depends": {"type": "string"}, "pre_install": {"type": "string"}, "installer": {"type": "object", "properties": {"script": {"type": "string"}}, "required": ["script"]}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {"type": "object", "properties": {"url": {"type": "string"}, "regex": {"type": "string"}}, "required": ["url", "regex"]}, "autoupdate": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["version", "homepage", "description", "license", "url", "hash", "depends", "pre_install", "installer", "shortcuts", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"recipient": {"type": "object", "properties": {"regime": {"type": "string"}, "identifier": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}, "email": {"type": "string"}}, "required": ["regime", "identifier", "email"]}, "subject": {"type": "string"}, "renderUrl": {"type": "object", "properties": {"service": {"type": "string"}, "url": {"type": "string"}}, "required": ["service", "url"]}, "validFrom": {"type": "string"}, "externalRef": {"type": "object", "properties": {"id": {"type": "string"}, "source": {"type": "string"}}, "required": ["id", "source"]}, "hash": {"type": "string"}, "alertQueue": {"type": "string"}, "alertFrom": {"type": "string"}, "status": {"type": "string"}, "content": {"type": "string"}, "statutory": {"type": "boolean"}, "alertDetails": {"type": "object", "properties": {"templateId": {"type": "string"}, "recipientName": {"type": "object", "properties": {"title": {"type": "string"}, "forename": {"type": "string"}, "secondForename": {"type": "string"}, "surname": {"type": "string"}, "honours": {"type": "string"}, "line1": {"type": "string"}}, "required": ["title", "forename", "secondForename", "surname", "honours", "line1"]}}, "required": ["templateId", "recipientName"]}, "alerts": {"type": "object", "properties": {"emailAddress": {"type": "string"}, "success": {"type": "boolean"}}, "required": ["emailAddress", "success"]}, "tags": {"type": "object", "properties": {"notificationType": {"type": "string"}}, "required": ["notificationType"]}}, "required": ["recipient", "subject", "renderUrl", "validFrom", "externalRef", "hash", "alertQueue", "alertFrom", "status", "content", "statutory", "alertDetails", "alerts", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"recipient" : {"regime" : "cds", "identifier" : {"name" : "HMRC-CUS-ORG", "value" : "GB1234567890"}, "email" : "test@test.com"}, "subject" : "Test have subjects11", "renderUrl" : {"service" : "message", "url" : "/messages/6086dc1f4700009fed2f5745/content"}, "validFrom" : "2021-04-26", "externalRef" : {"id" : "1234567891234567892", "source" : "mdtp"}, "hash" : "LfK755SXhY2rlc9kL50ohJZ2dvRzZGjU74kjcdJMAcY=", "alertQueue" : "DEFAULT", "alertFrom" : "2021-04-26", "status" : "succeeded", "content" : "<h2>Test content</h2>", "statutory" : false, "alertDetails" : {"templateId" : "cds_ddi_setup_dcs_alert", "recipientName" : {"title" : "Dr", "forename" : "Bruce", "secondForename" : "Hulk", "surname" : "Banner", "honours" : "Green", "line1" : "Line1"}}, "alerts" : {"emailAddress" : "test@test.com", "success" : true}, "tags" : {"notificationType" : "Direct Debit"}} | json_instruct | {"type": "object", "properties": {"recipient": {"type": "object", "properties": {"regime": {"type": "string"}, "identifier": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}, "email": {"type": "string"}}, "required": ["regime", "identifier", "email"]}, "subject": {"type": "string"}, "renderUrl": {"type": "object", "properties": {"service": {"type": "string"}, "url": {"type": "string"}}, "required": ["service", "url"]}, "validFrom": {"type": "string"}, "externalRef": {"type": "object", "properties": {"id": {"type": "string"}, "source": {"type": "string"}}, "required": ["id", "source"]}, "hash": {"type": "string"}, "alertQueue": {"type": "string"}, "alertFrom": {"type": "string"}, "status": {"type": "string"}, "content": {"type": "string"}, "statutory": {"type": "boolean"}, "alertDetails": {"type": "object", "properties": {"templateId": {"type": "string"}, "recipientName": {"type": "object", "properties": {"title": {"type": "string"}, "forename": {"type": "string"}, "secondForename": {"type": "string"}, "surname": {"type": "string"}, "honours": {"type": "string"}, "line1": {"type": "string"}}, "required": ["title", "forename", "secondForename", "surname", "honours", "line1"]}}, "required": ["templateId", "recipientName"]}, "alerts": {"type": "object", "properties": {"emailAddress": {"type": "string"}, "success": {"type": "boolean"}}, "required": ["emailAddress", "success"]}, "tags": {"type": "object", "properties": {"notificationType": {"type": "string"}}, "required": ["notificationType"]}}, "required": ["recipient", "subject", "renderUrl", "validFrom", "externalRef", "hash", "alertQueue", "alertFrom", "status", "content", "statutory", "alertDetails", "alerts", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 30057, "cartId" : "32d1a420-a3f9-49be-a4ed-07277ad52c3f", "preferredProducts" : [1573], "productReviews" : [{"productId" : 1979, "reviewText" : "It only works when I'm Norway.", "reviewDate" : "2018-03-30T19:09:55.7937942+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "subject": {"type": "string"}, "column": {"type": "string"}, "intro": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "cover": {"type": "string"}, "date": {"type": "string"}}, "required": ["name", "title", "author", "subject", "column", "intro", "keywords", "cover", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "\uff1c\u7279\u7a3f\uff1e\u4ece\u4fdd\u9493\u7fa4\u4f17\u8fd0\u52a8\u770b\u5f53\u4ee3\u4e2d\u56fd\u7684\u201c\u4e3b\u4e49\u4e4b\u4e89\u201d", "title" : "\uff1c\u7279\u7a3f\uff1e\u4ece\u4fdd\u9493\u7fa4\u4f17\u8fd0\u52a8\u770b\u5f53\u4ee3\u4e2d\u56fd\u7684\u201c\u4e3b\u4e49\u4e4b\u4e89\u201d", "author" : "\u4f5a\u540d", "subject" : "", "column" : "", "intro" : "**\u6211\u975e\u601d\u60f3\u53f2\u4e13\u5bb6\uff0c\u672c\u6587\u7684\u7bc7\u5e45\u4e5f\u4e0d\u8db3\u4ee5\u8ba9\u6211\u4eec\u5168\u9762\u68c0\u89c6100\u591a\u5e74\u6765\u4e2d\u56fd\u73b0\u4ee3\u601d\u60f3\u7684\u5f62\u6210\u548c\u53d8\u8fc1\uff0c\u4f46\u6211\u60f3\u901a\u8fc7\u6211\u4eec\u8fd9\u4e00\u4ee3\u4eba\u6240\u4eb2\u8eab\u76ee\u7779\u548c\u4eb2\u8eab\u7ecf\u5386\u768420\u4e16\u7eaa80\u5e74\u4ee3\u4ee5\u540e\u7684\u4e00\u7cfb...", "keywords" : ["\u4fdd\u5b88\u4e3b\u4e49", "\u6c11\u65cf\u4e3b\u4e49", "\u9493\u9c7c\u5c9b\u4e8b\u4ef6\u4e0e\u53cd\u65e5\u6d6a\u6f6e\u4e13\u9898", "\u4e3b\u4e49\u4e4b\u4e89", "\u6fc0\u8fdb\u4e3b\u4e49", "\u5317\u6597\u4e13\u9898", "\u6c11\u7cb9", "\u81ea\u7531\u4e3b\u4e49", "\u65b0\u5de6\u6d3e", "\u5929\u4e0b\u4e3b\u4e49"], "cover" : "aa954f95-17be-4b71-b36e-4707023267f7.jpg", "date" : "2012-10-04T10:00:55.000Z"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "subject": {"type": "string"}, "column": {"type": "string"}, "intro": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "cover": {"type": "string"}, "date": {"type": "string"}}, "required": ["name", "title", "author", "subject", "column", "intro", "keywords", "cover", "date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : [{"author" : "Marcus Derigs"}, {"author" : "Anika Pehl"}, {"author" : "Jorge Riera-Knorrenschild"}, {"author" : "Rainer Hofmann"}, {"author" : "Axel Hegele"}], "doi" : "10.1186/s12894-020-00616-3", "publication_date" : "2020-05-08", "id" : "EN111085", "url" : "https://pubmed.ncbi.nlm.nih.gov/32375712", "source" : "BMC urology", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubmed", "description" : "", "text" : "A 28-year-old Caucasian male presented repeatedly with urinary retention. First, he was misdiagnosed with alcohol-induced urinary retention and later with benign prostatic hyperplasia. After the appearance of new symptoms, including hematuria and hydronephrosis, endoscopic and radiographic evaluation was performed. Transurethral biopsy of the prostate secured the diagnosis of Burkitt's lymphoma. The symptoms receded under chemotherapy and complete remission of the disease was established."} | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["commentStamp", "super", "category", "classinstvars", "pools", "classvars", "instvars", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"commentStamp" : "kdt 1/19/2009 10:58", "super" : "PTNamed", "category" : "Prototype-Core-Observers", "classinstvars" : [], "pools" : [], "classvars" : [], "instvars" : ["frequency", "function"], "name" : "PTTimedObserver", "type" : "normal"} | json_instruct | {"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["commentStamp", "super", "category", "classinstvars", "pools", "classvars", "instvars", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"jumpToPermissions_jump_to.txt": {"type": "object", "properties": {"global_cache": {"type": "boolean"}, "version_id": {"type": "integer"}, "version_string": {"type": "string"}, "hash": {"type": "string"}}, "required": ["global_cache", "version_id", "version_string", "hash"]}}, "required": ["jumpToPermissions_jump_to.txt"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jumpToPermissions_jump_to.txt" : {"global_cache" : false, "version_id" : 2000070, "version_string" : "2.0.0", "hash" : "da180a8dcefe421341be745d66137c62"}} | json_instruct | {"type": "object", "properties": {"jumpToPermissions_jump_to.txt": {"type": "object", "properties": {"global_cache": {"type": "boolean"}, "version_id": {"type": "integer"}, "version_string": {"type": "string"}, "hash": {"type": "string"}}, "required": ["global_cache", "version_id", "version_string", "hash"]}}, "required": ["jumpToPermissions_jump_to.txt"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Math.abs": {"type": "string"}, "Math.max": {"type": "string"}, "Math.min": {"type": "string"}}, "required": ["Math.abs", "Math.max", "Math.min"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Math.abs" : "Returnerar absolutbeloppet av ett tal (v\u00e4rdet utan h\u00e4nsyn till huruvida det \u00e4r positivt eller negativt). \nTill exempel \u00e4r absolutbeloppet av -5 detsamma som absolutbeloppet av 5.", "Math.max" : "Returnerar det st\u00f6rre av tv\u00e5 givna numeriska uttryck.", "Math.min" : "Returnerar det mindre av tv\u00e5 givna numeriska uttryck."} | json_instruct | {"type": "object", "properties": {"Math.abs": {"type": "string"}, "Math.max": {"type": "string"}, "Math.min": {"type": "string"}}, "required": ["Math.abs", "Math.max", "Math.min"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Intron maturase": {"type": "string"}, "Q9MV46": {"type": "string"}, "MATK_ABIHL": {"type": "string"}, "Maturase K": {"type": "string"}, "matK": {"type": "string"}}, "required": ["Intron maturase", "Q9MV46", "MATK_ABIHL", "Maturase K", "matK"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Intron maturase" : "Q9MV46", "Q9MV46" : "Q9MV46", "MATK_ABIHL" : "Q9MV46", "Maturase K" : "Q9MV46", "matK" : "Q9MV46"} | json_instruct | {"type": "object", "properties": {"Intron maturase": {"type": "string"}, "Q9MV46": {"type": "string"}, "MATK_ABIHL": {"type": "string"}, "Maturase K": {"type": "string"}, "matK": {"type": "string"}}, "required": ["Intron maturase", "Q9MV46", "MATK_ABIHL", "Maturase K", "matK"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Scalable Kernel Density Classification via Threshold-Based Pruning.", "fields" : ["kernel", "kernel density estimation", "variable kernel density estimation", "spatial database", "multivariate kernel density estimation"], "abstract" : "Density estimation forms a critical component of many analytics tasks including outlier detection, visualization, and statistical testing. These tasks often seek to classify data into high and low-density regions of a probability distribution. Kernel Density Estimation (KDE) is a powerful technique for computing these densities, offering excellent statistical accuracy but quadratic total runtime. In this paper, we introduce a simple technique for improving the performance of using a KDE to classify points by their density (density classification). Our technique, thresholded kernel density classification (tKDC), applies threshold-based pruning to spatial index traversal to achieve asymptotic speedups over naive KDE, while maintaining accuracy guarantees. Instead of exactly computing each point's exact density for use in classification, tKDC iteratively computes density bounds and short-circuits density computation as soon as bounds are either higher or lower than the target classification threshold. On a wide range of dataset sizes and dimensions, tKDC demonstrates empirical speedups of up to 1000x over alternatives.", "citation" : "Citations (1)", "year" : "2017", "departments" : ["Stanford University", "Stanford University"], "conf" : "sigmod", "authors" : ["Edward Gan.....http://dblp.org/pers/hd/g/Gan:Edward", "Peter Bailis.....http://dblp.org/pers/hd/b/Bailis:Peter"], "pages" : 15} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "questionable": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "relative": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "required": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}}, "required": ["builtin", "questionable", "relative", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"builtin" : {"__set__" : true, "elements" : ["builtins", "copy", "ctypes", "functools", "itertools", "logging", "os", "queue", "sys", "threading", "time"]}, "questionable" : {"__set__" : true, "elements" : ["mpi4py"]}, "relative" : {"__set__" : true, "elements" : ["runtime"]}, "required" : {"__set__" : true, "elements" : ["coloredlogs", "setuptools", "termcolor"]}} | json_instruct | {"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "questionable": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "relative": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "required": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}}, "required": ["builtin", "questionable", "relative", "required"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"notes": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "text", "id"]}}}, "required": ["notes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"notes" : [{"title" : "JSON Databases", "text" : "Check them out", "id" : "1sv85eskwtyxq7z"}, {"title" : "Note One", "text" : "Note 1 text", "id" : "1sv85eskwtz9pty"}, {"title" : "UI Note Creation", "text" : "Click the plus sign and enter note details", "id" : "1sv85eskwtzgkbb"}, {"title" : "Raman's Super note", "text" : "No one who reads this note will ever understand how hard it was to get this to work!", "id" : "1sv85eskwtzl48z"}, {"title" : "Raman's Victory Note", "text" : "Work smart some say. They lie!. Work hard others say. They also lie. Be lucky yet some others say. They have a point.", "id" : "1sv85eskwtzq3g7"}]} | json_instruct | {"type": "object", "properties": {"notes": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "text", "id"]}}}, "required": ["notes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "0x554ffc77f4251a9fb3c0e3590a6a205f8d4e067d", "tool" : "maian", "start" : 1565216123.023509, "end" : 1565216433.3901858, "duration" : 310.36667680740356, "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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"put": {"type": "string"}, "fields": {"type": "object", "properties": {"album": {"type": "string"}, "artist": {"type": "string"}, "year": {"type": "integer"}, "category_scores": {"type": "object", "properties": {"cells": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "object", "properties": {"cat": {"type": "string"}}, "required": ["cat"]}, "value": {"type": "integer"}}, "required": ["address", "value"]}}}, "required": ["cells"]}}, "required": ["album", "artist", "year", "category_scores"]}}, "required": ["put", "fields"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"put" : "id:mynamespace:music::hardwired-to-self-destruct", "fields" : {"album" : "Hardwired...To Self-Destruct", "artist" : "Metallica", "year" : 2016, "category_scores" : {"cells" : [{"address" : {"cat" : "pop"}, "value" : 0}, {"address" : {"cat" : "rock"}, "value" : 1}, {"address" : {"cat" : "jazz"}, "value" : 0}]}}} | json_instruct | {"type": "object", "properties": {"put": {"type": "string"}, "fields": {"type": "object", "properties": {"album": {"type": "string"}, "artist": {"type": "string"}, "year": {"type": "integer"}, "category_scores": {"type": "object", "properties": {"cells": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "object", "properties": {"cat": {"type": "string"}}, "required": ["cat"]}, "value": {"type": "integer"}}, "required": ["address", "value"]}}}, "required": ["cells"]}}, "required": ["album", "artist", "year", "category_scores"]}}, "required": ["put", "fields"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "null"}, "year_start": {"type": "string"}, "year_end": {"type": "string"}, "year_acquired": {"type": "string"}, "decade": {"type": "string"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "string"}, "provenance": {"type": "null"}, "dimensions": {"type": "string"}, "creditline": {"type": "string"}, "description": {"type": "string"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "string"}, "role_id": {"type": "string"}, "person_name": {"type": "string"}, "role_name": {"type": "string"}, "person_url": {"type": "string"}, "role_url": {"type": "string"}}, "required": ["person_id", "role_id", "person_name", "role_name", "person_url", "role_url"]}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "18500879", "tms:id" : "161341", "accession_number" : "1979-91-666", "title" : "Ceiling", "url" : "http://collection.cooperhewitt.org/objects/18500879/", "department_id" : "35347503", "period_id" : null, "media_id" : "35414653", "type_id" : "35293313", "date" : null, "year_start" : "1905", "year_end" : "1915", "year_acquired" : "1979", "decade" : "1900", "woe:country" : "23424977", "medium" : "Machine-printed", "markings" : null, "signed" : null, "inscribed" : "Printed in selvedge: \"Carey Bros. W. P. Mfg. Co.\"", "provenance" : null, "dimensions" : "90 x 49 cm (35 7/16 x 19 5/16 in.)", "creditline" : "Gift of Victorian Collectibles", "description" : "Alternating small floral wreaths and small floral bouquets, with beige ground. Background has four-dot pattern. Printed in pinks, greens, and tan. \nPrinted in selvedge: \"Carey Bros. W. P. Mfg. Co.\"", "justification" : null, "type" : {"id" : "35293313", "name" : "Ceiling"}, "images" : [], "participants" : [{"person_id" : "18046507", "role_id" : "35236657", "person_name" : "Carey Bros. W.P. Mfg. Co.", "role_name" : "Manufacturer", "person_url" : "http://collection.cooperhewitt.org/people/18046507/", "role_url" : "http://collection.cooperhewitt.org/roles/35236657/"}], "tombstone" : {"epitaph" : "Ceiling.\nMachine-printed. Gift of Victorian Collectibles. 1979-91-666."}, "colors" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "null"}, "year_start": {"type": "string"}, "year_end": {"type": "string"}, "year_acquired": {"type": "string"}, "decade": {"type": "string"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "string"}, "provenance": {"type": "null"}, "dimensions": {"type": "string"}, "creditline": {"type": "string"}, "description": {"type": "string"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "string"}, "role_id": {"type": "string"}, "person_name": {"type": "string"}, "role_name": {"type": "string"}, "person_url": {"type": "string"}, "role_url": {"type": "string"}}, "required": ["person_id", "role_id", "person_name", "role_name", "person_url", "role_url"]}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"type": "string"}}, "required": ["oq", "q", "rvnm", "stcd", "stnm", "tm", "wptn", "z"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"oq" : "0", "q" : "7610", "rvnm" : "\u957f\u6c5f", "stcd" : "60105400", "stnm" : "\u5bf8\u6ee9", "tm" : 1608645600000, "wptn" : "5", "z" : "174.07"}, {"oq" : "0", "q" : "0", "rvnm" : "\u4e4c\u6c5f", "stcd" : "60803000", "stnm" : "\u6b66\u9686", "tm" : 1608645600000, "wptn" : "5", "z" : "175.75"}, {"oq" : "0", "q" : "9520", "rvnm" : "\u957f\u6c5f", "stcd" : "60107300", "stnm" : "\u5b9c\u660c", "tm" : 1608645600000, "wptn" : "4", "z" : "41.19"}, {"oq" : "0", "q" : "8740", "rvnm" : "\u957f\u6c5f", "stcd" : "60108300", "stnm" : "\u6c99\u5e02", "tm" : 1608645600000, "wptn" : "5", "z" : "31.31"}, {"oq" : "0", "q" : "0", "rvnm" : "\u957f\u6c5f", "stcd" : "60111200", "stnm" : "\u57ce\u9675\u77f6(\u83b2)", "tm" : 1608645600000, "wptn" : "6", "z" : "21.6"}, {"oq" : "0", "q" : "12700", "rvnm" : "\u957f\u6c5f", "stcd" : "60112200", "stnm" : "\u6c49\u53e3", "tm" : 1608645600000, "wptn" : "6", "z" : "15.65"}, {"oq" : "0", "q" : "14200", "rvnm" : "\u957f\u6c5f", "stcd" : "60113400", "stnm" : "\u4e5d\u6c5f", "tm" : 1608645600000, "wptn" : "4", "z" : "10.035"}, {"oq" : "0", "q" : "16800", "rvnm" : "\u957f\u6c5f", "stcd" : "60115000", "stnm" : "\u5927\u901a", "tm" : 1608645600000, "wptn" : "6", "z" : "5.71"}, {"oq" : "0", "q" : "3420", "rvnm" : "\u6d1e\u5ead\u6e56", "stcd" : "61512000", "stnm" : "\u57ce\u9675\u77f6(\u4e03)", "tm" : 1608645600000, "wptn" : "4", "z" : "21.61"}, {"oq" : "0", "q" : "1400", "rvnm" : "\u9131\u9633\u6e56", "stcd" : "62601600", "stnm" : "\u6e56\u53e3", "tm" : 1608645600000, "wptn" : "4", "z" : "9.04"}, {"oq" : "0", "q" : "0", "rvnm" : "\u957f\u6c5f", "stcd" : "60107000", "stnm" : "\u8305\u576a(\u4e8c)", "tm" : 1608645600000, "wptn" : "5", "z" : "173.788"}, {"oq" : "8850", "q" : "0", "rvnm" : "\u957f\u6c5f", "stcd" : "60106980", "stnm" : "\u4e09\u5ce1\u6c34\u5e93", "tm" : 1608642000000, "wptn" : "5", "z" : "173.75"}, {"oq" : "0", "q" : "0", "rvnm" : "\u6c49\u6c5f", "stcd" : "61802500", "stnm" : "\u9f99\u738b\u5e99", "tm" : 1608645600000, "wptn" : "6", "z" : "163.51"}, {"oq" : "827", "q" : "0", "rvnm" : "\u6c49\u6c5f", "stcd" : "61802700", "stnm" : "\u4e39\u6c5f\u53e3\u6c34\u5e93", "tm" : 1608642000000, "wptn" : "5", "z" : "163.51"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"type": "string"}}, "required": ["oq", "q", "rvnm", "stcd", "stnm", "tm", "wptn", "z"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : ["UZ-USA", "NA-USA", "KK-USA", "JA-USA", "SK-USA", "MR-USA", "TA-USA", "TN-USA"]} | json_instruct | {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "auto": {"type": "boolean"}, "contexts": {"type": "array", "items": {}}, "responses": {"type": "array", "items": {"type": "object", "properties": {"resetContexts": {"type": "boolean"}, "action": {"type": "string"}, "affectedContexts": {"type": "array", "items": {}}, "parameters": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "integer"}, "lang": {"type": "string"}, "condition": {"type": "string"}, "speech": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "lang", "condition", "speech"]}}, "defaultResponsePlatforms": {"type": "object", "properties": {}, "required": []}, "speech": {"type": "array", "items": {}}}, "required": ["resetContexts", "action", "affectedContexts", "parameters", "messages", "defaultResponsePlatforms", "speech"]}}, "priority": {"type": "integer"}, "webhookUsed": {"type": "boolean"}, "webhookForSlotFilling": {"type": "boolean"}, "fallbackIntent": {"type": "boolean"}, "events": {"type": "array", "items": {}}, "conditionalResponses": {"type": "array", "items": {}}, "condition": {"type": "string"}, "conditionalFollowupEvents": {"type": "array", "items": {}}}, "required": ["id", "name", "auto", "contexts", "responses", "priority", "webhookUsed", "webhookForSlotFilling", "fallbackIntent", "events", "conditionalResponses", "condition", "conditionalFollowupEvents"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d9b5c42f-be32-486e-9728-eca24c9064a8", "name" : "support.contacts", "auto" : true, "contexts" : [], "responses" : [{"resetContexts" : false, "action" : "support.contacts", "affectedContexts" : [], "parameters" : [], "messages" : [{"type" : 0, "lang" : "en", "condition" : "", "speech" : ["You can go to my page on the Google Play Store to see contact informations of developers. Be free to contact them.", "You can see on Google Play Store page of this app developers contact informations. \nThey will be glad to receive some feedback from you."]}], "defaultResponsePlatforms" : {}, "speech" : []}], "priority" : 500000, "webhookUsed" : false, "webhookForSlotFilling" : false, "fallbackIntent" : false, "events" : [], "conditionalResponses" : [], "condition" : "", "conditionalFollowupEvents" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "auto": {"type": "boolean"}, "contexts": {"type": "array", "items": {}}, "responses": {"type": "array", "items": {"type": "object", "properties": {"resetContexts": {"type": "boolean"}, "action": {"type": "string"}, "affectedContexts": {"type": "array", "items": {}}, "parameters": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "integer"}, "lang": {"type": "string"}, "condition": {"type": "string"}, "speech": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "lang", "condition", "speech"]}}, "defaultResponsePlatforms": {"type": "object", "properties": {}, "required": []}, "speech": {"type": "array", "items": {}}}, "required": ["resetContexts", "action", "affectedContexts", "parameters", "messages", "defaultResponsePlatforms", "speech"]}}, "priority": {"type": "integer"}, "webhookUsed": {"type": "boolean"}, "webhookForSlotFilling": {"type": "boolean"}, "fallbackIntent": {"type": "boolean"}, "events": {"type": "array", "items": {}}, "conditionalResponses": {"type": "array", "items": {}}, "condition": {"type": "string"}, "conditionalFollowupEvents": {"type": "array", "items": {}}}, "required": ["id", "name", "auto", "contexts", "responses", "priority", "webhookUsed", "webhookForSlotFilling", "fallbackIntent", "events", "conditionalResponses", "condition", "conditionalFollowupEvents"], "$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"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "46a389e3-8389-4253-a138-f77ca28a1f6f", "name" : "St Ignatius College", "code" : "3", "address" : {"addressLine1" : "Turkey Street", "addressLine2" : "Enfield", "postcode" : "EN1 4NP"}, "organisation" : {"id" : "8eaad1be-be05-4b10-b15d-02ba86607a43", "code" : "15O", "name" : "Saint John Southworth Enterprise and Research Alliance"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"symbol" : "HATE", "name" : "heavensgate.finance", "decimals" : 18, "address" : "0xe75d3b39d017985caf20fac7134ed55b8b47cc26"} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "Priority", "definitions" : ["The fact or condition of being regarded or treated as more important than others.", "A thing that is regarded as more important than others.", "The right to proceed before other traffic."], "parts-of-speech" : "Noun"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "request": {"type": "string"}}, "required": ["async", "request"]}}, "required": ["name", "version", "description", "main", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "delete-gyazo-history", "version" : "1.0.0", "description" : "Delete your entire Gyazo history", "main" : "index.js", "keywords" : ["gyazo"], "author" : "Andreas Brekken <andreas@brekken.com>", "license" : "ISC", "dependencies" : {"async" : "2.1.5", "request" : "2.80.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "request": {"type": "string"}}, "required": ["async", "request"]}}, "required": ["name", "version", "description", "main", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}}, "required": ["name", "name_long", "fips", "state_code_int", "state_code_postal", "state_code_iso", "county_code", "population", "countrylevel_id", "census_data", "center_lat", "center_lon", "area_m2", "timezone"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"name" : "Lafayette County", "name_long" : "Lafayette County, MO", "fips" : "29107", "state_code_int" : 29, "state_code_postal" : "MO", "state_code_iso" : "US-MO", "county_code" : 107, "population" : 32708, "countrylevel_id" : "fips:29107", "census_data" : {"COUNTYNS" : "00758508", "AFFGEOID" : "0500000US29107", "LSAD" : "06", "ALAND" : 1627633788, "AWATER" : 27221524}, "center_lat" : 39.07, "center_lon" : -93.79, "area_m2" : 1654855312, "timezone" : "America/Chicago"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-94.111, 38.986], [-94.111, 38.997], [-94.111, 38.998], [-94.11, 39.015], [-94.108, 39.062], [-94.107, 39.092], [-94.105, 39.144], [-94.087, 39.136], [-94.062, 39.134], [-94.024, 39.155], [-94.036, 39.178], [-94.029, 39.192], [-93.98, 39.206], [-93.962, 39.192], [-93.963, 39.183], [-93.983, 39.169], [-93.989, 39.153], [-93.961, 39.144], [-93.948, 39.153], [-93.94, 39.18], [-93.928, 39.184], [-93.899, 39.185], [-93.875, 39.204], [-93.84, 39.215], [-93.819, 39.214], [-93.788, 39.201], [-93.758, 39.207], [-93.739, 39.21], [-93.711, 39.206], [-93.7, 39.21], [-93.682, 39.231], [-93.662, 39.236], [-93.651, 39.248], [-93.628, 39.243], [-93.585, 39.24], [-93.56, 39.219], [-93.516, 39.215], [-93.492, 39.223], [-93.488, 39.238], [-93.496, 39.265], [-93.492, 39.283], [-93.477, 39.293], [-93.496, 38.943], [-93.497, 38.928], [-93.835, 38.938], [-93.836, 38.909], [-93.944, 38.912], [-94.101, 38.917], [-94.114, 38.917], [-94.111, 38.986]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}}, "required": ["name", "name_long", "fips", "state_code_int", "state_code_postal", "state_code_iso", "county_code", "population", "countrylevel_id", "census_data", "center_lat", "center_lon", "area_m2", "timezone"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"perfundo-icons.css": {"type": "string"}, "perfundo-icons.min.css": {"type": "string"}, "perfundo.css": {"type": "string"}, "perfundo.min.css": {"type": "string"}}, "required": ["perfundo-icons.css", "perfundo-icons.min.css", "perfundo.css", "perfundo.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"perfundo-icons.css" : "sha512-y4e5fKBYBks9mwosOY9HwKgFQlLXaDB8mdXPX0IF5ZxyuG7umdM+mu1NNJo4tG79GwXjbBpsLsarPvhmNiTHVA==", "perfundo-icons.min.css" : "sha512-ECNQeKLduH7q0a638cIO0A/xBOeKXbukZZrCsSSW8pYqcvpK9vWC9yvKs8ugdhWTiMJ73VFztccws8inn4BDWg==", "perfundo.css" : "sha512-E0ZtOemmXsLvvoei6P9/HV549ipLEDJvL+Fn+Plxgeyp2ZbAic0XqAJR4Y4ylYztkeYrSiATyQ+TFoI1dMdYaA==", "perfundo.min.css" : "sha512-H4HHiBVAw09uf9yTosLnIxjRL6MWVzxvslspYRF4ZDAT2B3K9isiTsesgWTn8NI4tNUmajw5ufgeIJlvlwK+Gw=="} | json_instruct | {"type": "object", "properties": {"perfundo-icons.css": {"type": "string"}, "perfundo-icons.min.css": {"type": "string"}, "perfundo.css": {"type": "string"}, "perfundo.min.css": {"type": "string"}}, "required": ["perfundo-icons.css", "perfundo-icons.min.css", "perfundo.css", "perfundo.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"rating": {"type": "string"}, "uuid": {"type": "string"}, "review_date": {"type": "string"}, "helpful": {"type": "string"}, "reviewer_id": {"type": "string"}, "not_helpful": {"type": "string"}, "review_text": {"type": "string"}, "summary": {"type": "string"}, "product_name": {"type": "string"}, "product_id": {"type": "string"}}, "required": ["rating", "uuid", "review_date", "helpful", "reviewer_id", "not_helpful", "review_text", "summary", "product_name", "product_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rating" : "5", "uuid" : "959", "review_date" : "2010-10-14", "helpful" : "6", "reviewer_id" : "A35H5GB2S4JXTT", "not_helpful" : "6", "review_text" : "The filter bag worked as advertised. I don't know what else is there to say about a vacuum cleaner bag, but this one is a good one.", "summary" : "Worked as advertised", "product_name" : "Hoover 4010001A Type A Vacuum Bags, 3 Bags", "product_id" : "B00002N636"} | json_instruct | {"type": "object", "properties": {"rating": {"type": "string"}, "uuid": {"type": "string"}, "review_date": {"type": "string"}, "helpful": {"type": "string"}, "reviewer_id": {"type": "string"}, "not_helpful": {"type": "string"}, "review_text": {"type": "string"}, "summary": {"type": "string"}, "product_name": {"type": "string"}, "product_id": {"type": "string"}}, "required": ["rating", "uuid", "review_date", "helpful", "reviewer_id", "not_helpful", "review_text", "summary", "product_name", "product_id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "rarity": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "sortorder", "rarity", "category", "materialtype", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Peda\u00e7o de Lazurita Varunada", "description" : "Material de Ascens\u00e3o de Personagem.\n\"Meus ideais s\u00e3o intocados.\"\n\"Eu preciso corrigir voc\u00ea. As pessoas aqui n\u00e3o cometem erros diante dos olhos dos deuses...\"", "sortorder" : 956, "rarity" : "4", "category" : "AVATAR_MATERIAL", "materialtype" : "Material de Eleva\u00e7\u00e3o de Personagem", "source" : ["Dropado pelos Oceanids de N\u00edvel 60+", "Dropado por Hypostasis Hydro Nv.60+", "Obt\u00e9m pela S\u00edntese"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "rarity": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "sortorder", "rarity", "category", "materialtype", "source"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"WebHostBuilder": {"type": "object", "properties": {"UseUrls": {"type": "string"}}, "required": ["UseUrls"]}, "IdentityService": {"type": "object", "properties": {"Authority": {"type": "string"}}, "required": ["Authority"]}, "ApiGatewayService": {"type": "object", "properties": {"Url": {"type": "string"}}, "required": ["Url"]}, "ConnectionStrings": {"type": "object", "properties": {"PermissionDBConnStr": {"type": "string"}}, "required": ["PermissionDBConnStr"]}, "CSRedis": {"type": "object", "properties": {"Client": {"type": "string"}}, "required": ["Client"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}}, "required": ["WebHostBuilder", "IdentityService", "ApiGatewayService", "ConnectionStrings", "CSRedis", "Logging", "AllowedHosts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"WebHostBuilder" : {"UseUrls" : "http://*"}, "IdentityService" : {"Authority" : "http://kubernetes.docker.internal:30006"}, "ApiGatewayService" : {"Url" : "http://kubernetes.docker.internal:30007"}, "ConnectionStrings" : {"PermissionDBConnStr" : "User ID=postgres;Password=02020511;Host=kubernetes.docker.internal;Port=5432;Database=PermissionDB"}, "CSRedis" : {"Client" : "redis-cache:6379,defaultDatabase=0"}, "Logging" : {"LogLevel" : {"Default" : "Warning"}}, "AllowedHosts" : "*"} | json_instruct | {"type": "object", "properties": {"WebHostBuilder": {"type": "object", "properties": {"UseUrls": {"type": "string"}}, "required": ["UseUrls"]}, "IdentityService": {"type": "object", "properties": {"Authority": {"type": "string"}}, "required": ["Authority"]}, "ApiGatewayService": {"type": "object", "properties": {"Url": {"type": "string"}}, "required": ["Url"]}, "ConnectionStrings": {"type": "object", "properties": {"PermissionDBConnStr": {"type": "string"}}, "required": ["PermissionDBConnStr"]}, "CSRedis": {"type": "object", "properties": {"Client": {"type": "string"}}, "required": ["Client"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}}, "required": ["WebHostBuilder", "IdentityService", "ApiGatewayService", "ConnectionStrings", "CSRedis", "Logging", "AllowedHosts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "units": {"type": "integer"}, "bldg": {"type": "string"}, "room": {"type": "string"}, "days": {"type": "string"}, "time": {"type": "string"}, "instructor": {"type": "string"}, "load": {"type": "string"}, "rank": {"type": "string"}, "attributes": {"type": "null"}, "enrl_cap": {"type": "integer"}, "enrl_tot": {"type": "integer"}, "wait_cap": {"type": "integer"}, "wait_tot": {"type": "integer"}, "prereqs": {"type": "null"}, "rmp": {"type": "null"}}, "required": ["subject", "catalog_nbr", "section", "class_nbr", "title", "component", "units", "bldg", "room", "days", "time", "instructor", "load", "rank", "attributes", "enrl_cap", "enrl_tot", "wait_cap", "wait_tot", "prereqs", "rmp"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"subject" : "NURS", "catalog_nbr" : 456, "section" : 2, "class_nbr" : 10732, "title" : "DISCIPLINE OF NURSING II", "component" : "Lecture", "units" : 2, "bldg" : "TBA", "room" : "TBA", "days" : "Th", "time" : "13", "instructor" : "MCKENZIE,CAROLYN M", "load" : "100", "rank" : "INST", "attributes" : null, "enrl_cap" : 76, "enrl_tot" : 73, "wait_cap" : 0, "wait_tot" : 0, "prereqs" : null, "rmp" : null}, {"subject" : "NURS", "catalog_nbr" : 456, "section" : 1, "class_nbr" : 7030, "title" : "DISCIPLINE OF NURSING II", "component" : "Lecture", "units" : 2, "bldg" : "TBA", "room" : "TBA", "days" : "Th", "time" : "13", "instructor" : "Hubbell,Sara Little", "load" : "100", "rank" : "INST", "attributes" : null, "enrl_cap" : 77, "enrl_tot" : 77, "wait_cap" : 0, "wait_tot" : 0, "prereqs" : null, "rmp" : null}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "units": {"type": "integer"}, "bldg": {"type": "string"}, "room": {"type": "string"}, "days": {"type": "string"}, "time": {"type": "string"}, "instructor": {"type": "string"}, "load": {"type": "string"}, "rank": {"type": "string"}, "attributes": {"type": "null"}, "enrl_cap": {"type": "integer"}, "enrl_tot": {"type": "integer"}, "wait_cap": {"type": "integer"}, "wait_tot": {"type": "integer"}, "prereqs": {"type": "null"}, "rmp": {"type": "null"}}, "required": ["subject", "catalog_nbr", "section", "class_nbr", "title", "component", "units", "bldg", "room", "days", "time", "instructor", "load", "rank", "attributes", "enrl_cap", "enrl_tot", "wait_cap", "wait_tot", "prereqs", "rmp"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"SNSTopic": {"type": "string"}, "Events": {"type": "array", "items": {"type": "string"}}}, "required": ["SNSTopic", "Events"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"SNSTopic" : "arn:aws:sns:us-west-2:734741078887:GMP-Glacier", "Events" : ["ArchiveRetrievalCompleted", "InventoryRetrievalCompleted"]} | json_instruct | {"type": "object", "properties": {"SNSTopic": {"type": "string"}, "Events": {"type": "array", "items": {"type": "string"}}}, "required": ["SNSTopic", "Events"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"StreamerFriendlyMode": {"type": "array", "items": {"type": "string"}}}, "required": ["StreamerFriendlyMode"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"StreamerFriendlyMode" : ["TheNewTens", "Troll", "ColorblindMode", "CardBattleGame", "PartyGame", "RacingGame", "RolePlayingGame", "SimulationGame", "ThirdPersonShooter", "VisualNovel", "WideOpenSandbox", "BreakingTheFourthWall", "Griefing", "Pinball"]} | json_instruct | {"type": "object", "properties": {"StreamerFriendlyMode": {"type": "array", "items": {"type": "string"}}}, "required": ["StreamerFriendlyMode"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "joi": {"type": "string"}, "moment": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-fontawesome": {"type": "string"}, "react-map-gl": {"type": "string"}, "react-moment": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "react-select": {"type": "string"}, "react-slick": {"type": "string"}, "slick-carousel": {"type": "string"}, "yandex-map-react": {"type": "string"}}, "required": ["axios", "joi", "moment", "react", "react-dom", "react-fontawesome", "react-map-gl", "react-moment", "react-router-dom", "react-scripts", "react-select", "react-slick", "slick-carousel", "yandex-map-react"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "eject": {"type": "string"}}, "required": ["start", "build", "eject"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "proxy": {"type": "string"}}, "required": ["name", "version", "private", "dependencies", "scripts", "devDependencies", "proxy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "client", "version" : "0.1.0", "private" : true, "dependencies" : {"axios" : "^0.18.0", "joi" : "^13.5.2", "moment" : "^2.22.2", "react" : "^16.4.1", "react-dom" : "^16.4.1", "react-fontawesome" : "^1.6.1", "react-map-gl" : "^3.3.4", "react-moment" : "^0.7.9", "react-router-dom" : "^4.3.1", "react-scripts" : "1.1.4", "react-select" : "^2.0.0", "react-slick" : "^0.23.1", "slick-carousel" : "^1.8.1", "yandex-map-react" : "^1.1.1"}, "scripts" : {"start" : "react-scripts start", "build" : "react-scripts build", "eject" : "react-scripts eject"}, "devDependencies" : {}, "proxy" : "http://localhost:9000"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "joi": {"type": "string"}, "moment": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-fontawesome": {"type": "string"}, "react-map-gl": {"type": "string"}, "react-moment": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "react-select": {"type": "string"}, "react-slick": {"type": "string"}, "slick-carousel": {"type": "string"}, "yandex-map-react": {"type": "string"}}, "required": ["axios", "joi", "moment", "react", "react-dom", "react-fontawesome", "react-map-gl", "react-moment", "react-router-dom", "react-scripts", "react-select", "react-slick", "slick-carousel", "yandex-map-react"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "eject": {"type": "string"}}, "required": ["start", "build", "eject"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "proxy": {"type": "string"}}, "required": ["name", "version", "private", "dependencies", "scripts", "devDependencies", "proxy"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "type": {"type": "string"}, "spec_version": {"type": "string"}, "id": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "source_ref": {"type": "string"}, "relationship_type": {"type": "string"}, "target_ref": {"type": "string"}}, "required": ["created_by_ref", "type", "spec_version", "id", "created", "modified", "source_ref", "relationship_type", "target_ref"]}}, "type": {"type": "string"}, "id": {"type": "string"}}, "required": ["objects", "type", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"objects" : [{"created_by_ref" : "identity--ae82a5e5-ec07-4863-ad88-6504b29f24e9", "type" : "relationship", "spec_version" : "2.1", "id" : "relationship--30dda089-a87e-418f-975d-7f21cdc82579", "created" : "2021-05-13T13:41:18.270009Z", "modified" : "2021-05-13T13:41:18.270009Z", "source_ref" : "intrusion-set--a653431d-6a5e-4600-8ad3-609b5af57064", "relationship_type" : "derived-from", "target_ref" : "intrusion-set--846f7749-ce70-4d5b-9d3f-ff70da2b6131"}], "type" : "bundle", "id" : "bundle--efc425fb-f868-450e-bc43-fd997072f286"} | json_instruct | {"type": "object", "properties": {"objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "type": {"type": "string"}, "spec_version": {"type": "string"}, "id": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "source_ref": {"type": "string"}, "relationship_type": {"type": "string"}, "target_ref": {"type": "string"}}, "required": ["created_by_ref", "type", "spec_version", "id", "created", "modified", "source_ref", "relationship_type", "target_ref"]}}, "type": {"type": "string"}, "id": {"type": "string"}}, "required": ["objects", "type", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200872727552000, "key" : "/static/407cdf78d2233cabccfa9f85c8a677b1/5a46d/check-alerts-3.png", "val" : "fc4a02d5719c036dc89b3a8014758630"} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "null"}}, "required": ["text", "type", "level"]}}}, "required": ["number", "title", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"number" : "16.603-1", "title" : "Description.", "children" : [{"text" : "A letter contract is a written preliminary contractual instrument that authorizes the contractor to begin immediately manufacturing supplies or performing services.", "type" : "paragraph", "level" : null}]} | json_instruct | {"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "null"}}, "required": ["text", "type", "level"]}}}, "required": ["number", "title", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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" : "KUTAI KARTANEGARA", "originalFilename" : "JU8JN.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 113886, "noUrut" : 1, "nama" : "JUNARTO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KUTAI KARTANEGARA", "originalFilename" : "FAHRUDIN.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 102927, "noUrut" : 2, "nama" : "FAHRUDDIN.AR", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KUTAI KARTANEGARA", "originalFilename" : "DIJAH.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 111464, "noUrut" : 3, "nama" : "Hj. SITI HADIJAH, S,Ag", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KUTAI KARTANEGARA", "originalFilename" : "MALADI.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 106670, "noUrut" : 4, "nama" : "MALADI, SE", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KUTAI KARTANEGARA", "originalFilename" : "IMG-20180713-WA0008.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 111121, "noUrut" : 5, "nama" : "DEWI WERDININGSIH, S,Pd", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KUTAI KARTANEGARA", "originalFilename" : "IMG_7790 copy.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 109773, "noUrut" : 6, "nama" : "M.HUSNI THAMRIN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KUTAI KARTANEGARA", "originalFilename" : "01 001 (2).jpg", "namaPartai" : "Persatuan Indonesia", "id" : 168373, "noUrut" : 7, "nama" : "THONI KARMINA MAYANGSARI, S.P", "stringJenisKelamin" : "Perempuan"}] | 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": {"graph_1": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "graph_2": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "labels_1": {"type": "array", "items": {"type": "string"}}, "labels_2": {"type": "array", "items": {"type": "string"}}, "ged": {"type": "number"}}, "required": ["graph_1", "graph_2", "labels_1", "labels_2", "ged"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"graph_1" : [[0, 4], [0, 5], [0, 7], [0, 8], [0, 10], [0, 11], [4, 1], [4, 2], [4, 6], [4, 7], [4, 9], [4, 10], [4, 11], [4, 12], [5, 2], [5, 3], [5, 6], [5, 7], [5, 12], [7, 2], [7, 3], [7, 6], [7, 10], [7, 11], [7, 13], [8, 1], [8, 2], [8, 3], [8, 11], [8, 13], [10, 1], [10, 3], [10, 9], [11, 1], [11, 6], [11, 9], [11, 12], [1, 2], [1, 3], [1, 12], [2, 6], [2, 9], [12, 6], [12, 9], [6, 9], [6, 13], [9, 13]], "graph_2" : [[0, 6], [6, 7], [6, 10], [1, 11], [1, 12], [1, 5], [1, 10], [11, 3], [11, 12], [12, 10], [10, 7], [2, 8], [2, 3], [3, 13], [13, 4], [4, 7], [4, 9]], "labels_1" : ["6", "9", "6", "9", "6", "6", "8", "7", "7", "5", "6", "8", "7", "4"], "labels_2" : ["1", "3", "4", "3", "3", "1", "4", "2", "1", "3", "2", "3", "3", "1"], "ged" : 40.0} | json_instruct | {"type": "object", "properties": {"graph_1": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "graph_2": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "labels_1": {"type": "array", "items": {"type": "string"}}, "labels_2": {"type": "array", "items": {"type": "string"}}, "ged": {"type": "number"}}, "required": ["graph_1", "graph_2", "labels_1", "labels_2", "ged"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"languages": {"type": "array", "items": {"type": "string"}}, "searchTerm": {"type": "string"}}, "required": ["languages", "searchTerm"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"languages" : ["English", "\u65e5\u672c\u8a9e", "Espa\u00f1ol", "Deutsch", "\u0420\u0443\u0441\u0441\u043a\u0438\u0439", "Fran\u00e7ais", "Italiano", "\u4e2d\u6587", "Portugu\u00eas", "Polski"], "searchTerm" : "Earth"} | json_instruct | {"type": "object", "properties": {"languages": {"type": "array", "items": {"type": "string"}}, "searchTerm": {"type": "string"}}, "required": ["languages", "searchTerm"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"" : {"model" : "neutronia:block/illuminated_mossy_stone_bricks"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-118.105274, 33.932965], [-118.100256, 33.938937], [-118.098478, 33.944105], [-118.090378, 33.931675], [-118.104768, 33.932011], [-118.105274, 33.932965]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 5224}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}}, "required": ["name", "description", "version", "manifest_version", "content_scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "SkipAssist", "description" : "A browser extension to skip the intro credits when watching a show on Netflix", "version" : "2.0", "manifest_version" : 3, "content_scripts" : [{"matches" : ["https://*.netflix.com/*"], "js" : ["src/js/main.js"]}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}}, "required": ["name", "description", "version", "manifest_version", "content_scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"derivation" : "of uncertain derivation;", "pron" : "aw-loosh'", "outline" : "<span class=\"literal-meaning\">Alush = "I will knead (bread)"</span><ol><li> a wilderness encampment following the Exodus</li></ol>", "kjv_def" : "Alush.", "lemma" : "\u05d0\u05b8\u05dc\u05d5\u05bc\u05e9\u05c1", "frequency" : 2, "strongs_def" : "Alush, a place in the Desert", "xlit" : "\u02bc\u00c2l\u00fbwsh"} | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"routes": {"type": "array", "items": {"type": "object", "properties": {"method": {"type": "string"}, "path": {"type": "string"}, "handler": {"type": "string"}, "config": {"type": "object", "properties": {"policies": {"type": "array", "items": {}}}, "required": ["policies"]}}, "required": ["method", "path", "handler", "config"]}}}, "required": ["routes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"routes" : [{"method" : "GET", "path" : "/thingamajigs", "handler" : "Thingamajig.find", "config" : {"policies" : []}}, {"method" : "GET", "path" : "/thingamajigs/count", "handler" : "Thingamajig.count", "config" : {"policies" : []}}, {"method" : "GET", "path" : "/thingamajigs/:id", "handler" : "Thingamajig.findOne", "config" : {"policies" : []}}, {"method" : "POST", "path" : "/thingamajigs", "handler" : "Thingamajig.create", "config" : {"policies" : []}}, {"method" : "PUT", "path" : "/thingamajigs/:id", "handler" : "Thingamajig.update", "config" : {"policies" : []}}, {"method" : "DELETE", "path" : "/thingamajigs/:id", "handler" : "Thingamajig.destroy", "config" : {"policies" : []}}, {"method" : "POST", "path" : "/thingamajigs/:id/relationships/:relation", "handler" : "Thingamajig.createRelation", "config" : {"policies" : []}}, {"method" : "PUT", "path" : "/thingamajigs/:id/relationships/:relation", "handler" : "Thingamajig.updateRelation", "config" : {"policies" : []}}, {"method" : "DELETE", "path" : "/thingamajigs/:id/relationships/:relation", "handler" : "Thingamajig.destroyRelation", "config" : {"policies" : []}}]} | json_instruct | {"type": "object", "properties": {"routes": {"type": "array", "items": {"type": "object", "properties": {"method": {"type": "string"}, "path": {"type": "string"}, "handler": {"type": "string"}, "config": {"type": "object", "properties": {"policies": {"type": "array", "items": {}}}, "required": ["policies"]}}, "required": ["method", "path", "handler", "config"]}}}, "required": ["routes"], "$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"}, "name": {"type": "string"}, "codepoint": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "version": {"type": "string"}, "zhs": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "comments": {"type": "array", "items": {}}}, "required": ["id", "name", "codepoint", "aliases", "tags", "author", "version", "zhs", "description", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "21D0F9FB-6814-4CE7-B37D-FC97EBF1D0D2", "name" : "movie-roll", "codepoint" : "F07DE", "aliases" : ["film-reel"], "tags" : ["Video / Movie"], "author" : "Contributors", "version" : "2.0.46", "zhs" : ["\u7535\u5f71\u80f6\u5377", "\u7535\u5f71\u5377\u8f74"], "description" : "", "comments" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "codepoint": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "version": {"type": "string"}, "zhs": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "comments": {"type": "array", "items": {}}}, "required": ["id", "name", "codepoint", "aliases", "tags", "author", "version", "zhs", "description", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.