input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}... | {"name" : "with-patternfly", "author" : "Daniel Reinoso <danielreinoso1807@gmail.com>", "version" : "1.0.0", "scripts" : {"dev" : "next", "build" : "next build", "start" : "next start"}, "dependencies" : {"@patternfly/react-core" : "^4.50.2", "next" : "latest", "next-transpile-modules" : "^4.1.0", "react" : "^16.13.1",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "start"]}, "dependencies": {"type": "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"chinese": {"type": "string"}, "chines": {"type": "string"}, "veggie": {"type": "string"}, "vegg": {"type": "string"}, "italian": {"type": "string"}, "italan": {"type": "string"}, "itlian": {"type": "string"}}, "required": ["ch... | {"chinese" : "chinese", "chines" : "chinese", "veggie" : "vegetarian", "vegg" : "vegetarian", "italian" : "italian", "italan" : "italian", "itlian" : "italian"} | json_instruct | {"type": "object", "properties": {"chinese": {"type": "string"}, "chines": {"type": "string"}, "veggie": {"type": "string"}, "vegg": {"type": "string"}, "italian": {"type": "string"}, "italan": {"type": "string"}, "itlian": {"type": "string"}}, "required": ["chinese", "chines", "veggie", "vegg", "italian", "italan", "i... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "adorn:block/byg/holly_kitchen_sink"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"MinTranslationOffset": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}, "MaxTranslationOffset": {"typ... | {"type" : "object", "properties" : {"MinTranslationOffset" : {"description" : "An unknown type (likely an Unreal Engine or plugin type)."}, "MaxTranslationOffset" : {"description" : "An unknown type (likely an Unreal Engine or plugin type)."}, "MinScale" : {"description" : "A floating point number.", "type" : "number"}... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"MinTranslationOffset": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}, "MaxTranslationOffset": {"type": "object", "properties": {"description": {"type": "str... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"baseFontSize": {"type": "integer"}, "theme": {"type": "string"}, "translucency": {"type": "boolean"}, "cssTheme": {"type": "string"}, "enabledCssSnippets": {"type": "array", "items": {"type": "string"}}}, "re... | {"baseFontSize" : 19, "theme" : "obsidian", "translucency" : false, "cssTheme" : "Things", "enabledCssSnippets" : ["\u5f69\u8272\u6807\u9898", "\u9a6c\u514b\u7b14\u9ad8\u4eae", "\u5c0f\u6eda\u52a8\u6761", "collapsing-sidebar", "nicer-checkboxes", "outliner-for-the-outline-and-file-explorer", "\u6587\u4ef6\u6d4f\u89c8\u... | json_instruct | {"type": "object", "properties": {"baseFontSize": {"type": "integer"}, "theme": {"type": "string"}, "translucency": {"type": "boolean"}, "cssTheme": {"type": "string"}, "enabledCssSnippets": {"type": "array", "items": {"type": "string"}}}, "required": ["baseFontSize", "theme", "translucency", "cssTheme", "enabledCssSni... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "productName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "str... | {"name" : "cmd", "productName" : "cmd", "version" : "0.0.2", "description" : "A modern shell built on top of electron", "main" : "browser.js", "author" : "Iegor Azuaga <dextrackmedia@gmail.com>", "license" : "MIT", "electronVersion" : "1.3.1", "dependencies" : {"escape-html" : "^1.0.3", "ptyw.js" : "^0.3.7", "strip-ans... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "productName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "electronVersion": {"type": "string"}, "dependencies": {"type": "obj... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "t... | {"body" : "In #26450 we proposed to replace our GitHub Action for documentation testing with testing directly in ReadTheDocs. This PR ensures that warnings get translated to errors and our docs remain strictly tested.\r\n\r\nWe'll probably wait until the next time we add or rename tests to make the new RTD test require... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "long": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}}, "required": ["code", "long"]}, "$schema": "http://json-schema... | [{"code" : "2615876", "long" : {"default" : "Odense"}}, {"code" : "2618425", "long" : {"default" : "Copenhague"}}, {"code" : "2624652", "long" : {"default" : "\u00c5rhus"}}, {"code" : "2624886", "long" : {"default" : "Aalborg"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "long": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}}, "required": ["code", "long"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"punctuation_marks": {"type": "array", "items": {"type": "string"}}}, "required": ["punctuation_marks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"punctuation_marks" : ["!", ".", ":", "?", ";", "-", "\u2013", "\u2020", "\u2013", ",", "\"", "\u00b4", "`", "\u2019", "\u2026", "\u201e", "\u201c", "\u00bb", "\u00ab", "\u00ab", "\u00bb", "\u201a", "\u2018", "/", "\\", "[", "]", "(", ")", "{", "<", ">"]} | json_instruct | {"type": "object", "properties": {"punctuation_marks": {"type": "array", "items": {"type": "string"}}}, "required": ["punctuation_marks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": ... | {"code" : 3403010006, "parent" : 3403010, "name" : "GIRIHARJO", "latitude" : null, "longitude" : null, "postal" : [55872], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type": "string"}, "parent_slug": {"type": "string"}, "path": {"type": "string"}, "repoCount": {"type": "integer"}, "userCount": {"type": "integer"}, "popularity": {"type": "int... | {"slug" : "amp", "title" : "Amp", "parent_slug" : "flexa", "path" : "ethereum/flexa/amp", "repoCount" : 1, "userCount" : 1, "popularity" : 64} | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type": "string"}, "parent_slug": {"type": "string"}, "path": {"type": "string"}, "repoCount": {"type": "integer"}, "userCount": {"type": "integer"}, "popularity": {"type": "integer"}}, "required": ["slug", "title", "parent_slug", "path", "repoCoun... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "neo4jDesktop": {"type": "object", "properties": {"apiVersion": {"type": ... | {"name" : "@neo4j-apps/awesome-graph-apps", "version" : "1.0.0", "description" : "Curated list of Graph-Apps that work with Neo4j Desktop.", "homepage" : "https://github.com/neo4j-apps/awesome-graph-apps", "main" : "dist/index.html", "neo4jDesktop" : {"apiVersion" : "^1.2.0"}, "scripts" : {"start" : "node index.js", "b... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "neo4jDesktop": {"type": "object", "properties": {"apiVersion": {"type": "string"}}, "required": ["apiVersion"]}, "scripts": {"type"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"template_react adapter settings": {"type": "string"}, "option1": {"type": "string"}, "option2": {"type": "string"}}, "required": ["template_react adapter settings", "option1", "option2"], "$schema": "http://json-sc... | {"template_react adapter settings" : "template_react\u7684\u9002\u914d\u5668\u8bbe\u7f6e", "option1" : "\u9009\u98791", "option2" : "\u9009\u98792"} | json_instruct | {"type": "object", "properties": {"template_react adapter settings": {"type": "string"}, "option1": {"type": "string"}, "option2": {"type": "string"}}, "required": ["template_react adapter settings", "option1", "option2"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"key": {"type": "string"}, "short_name": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "owner": {"type": "string"}, "homepage_url": {"type": "string"}, "spdx_license_key": {"type": "string"}, "... | {"key" : "eurosym", "short_name" : "Eurosym License", "name" : "Eurosym License", "category" : "Copyleft Limited", "owner" : "Henrik Theiling", "homepage_url" : "https://fedoraproject.org/wiki/Licensing:Eurosym?rd=Licensing/Eurosym", "spdx_license_key" : "Eurosym", "other_urls" : ["https://fedoraproject.org/wiki/Licens... | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "short_name": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "owner": {"type": "string"}, "homepage_url": {"type": "string"}, "spdx_license_key": {"type": "string"}, "other_urls": {"type": "array", "items": {"type": "string"}}... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "l... | {"place_name" : "Racine", "state_name" : "Wisconsin", "state_abbrv" : "WI", "lat" : "42.7272", "long" : "-87.676"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$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"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"ext-mysqli": {"type": "string"}}, "required": ["ext-mysqli"]}, "license": {"type": "string... | {"name" : "tigron/skeleton-database", "description" : "Tigron Skeleton Mysql database layer", "type" : "library", "require" : {"ext-mysqli" : "*"}, "license" : "MIT", "authors" : [{"name" : "Tigron BVBA", "email" : "support@tigron.be"}], "autoload" : {"psr-4" : {"Skeleton\\Database\\" : "lib/Skeleton/Database/"}}, "ext... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"ext-mysqli": {"type": "string"}}, "required": ["ext-mysqli"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"t... | {"timestamp" : "2020-12-20T10:59:35Z", "data" : [{"data_type" : "pm10", "value" : "20.87", "max" : "24.00", "min" : "18.00", "sd" : "1.27"}, {"data_type" : "pm2.5", "value" : "20.67", "max" : "23.00", "min" : "18.00", "sd" : "1.33"}, {"data_type" : "pm1", "value" : "14.82", "max" : "17.00", "min" : "12.00", "sd" : "1.3... | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max",... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"database": {"type": "string"}, "pageType": {"type": "string"}, "projectRootPath": {"type": "string"}}, "required": ["database", "pageType", "projectRootPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"database" : "mongodb", "pageType" : "tailwindcss", "projectRootPath" : "customPath/"} | json_instruct | {"type": "object", "properties": {"database": {"type": "string"}, "pageType": {"type": "string"}, "projectRootPath": {"type": "string"}}, "required": ["database", "pageType", "projectRootPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties"... | {"name" : "baseui-simple-ui", "version" : "1.0.0", "main" : "index.js", "repository" : "https://github.com/gebeto/baseui-simple-ui", "author" : "gebeto <slavik.nychkalo@gmail.com>", "license" : "MIT", "scripts" : {"dev" : "parcel index.html", "build" : "parcel build --public-url '.' index.html", "deploy" : "node deploy... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "de... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "null"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://jso... | {"code" : "ENF006", "lang" : "de", "description" : null, "name" : "Einfuhr von G\u00fctern", "type" : "Merkmal"} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "null"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$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"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"bindings": {"type": "object", "properties": ... | {"name" : "signalk-raspberry-pi-bme280", "version" : "1.0.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"bindings" : {"version" : "1.3.1", "resolved" : "https://registry.npmjs.org/bindings/-/bindings-1.3.1.tgz", "integrity" : "sha512-i47mqjF9UbjxJhxGf+pZ6kSxrnI3wBLlnGI2ArWJ4r0VrvDS7ZYXkprq/pLaBWYq4GM0... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"bindings": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "strin... |
The schema below describes a JSON structure. Generate a valid example:
{"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-sch... | {"word" : "Zeta", "definitions" : ["The sixth letter of the Greek alphabet (\u0396, \u03b6), transliterated as \u2018z\u2019.", "The sixth star in a constellation."], "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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"p" : "1f7c6088-20cb-48a1-9b1c-defb323feac2", "d" : 611}, {"p" : "db957eae-0ddf-442c-b9f5-c244ae113d14", "d" : 85}, {"p" : "742ba369-8a96-4671-86a1-969b2e118792", "d" : 84}, {"p" : "98c69e26-4bb2-43ab-92aa-829a75ba0e1e", "d" : 76}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null... | {"contract" : "0xc0c12755512b02dc425e5f401d490e3d4bbbfded", "tool" : "mythril", "start" : 1563577832.845931, "end" : 1563577836.9220548, "duration" : 4.0761237144470215, "analysis" : {"error" : null, "issues" : [], "success" : true}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"discrete_mig": {"type": "number"}, "elapsed_time": {"type": "number"}, "uuid": {"type": "string"}}, "required": ["discrete_mig", "elapsed_time", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"discrete_mig" : 0.0535426928088351, "elapsed_time" : 0.5964815616607666, "uuid" : "13fbf44a-aea3-404a-b283-81d0e9a752b1"} | json_instruct | {"type": "object", "properties": {"discrete_mig": {"type": "number"}, "elapsed_time": {"type": "number"}, "uuid": {"type": "string"}}, "required": ["discrete_mig", "elapsed_time", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "stri... | {"geometry" : {"type" : "Point", "coordinates" : [-79.81, 39.74]}, "type" : "Feature", "id" : "15439", "properties" : {"other_cities" : "Lake Lynn", "city" : "Gans", "state" : "PA", "county" : "Monongalia County"}} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "directory": {"type": "string"}, "queue": {"type": "array", "items": {"type": "string"}}, "max_instances": {"type": "integer"}, "ofile": {"type": "string"}}, "required": ["name", "direct... | {"name" : "int_char_link", "directory" : "/home/chetan/Documents/Unikernel-Serverless/Kernels/pop_int_push_char/build", "queue" : ["int"], "max_instances" : 1, "ofile" : "int_char_link.output"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "directory": {"type": "string"}, "queue": {"type": "array", "items": {"type": "string"}}, "max_instances": {"type": "integer"}, "ofile": {"type": "string"}}, "required": ["name", "directory", "queue", "max_instances", "ofile"], "$schema": "http://json-schema... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [328.4804689884186] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"npmClient": {"type": "string"}, "packages": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "ignoreChanges": {"type": "array", "items": {"type": "string"}}, "command": {"type": "o... | {"npmClient" : "npm", "packages" : ["packages/*", "shared/**"], "version" : "independent", "ignoreChanges" : ["**/__tests__/**", "**/*.md", "**/*.stories.{js,mdx}", "**/package-lock.json", ".npmignore"], "command" : {"publish" : {"message" : "chore(publish): update packages [ci skip]"}}} | json_instruct | {"type": "object", "properties": {"npmClient": {"type": "string"}, "packages": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "ignoreChanges": {"type": "array", "items": {"type": "string"}}, "command": {"type": "object", "properties": {"publish": {"type": "object", "properties": {"messag... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["code-comb", "code-part", "liferay-ddmtool"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$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": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "pr... | {"id" : "EGTC0", "name" : {"en" : "Cranfield"}, "country" : "GB", "region" : "ENG", "identifiers" : {"icao" : "EGTC", "usaf" : "035573"}, "location" : {"latitude" : 52.0667, "longitude" : -0.6167, "elevation" : 111}, "timezone" : "Europe/London"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"icao": {"type": "string"}, "usaf": {"type": "string"}}, "re... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "6104121004", "district_id" : "6104121", "name" : "AMAWANG"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}, "barres": {"type": "string... | {"key" : "A#", "suffix" : "7sus2/D", "positions" : [{"frets" : "x56566", "fingers" : "012134", "barres" : "5", "capo" : "true"}, {"frets" : "a88a98", "fingers" : "311421", "barres" : "8", "capo" : "true"}, {"frets" : "abaabd", "fingers" : "121134", "barres" : "10", "capo" : "true"}, {"frets" : "ab8x98", "fingers" : "34... | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}, "barres": {"type": "string"}, "capo": {"type": "string"}}, "required": ["frets", "fingers", "ba... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"t... | {"id" : 82839, "info" : {"name" : "Nunnally in Wonderland dash icons (male version)", "description" : "The men of Nunnally in Wonderland!", "additionalInfo" : "Dash icons made by me for tumblr: http://roloko-karlstein.tumblr.com/\r\n\r\nupdate 1/24/2014 replaced code", "format" : "uso", "category" : "tumblr", "createdA... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 3400217, "stations" : ["3400217"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"project_name": {"type": "string"}, "files": {"type": "object", "properties": {"/pom.xml": {"type": "integer"}}, "required": ["/pom.xml"]}, "pull_request": {"type": "string"}, "report": {"type": "object", "prope... | {"project_name" : "amuniz/bitbucket-branch-source-plugin", "files" : {"/pom.xml" : 2}, "pull_request" : "https://github.com/amuniz/bitbucket-branch-source-plugin/pull/22", "report" : {"files_fixed" : 1, "vulnerabilities_fixed" : 2}} | json_instruct | {"type": "object", "properties": {"project_name": {"type": "string"}, "files": {"type": "object", "properties": {"/pom.xml": {"type": "integer"}}, "required": ["/pom.xml"]}, "pull_request": {"type": "string"}, "report": {"type": "object", "properties": {"files_fixed": {"type": "integer"}, "vulnerabilities_fixed": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": {"type": "... | {"h" : [{"d" : [{"s" : ["`mi~`faterik~"], "e" : ["\ufff9`Faterik~ `han~ `noya~ `kapah~ `koya~ `posi~.\ufffa\ufffb\u90a3\u5e74\u8f15\u4eba\u5c07\u90a3\u96bb\u8c93\u7529\u51fa\u53bb\u3002"], "f" : "(\u6454\u8de4\u6642)\u7529\u51fa\u5708\u5916\u3002"}]}], "t" : "faterik"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "e",... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "array", "items": {"type": "string"}}, "email": {"type": "string"}}, "required": ["name", "email"]}, "name": {"type": "string"}, "description": {"type": "string"}, "v... | {"author" : {"name" : ["Chia-liang Kao"], "email" : "clkao@clkao.org"}, "name" : "twhgis", "description" : "historical geographic information data for Taiwan", "version" : "0.0.1", "repository" : {"type" : "git", "url" : "git://github.com/g0v/twhgis.git"}, "scripts" : {"prepublish" : "./node_modules/.bin/lsc -cj packag... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "array", "items": {"type": "string"}}, "email": {"type": "string"}}, "required": ["name", "email"]}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": ... | [{"province" : "\u6c5f\u82cf\u7701", "city" : "\u5357\u4eac\u5e02", "area" : "\u9ad8\u6df3\u533a", "name" : "\u9ad8\u6df3\u901a\u8d24\u8def\u90ae\u653f\u652f\u5c40", "code" : "211300", "address" : "\u6c5f\u82cf\u7701\u5357\u4eac\u5e02\u9ad8\u6df3\u533a\u6df3\u6eaa\u9547\u901a\u8d24\u8def6\u53f7", "phone" : "025-6861300... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "license": {"type": "string"}, "distribution_type": {"type": "... | {"name" : "jQuery-Validation", "version" : "1.2.1", "author" : ["J\u00f6rn Zaefferer <joern.zaefferer@gmail.com>"], "abstract" : "A jQuery based validation library", "license" : "mit, gpl", "distribution_type" : "enhancement", "requires" : {"jQuery" : "1.2.1"}, "provides" : {"jQuery.validate" : {"version" : "1.2.1", "f... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "license": {"type": "string"}, "distribution_type": {"type": "string"}, "requires": {"type": "object", "properties": {"jQuery": {"type": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"topCrop": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "score": {"type": "object", "properties": {"detail": {"type": "number"}... | {"topCrop" : {"x" : 0, "y" : 16, "width" : 175, "height" : 175, "score" : {"detail" : -1.1362613346946016, "saturation" : -5.497554135489093, "skin" : 15.815043663211533, "boost" : 267.802657087573, "total" : 0.8753259189826447}}} | json_instruct | {"type": "object", "properties": {"topCrop": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "score": {"type": "object", "properties": {"detail": {"type": "number"}, "saturation": {"type": "number"}, "skin": {"type": "num... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"t... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Taminla, Buenavista, Guimaras, Western Visayas (Region VI), PH", "locale" : "ph.western-visayas-region-vi.guimaras.buenavista.taminla", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "16", "... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"... | {"id" : "71519", "name" : {"en" : "Bow Island Irrigation Agdm"}, "country" : "CA", "region" : "AB", "identifiers" : {"national" : "42723", "wmo" : "71519", "icao" : "CPXL", "ghcn" : "CA003030772", "usaf" : "715190"}, "location" : {"latitude" : 49.87, "longitude" : -111.37, "elevation" : 796}, "timezone" : "America/Edmo... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "string"}, "wmo": {"type": "string"}, "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id":... | {"id" : 404424317, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "c79c8ae4a102c3c766ff5cc3303b82de", "wof:id" : 404424317, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.53694051876778, 49.56199250048225, 4.57373552258517, 49.60918975770299... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "notes": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "bin": {"ty... | {"version" : "1.4.2", "description" : "\u4e00\u4e2a\u57fa\u4e8e20-20-20\u89c4\u5219\u7684\u7528\u773c\u4f11\u606f\u63d0\u9192\u8f6f\u4ef6\uff08Windows\uff09\uff0c\u5e2e\u52a9\u4f60\u4fdd\u6301\u5065\u5eb7\u7684\u5de5\u4f5c\u72b6\u6001\uff0c\u8ffd\u8e2a\u6bcf\u5929\u7684\u7528\u773c\u6570\u636e\u3002", "homepage" : "htt... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "notes": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "bin": {"type": "string"}, "shortcuts": {"type": "array", "items": {"type... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array"... | {"name" : "YOADcoin", "symbol" : "YOAD", "logoURI" : "https://raw.githubusercontent.com/yoadib/crypto/main/%D7%9E%D7%99%D7%96%D7%9D%20%D7%97%D7%93%D7%A9%20(1).jpg", "decimals" : 0, "address" : "AqMikDiApiwrHEwusrqaWZ1uBH182WUXsHwp4CS1UMaD", "chainId" : 101, "tags" : ["social-token"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "d... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ... | {"id" : 1209173641, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "2fc76c1e9c77a63380cb8fd5743247bf", "wof:id" : 1209173641, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [22.95, 47.7, 22.95, 47.7], "geometry" : {"coordinates" : [22.95, 47.7], "type" :... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts... | {"name" : "automation-core", "version" : "0.0.0", "license" : "MIT", "private" : true, "engines" : {"node" : "^12.21.0 || 14"}, "scripts" : {"postinstall" : "yarn install:meteor && yarn install:packages", "install:meteor" : "cd meteor && meteor --version && meteor npm install", "install:packages" : "cd packages && yarn... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"postinstall": {"type"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repos... | {"name" : "nlw-together", "version" : "1.0.0", "description" : "Programa de perguntas e respostas an\u00f4nimas onde o usu\u00e1rio pode respond\u00ea-las e/ou fazer perguntas ao dono da sala. Projeto desenvolvido para a semana da NLW6 (Next Level Week) - Together, desenvolvida pela Rocketseat. ", "main" : "src/server.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties... | {"city" : {"name" : "CARVALH\u00d3POLIS", "state" : "MG"}, "borders" : [[{"lat" : -21.822919997060183, "lng" : -45.78746600035561}, {"lat" : -21.808678996838182, "lng" : -45.84895100018849}, {"lat" : -21.777457996888984, "lng" : -45.89724399961085}, {"lat" : -21.748898996491448, "lng" : -45.8840520000997}, {"lat" : -21... | json_instruct | {"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "svelte": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "... | {"version" : "0.1.0", "name" : "sveltefire", "svelte" : "src/index.js", "main" : "dist/index.js", "description" : "Cybernetically Enhanced Firebase Apps", "scripts" : {"build" : "rollup -c", "dev" : "rollup -c -w", "e2e" : "cypress open --config watchForFileChanges=true", "test" : "jest", "dev:ex" : "cd example && npm ... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "svelte": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "e2e": {"type": "string"}, "test"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/... | {"id" : "http://data.doremus.org/performance/3ca8fb77-0c61-3ff5-a1d8-fc7e9904e918", "expression" : [{"id" : "http://data.doremus.org/expression/7242cbce-fd75-3ce8-9a13-9fb8d5b5bf30"}, {"id" : "http://data.doremus.org/expression/8e430e47-33cd-389e-86ec-26a7fd3bac3f"}, {"id" : "http://data.doremus.org/expression/6fa67084... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "... | {"id" : 126974, "name" : "\u7f8e\u5316\u5e76\u53bb\u9664userstyles.org\u5e7f\u544a", "description" : "\u7f8e\u5316\u5e76\u53bb\u9664userstyles.org\u5e7f\u544a\r\nbackground-image:\u4e3a\u58c1\u7eb8\u53ef\u66f4\u6362\r\nbackground: \u4e3a\u80cc\u666f\u989c\u8272\u548c\u4e0d\u900f\u660e\u5ea6\uff0c\u53ef\u4ee5\u4fee\u653... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["splinky-ws"] | 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": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "d... | {"name" : "ZilchValueToken", "symbol" : "ZVT", "address" : "0xA5B72eCEcc25b03565590779Dcc438896eb1cd31", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.o... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "jsnext:main": {"type": "string"}, "sideEffects": {"type": "boolean"}, "description": {"type": "string"}, "bug... | {"name" : "mnet-ui-base-theme", "version" : "0.0.1", "main" : "dist/index.js", "module" : "dist/es6/index.js", "jsnext:main" : "dist/es6/index.js", "sideEffects" : false, "description" : "Media.net default theme", "bugs" : "https://github.com/grommet/grommet-theme-hp/issues", "license" : "Apache-2.0", "repository" : {"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "jsnext:main": {"type": "string"}, "sideEffects": {"type": "boolean"}, "description": {"type": "string"}, "bugs": {"type": "string"}, "license": {"type": "string"}, "rep... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "p... | {"acadYear" : "2019/2020", "description" : "This module will first introduce students to Environmental Law, particularly conservation and pollution laws, and how these are passed and implemented at the international, regional (ASEAN) and national (Singapore) levels. It will emphasise that laws alone will not help in en... | json_instruct | {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "st... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"fub": {"type": "object", "properties": {"en": {"type": "string"}, "de": {"type": "string"}, "logo": {"type": "string"}}, "required": ["en", "de", "logo"]}, "dlr": {"type": "object", "properties": {"en": {"type": "... | {"fub" : {"en" : "Free University of Berlin", "de" : "Freie Universit\u00e4t Berlin", "logo" : "/assets/images/fub-logo.svg"}, "dlr" : {"en" : "German Aerospace Center", "de" : "Deutsches Zentrum f\u00fcr Luft- und Raumfahrt", "logo" : "/assets/images/dlr-logo.svg"}, "htw" : {"en" : "University of Applied Sciences", "d... | json_instruct | {"type": "object", "properties": {"fub": {"type": "object", "properties": {"en": {"type": "string"}, "de": {"type": "string"}, "logo": {"type": "string"}}, "required": ["en", "de", "logo"]}, "dlr": {"type": "object", "properties": {"en": {"type": "string"}, "de": {"type": "string"}, "logo": {"type": "string"}}, "requir... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "isoPatterns": {"type": "null"}, "count": {"type": "integer"}, "qualityRules": {"ty... | {"id" : "CWE-269", "name" : "Improper Privilege Management", "href" : "AIP/quality-standards/CWE/items/CWE-269", "url" : "https://cwe.mitre.org/data/definitions/269.html", "description" : "The software does not properly assign, modify, track, or check privileges for an actor, creating an unintended sphere of control fo... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "isoPatterns": {"type": "null"}, "count": {"type": "integer"}, "qualityRules": {"type": "object", "properties": {"name": {"type": "string"}, "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"ty... | {"name" : "EXUScrollTabController", "version" : "0.11", "summary" : "A ViewController Containter that can exchange it's viewControllers by scroll", "description" : "A ViewController Containter that can exchange it's viewControllers by scroll and handle childViewController's lifeCycle perfect.", "homepage" : "https://gi... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-0... | {"variants" : {"" : {"model" : "mysticalagradditions:block/nether_inferium_ore"}}} | 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": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["130322104200", "\u6ce5\u4e95\u4e8c\u6751\u59d4\u4f1a", "121", "0"], ["130322104201", "\u6ce5\u4e95\u4e00\u6751\u59d4\u4f1a", "122", "0"], ["130322104202", "\u6ce5\u4e95\u4e09\u6751\u59d4\u4f1a", "122", "0"], ["130322104203", "\u6768\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["130322104204", "\u97e6\u5e84\u6751\u59d4\u4... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"t... | {"nom" : "Mauvezin sur Gupie", "circ" : "2\u00e8me circonscription", "dpt" : "Lot-et-Garonne", "inscrits" : 466, "abs" : 230, "votants" : 236, "blancs" : 6, "nuls" : 11, "exp" : 219, "res" : [{"nuance" : "REM", "nom" : "M. Alexandre FRESCHI", "voix" : 123}, {"nuance" : "FN", "nom" : "Mme H\u00e9l\u00e8ne LAPORTE", "voi... | 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"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": ... | {"lastUpdated" : 1655019279666, "username" : "Sktima Alt", "scores" : [{"xp" : 38898, "rank" : 201, "cardId" : 433}, {"xp" : 5273, "rank" : 476, "cardId" : 610}, {"xp" : 91170, "rank" : 106, "cardId" : 115}, {"xp" : 10444, "rank" : 481, "cardId" : 435}, {"xp" : 48042, "rank" : 14, "cardId" : 562}, {"xp" : 8593, "rank" ... | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"dihedrals": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "grid_spacing": {"type": "array", "items": {"type": "integer"}}, "dihedral_ranges": {"type": "null"}, "energy_decrease_thresh": {"type... | {"dihedrals" : [[0, 4, 10, 5]], "grid_spacing" : [15], "dihedral_ranges" : null, "energy_decrease_thresh" : null, "energy_upper_limit" : 0.1, "dataset_name" : "OpenFF Substituted Phenyl Set 1", "entry_label" : "CC[C:4](=O)[NH:3][c:2]1[cH:1]c(cnc1)N", "canonical_smiles" : "CCC(=O)Nc1cc(cnc1)N", "attributes" : {"canonica... | json_instruct | {"type": "object", "properties": {"dihedrals": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "grid_spacing": {"type": "array", "items": {"type": "integer"}}, "dihedral_ranges": {"type": "null"}, "energy_decrease_thresh": {"type": "null"}, "energy_upper_limit": {"type": "number"}, "dataset... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "430224203201", "text" : "\u5824\u6d32\u6751"}, {"id" : "430224203202", "text" : "\u957f\u9e2d\u6751"}, {"id" : "430224203204", "text" : "\u8232\u822b\u6751"}, {"id" : "430224203205", "text" : "\u57b8\u4e95\u6751"}, {"id" : "430224203207", "text" : "\u897f\u5cb8\u6751"}, {"id" : "430224203208", "text" : "\u6cb... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "PROCEDURE_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : 0, "X_COUNT" : 1}, "PROCEDURES_BY_TYPE" : {"CONCEPT_NAM... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"ty... | {"name" : "geocache", "description" : "", "main" : "", "authors" : ["Hunter Parks <hunter.thomas.parks@gmail.com>"], "license" : "MIT", "homepage" : "", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "type", "tags", "ign... | {"title" : "Wildfire Black Mesa Roleplay - Content", "type" : "ServerContent", "tags" : ["realism", "roleplay"], "ignore" : ["*.psd", "*.vcproj", "*.svn*", "*.pdn", "*.sfk", "*.veg", "*.git"]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "type", "tags", "ignore"], "$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"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lo... | {"id" : "72156323", "name" : "Ascot Road", "nodes" : [{"type" : "node", "id" : 857722267, "lat" : 52.2821395, "lon" : -0.5852537}, {"type" : "node", "id" : 857724838, "lat" : 52.2826777, "lon" : -0.586106}, {"type" : "node", "id" : 1072902237, "lat" : 52.2823762, "lon" : -0.5856674}], "volunteer_postcode" : "NN10 0ZD",... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunte... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"vps_secondary_dns": {"type": "string"}}, "required": ["vps_secondary_dns"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vps_secondary_dns" : "DNS secondario"} | json_instruct | {"type": "object", "properties": {"vps_secondary_dns": {"type": "string"}}, "required": ["vps_secondary_dns"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"subreddit" : "Residency", "hour" : "01", "avg" : 26.454545454545453}, {"subreddit" : "Residency", "hour" : "02", "avg" : 28.75}, {"subreddit" : "Residency", "hour" : "03", "avg" : 29.6}, {"subreddit" : "Residency", "hour" : "04", "avg" : 107.66666666666667}, {"subreddit" : "Residency", "hour" : "05", "avg" : 44.1666... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "ar... | {"rustc" : 1514607520798689563, "features" : "[\"alloc\", \"default\", \"std\"]", "target" : 7826468001132646771, "profile" : 2285152228202085614, "path" : 17998972919579263004, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "release/.fingerprint/hex-d95c5a7bf18fa0b7/dep-lib-hex"}}], "rustflags" : [], "metadat... | json_instruct | {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "http-proxy": {"type": "string"}, "mongodb": {"type": "string"}}, "required": ["express", "http-proxy", "mongodb"]}}, "required": ["depe... | {"dependencies" : {"express" : "^4.17.1", "http-proxy" : "^1.18.1", "mongodb" : "^3.6.6"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "http-proxy": {"type": "string"}, "mongodb": {"type": "string"}}, "required": ["express", "http-proxy", "mongodb"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "license": {"type": "strin... | {"name" : "snippets-jade", "version" : "0.3.0", "description" : "provide basic snippets for jade", "keywords" : ["pug", "jade", "snippets"], "repository" : "https://github.com/rail-rain/snippets-jade", "license" : "MIT", "engines" : {"atom" : "*"}, "readmeFilename" : "README.md"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "stri... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 9940203, "stations" : ["9940203"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "prepare": {"type": "string"}, "scripts": {"type": "obj... | {"name" : "ln-maf", "private" : true, "version" : "1.0.0", "description" : "Modular Automation Framework", "main" : "index.js", "prepare" : "cd packages && node createAutoComplete.js", "scripts" : {"codecov" : "nyc --reporter=lcov --reporter=text cucumber-js test", "test" : "lerna run test", "postinstall" : "sh postins... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "prepare": {"type": "string"}, "scripts": {"type": "object", "properties": {"codecov": {"type": "string"}, "test": {"type": "string"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "repositories": {"type": "array", "items": {"type": "obje... | {"name" : "kraenkvisuell/project-starter", "description" : "Kickstart Laravel Web Project with Nova and Nova CMS", "keywords" : ["laravel"], "license" : "MIT", "repositories" : [{"type" : "composer", "url" : "https://nova.laravel.com"}], "require" : {"php" : "^7.4.0|^8.0"}, "autoload" : {"psr-4" : {"Kraenkvisuell\\Proj... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}},... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"alltime": {"type": "string"}, "today": {"type": "string"}}, "required": ["alltime", "today"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"alltime" : "https://randomuser.me/api/?callback=JSON_CALLBACK&noinfo&results=20&nat=gb", "today" : "https://randomuser.me/api/?callback=JSON_CALLBACK&noinfo&results=20&nat=ca"} | json_instruct | {"type": "object", "properties": {"alltime": {"type": "string"}, "today": {"type": "string"}}, "required": ["alltime", "today"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 9910212, "stations" : ["9910212"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"include": {"type": "string"}, "a": {"type": "string"}, "c": {"type": "object", "properties": {"include": {"type": "string"}}, "required": ["include"]}}, "required": ["include", "a", "c"], "$schema": "http://json-s... | {"include" : "abc_custom_error.json", "a" : "hi", "c" : {"include" : "defg_working.json"}} | json_instruct | {"type": "object", "properties": {"include": {"type": "string"}, "a": {"type": "string"}, "c": {"type": "object", "properties": {"include": {"type": "string"}}, "required": ["include"]}}, "required": ["include", "a", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"__invalid_dependency__": {"type": "string"}, "semver": {"type": "string"}}, "required": ["__invalid_dependency__", "semver"]}}, "required": ["dependencies"], "$schema": "http:/... | {"dependencies" : {"__invalid_dependency__" : "removed by pre_install_patches", "semver" : "1.0.0"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"__invalid_dependency__": {"type": "string"}, "semver": {"type": "string"}}, "required": ["__invalid_dependency__", "semver"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "location": {"type": "string"}, "id": {"type": "integer"}}, "required": ["title", "desc... | {"contacts" : [{"title" : "fff", "description" : "fffggggh", "location" : "fff", "id" : 6}, {"title" : "Manager", "description" : "Manage Arsenal", "location" : "London", "id" : 7}, {"title" : "kkkkkmmmmm", "description" : "mmmmmm", "location" : "fffffff", "id" : 9}, {"title" : "Do you like money?", "description" : "mo... | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "location": {"type": "string"}, "id": {"type": "integer"}}, "required": ["title", "description", "location", "id"]}}, "applicants": {"type": "array",... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"UG-407": {"type": "string"}, "UG-409": {"type": "string"}, "UG-414": {"type": "string"}, "UG-417": {"type": "string"}, "UG-418": {"type": "string"}}, "required": ["UG-407", "UG-409", "UG-414", "UG-417", "UG-418"], ... | {"UG-407" : "\u05e7\u05d9\u05d1\u05dc\u05d4", "UG-409" : "\u05de\u05d0\u05e1\u05d9\u05e0\u05d3\u05d9", "UG-414" : "\u05e7\u05e0\u05d5\u05e0\u05d2\u05d5", "UG-417" : "\u05d9\u05e1\u05d9\u05e0\u05d2\u05e8\u05d5", "UG-418" : "\u05e7\u05d9\u05e8\u05d5\u05d4\u05d5\u05e8\u05d4"} | json_instruct | {"type": "object", "properties": {"UG-407": {"type": "string"}, "UG-409": {"type": "string"}, "UG-414": {"type": "string"}, "UG-417": {"type": "string"}, "UG-418": {"type": "string"}}, "required": ["UG-407", "UG-409", "UG-414", "UG-417", "UG-418"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "st... | {"private" : true, "name" : "uber-list", "version" : "0.0.1", "description" : "A consolidated list app", "main" : "index.js", "dependencies" : {"express" : "^4.11.2", "morgan" : "^1.5.1", "body-parser" : "^1.12.0", "mongodb" : "~2.0"}, "devDependencies" : {}, "scripts" : {"start" : "node index.js", "test" : "echo \"Err... | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "morgan": {"type": "string"}, "body-parser": {"type... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "aa12ddb1490e342816d087863e26a4c92a0e12ab"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "object", "properties": {"localPart": {"type": "string"}, "namespaceURI": {"type": "string"}, "prefix": {"type": "string"}, "key": {"type": "string"}, "string": {"type": "string"}}, "required": ["loc... | {"name" : {"localPart" : "extended", "namespaceURI" : "", "prefix" : "", "key" : "extended", "string" : "extended"}, "value" : {"alpha" : "one", "beta" : [2], "gamma" : "urn:three", "TYPE_NAME" : "Zero.ExtendedType"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "object", "properties": {"localPart": {"type": "string"}, "namespaceURI": {"type": "string"}, "prefix": {"type": "string"}, "key": {"type": "string"}, "string": {"type": "string"}}, "required": ["localPart", "namespaceURI", "prefix", "key", "string"]}, "value": {"type"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "kind": {"type": "string"}, "kpi": {"type": "object", "properties": {"aggregation_type": {"type": "string"}}, "required": ["aggregation_type"]}, "long_description": {"type": "string"}, "provider_id"... | {"id" : "externalUsersKPI", "kind" : "KPI", "kpi" : {"aggregation_type" : "SUM"}, "long_description" : "external users", "provider_id" : "data_henrik", "reported_by" : {"id" : "HLSecScanner", "title" : "IAM Scan"}, "short_description" : "external users"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "kind": {"type": "string"}, "kpi": {"type": "object", "properties": {"aggregation_type": {"type": "string"}}, "required": ["aggregation_type"]}, "long_description": {"type": "string"}, "provider_id": {"type": "string"}, "reported_by": {"type": "object", "prope... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"... | {"id" : 107312, "info" : {"name" : "wiki.lyx.org", "description" : "Make more readable", "additionalInfo" : null, "format" : "uso", "category" : "lyx", "createdAt" : "2014-11-14T18:16:50.000Z", "updatedAt" : "2014-11-14T18:18:04.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 179502, "name" : "dmitrykabanov"... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty... | {"userId" : 5144, "cartId" : "ef23d1ff-37b1-49f4-aa1d-ce43adf08e1e", "preferredProducts" : [4608, 1823, 280, 3941, 1768, 3094, 3844], "productReviews" : [{"productId" : 4828, "reviewText" : "My neighbor Georgine has one of these. She works as a fireman and she says it looks colorful.", "reviewDate" : "2019-07-18T17:36:... | 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"}, "reviewD... |
Following the schema specification below, generate a valid JSON instance:
{"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... | {"nom" : "La Tour-d'Aigues", "dpt" : "Vaucluse", "inscrits" : 3387, "abs" : 705, "votants" : 2682, "blancs" : 245, "nuls" : 60, "exp" : 2377, "res" : [{"panneau" : "1", "voix" : 1492}, {"panneau" : "2", "voix" : 885}]} | 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"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls... | {"nom" : "Le Fousseret", "circ" : "8\u00e8me circonscription", "dpt" : "Haute-Garonne", "inscrits" : 1340, "abs" : 636, "votants" : 704, "blancs" : 15, "nuls" : 10, "exp" : 679, "res" : [{"nuance" : "REM", "nom" : "M. Michel MONTSARRAT", "voix" : 223}, {"nuance" : "FN", "nom" : "Mme Marie-Christine PAROLIN", "voix" : 1... | 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"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"rmse": {"type": "array", "items": {"type": "number"}}}, "required": ["rmse"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rmse" : [28.115143772484256]} | json_instruct | {"type": "object", "properties": {"rmse": {"type": "array", "items": {"type": "number"}}}, "required": ["rmse"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"settings": {"type": "object", "properties": {"arch_windows": {"type": "array", "items": {"type": "string"}}, "arch_linux": {"type": "array", "items": {"type": "string"}}, "xampp_vhost_directory": {"type": "string"}, "xampp_dir... | {"settings" : {"arch_windows" : ["System32", "System64"], "arch_linux" : ["System32", "System64"], "xampp_vhost_directory" : "/apache/conf/extra/httpd-vhosts.conf", "xampp_directory_default" : "/xampp/", "xampp_directory_custom" : "", "xampp_files_directory_default" : "/xampp/htdocs/", "xampp_files_directory_custom" : ... | json_instruct | {"type": "object", "properties": {"settings": {"type": "object", "properties": {"arch_windows": {"type": "array", "items": {"type": "string"}}, "arch_linux": {"type": "array", "items": {"type": "string"}}, "xampp_vhost_directory": {"type": "string"}, "xampp_directory_default": {"type": "string"}, "xampp_directory_custo... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type... | {"name" : "namepicker", "version" : "1.0.0", "description" : "IBM Verse Custom Name Picker sample", "license" : "SEE LICENSE IN LICENSE", "scripts" : {"start" : "webpack-dev-server --open", "build" : "webpack", "server" : "node server.js"}, "devDependencies" : {"babel-core" : "6.25.0", "babel-loader" : "7.1.1", "babel-... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "server": {"type": "string"}}, "required": ["start", "buil... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"an9.18:1.1": {"type": "string"}, "an9.18:2.1": {"type": "string"}, "an9.18:3.1": {"type": "string"}, "an9.18:4.1": {"type": "string"}}, "required": ["an9.18:1.1", "an9.18:2.1", "an9.18:3.1", "an9.18:4.1"], "$schema": "http://jso... | {"an9.18:1.1" : "bj22.430, csp1ed17.193, csp2ed17.193, ms17A9_156, msdiv18, pts-vp-pli4.389, sc1, vri39.202", "an9.18:2.1" : "ms17A9_157, pts-vp-pli4.390, sc2", "an9.18:3.1" : "dr23.419, ms17A9_158, ndp19.34, sc3", "an9.18:4.1" : "ms17A9_159, sc4"} | json_instruct | {"type": "object", "properties": {"an9.18:1.1": {"type": "string"}, "an9.18:2.1": {"type": "string"}, "an9.18:3.1": {"type": "string"}, "an9.18:4.1": {"type": "string"}}, "required": ["an9.18:1.1", "an9.18:2.1", "an9.18:3.1", "an9.18:4.1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id_8863": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_8863"], "$schema": "http://json-schema.org/draft-07/schema#"}
... | {"id_8863" : {"publicdate" : "2014-06-01 08:07:16", "title" : "The Ascent of Mount St. Elias, Alaska"}} | json_instruct | {"type": "object", "properties": {"id_8863": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_8863"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "subClassOf": {"type": "string"}, "derivedFrom": {"type": "string"}, "requiredFields": {"type": "array", "items": {"type": "string"}}, "recommendedFields": {"type": "array", "items"... | {"type" : "SportsActivityLocation", "subClassOf" : "#Place", "derivedFrom" : "https://schema.org/SportsActivityLocation", "requiredFields" : ["type"], "recommendedFields" : ["id"], "fields" : {"type" : {"fieldName" : "type", "requiredType" : "https://schema.org/Text", "requiredContent" : "SportsActivityLocation"}, "con... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "subClassOf": {"type": "string"}, "derivedFrom": {"type": "string"}, "requiredFields": {"type": "array", "items": {"type": "string"}}, "recommendedFields": {"type": "array", "items": {"type": "string"}}, "fields": {"type": "object", "properties": {"type": {"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"candidates": {"type": "array", "items": {"type": "object", "properties": {"formatted_address": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"la... | {"candidates" : [{"formatted_address" : "R. Barata Ribeiro, 544 - Copacabana, Rio de Janeiro - RJ, 22040-002, Brasil", "geometry" : {"location" : {"lat" : -22.9706497, "lng" : -43.1889954}, "viewport" : {"northeast" : {"lat" : -22.96938637010728, "lng" : -43.18755302010727}, "southwest" : {"lat" : -22.97208602989272, "... | json_instruct | {"type": "object", "properties": {"candidates": {"type": "array", "items": {"type": "object", "properties": {"formatted_address": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "ln... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"IPv6.js": {"type": "string"}, "IPv6.min.js": {"type": "string"}, "SecondLevelDomains.js": {"type": "string"}, "SecondLevelDomains.min.js": {"type": "string"}, "URI.fragmentQuery.js": {"type": "string"}, "URI.fragmentQuery.min.js... | {"IPv6.js" : "sha512-2HoZN3kMNu7AX8ZyjOkK7puUf4t8GdhFc2AU4QzuygaApug+i+W4tqggqHWRkJ7haBBP6QZJ3qn4fZXkAmT2JQ==", "IPv6.min.js" : "sha512-zmrHHFaogbDCxp3+GcTsnygX8iklyEbcOCif5+BxZuN6Ceys3sAAHLXc/TiMWGkIO1g3vtZTW2RGWE+K4JJQZw==", "SecondLevelDomains.js" : "sha512-pVKSANBDzFVvuwu7ZIZF6ROipEY07b3SRFT7R/ezMMpqmnIrq9vzkLaci0E... | json_instruct | {"type": "object", "properties": {"IPv6.js": {"type": "string"}, "IPv6.min.js": {"type": "string"}, "SecondLevelDomains.js": {"type": "string"}, "SecondLevelDomains.min.js": {"type": "string"}, "URI.fragmentQuery.js": {"type": "string"}, "URI.fragmentQuery.min.js": {"type": "string"}, "URI.fragmentURI.js": {"type": "st... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.