input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"description": {"type": "string"}, "implementations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "requirements": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}, "input_method": {"type": "string"}}, "required": ["name", "requirements", "files", "input_method"]}}}, "required": ["description", "implementations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Extend CA certificate expiry date", "implementations" : [{"name" : "extend_ca_cert.sh", "requirements" : ["shell"], "files" : ["ca_extend/files/common.sh", "ca_extend/files/extend.sh"], "input_method" : "environment"}]} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "implementations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "requirements": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}, "input_method": {"type": "string"}}, "required": ["name", "requirements", "files", "input_method"]}}}, "required": ["description", "implementations"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "contributors": {"type": "array", "items": {}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-karma": {"type": "string"}, "karma": {"type": "string"}, "karma-jasmine": {"type": "string"}, "karma-phantomjs-launcher": {"type": "string"}}, "required": ["grunt", "grunt-contrib-jshint", "grunt-karma", "karma", "karma-jasmine", "karma-phantomjs-launcher"]}}, "required": ["name", "version", "description", "keywords", "homepage", "license", "author", "contributors", "repository", "scripts", "main", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "canon-jquery", "version" : "0.0.0", "description" : "jQuery plugins for Canon.", "keywords" : ["canon", "jquery"], "homepage" : "https://rackerlabs.github.io/canon-jquery", "license" : "Apache 2.0", "author" : {"name" : "Brad Gignac", "email" : "bgignac@bradgignac.com"}, "contributors" : [], "repository" : {"type" : "git", "url" : "https://github.com/rackerlabs/canon-jquery"}, "scripts" : {"test" : "grunt test"}, "main" : "lib/canon-jquery.js", "devDependencies" : {"grunt" : "~0.4.1", "grunt-contrib-jshint" : "~0.6.4", "grunt-karma" : "~0.6.2", "karma" : "~0.10.2", "karma-jasmine" : "~0.1.3", "karma-phantomjs-launcher" : "~0.1.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "contributors": {"type": "array", "items": {}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-karma": {"type": "string"}, "karma": {"type": "string"}, "karma-jasmine": {"type": "string"}, "karma-phantomjs-launcher": {"type": "string"}}, "required": ["grunt", "grunt-contrib-jshint", "grunt-karma", "karma", "karma-jasmine", "karma-phantomjs-launcher"]}}, "required": ["name", "version", "description", "keywords", "homepage", "license", "author", "contributors", "repository", "scripts", "main", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"con_idx": {"type": "string"}}, "required": ["con_idx"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"con_idx" : "0"} | json_instruct | {"type": "object", "properties": {"con_idx": {"type": "string"}}, "required": ["con_idx"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404428425, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "89ccc9f92a830dc71122b31793bac85f", "wof:id" : 404428425, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.17222, 49.30139, 1.17222, 49.30139], "geometry" : {"coordinates" : [1.17222, 49.30139], "type" : "Point"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_num", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"file_num" : 43, "data" : [{"id" : 44, "content" : "\u4eba\u8fd8\u662f\u8981\u6709\u68a6\u60f3\u7684\uff0c\u5373\u4f7f\u662f\u54b8\u9c7c\uff0c \u4e5f\u8981\u505a\u6700\u54b8\u7684\u90a3\u4e00\u6761\u3002"}]} | json_instruct | {"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_num", "data"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Bart\u0142omiej S\u0301wierad": {"type": "string"}}, "required": ["Bart\u0142omiej S\u0301wierad"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "swift_versions": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "swift_versions", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "JSONFactorable", "version" : "0.2.2", "summary" : "JSONFactorable is cross-platform framework for building decodable objects out of raw, json-convertible values.", "description" : "The framework is for creating object out of raw values. It is very usefull\n if you want to create decodable structure in tests out of given parameters\n for easier testing of decodable structures.", "homepage" : "https://github.com/railwaymen/JSONFactorable", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Bart\u0142omiej S\u0301wierad" : "bartlomiej.swierad@railwaymen.org"}, "source" : {"git" : "https://github.com/railwaymen/JSONFactorable.git", "tag" : "0.2.2"}, "platforms" : {"ios" : "10.0"}, "source_files" : "Sources/JSONFactorable/**/*", "swift_versions" : "5.1", "swift_version" : "5.1"} | 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"]}, "authors": {"type": "object", "properties": {"Bart\u0142omiej S\u0301wierad": {"type": "string"}}, "required": ["Bart\u0142omiej S\u0301wierad"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "swift_versions": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "swift_versions", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["eventuate-chainable"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"localities" : ["Fischer, TX"], "state" : "TX", "postal_code" : "78623", "locality" : "Fischer, TX", "lat" : 29.971139, "region" : {"fips" : "48", "abbr" : "TX", "name" : "Texas"}, "city" : "Fischer", "type" : "STANDARD", "lng" : -98.228231, "counties" : [{"fips" : "091", "name" : "Comal County"}, {"fips" : "209", "name" : "Hays County"}]} | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "sakati'enang", "h" : [{"d" : [{"f" : "\u4ef0\u81e5\u7684\u7528\u5177\u3002", "e" : ["\ufff9`Faho~ `ko~ `saka~`ti'enang~ `niyam~.\ufffa\ufffb\u84c6\u5b50\u662f\u6211\u5011\u7684\u81e5\u5177\u3002"]}]}], "stem" : "ti'enang"} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 9430012001, "parent" : 9430012, "name" : "KELOYAK", "latitude" : null, "longitude" : null, "postal" : [99563], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "prod": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "prod", "lint", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"amqplib": {"type": "string"}, "async": {"type": "string"}, "cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "helmet": {"type": "string"}, "http-errors": {"type": "string"}, "mongodb": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "nodemailer": {"type": "string"}, "swagger-ui-express": {"type": "string"}, "validator": {"type": "string"}}, "required": ["amqplib", "async", "cookie-parser", "debug", "dotenv", "express", "helmet", "http-errors", "mongodb", "mongoose", "morgan", "nodemailer", "swagger-ui-express", "validator"]}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "nodemon": {"type": "string"}, "pino": {"type": "string"}, "pino-pretty": {"type": "string"}}, "required": ["jest", "nodemon", "pino", "pino-pretty"]}}, "required": ["name", "version", "private", "scripts", "repository", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "mailer-service", "version" : "0.5.0", "private" : true, "scripts" : {"start" : "nodemon ./bin/www", "prod" : "node ./bin/www", "lint" : "eslint . --fix", "test" : "jest -u -t='ColorPicker'"}, "repository" : {"type" : "git", "url" : "git+https://github.com/przybandrzej/mailer-service.git"}, "author" : "Andrzej Przybysz <andrzej.przybysz01@gmail.com>", "license" : "MIT", "dependencies" : {"amqplib" : "^0.6.0", "async" : "^3.2.0", "cookie-parser" : "~1.4.4", "debug" : "~2.6.9", "dotenv" : "^8.2.0", "express" : "~4.16.1", "helmet" : "^4.0.0", "http-errors" : "~1.6.3", "mongodb" : "^3.6.0", "mongoose" : "^5.10.0", "morgan" : "~1.9.1", "nodemailer" : "^6.4.11", "swagger-ui-express" : "^4.1.4", "validator" : "^13.1.1"}, "devDependencies" : {"jest" : "^26.3.0", "nodemon" : "^2.0.4", "pino" : "^6.5.0", "pino-pretty" : "^4.1.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "prod": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "prod", "lint", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"amqplib": {"type": "string"}, "async": {"type": "string"}, "cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "helmet": {"type": "string"}, "http-errors": {"type": "string"}, "mongodb": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "nodemailer": {"type": "string"}, "swagger-ui-express": {"type": "string"}, "validator": {"type": "string"}}, "required": ["amqplib", "async", "cookie-parser", "debug", "dotenv", "express", "helmet", "http-errors", "mongodb", "mongoose", "morgan", "nodemailer", "swagger-ui-express", "validator"]}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "nodemon": {"type": "string"}, "pino": {"type": "string"}, "pino-pretty": {"type": "string"}}, "required": ["jest", "nodemon", "pino", "pino-pretty"]}}, "required": ["name", "version", "private", "scripts", "repository", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Minds.", "fields" : ["information and communication technologies for development", "social cognition", "management science", "exploit", "temporoparietal junction", "task positive network", "narrative psychology", "psychology of self", "pedagogy", "neighbourhood", "particle swarm optimization", "narrative criticism", "psychology", "task analysis", "humanities", "developmental stage theories", "brain implant", "nasa chief scientist", "evolutionary computation", "narrative network", "default mode network", "cognitive skill", "neuroimaging", "motor cognition", "open education", "the extended mind", "global education", "foreign policy", "network topology", "extended cognition", "mind wandering", "mega", "stimulus", "cognition", "health care", "transactional leadership", "anterior cingulate cortex", "research center", "orbitofrontal cortex"], "abstract" : "Social interaction is a cornerstone of human life, yet the neural mechanisms underlying social cognition are poorly understood. Recently, research that integrates approaches from neuroscience and social psychology has begun to shed light on these processes, and converging evidence from neuroimaging studies suggests a unique role for the medial frontal cortex. We review the emerging literature that relates social cognition to the medial frontal cortex and, on the basis of anatomical and functional characteristics of this brain region, propose a theoretical model of medial frontal cortical function relevant to different aspects of social cognitive processing.", "citation" : "Citations (3,272)", "departments" : ["University College London", "University of London", "Dartmouth College", "Harvard University", "Dartmouth College", "Harvard University", "Dartmouth College", "Psychology", "Bur. of Labor Stat., USA", "School of Philo ... nguage Sciences"], "authors" : ["Coke Ferreiro.....http://dblp.org/pers/hd/f/Ferreiro:Coke"], "conf" : "siggraph", "year" : "2009", "pages" : 1} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"theme_name": {"type": "string"}}, "required": ["theme_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"theme_name" : "default"} | json_instruct | {"type": "object", "properties": {"theme_name": {"type": "string"}}, "required": ["theme_name"], "$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#"}
| ["node-pmta"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"class": {"type": "object", "properties": {"dataRegistersWithAccessorsDo:": {"type": "string"}, "dataRegistersWithAccessorsExcept:do:": {"type": "string"}, "fp64RegistersWithAccessorsDo:": {"type": "string"}, "fp64registers": {"type": "string"}, "registers": {"type": "string"}, "registersWithNamesDo:": {"type": "string"}, "xmmRegistersWithNamesDo:": {"type": "string"}}, "required": ["dataRegistersWithAccessorsDo:", "dataRegistersWithAccessorsExcept:do:", "fp64RegistersWithAccessorsDo:", "fp64registers", "registers", "registersWithNamesDo:", "xmmRegistersWithNamesDo:"]}, "instance": {"type": "object", "properties": {"concreteRegister:": {"type": "string"}}, "required": ["concreteRegister:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"class" : {"dataRegistersWithAccessorsDo:" : "eem 4/16/2009 11:16", "dataRegistersWithAccessorsExcept:do:" : "eem 9/10/2009 08:04", "fp64RegistersWithAccessorsDo:" : "eem 9/18/2010 17:04", "fp64registers" : "eem 9/18/2010 17:02", "registers" : "eem 4/16/2009 11:17", "registersWithNamesDo:" : "eem 4/16/2009 11:16", "xmmRegistersWithNamesDo:" : "eem 4/16/2009 11:03"}, "instance" : {"concreteRegister:" : "eem 12/24/2008 14:54"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {"dataRegistersWithAccessorsDo:": {"type": "string"}, "dataRegistersWithAccessorsExcept:do:": {"type": "string"}, "fp64RegistersWithAccessorsDo:": {"type": "string"}, "fp64registers": {"type": "string"}, "registers": {"type": "string"}, "registersWithNamesDo:": {"type": "string"}, "xmmRegistersWithNamesDo:": {"type": "string"}}, "required": ["dataRegistersWithAccessorsDo:", "dataRegistersWithAccessorsExcept:do:", "fp64RegistersWithAccessorsDo:", "fp64registers", "registers", "registersWithNamesDo:", "xmmRegistersWithNamesDo:"]}, "instance": {"type": "object", "properties": {"concreteRegister:": {"type": "string"}}, "required": ["concreteRegister:"]}}, "required": ["class", "instance"], "$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"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Kath. Grundschule Allendorf der Stadt Sundern", "id" : "NRW-132172", "address" : "Kaspar-Kellermann-Stra\u00dfe 4, 59846 Sundern (Sauerland)", "school_type" : "Grundschule", "fax" : "02393 240809", "phone" : "02393 326", "website" : "", "email" : " 132172@schule.nrw.de ", "state" : "NRW", "programs" : {"programs" : []}, "full_time_school" : false, "lon" : 7.947931, "lat" : 51.280799} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "postcss-preset-env": {"type": "string"}, "qs": {"type": "string"}}, "required": ["autoprefixer", "postcss-preset-env", "qs"]}, "browserslist": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "license", "repository", "devDependencies", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "browserslist", "license" : "MIT", "repository" : {}, "devDependencies" : {"autoprefixer" : "^9.7.4", "postcss-preset-env" : "^6.7.0", "qs" : "^6.6.0"}, "browserslist" : ["erroneous query"]} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "postcss-preset-env": {"type": "string"}, "qs": {"type": "string"}}, "required": ["autoprefixer", "postcss-preset-env", "qs"]}, "browserslist": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "license", "repository", "devDependencies", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies 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" : "Arlanc", "circ" : "5\u00e8me circonscription", "dpt" : "Puy-de-D\u00f4me", "inscrits" : 1322, "abs" : 709, "votants" : 613, "blancs" : 15, "nuls" : 12, "exp" : 586, "res" : [{"nuance" : "COM", "nom" : "M. Andr\u00e9 CHASSAIGNE", "voix" : 426}, {"nuance" : "REM", "nom" : "M. S\u00e9bastien GARDETTE", "voix" : 160}]} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"location": {"type": "object", "properties": {"country": {"type": "string"}, "city": {"type": "string"}}, "required": ["country", "city"]}, "portal": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "licenseURL": {"type": "string"}, "attribution": {"type": "string"}, "author": {"type": "string"}, "created": {"type": "string"}, "updated": {"type": "string"}}, "required": ["url", "title", "description", "license", "licenseURL", "attribution", "author", "created", "updated"]}, "front": {"type": "object", "properties": {"textTop": {"type": "string"}, "textBottom": {"type": "string"}, "value": {"type": "string"}, "unit": {"type": "string"}, "changePerDay": {"type": "string"}, "format": {"type": "string"}, "background": {"type": "string"}, "color": {"type": "string"}}, "required": ["textTop", "textBottom", "value", "unit", "changePerDay", "format", "background", "color"]}, "back": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}, "cssClass": {"type": "string"}}, "required": ["text", "color", "cssClass"]}}, "required": ["location", "portal", "front", "back"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"location" : {"country" : "Austria", "city" : "Wien"}, "portal" : {"url" : "https://www.data.gv.at/katalog/dataset/87f121a7-eef0-4be9-9372-a5efe5b4d375", "title" : "Kinderg\u00e4rten - Standorte Wien", "description" : "Kinderg\u00e4rten, Standorte, Wien ", "license" : "Creative Commons Namensnennung", "licenseURL" : "http://creativecommons.org/licenses/by/3.0/de/", "attribution" : "Magistratsabteilung 11 - Amt f\u00fcr Jugend und Familie", "author" : "post@ma11.wien.gv.at", "created" : "2012-04-11", "updated" : "2016-02-10"}, "front" : {"textTop" : "In den Kinderg\u00e4rten k\u00f6nnen", "textBottom" : "Kinder sich austoben", "value" : "104382", "unit" : "", "changePerDay" : "", "format" : "int", "background" : "img/family.svg", "color" : "#ffffff"}, "back" : {"text" : "So viele bewilligte Pl\u00e4tze gibt es in den privaten und st\u00e4dtischen Kinderg\u00e4rten in Wien.", "color" : "#000000", "cssClass" : ""}} | json_instruct | {"type": "object", "properties": {"location": {"type": "object", "properties": {"country": {"type": "string"}, "city": {"type": "string"}}, "required": ["country", "city"]}, "portal": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "licenseURL": {"type": "string"}, "attribution": {"type": "string"}, "author": {"type": "string"}, "created": {"type": "string"}, "updated": {"type": "string"}}, "required": ["url", "title", "description", "license", "licenseURL", "attribution", "author", "created", "updated"]}, "front": {"type": "object", "properties": {"textTop": {"type": "string"}, "textBottom": {"type": "string"}, "value": {"type": "string"}, "unit": {"type": "string"}, "changePerDay": {"type": "string"}, "format": {"type": "string"}, "background": {"type": "string"}, "color": {"type": "string"}}, "required": ["textTop", "textBottom", "value", "unit", "changePerDay", "format", "background", "color"]}, "back": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}, "cssClass": {"type": "string"}}, "required": ["text", "color", "cssClass"]}}, "required": ["location", "portal", "front", "back"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 8, "n_trials" : 80, "objective" : "markowitz_skew_on_cube", "white" : "scipy_slsqp", "black" : "platypus_moead", "traceback" : ["passing", "passing"], "best_val" : [0.9918846508060886, 4.403163504133007], "best_x" : [[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9757260901342613, 0.8635544742282563, 0.7019582197966875, 0.06720545177399939, 0.6373244971955618, 0.4577200273443489, 0.9165062500746862, 0.8710818000201814]], "feval_count" : [10, 11], "n_trials_instructed" : [80, 10], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "scipy_slsqp", "loser" : "platypus_moead"} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 6474020002, "parent" : 6474020, "name" : "BONTANG BARU", "latitude" : null, "longitude" : null, "postal" : [75313, 75311], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"reserve": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "run_check": {"type": "boolean"}, "request": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "response": {"type": "object", "properties": {"reservation": {"type": "object", "properties": {"name": {"type": "string"}, "owner": {"type": "string"}, "token": {"type": "string"}, "created": {"type": "string"}, "expires": {"type": "string"}}, "required": ["name", "owner", "token", "created", "expires"]}}, "required": ["reservation"]}}, "required": ["title", "run_check", "request", "response"]}}, "vote": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "run_check": {"type": "boolean"}, "request": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "response": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["title", "run_check", "request", "response"]}}}, "required": ["reserve", "vote"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"reserve" : [{"title" : "Reserve App Name", "run_check" : false, "request" : {"name" : "helloworld"}, "response" : {"reservation" : {"name" : "helloworld", "owner" : "3143bf6a-ced5-4589-b9b3-bb87cc476301", "token" : "a990be106204d103df461bb3a3075aefedda5z10", "created" : "2021-11-26T10:41:59.851107343Z", "expires" : "2022-11-26T10:41:59.851107422Z"}}}], "vote" : [{"title" : "Vote for the API", "run_check" : false, "request" : {"message" : "Launch it!"}, "response" : {"message" : "Thanks for the vote!"}}]} | json_instruct | {"type": "object", "properties": {"reserve": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "run_check": {"type": "boolean"}, "request": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "response": {"type": "object", "properties": {"reservation": {"type": "object", "properties": {"name": {"type": "string"}, "owner": {"type": "string"}, "token": {"type": "string"}, "created": {"type": "string"}, "expires": {"type": "string"}}, "required": ["name", "owner", "token", "created", "expires"]}}, "required": ["reservation"]}}, "required": ["title", "run_check", "request", "response"]}}, "vote": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "run_check": {"type": "boolean"}, "request": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "response": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["title", "run_check", "request", "response"]}}}, "required": ["reserve", "vote"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "background_color": {"type": "string"}, "theme_color": {"type": "string"}, "orientation": {"type": "string"}, "display": {"type": "string"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "type": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["src", "type", "sizes"]}}}, "required": ["short_name", "name", "background_color", "theme_color", "orientation", "display", "start_url", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"short_name" : "Monogatari 101", "name" : "Monogatari Visual Novel", "background_color" : "#F7F7F7", "theme_color" : "#F7F7F7", "orientation" : "landscape", "display" : "fullscreen", "start_url" : "index.html", "icons" : [{"src" : "assets/icons/icon_48x48.png", "type" : "image/png", "sizes" : "48x48"}, {"src" : "assets/icons/icon_60x60.png", "type" : "image/png", "sizes" : "60x60"}, {"src" : "assets/icons/icon_70x70.png", "type" : "image/png", "sizes" : "70x70"}, {"src" : "assets/icons/icon_76x76.png", "type" : "image/png", "sizes" : "76x76"}, {"src" : "assets/icons/icon_96x96.png", "type" : "image/png", "sizes" : "96x96"}, {"src" : "assets/icons/icon_128x128.png", "type" : "image/png", "sizes" : "128x128"}, {"src" : "assets/icons/icon_150x150.png", "type" : "image/png", "sizes" : "150x150"}, {"src" : "assets/icons/icon_152x152.png", "type" : "image/png", "sizes" : "152x152"}, {"src" : "assets/icons/icon_167x167.png", "type" : "image/png", "sizes" : "167x167"}, {"src" : "assets/icons/icon_180x180.png", "type" : "image/png", "sizes" : "180x180"}, {"src" : "assets/icons/icon_192x192.png", "type" : "image/png", "sizes" : "192x192"}, {"src" : "assets/icons/icon_310x310.png", "type" : "image/png", "sizes" : "310x310"}, {"src" : "assets/icons/icon_512x512.png", "type" : "image/png", "sizes" : "512x512"}]} | json_instruct | {"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "background_color": {"type": "string"}, "theme_color": {"type": "string"}, "orientation": {"type": "string"}, "display": {"type": "string"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "type": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["src", "type", "sizes"]}}}, "required": ["short_name", "name", "background_color", "theme_color", "orientation", "display", "start_url", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"next_post_id": {"type": "integer"}, "next_comment_id": {"type": "integer"}, "next_follow_id": {"type": "integer"}, "avatar": {"type": "string"}, "user_name": {"type": "string"}, "hub": {"type": "string"}, "intro": {"type": "string"}, "post": {"type": "array", "items": {"type": "object", "properties": {"post_id": {"type": "integer"}, "date_added": {"type": "integer"}, "body": {"type": "string"}}, "required": ["post_id", "date_added", "body"]}}, "post_like": {"type": "object", "properties": {}, "required": []}, "comment": {"type": "array", "items": {"type": "object", "properties": {"comment_id": {"type": "integer"}, "body": {"type": "string"}, "post_uri": {"type": "string"}, "date_added": {"type": "integer"}}, "required": ["comment_id", "body", "post_uri", "date_added"]}}, "follow": {"type": "array", "items": {"type": "object", "properties": {"follow_id": {"type": "integer"}, "hub": {"type": "string"}, "auth_address": {"type": "string"}, "user_name": {"type": "string"}, "date_added": {"type": "integer"}}, "required": ["follow_id", "hub", "auth_address", "user_name", "date_added"]}}}, "required": ["next_post_id", "next_comment_id", "next_follow_id", "avatar", "user_name", "hub", "intro", "post", "post_like", "comment", "follow"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"next_post_id" : 3, "next_comment_id" : 2, "next_follow_id" : 2, "avatar" : "generate", "user_name" : "Hacnet", "hub" : "1RedkCkVaXuVXrqCMpoXQS29bwaqsuFdL", "intro" : "Random ZeroNet user", "post" : [{"post_id" : 1, "date_added" : 1470951365, "body" : "Hello ZeroMe!"}, {"post_id" : 2, "body" : "Do you have address for search engin on zeronet please done me", "date_added" : 1470959633}], "post_like" : {}, "comment" : [{"comment_id" : 1, "body" : "Thanks kafie", "post_uri" : "12pASc9cvgx5fkDceuQT9U7ChARKmdepDt_2", "date_added" : 1470960515}], "follow" : [{"follow_id" : 1, "hub" : "1RedkCkVaXuVXrqCMpoXQS29bwaqsuFdL", "auth_address" : "1NWh3WAty57FH8at1WtrZigMrdhrDkuPzh", "user_name" : "Kaffie", "date_added" : 1470960521}]} | json_instruct | {"type": "object", "properties": {"next_post_id": {"type": "integer"}, "next_comment_id": {"type": "integer"}, "next_follow_id": {"type": "integer"}, "avatar": {"type": "string"}, "user_name": {"type": "string"}, "hub": {"type": "string"}, "intro": {"type": "string"}, "post": {"type": "array", "items": {"type": "object", "properties": {"post_id": {"type": "integer"}, "date_added": {"type": "integer"}, "body": {"type": "string"}}, "required": ["post_id", "date_added", "body"]}}, "post_like": {"type": "object", "properties": {}, "required": []}, "comment": {"type": "array", "items": {"type": "object", "properties": {"comment_id": {"type": "integer"}, "body": {"type": "string"}, "post_uri": {"type": "string"}, "date_added": {"type": "integer"}}, "required": ["comment_id", "body", "post_uri", "date_added"]}}, "follow": {"type": "array", "items": {"type": "object", "properties": {"follow_id": {"type": "integer"}, "hub": {"type": "string"}, "auth_address": {"type": "string"}, "user_name": {"type": "string"}, "date_added": {"type": "integer"}}, "required": ["follow_id", "hub", "auth_address", "user_name", "date_added"]}}}, "required": ["next_post_id", "next_comment_id", "next_follow_id", "avatar", "user_name", "hub", "intro", "post", "post_like", "comment", "follow"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : [{"d" : [{"f" : "\u628a\u2026\u52a0\u6df1\u4e86\u3001\u6316\u6df1\u4e86\u3001\u6df1\u5316\u4e86\u3002"}, {"s" : ["`mi~`'angongol~`an~"], "f" : "\u6307\u6240\u52a0\u6df1\u7684\u3001\u6316\u6df1\u7684\u3001\u6df1\u5316\u7684(\u5c0d\u8c61\u3001\u5730\u65b9)\u3002"}]}], "stem" : "'alolong", "t" : "misa'alolongan"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"pe_name": {"type": "string"}, "pe_type": {"type": "integer"}, "pe_size": {"type": "integer"}, "pe_subsystem": {"type": "integer"}, "pe_subsystem_caption": {"type": "string"}, "pe_path": {"type": "string"}, "pe_timedate_stamp": {"type": "integer"}, "pe_timedate_human": {"type": "string"}, "ImageDLLImports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "imports": {"type": "integer"}, "functions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "imports", "functions"]}}, "ImageDLLExports": {"type": "object", "properties": {"exports": {"type": "integer"}, "functions": {"type": "array", "items": {"type": "string"}}}, "required": ["exports", "functions"]}, "ImageHashSignatures": {"type": "object", "properties": {"md5": {"type": "string"}, "sha2": {"type": "string"}}, "required": ["md5", "sha2"]}}, "required": ["pe_name", "pe_type", "pe_size", "pe_subsystem", "pe_subsystem_caption", "pe_path", "pe_timedate_stamp", "pe_timedate_human", "ImageDLLImports", "ImageDLLExports", "ImageHashSignatures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pe_name" : "dxmasf.dll", "pe_type" : 267, "pe_size" : 5632, "pe_subsystem" : 2, "pe_subsystem_caption" : "The Windows graphical user interface (GUI) subsystem", "pe_path" : "c:\\Windows\\WinSxS\\wow64_microsoft-windows-mediaplayer-core_31bf3856ad364e35_10.0.18362.719_none_6bbae70314f84cba\\dxmasf.dll", "pe_timedate_stamp" : 2520756908, "pe_timedate_human" : "2049-11-17T10:15:08.000Z", "ImageDLLImports" : [{"name" : "kernel32.dll", "imports" : 6, "functions" : ["DisableThreadLibraryCalls", "GetCurrentProcessId", "GetCurrentThreadId", "GetSystemTimeAsFileTime", "GetTickCount", "QueryPerformanceCounter"]}], "ImageDLLExports" : {"exports" : 4, "functions" : ["DllCanUnloadNow", "DllGetClassObject", "DllRegisterServer", "DllUnregisterServer"]}, "ImageHashSignatures" : {"md5" : "4d9cbf2410c60b588ea42e4a52fadfb3", "sha2" : "ce11b35fe1f563fc4804a4d6837f66a906928c8ef90a8394bec5ef6ee9f5295c"}} | json_instruct | {"type": "object", "properties": {"pe_name": {"type": "string"}, "pe_type": {"type": "integer"}, "pe_size": {"type": "integer"}, "pe_subsystem": {"type": "integer"}, "pe_subsystem_caption": {"type": "string"}, "pe_path": {"type": "string"}, "pe_timedate_stamp": {"type": "integer"}, "pe_timedate_human": {"type": "string"}, "ImageDLLImports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "imports": {"type": "integer"}, "functions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "imports", "functions"]}}, "ImageDLLExports": {"type": "object", "properties": {"exports": {"type": "integer"}, "functions": {"type": "array", "items": {"type": "string"}}}, "required": ["exports", "functions"]}, "ImageHashSignatures": {"type": "object", "properties": {"md5": {"type": "string"}, "sha2": {"type": "string"}}, "required": ["md5", "sha2"]}}, "required": ["pe_name", "pe_type", "pe_size", "pe_subsystem", "pe_subsystem_caption", "pe_path", "pe_timedate_stamp", "pe_timedate_human", "ImageDLLImports", "ImageDLLExports", "ImageHashSignatures"], "$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"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "property": {"type": "string"}}, "required": ["name", "number", "is_illegal", "text", "type", "is_monster", "is_spell", "is_trap", "property"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Strike Slash", "number" : "30643162", "is_illegal" : false, "text" : "When a monster you control declares an attack: Until the End Phase, that monster gains 700 ATK, also, if it attacks a Defense Position monster, inflict piercing battle damage to your opponent.", "type" : "Trap", "is_monster" : false, "is_spell" : false, "is_trap" : true, "property" : "Normal"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "property": {"type": "string"}}, "required": ["name", "number", "is_illegal", "text", "type", "is_monster", "is_spell", "is_trap", "property"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"dn18:1.2": {"type": "string"}, "dn18:1.3": {"type": "string"}, "dn18:1.4": {"type": "string"}, "dn18:1.6": {"type": "string"}, "dn18:4.2": {"type": "string"}, "dn18:4.9": {"type": "string"}, "dn18:4.17": {"type": "string"}, "dn18:7.2": {"type": "string"}, "dn18:9.8": {"type": "string"}, "dn18:10.5": {"type": "string"}, "dn18:11.1": {"type": "string"}, "dn18:11.2": {"type": "string"}, "dn18:12.2": {"type": "string"}, "dn18:13.3": {"type": "string"}, "dn18:13.7": {"type": "string"}, "dn18:14.1": {"type": "string"}, "dn18:14.2": {"type": "string"}, "dn18:18.3": {"type": "string"}, "dn18:20.1": {"type": "string"}, "dn18:22.3": {"type": "string"}, "dn18:23.10": {"type": "string"}, "dn18:27.10": {"type": "string"}, "dn18:29.1": {"type": "string"}, "dn18:29.2": {"type": "string"}}, "required": ["dn18:1.2", "dn18:1.3", "dn18:1.4", "dn18:1.6", "dn18:4.2", "dn18:4.9", "dn18:4.17", "dn18:7.2", "dn18:9.8", "dn18:10.5", "dn18:11.1", "dn18:11.2", "dn18:12.2", "dn18:13.3", "dn18:13.7", "dn18:14.1", "dn18:14.2", "dn18:18.3", "dn18:20.1", "dn18:22.3", "dn18:23.10", "dn18:27.10", "dn18:29.1", "dn18:29.2"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dn18:1.2" : "n\u0101tike \u2192 n\u0101dike (si, sya-all, km, pts1ed)", "dn18:1.3" : "cetiva\u1e41sesu \u2192 cetiyava\u1e41sesu (mr) | majjhas\u016brasenesu \u2192 macchas\u016brasenesu (si, pts1ed); macchasurasenesu (sya-all, km)", "dn18:1.4" : "upapanno \u2192 uppanno (pts1ed); upapannoti (mr)", "dn18:1.6" : "sakideva \u2192 saki\u1e41deva (mr)", "dn18:4.2" : "kho pan\u0101pi \u2192 tena kho pan\u0101pi (sya-all); te kho panapi (pts1ed)", "dn18:4.9" : "ph\u0101su \u2192 ph\u0101suka\u1e41 (sya-all, km)", "dn18:4.17" : "d\u012bnaman\u0101 \u2192 ninnaman\u0101 (sya-all, km); d\u012bnam\u0101n\u0101 (pts1ed)", "dn18:7.2" : "a\u1e6d\u1e6dhi\u1e41 katv\u0101 \u2192 a\u1e6d\u1e6dhikatv\u0101 (bj, sya-all, km, pts1ed) | sabba\u1e41 cetas\u0101 \u2192 sabba\u1e41 cetaso (bj, sya-all, km); sabbacetaso (pts1ed)", "dn18:9.8" : "suta\u1e41 \u2192 sutv\u0101 (pts1ed)", "dn18:10.5" : "manussar\u0101j\u0101 bhavitu\u1e41 pahomi \u2192 so ito cuto manussesu r\u0101j\u0101 bhavitu\u1e41 pahomi (sya-all, km); amanussar\u0101j\u0101 divi homi (pts1ed)", "dn18:11.1" : "a\u00f1\u00f1atra \u2192 a\u00f1\u00f1attha (bj, pts1ed)", "dn18:11.2" : "ekantikato \u2192 ekantato (sya-all, km); ekantagato (pts1ed)", "dn18:12.2" : "dibbaparis\u0101 \u2192 dibb\u0101 paris\u0101 (pts1ed) | samantato nisinn\u0101 honti \u2192 sannisinn\u0101 honti (bj); sannisinn\u0101 honti sannipatit\u0101 (mr)", "dn18:13.3" : "sahindak\u0101 \u2192 saindak\u0101 (si)", "dn18:13.7" : "yasassine \u2192 yasassino (sya-all, km, pts1ed)", "dn18:14.1" : "vuttavacan\u0101pi ta\u1e41 \u2192 vuttavacan\u0101 n\u0101mida\u1e41 (mr)", "dn18:14.2" : "avipakkant\u0101 \u2192 adhipakkant\u0101 (mr)", "dn18:18.3" : "kum\u0101rava\u1e47\u1e47\u012b \u2192 kum\u0101rava\u1e47\u1e47o (sya-all, mr)", "dn18:20.1" : "palla\u1e45kena \u2192 paccekapalla\u1e45kesu paccekapalla\u1e45kena (si, mr), paccekapalla\u1e45ke (sya-all, km)", "dn18:22.3" : "iddhipahut\u0101ya \u2192 iddhibahul\u012bkat\u0101ya (sya-all, km)", "dn18:23.10" : "p\u0101mojja\u1e41 \u2192 p\u0101mujja\u1e41 (pts1ed, mr)", "dn18:27.10" : "dv\u0101r\u0101 \u2192 dv\u0101r\u0101ti (sya-all, km, mr)", "dn18:29.1" : "suta\u1e41 \u2192 sutv\u0101 (pts1ed) | pa\u1e6diggahita\u1e41 \u2192 pa\u1e6diggahetv\u0101 (pts1ed)", "dn18:29.2" : "suta\u1e41 \u2192 sutv\u0101 (bj, pts1ed) | pa\u1e6diggahita\u1e41 \u2192 pa\u1e6diggahetv\u0101 (pts1ed)"} | json_instruct | {"type": "object", "properties": {"dn18:1.2": {"type": "string"}, "dn18:1.3": {"type": "string"}, "dn18:1.4": {"type": "string"}, "dn18:1.6": {"type": "string"}, "dn18:4.2": {"type": "string"}, "dn18:4.9": {"type": "string"}, "dn18:4.17": {"type": "string"}, "dn18:7.2": {"type": "string"}, "dn18:9.8": {"type": "string"}, "dn18:10.5": {"type": "string"}, "dn18:11.1": {"type": "string"}, "dn18:11.2": {"type": "string"}, "dn18:12.2": {"type": "string"}, "dn18:13.3": {"type": "string"}, "dn18:13.7": {"type": "string"}, "dn18:14.1": {"type": "string"}, "dn18:14.2": {"type": "string"}, "dn18:18.3": {"type": "string"}, "dn18:20.1": {"type": "string"}, "dn18:22.3": {"type": "string"}, "dn18:23.10": {"type": "string"}, "dn18:27.10": {"type": "string"}, "dn18:29.1": {"type": "string"}, "dn18:29.2": {"type": "string"}}, "required": ["dn18:1.2", "dn18:1.3", "dn18:1.4", "dn18:1.6", "dn18:4.2", "dn18:4.9", "dn18:4.17", "dn18:7.2", "dn18:9.8", "dn18:10.5", "dn18:11.1", "dn18:11.2", "dn18:12.2", "dn18:13.3", "dn18:13.7", "dn18:14.1", "dn18:14.2", "dn18:18.3", "dn18:20.1", "dn18:22.3", "dn18:23.10", "dn18:27.10", "dn18:29.1", "dn18:29.2"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "charact", "definition" : "A distinctive mark; a character; a letter or sign. [Obs.] See Character. In all his dressings, characts, titles, forms. Shak."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "html_url": {"type": "string"}}, "required": ["login", "id", "avatar_url", "html_url"]}, "html_url": {"type": "string"}, "description": {"type": "string"}, "fork": {"type": "boolean"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "pushed_at": {"type": "string"}, "stargazers_count": {"type": "integer"}, "watchers_count": {"type": "integer"}, "forks_count": {"type": "integer"}, "allow_forking": {"type": "boolean"}, "is_template": {"type": "boolean"}, "topics": {"type": "array", "items": {}}, "visibility": {"type": "string"}, "forks": {"type": "integer"}, "watchers": {"type": "integer"}, "score": {"type": "integer"}}, "required": ["id", "name", "full_name", "owner", "html_url", "description", "fork", "created_at", "updated_at", "pushed_at", "stargazers_count", "watchers_count", "forks_count", "allow_forking", "is_template", "topics", "visibility", "forks", "watchers", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 227729620, "name" : "crestron_getsudopwd", "full_name" : "axcheron/crestron_getsudopwd", "owner" : {"login" : "axcheron", "id" : 5811920, "avatar_url" : "https://avatars.githubusercontent.com/u/5811920?v=4", "html_url" : "https://github.com/axcheron"}, "html_url" : "https://github.com/axcheron/crestron_getsudopwd", "description" : "Tool to exploit CVE-2018-13341 and recover hidden account password on Crestron devices", "fork" : false, "created_at" : "2019-12-13T01:27:36Z", "updated_at" : "2021-04-27T18:37:10Z", "pushed_at" : "2019-12-13T01:36:08Z", "stargazers_count" : 13, "watchers_count" : 13, "forks_count" : 5, "allow_forking" : true, "is_template" : false, "topics" : [], "visibility" : "public", "forks" : 5, "watchers" : 13, "score" : 0}, {"id" : 354846664, "name" : "CVE-2018-13341", "full_name" : "Rajchowdhury420/CVE-2018-13341", "owner" : {"login" : "Rajchowdhury420", "id" : 30806882, "avatar_url" : "https://avatars.githubusercontent.com/u/30806882?v=4", "html_url" : "https://github.com/Rajchowdhury420"}, "html_url" : "https://github.com/Rajchowdhury420/CVE-2018-13341", "description" : "This Tool Aims to Exploit the CVE-2018-13341", "fork" : false, "created_at" : "2021-04-05T13:37:28Z", "updated_at" : "2021-08-20T17:03:32Z", "pushed_at" : "2021-08-20T17:01:50Z", "stargazers_count" : 0, "watchers_count" : 0, "forks_count" : 0, "allow_forking" : true, "is_template" : false, "topics" : [], "visibility" : "public", "forks" : 0, "watchers" : 0, "score" : 0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "html_url": {"type": "string"}}, "required": ["login", "id", "avatar_url", "html_url"]}, "html_url": {"type": "string"}, "description": {"type": "string"}, "fork": {"type": "boolean"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "pushed_at": {"type": "string"}, "stargazers_count": {"type": "integer"}, "watchers_count": {"type": "integer"}, "forks_count": {"type": "integer"}, "allow_forking": {"type": "boolean"}, "is_template": {"type": "boolean"}, "topics": {"type": "array", "items": {}}, "visibility": {"type": "string"}, "forks": {"type": "integer"}, "watchers": {"type": "integer"}, "score": {"type": "integer"}}, "required": ["id", "name", "full_name", "owner", "html_url", "description", "fork", "created_at", "updated_at", "pushed_at", "stargazers_count", "watchers_count", "forks_count", "allow_forking", "is_template", "topics", "visibility", "forks", "watchers", "score"]}, "$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"}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublishOnly": {"type": "string"}, "test": {"type": "string"}, "start": {"type": "string"}}, "required": ["prepublishOnly", "test", "start"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"@types/mocha": {"type": "string"}, "@types/node": {"type": "string"}, "browserify": {"type": "string"}, "local-web-server": {"type": "string"}, "mocha": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/mocha", "@types/node", "browserify", "local-web-server", "mocha", "typescript"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "files", "main", "types", "scripts", "keywords", "author", "license", "repository", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@theodorejb/color-detect", "version" : "1.0.0", "description" : "Convert CSS color strings to RGBA and check whether they are light or dark", "files" : ["src/*.js", "src/*.d.ts"], "main" : "src/color-detect.js", "types" : "./src/color-detect.d.ts", "scripts" : {"prepublishOnly" : "tsc --module ES2015", "test" : "tsc && browserify test/tests.js -o test/browser/testbundle.js", "start" : "ws --port 8080"}, "keywords" : ["color", "detect", "contrast", "css", "typescript"], "author" : {"name" : "Theodore Brown", "url" : "https://theodorejb.me/"}, "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/theodorejb/color-detect.git"}, "devDependencies" : {"@types/mocha" : "^9.0.0", "@types/node" : "^16.4.14", "browserify" : "^17.0.0", "local-web-server" : "^5.1.0", "mocha" : "^9.0.3", "typescript" : "^4.3.5"}, "dependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublishOnly": {"type": "string"}, "test": {"type": "string"}, "start": {"type": "string"}}, "required": ["prepublishOnly", "test", "start"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"@types/mocha": {"type": "string"}, "@types/node": {"type": "string"}, "browserify": {"type": "string"}, "local-web-server": {"type": "string"}, "mocha": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/mocha", "@types/node", "browserify", "local-web-server", "mocha", "typescript"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "files", "main", "types", "scripts", "keywords", "author", "license", "repository", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 13269, "cites" : 4, "cited_by" : 4, "reference" : ["[1] Bernstein, J. I., T. P. Mamuneas and P. Pashardes. 2004. Technical Efficiency and U.S. Manufacturing Productivity Growth. The Review of Economics and Statistics 61, 402-412.", "[2] Bernstein, J. I. and C. J. Zarkadas. 2004. Measurement of TFP growth for US Telecommunications, in R. Cooper and G. Madden eds., Frontiers of Broadband, Electronic and Mobile Commerce, Physica-Verlag.", "[3] Caballero, Ricardo J. 1999. Aggregate Investment, in John B. Taylor and Michael Woodford eds., Handbook of Macroeconomics, 813-862 Amsterdam Elsevier.", "[4] Denny, M. and M. Fuss. 1983. The use of discrete variables in superlative"]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"lib": {"type": "array", "items": {"type": "string"}}, "sourceMap": {"type": "boolean"}, "resolveJsonModule": {"type": "boolean"}, "experimentalDecorators": {"type": "boolean"}}, "required": ["lib", "sourceMap", "resolveJsonModule", "experimentalDecorators"]}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "include", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : "../../tsconfig.json", "compilerOptions" : {"lib" : ["DOM"], "sourceMap" : true, "resolveJsonModule" : true, "experimentalDecorators" : true}, "include" : ["./", "../../types"], "exclude" : ["../../types/clones"]} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"lib": {"type": "array", "items": {"type": "string"}}, "sourceMap": {"type": "boolean"}, "resolveJsonModule": {"type": "boolean"}, "experimentalDecorators": {"type": "boolean"}}, "required": ["lib", "sourceMap", "resolveJsonModule", "experimentalDecorators"]}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "include", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"@context": {"type": "array", "items": {"type": "string"}}, "@id": {"type": "string"}, "import": {"type": "array", "items": {"type": "string"}}}, "required": ["@context", "@id", "import"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@context" : ["https://linkedsoftwaredependencies.org/bundles/npm/@treecg/actor-init-typeahead/^1.0.0/components/context.jsonld", "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/runner/^1.0.0/components/context.jsonld"], "@id" : "urn:comunica:my", "import" : ["files-cit:config/sets/http.json", "files-cit:config/sets/rdf-dereference.json", "files-cit:config/sets/rdf-parsers.json", "files-cit:config/sets/rdf-score.json", "files-cit:config/sets/literal-normalize.json", "files-cit:config/sets/resolve-hypermedia.json", "files-cit:config/sets/init-typeahead.json", "files-cit:config/sets/tree-score.json"]} | json_instruct | {"type": "object", "properties": {"@context": {"type": "array", "items": {"type": "string"}}, "@id": {"type": "string"}, "import": {"type": "array", "items": {"type": "string"}}}, "required": ["@context", "@id", "import"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"css/cutestrap.css": {"type": "string"}, "css/cutestrap.min.css": {"type": "string"}}, "required": ["css/cutestrap.css", "css/cutestrap.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"css/cutestrap.css" : "sha512-tQQB5g0A6fQ1ITfT3fgGS990PHLz4KR6OQiH8X2hGvtuO3e7W4vOhf0oLQp65eeaYC92kffR7iTh6OY04ukfDw==", "css/cutestrap.min.css" : "sha512-Kh+DEEel2a58i3r8axOFM6rYWp8GoVaFUtcpps07HWu+Fo3MnkD5exHoZ7LJ/fJNYBcl9YBPjwBdJJ/8B+ckpQ=="} | json_instruct | {"type": "object", "properties": {"css/cutestrap.css": {"type": "string"}, "css/cutestrap.min.css": {"type": "string"}}, "required": ["css/cutestrap.css", "css/cutestrap.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1984, 6], [2003, 8], [2007, 5], [2008, 5], [2011, 5], [2012, 7], [2013, 9], [2014, 8]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {"type": "string"}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "facebook": {"type": "string"}, "telegram": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "facebook", "telegram"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "lemon-bet", "symbol" : "lbet", "name" : "Lemon Bet", "platforms" : {"ethereum" : "0x932d447274dcffb4aea4f0944d3c804e88056416"}, "hashing_algorithm" : null, "categories" : ["Gambling"], "description" : {"en" : "LBET is a utility token used in the Lemon Bet gaming platform."}, "country_origin" : "", "genesis_date" : null, "contract_address" : "0x932d447274dcffb4aea4f0944d3c804e88056416", "url" : "https://lemon.bet/", "explorers" : ["https://etherscan.io/token/0x932d447274dcffb4aea4f0944d3c804e88056416", "https://ethplorer.io/address/0x932d447274dcffb4aea4f0944d3c804e88056416"], "twitter" : "lemon_bet", "facebook" : "Lemon.Bet.Gaming", "telegram" : "lemonbetgame"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {"type": "string"}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "facebook": {"type": "string"}, "telegram": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "facebook", "telegram"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "3212162001", "id_kecamatan" : "321216", "name" : "Panyindangan Kulon"}, {"id" : "3212162002", "id_kecamatan" : "321216", "name" : "Rambatan Wetan"}, {"id" : "3212162003", "id_kecamatan" : "321216", "name" : "Panyindangan Wetan"}, {"id" : "3212162004", "id_kecamatan" : "321216", "name" : "Kenanga"}, {"id" : "3212162005", "id_kecamatan" : "321216", "name" : "Terusan"}, {"id" : "3212162006", "id_kecamatan" : "321216", "name" : "Dermayu"}, {"id" : "3212162007", "id_kecamatan" : "321216", "name" : "Sindang"}, {"id" : "3212162008", "id_kecamatan" : "321216", "name" : "Penganjang"}, {"id" : "3212162009", "id_kecamatan" : "321216", "name" : "Babadan"}, {"id" : "3212162014", "id_kecamatan" : "321216", "name" : "Wanantara"}]} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "permalink": {"type": "string"}, "homepage_url": {"type": "null"}, "twitter_username": {"type": "string"}, "logo_url": {"type": "string"}, "logo_width": {"type": "integer"}, "logo_height": {"type": "integer"}, "overview": {"type": "string"}, "investment_rounds": {"type": "integer"}, "invested_companies": {"type": "integer"}}, "required": ["id", "name", "type", "permalink", "homepage_url", "twitter_username", "logo_url", "logo_width", "logo_height", "overview", "investment_rounds", "invested_companies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "p:1641", "name" : "Scott McNealy", "type" : "Person", "permalink" : "/person/scott-mcnealy", "homepage_url" : null, "twitter_username" : "smcnealy", "logo_url" : "0012/1467/121467v1-max-250x250.jpg", "logo_width" : 400, "logo_height" : 308, "overview" : "Scott McNealy is the co-founder of Sun Microsystems, the computer technology company he started in 1982 along with Vinod Khosla, Bill Joy, and Andy Bechtolsheim.\nSun Microsystems, along with companies such as Silicon Graphics, 3Com, and Oracle Corporation, was part of a wave of successful startup companies in California's Silicon Valley during the early and mid-1980s. In 1982, McNealy, who was then manufacturing director at Onyx Systems, a vendor of microprocessor-based Unix systems, was approached by fellow Stanford alumnus Khosla to help provide the necessary organizational and business leadership for the fledgling company. The name \"Sun\" was derived from Bechtolsheim's original SUN computer project.\nIn 1984, McNealy took over the CEO role from Khosla, who would ultimately leave the company in 1985. On 24 April 2006, McNealy stepped down as CEO after serving in that position for 22 years, and turned the job over to Jonathan Schwartz.\nUnlike most people who become involved in high technology industries, Scott McNealy did not come from the world of amateur programmers, hackers, and computer scientists. Instead, his background was in business, having earned a Bachelor of Arts in Economics from Harvard and an MBA from the Stanford Graduate School of Business. Prior to college, he graduated from Cranbrook Schools in Bloomfield Hills, Michigan, where his father was in the automotive industry; most of his work experience prior to joining Sun was in automotive manufacturing.\nIn April 2009, Oracle bought Sun Microsystems for an estimated $5.6 billion.", "investment_rounds" : 3, "invested_companies" : 3} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "permalink": {"type": "string"}, "homepage_url": {"type": "null"}, "twitter_username": {"type": "string"}, "logo_url": {"type": "string"}, "logo_width": {"type": "integer"}, "logo_height": {"type": "integer"}, "overview": {"type": "string"}, "investment_rounds": {"type": "integer"}, "invested_companies": {"type": "integer"}}, "required": ["id", "name", "type", "permalink", "homepage_url", "twitter_username", "logo_url", "logo_width", "logo_height", "overview", "investment_rounds", "invested_companies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "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"}, "devDependencies": {"type": "object", "properties": {"devtron": {"type": "string"}, "standard": {"type": "string"}}, "required": ["devtron", "standard"]}, "dependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-reload": {"type": "string"}, "electron-store": {"type": "string"}, "spectre.css": {"type": "string"}}, "required": ["electron", "electron-reload", "electron-store", "spectre.css"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies", "dependencies", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "vasto-todo", "version" : "0.1.0", "description" : "A simple educational todo app", "main" : "main.js", "scripts" : {"start" : "electron ."}, "repository" : {"type" : "git", "url" : "git+https://github.com/CodeDraken/electron-todo.git"}, "keywords" : ["Electron", "tutorial", "demo"], "author" : "CodeDraken", "license" : "MIT", "devDependencies" : {"devtron" : "^1.4.0", "standard" : "^12.0.1"}, "dependencies" : {"electron" : "^3.0.4", "electron-reload" : "^1.2.5", "electron-store" : "^2.0.0", "spectre.css" : "^0.5.3"}, "bugs" : {"url" : "https://github.com/CodeDraken/electron-todo/issues"}, "homepage" : "https://github.com/CodeDraken/electron-todo#readme"} | 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": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"devtron": {"type": "string"}, "standard": {"type": "string"}}, "required": ["devtron", "standard"]}, "dependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-reload": {"type": "string"}, "electron-store": {"type": "string"}, "spectre.css": {"type": "string"}}, "required": ["electron", "electron-reload", "electron-store", "spectre.css"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies", "dependencies", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "connect-mongodb-session": {"type": "string"}, "cookie-session": {"type": "string"}, "cors": {"type": "string"}, "dot-prop": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "http": {"type": "string"}, "https": {"type": "string"}, "jquery": {"type": "string"}, "jsdom": {"type": "string"}, "lodash": {"type": "string"}, "mongodb": {"type": "string"}, "mongoose": {"type": "string"}, "nodemon": {"type": "string"}, "passport": {"type": "string"}, "passport-facebook": {"type": "string"}, "passport-google-oauth20": {"type": "string"}, "passport-linkedin-oauth2": {"type": "string"}}, "required": ["body-parser", "connect-mongodb-session", "cookie-session", "cors", "dot-prop", "ejs", "express", "express-session", "http", "https", "jquery", "jsdom", "lodash", "mongodb", "mongoose", "nodemon", "passport", "passport-facebook", "passport-google-oauth20", "passport-linkedin-oauth2"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "pbsc", "version" : "1.0.0", "description" : "A new version of PBSC, including login via FB, G+ or LinkedIn", "main" : "server.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node server.js"}, "author" : "Bruno Rodrigues de Carvalho", "license" : "MIT", "dependencies" : {"body-parser" : "^1.19.0", "connect-mongodb-session" : "^2.3.1", "cookie-session" : "^1.4.0", "cors" : "^2.8.5", "dot-prop" : "^5.2.0", "ejs" : "^3.1.2", "express" : "^4.17.1", "express-session" : "^1.17.1", "http" : "0.0.1-security", "https" : "^1.0.0", "jquery" : "^3.5.1", "jsdom" : "^16.2.2", "lodash" : "^4.17.19", "mongodb" : "^3.5.6", "mongoose" : "^5.9.10", "nodemon" : "^2.0.7", "passport" : "^0.4.1", "passport-facebook" : "^3.0.0", "passport-google-oauth20" : "^2.0.0", "passport-linkedin-oauth2" : "^2.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "connect-mongodb-session": {"type": "string"}, "cookie-session": {"type": "string"}, "cors": {"type": "string"}, "dot-prop": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "http": {"type": "string"}, "https": {"type": "string"}, "jquery": {"type": "string"}, "jsdom": {"type": "string"}, "lodash": {"type": "string"}, "mongodb": {"type": "string"}, "mongoose": {"type": "string"}, "nodemon": {"type": "string"}, "passport": {"type": "string"}, "passport-facebook": {"type": "string"}, "passport-google-oauth20": {"type": "string"}, "passport-linkedin-oauth2": {"type": "string"}}, "required": ["body-parser", "connect-mongodb-session", "cookie-session", "cors", "dot-prop", "ejs", "express", "express-session", "http", "https", "jquery", "jsdom", "lodash", "mongodb", "mongoose", "nodemon", "passport", "passport-facebook", "passport-google-oauth20", "passport-linkedin-oauth2"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Inferring type rules for syntactic sugar.", "fields" : ["macro", "odds", "syntactic sugar", "programming language", "theoretical computer science"], "abstract" : "Type systems and syntactic sugar are both valuable to programmers, but sometimes at odds. While sugar is a valuable mechanism for implementing realistic languages, the expansion process obscures program source structure. As a result, type errors can reference terms the programmers did not write (and even constructs they do not know), baffling them. The language developer must also manually construct type rules for the sugars, to give a typed account of the surface language. We address these problems by presenting a process for automatically reconstructing type rules for the surface language using rules for the core. We have implemented this theory, and show several interesting case studies.", "citation" : "Citations (1)", "departments" : ["Brown University", "Brown University"], "authors" : ["Justin Pombrio.....http://dblp.org/pers/hd/p/Pombrio:Justin", "Shriram Krishnamurthi.....http://dblp.org/pers/hd/k/Krishnamurthi:Shriram"], "conf" : "pldi", "year" : "2018", "pages" : 14} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "", "features" : [{"type" : "", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-81.470229, 25.803327], [-80.873096, 25.805377], [-80.872932, 25.979434], [-80.440318, 25.956857], [-80.431359, 25.956965], [-80.482697, 25.797389], [-80.313045, 25.770141], [-80.302878, 25.733403], [-80.480034, 25.727357], [-80.479522, 25.624436], [-80.368837, 25.580019], [-80.32504310068477, 25.53528429105719], [-80.253015, 25.340494], [-80.399717, 25.108492], [-80.465501, 25.211755], [-80.722391, 25.159547], [-81.08393, 25.116194], [-81.172044, 25.222276], [-81.12141, 25.33875], [-81.290328, 25.687506], [-81.470229, 25.803327]]], [[[-81.815793, 24.562739], [-81.754281, 24.654043], [-81.44351, 24.813364], [-81.296895, 24.655382], [-81.510768, 24.625669], [-81.685243, 24.558676], [-81.815793, 24.562739]]]]}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"jquery.typeahead.css": {"type": "string"}, "jquery.typeahead.js": {"type": "string"}, "jquery.typeahead.min.css": {"type": "string"}, "jquery.typeahead.min.js": {"type": "string"}}, "required": ["jquery.typeahead.css", "jquery.typeahead.js", "jquery.typeahead.min.css", "jquery.typeahead.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jquery.typeahead.css" : "sha512-Ny/d1lufp5LZraipDi867dI8wSQNcD9956hjFsZhcvSB5q7sHlQY00QmuQgjECRnvDTmYGXAsJ+hKgAKFmhIXQ==", "jquery.typeahead.js" : "sha512-0vn7QRK+Qy9xArsTwLcn9Pd3pwBL6EhUqYusG6MgClY/JnLqKgbuXPINH1NPIljfvCybSunDa/qIapLAx7PZIA==", "jquery.typeahead.min.css" : "sha512-Blqo9OM5len/Yx5rZuoxG/alhU/USPbHk+bPeKq7JdYmH74WRvNyiqcp8BwLgZmzH0oibELaZuNEsI9URZFL0Q==", "jquery.typeahead.min.js" : "sha512-t5Z1HTx++dZxVCOyybDoEHvCw7Bli2JxlfS+Vv+1p8NsUr8GbhDverM5wcRQ4CUqHt6Osw8KHYhWVWk8I/cqRg=="} | json_instruct | {"type": "object", "properties": {"jquery.typeahead.css": {"type": "string"}, "jquery.typeahead.js": {"type": "string"}, "jquery.typeahead.min.css": {"type": "string"}, "jquery.typeahead.min.js": {"type": "string"}}, "required": ["jquery.typeahead.css", "jquery.typeahead.js", "jquery.typeahead.min.css", "jquery.typeahead.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"outputType": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "apkInfo": {"type": "object", "properties": {"type": {"type": "string"}, "splits": {"type": "array", "items": {}}, "versionCode": {"type": "integer"}}, "required": ["type", "splits", "versionCode"]}, "path": {"type": "string"}, "properties": {"type": "object", "properties": {"packageId": {"type": "string"}, "split": {"type": "string"}, "minSdkVersion": {"type": "string"}}, "required": ["packageId", "split", "minSdkVersion"]}}, "required": ["outputType", "apkInfo", "path", "properties"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"outputType" : {"type" : "APK"}, "apkInfo" : {"type" : "MAIN", "splits" : [], "versionCode" : 9}, "path" : "app-release.apk", "properties" : {"packageId" : "com.nexus.nsnik.randomno", "split" : "", "minSdkVersion" : "24"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"outputType": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "apkInfo": {"type": "object", "properties": {"type": {"type": "string"}, "splits": {"type": "array", "items": {}}, "versionCode": {"type": "integer"}}, "required": ["type", "splits", "versionCode"]}, "path": {"type": "string"}, "properties": {"type": "object", "properties": {"packageId": {"type": "string"}, "split": {"type": "string"}, "minSdkVersion": {"type": "string"}}, "required": ["packageId", "split", "minSdkVersion"]}}, "required": ["outputType", "apkInfo", "path", "properties"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"next": {"type": "null"}, "next_url": {"type": "null"}, "previous": {"type": "null"}, "previous_url": {"type": "null"}, "count": {"type": "integer"}, "page_size": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image": {"type": "string"}}, "required": ["code", "image"]}}}, "required": ["next", "next_url", "previous", "previous_url", "count", "page_size", "results"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"next" : null, "next_url" : null, "previous" : null, "previous_url" : null, "count" : 11, "page_size" : 24, "results" : [{"code" : "sticker_01", "image" : "https://develop.conicle.co/media/flash_card/sticker/2021/07/202107_Stickers-03-1.png"}, {"code" : "sticker_02", "image" : "https://develop.conicle.co/media/flash_card/sticker/2021/07/202107_Stickers-03-2.png"}, {"code" : "sticker_03", "image" : "https://develop.conicle.co/media/flash_card/sticker/2021/07/202107_Stickers-03-3.png"}, {"code" : "sticker_04", "image" : "https://develop.conicle.co/media/flash_card/sticker/2021/07/202107_Stickers-03-4.png"}, {"code" : "sticker_05", "image" : "https://develop.conicle.co/media/flash_card/sticker/2021/07/202107_Stickers-03-5.png"}, {"code" : "sticker_06", "image" : "https://develop.conicle.co/media/flash_card/sticker/2021/07/202107_Stickers-03-6.png"}, {"code" : "sticker_07", "image" : "https://develop.conicle.co/media/flash_card/sticker/2021/07/202107_Stickers-03-7.png"}, {"code" : "sticker_08", "image" : "https://develop.conicle.co/media/flash_card/sticker/2021/07/202107_Stickers-03-8.png"}, {"code" : "sticker_09", "image" : "https://develop.conicle.co/media/flash_card/sticker/2021/07/202107_Stickers-03-9.png"}, {"code" : "sticker_10", "image" : "https://develop.conicle.co/media/flash_card/sticker/2021/07/202107_Stickers-03-11.png"}, {"code" : "sticker_11", "image" : "https://develop.conicle.co/media/flash_card/sticker/2021/07/202107_Stickers-03-10.png"}]} | json_instruct | {"type": "object", "properties": {"next": {"type": "null"}, "next_url": {"type": "null"}, "previous": {"type": "null"}, "previous_url": {"type": "null"}, "count": {"type": "integer"}, "page_size": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image": {"type": "string"}}, "required": ["code", "image"]}}}, "required": ["next", "next_url", "previous", "previous_url", "count", "page_size", "results"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "A\u00d1ATERVE", "frequency" : 24, "gender" : "male"}] | 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": {"billing_history_balance_title": {"type": "string"}, "billing_history_balance_cancel": {"type": "string"}, "billing_history_balance_explain": {"type": "string"}, "billing_history_balance_no_balance": {"type": "string"}, "billing_history_balance_choose_payment_method": {"type": "string"}, "billing_history_balance_add_payment_method": {"type": "string"}, "billing_history_balance_no_payment_method": {"type": "string"}, "billing_history_balance_payment_doing": {"type": "string"}, "billing_history_balance_payment_go_tracking": {"type": "string"}, "billing_history_balance_load_error": {"type": "string"}, "billing_history_balance_pay_success": {"type": "string"}, "billing_history_balance_pay_error": {"type": "string"}, "billing_history_balance_payment_method_subtype_american_express": {"type": "string"}, "billing_history_balance_payment_method_subtype_mastercard": {"type": "string"}, "billing_history_balance_payment_method_subtype_visa": {"type": "string"}}, "required": ["billing_history_balance_title", "billing_history_balance_cancel", "billing_history_balance_explain", "billing_history_balance_no_balance", "billing_history_balance_choose_payment_method", "billing_history_balance_add_payment_method", "billing_history_balance_no_payment_method", "billing_history_balance_payment_doing", "billing_history_balance_payment_go_tracking", "billing_history_balance_load_error", "billing_history_balance_pay_success", "billing_history_balance_pay_error", "billing_history_balance_payment_method_subtype_american_express", "billing_history_balance_payment_method_subtype_mastercard", "billing_history_balance_payment_method_subtype_visa"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"billing_history_balance_title" : "Kontostand ausgleichen", "billing_history_balance_cancel" : "Abbrechen", "billing_history_balance_explain" : "Der aktuelle Kontostand betr\u00e4gt {{ balance }}.", "billing_history_balance_no_balance" : "Es kann kein Guthaben f\u00fcr Ihren Account gefunden werden. <a data-ui-sref=\"{{ backState }}\">Klicken Sie hier</a>, um zur Liste der Abrechnungen zur\u00fcckzukehren.", "billing_history_balance_choose_payment_method" : "W\u00e4hlen Sie eine Zahlungsmethode aus", "billing_history_balance_add_payment_method" : "F\u00fcgen Sie eine Zahlungsmethode hinzu", "billing_history_balance_no_payment_method" : "Sie haben zurzeit keine g\u00fcltige Zahlungsmethode. <a data-ui-sref=\"{{ addPaymentMethodState }}\">Bitte f\u00fcgen Sie eine g\u00fcltige Zahlungsmethode hinzu</a>, bevor Sie Ihren Kontostand ausgleichen.", "billing_history_balance_payment_doing" : "Es wird bereits ein Bezahlvorgang durchgef\u00fchrt. Bitte warten Sie, bis die Zahlung abgeschlossen ist, bevor Sie einen neuen Kontostand ausgleichen.", "billing_history_balance_payment_go_tracking" : "Weitere Informationen finden Sie auf der <a data-ui-sref=\"{{ trackState }}\">Seite der Zahlungsnachverfolgung</a>.", "billing_history_balance_load_error" : "Beim Laden Ihres Kontostands ist ein Fehler aufgetreten.", "billing_history_balance_pay_success" : "Kontostandsausgleichung wird durchgef\u00fchrt. Die Zahlung wird in wenigen Minuten abgeschlossen. Weitere Informationen finden Sie auf der <a data-ui-sref=\"{{ trackHref }}\">Seite der Zahlungsnachverfolgung</a>.", "billing_history_balance_pay_error" : "Beim Ausgleichen Ihres Kontos ist ein Fehler aufgetreten.", "billing_history_balance_payment_method_subtype_american_express" : "American Express", "billing_history_balance_payment_method_subtype_mastercard" : "Mastercard", "billing_history_balance_payment_method_subtype_visa" : "Visa"} | json_instruct | {"type": "object", "properties": {"billing_history_balance_title": {"type": "string"}, "billing_history_balance_cancel": {"type": "string"}, "billing_history_balance_explain": {"type": "string"}, "billing_history_balance_no_balance": {"type": "string"}, "billing_history_balance_choose_payment_method": {"type": "string"}, "billing_history_balance_add_payment_method": {"type": "string"}, "billing_history_balance_no_payment_method": {"type": "string"}, "billing_history_balance_payment_doing": {"type": "string"}, "billing_history_balance_payment_go_tracking": {"type": "string"}, "billing_history_balance_load_error": {"type": "string"}, "billing_history_balance_pay_success": {"type": "string"}, "billing_history_balance_pay_error": {"type": "string"}, "billing_history_balance_payment_method_subtype_american_express": {"type": "string"}, "billing_history_balance_payment_method_subtype_mastercard": {"type": "string"}, "billing_history_balance_payment_method_subtype_visa": {"type": "string"}}, "required": ["billing_history_balance_title", "billing_history_balance_cancel", "billing_history_balance_explain", "billing_history_balance_no_balance", "billing_history_balance_choose_payment_method", "billing_history_balance_add_payment_method", "billing_history_balance_no_payment_method", "billing_history_balance_payment_doing", "billing_history_balance_payment_go_tracking", "billing_history_balance_load_error", "billing_history_balance_pay_success", "billing_history_balance_pay_error", "billing_history_balance_payment_method_subtype_american_express", "billing_history_balance_payment_method_subtype_mastercard", "billing_history_balance_payment_method_subtype_visa"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": {"type": "number"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "pos/pos_x", "pos/pos_y", "pos/pos_z", "pos/speed", "pos/cte", "milliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cam/image_array" : "4270_cam-image_array_.jpg", "user/angle" : 0.27, "user/throttle" : 0.496, "user/mode" : "user", "pos/pos_x" : 80.26895, "pos/pos_y" : 0.5556522, "pos/pos_z" : -3.582109, "pos/speed" : 9.854232, "pos/cte" : 0.07714609, "milliseconds" : 228858} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": {"type": "number"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "pos/pos_x", "pos/pos_y", "pos/pos_z", "pos/speed", "pos/cte", "milliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"generated_at" : "2017-01-27T09:37:34.844619", "required_by" : ["channels"], "requires" : ["asgiref", "twisted", "autobahn"], "package" : "daphne"} | json_instruct | {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$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"}, "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" : [[[-85.932988, 39.206681], [-85.9271, 39.210427], [-85.926851, 39.212729], [-85.930159, 39.21495], [-85.926803, 39.21811], [-85.922606, 39.216617], [-85.922627, 39.215616], [-85.91673, 39.215796], [-85.916709, 39.214518], [-85.907024, 39.214703], [-85.906613, 39.215791], [-85.897761, 39.215844], [-85.898982, 39.207771], [-85.903553, 39.20625], [-85.905265, 39.201924], [-85.91193, 39.199843], [-85.917184, 39.193355], [-85.91703, 39.192363], [-85.911874, 39.188526], [-85.912952, 39.186536], [-85.915216, 39.185801], [-85.914199, 39.185141], [-85.914334, 39.183296], [-85.916924, 39.181196], [-85.916985, 39.180352], [-85.916575, 39.179073], [-85.913925, 39.179049], [-85.912606, 39.178108], [-85.911421, 39.174806], [-85.911578, 39.167683], [-85.912744, 39.169712], [-85.91212, 39.174265], [-85.913388, 39.177817], [-85.916794, 39.178763], [-85.917506, 39.179849], [-85.917017, 39.181876], [-85.914826, 39.184241], [-85.915031, 39.185434], [-85.920873, 39.187459], [-85.919971, 39.190609], [-85.920374, 39.195024], [-85.926418, 39.200657], [-85.927229, 39.203127], [-85.931995, 39.204986], [-85.932988, 39.206681]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 24207}}]} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "name", "opening_hours", "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" : "way/356086738", "properties" : {"amenity" : "marketplace", "name" : "Wochenmarkt", "opening_hours" : "We 07:30-12:30; Sa 07:00-12:30", "id" : "way/356086738"}, "geometry" : {"type" : "Point", "coordinates" : [12.1646798, 49.6761525]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "name", "opening_hours", "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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcryptjs": {"type": "string"}, "connect-mongodb-session": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "mongoose": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["bcryptjs", "connect-mongodb-session", "ejs", "express", "express-session", "mongoose", "nodemon"]}, "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", "devDependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "dok-modding-ladder-community", "version" : "1.0.0", "description" : "This is the repository for the Deserts of Kharak community-run unofficial website.", "main" : "src/index.js", "dependencies" : {"bcryptjs" : "^2.4.3", "connect-mongodb-session" : "^2.4.1", "ejs" : "^3.1.5", "express" : "^4.17.1", "express-session" : "^1.17.1", "mongoose" : "^5.11.11", "nodemon" : "^2.0.7"}, "devDependencies" : {}, "scripts" : {"test" : "test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/MarchWaden/DOK-Modding-Ladder-Community.git"}, "keywords" : ["deserts", "of", "kharak", "dok"], "author" : "MarchWaden", "license" : "ISC", "bugs" : {"url" : "https://github.com/MarchWaden/DOK-Modding-Ladder-Community/issues"}, "homepage" : "https://github.com/MarchWaden/DOK-Modding-Ladder-Community#readme"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcryptjs": {"type": "string"}, "connect-mongodb-session": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "mongoose": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["bcryptjs", "connect-mongodb-session", "ejs", "express", "express-session", "mongoose", "nodemon"]}, "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", "devDependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"test-module": {"type": "string"}}, "required": ["test-module"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ret-42": {"type": "string"}}, "required": ["ret-42"]}}, "required": ["name", "version", "description", "bin", "scripts", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "test-filedeps", "version" : "0.0.1", "description" : "Licking toads is great fun for the whole family", "bin" : {"test-module" : "test-module.js"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "license" : "MIT", "dependencies" : {"ret-42" : "link:local_modules/ret-42"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"test-module": {"type": "string"}}, "required": ["test-module"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ret-42": {"type": "string"}}, "required": ["ret-42"]}}, "required": ["name", "version", "description", "bin", "scripts", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"manufacturer" : "Logicom", "market_name" : "M bot 51", "codename" : "Mbot51", "model" : "M bot 51"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "deep_trenches:block/sequoia_slab"} | 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": {"/api/*": {"type": "string"}, "/posts/:id/comments": {"type": "string"}}, "required": ["/api/*", "/posts/:id/comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/api/*" : "/$1", "/posts/:id/comments" : "/fetch/comments/proxy?postId=:id"} | json_instruct | {"type": "object", "properties": {"/api/*": {"type": "string"}, "/posts/:id/comments": {"type": "string"}}, "required": ["/api/*", "/posts/:id/comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 5540, "redacted" : false, "hash" : 3714179813, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "YIXIN", "frequency" : 182, "males" : "21.978021978021978 %", "females" : "78.02197802197803 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"lang": {"type": "string"}, "upper": {"type": "string"}, "zipex": {"type": "string"}, "name": {"type": "string"}, "zip": {"type": "string"}, "fmtCharsets": {"type": "string"}, "require": {"type": "string"}, "fmt": {"type": "string"}, "state_name_type": {"type": "string"}, "languages": {"type": "string"}, "lfmt": {"type": "string"}, "sub_lnames": {"type": "string"}, "sub_keys": {"type": "string"}, "key": {"type": "string"}, "sub_isoids": {"type": "string"}, "posturl": {"type": "string"}, "id": {"type": "string"}, "sub_zips": {"type": "string"}}, "required": ["lang", "upper", "zipex", "name", "zip", "fmtCharsets", "require", "fmt", "state_name_type", "languages", "lfmt", "sub_lnames", "sub_keys", "key", "sub_isoids", "posturl", "id", "sub_zips"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lang" : "ja", "upper" : "S", "zipex" : "154-0023,350-1106,951-8073,112-0001,208-0032,231-0012,951-8073", "name" : "JAPAN", "zip" : "\\d{3}-?\\d{4}", "fmtCharsets" : "ISO-2022-JP", "require" : "ACSZ", "fmt" : "\u3012%Z%n%S%C%n%A%n%O%n%N", "state_name_type" : "prefecture", "languages" : "ja", "lfmt" : "%N%n%O%n%A%n%C, %S%n%Z", "sub_lnames" : "HOKKAIDO~AOMORI~IWATE~MIYAGI~AKITA~YAMAGATA~FUKUSHIMA~IBARAKI~TOCHIGI~GUNMA~SAITAMA~CHIBA~TOKYO~KANAGAWA~NIIGATA~TOYAMA~ISHIKAWA~FUKUI~YAMANASHI~NAGANO~GIFU~SHIZUOKA~AICHI~MIE~SHIGA~KYOTO~OSAKA~HYOGO~NARA~WAKAYAMA~TOTTORI~SHIMANE~OKAYAMA~HIROSHIMA~YAMAGUCHI~TOKUSHIMA~KAGAWA~EHIME~KOCHI~FUKUOKA~SAGA~NAGASAKI~KUMAMOTO~OITA~MIYAZAKI~KAGOSHIMA~OKINAWA", "sub_keys" : "\u5317\u6d77\u9053~\u9752\u68ee\u770c~\u5ca9\u624b\u770c~\u5bae\u57ce\u770c~\u79cb\u7530\u770c~\u5c71\u5f62\u770c~\u798f\u5cf6\u770c~\u8328\u57ce\u770c~\u6803\u6728\u770c~\u7fa4\u99ac\u770c~\u57fc\u7389\u770c~\u5343\u8449\u770c~\u6771\u4eac\u90fd~\u795e\u5948\u5ddd\u770c~\u65b0\u6f5f\u770c~\u5bcc\u5c71\u770c~\u77f3\u5ddd\u770c~\u798f\u4e95\u770c~\u5c71\u68a8\u770c~\u9577\u91ce\u770c~\u5c90\u961c\u770c~\u9759\u5ca1\u770c~\u611b\u77e5\u770c~\u4e09\u91cd\u770c~\u6ecb\u8cc0\u770c~\u4eac\u90fd\u5e9c~\u5927\u962a\u5e9c~\u5175\u5eab\u770c~\u5948\u826f\u770c~\u548c\u6b4c\u5c71\u770c~\u9ce5\u53d6\u770c~\u5cf6\u6839\u770c~\u5ca1\u5c71\u770c~\u5e83\u5cf6\u770c~\u5c71\u53e3\u770c~\u5fb3\u5cf6\u770c~\u9999\u5ddd\u770c~\u611b\u5a9b\u770c~\u9ad8\u77e5\u770c~\u798f\u5ca1\u770c~\u4f50\u8cc0\u770c~\u9577\u5d0e\u770c~\u718a\u672c\u770c~\u5927\u5206\u770c~\u5bae\u5d0e\u770c~\u9e7f\u5150\u5cf6\u770c~\u6c96\u7e04\u770c", "key" : "JP", "sub_isoids" : "01~02~03~04~05~06~07~08~09~10~11~12~13~14~15~16~17~18~19~20~21~22~23~24~25~26~27~28~29~30~31~32~33~34~35~36~37~38~39~40~41~42~43~44~45~46~47", "posturl" : "http://search.post.japanpost.jp/zipcode/", "id" : "data/JP", "sub_zips" : "0[4-9]|00[1-7]~03|018~02~98~01~99~9[67]~3[01]~32|311|349~37|38[49]~3[3-6]~2[6-9]~1[0-8]|19[0-8]|20~2[1-5]|199~9[45]|389~93~92|939~91|922~40~3[89]|949~50~4[1-9]~4[4-9]|431~51|498|647~52~6[0-2]|520~5[3-9]|618|630~6[5-7]|563~63|64[78]~64|519~68~69|68[45]~7[01]~7[23]~7[45]~77~76~79~78~8[0-3]|871~84~85|81[17]|848~86~87|839~88~89~90"} | json_instruct | {"type": "object", "properties": {"lang": {"type": "string"}, "upper": {"type": "string"}, "zipex": {"type": "string"}, "name": {"type": "string"}, "zip": {"type": "string"}, "fmtCharsets": {"type": "string"}, "require": {"type": "string"}, "fmt": {"type": "string"}, "state_name_type": {"type": "string"}, "languages": {"type": "string"}, "lfmt": {"type": "string"}, "sub_lnames": {"type": "string"}, "sub_keys": {"type": "string"}, "key": {"type": "string"}, "sub_isoids": {"type": "string"}, "posturl": {"type": "string"}, "id": {"type": "string"}, "sub_zips": {"type": "string"}}, "required": ["lang", "upper", "zipex", "name", "zip", "fmtCharsets", "require", "fmt", "state_name_type", "languages", "lfmt", "sub_lnames", "sub_keys", "key", "sub_isoids", "posturl", "id", "sub_zips"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"activos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "rubro": {"type": "string"}}, "required": ["nombre", "rubro"]}}, "pasivos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "rubro": {"type": "string"}}, "required": ["nombre", "rubro"]}}, "ingresos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "rubro": {"type": "boolean"}}, "required": ["nombre", "rubro"]}}, "egresos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "rubro": {"type": "boolean"}}, "required": ["nombre", "rubro"]}}}, "required": ["activos", "pasivos", "ingresos", "egresos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"activos" : [{"nombre" : "Efectivo", "rubro" : "caja"}, {"nombre" : "Cheques a cobrar", "rubro" : "valores_a_depositar"}, {"nombre" : "Cta Cte", "rubro" : "cta_cte"}, {"nombre" : "MercadoPago", "rubro" : "cta_cte"}], "pasivos" : [{"nombre" : "Cheques Propios", "rubro" : "valores_a_pagar"}, {"nombre" : "Proveedores", "rubro" : "proveedores"}, {"nombre" : "Tarjetas de cr\u00e9dito", "rubro" : "acreedores"}], "ingresos" : [{"nombre" : "Aporte Socio", "rubro" : true}, {"nombre" : "Otros ingresos", "rubro" : true}], "egresos" : [{"nombre" : "Honorarios Contables", "rubro" : true}, {"nombre" : "Honorarios Inform\u00e1ticos", "rubro" : true}, {"nombre" : "Honorarios Jur\u00eddicos", "rubro" : true}, {"nombre" : "Honorarios M\u00e9dicos", "rubro" : true}, {"nombre" : "Vi\u00e1ticos y Movilidad", "rubro" : true}, {"nombre" : "Reuniones y Asambleas", "rubro" : true}, {"nombre" : "\u00datiles e Insumos", "rubro" : true}, {"nombre" : "Bienes de uso", "rubro" : true}, {"nombre" : "Remuneraciones", "rubro" : true}, {"nombre" : "Gastos de Limpieza", "rubro" : true}, {"nombre" : "Farmacia", "rubro" : true}, {"nombre" : "Gastos Cobranzas", "rubro" : true}, {"nombre" : "Comisiones de Recaudaci\u00f3n", "rubro" : true}, {"nombre" : "Beneficios Varios", "rubro" : true}, {"nombre" : "Debito Fiscal Iva B\u00e1sico", "rubro" : true}, {"nombre" : "Comisiones", "rubro" : true}, {"nombre" : "Impuestos", "rubro" : true}]} | json_instruct | {"type": "object", "properties": {"activos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "rubro": {"type": "string"}}, "required": ["nombre", "rubro"]}}, "pasivos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "rubro": {"type": "string"}}, "required": ["nombre", "rubro"]}}, "ingresos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "rubro": {"type": "boolean"}}, "required": ["nombre", "rubro"]}}, "egresos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "rubro": {"type": "boolean"}}, "required": ["nombre", "rubro"]}}}, "required": ["activos", "pasivos", "ingresos", "egresos"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"appid" : 378580, "name" : "Untamed: Life Of A Cougar", "windows" : true, "mac" : false, "linux" : false, "early_access" : false, "lookup_time" : 1490984437} | json_instruct | {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "content": {"type": "string"}, "imageType": {"type": "string"}, "date": {"type": "string"}, "dateText": {"type": "string"}, "timestamp": {"type": "string"}, "instagramUsername": {"type": "string"}, "featuredMedia": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "sizes": {"type": "object", "properties": {"medium": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "full": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "__typename": {"type": "string"}}, "required": ["medium", "full", "__typename"]}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "sizes", "__typename"]}, "__typename": {"type": "string"}}, "required": ["id", "title", "primoId", "slug", "shortcode", "imageUrl", "content", "imageType", "date", "dateText", "timestamp", "instagramUsername", "featuredMedia", "__typename"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"id" : 90203, "title" : "the crew", "primoId" : "", "slug" : "", "shortcode" : "", "imageUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie-1543122535917.png", "content" : "the crew", "imageType" : "gallery_selfie", "date" : "2018-11-25 16:08:55", "dateText" : "", "timestamp" : "", "instagramUsername" : "", "featuredMedia" : {"sourceUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie-1543122535917.png", "sizes" : {"medium" : {"sourceUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie-1543122535917-300x300.png", "width" : 300, "height" : 300, "__typename" : "MediaSize"}, "full" : {"sourceUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie-1543122535917.png", "width" : 1080, "height" : 1080, "__typename" : "MediaSize"}, "__typename" : "MediaSizes"}, "__typename" : "Media"}, "__typename" : "NewSelfWalesGallerySelfie"}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "content": {"type": "string"}, "imageType": {"type": "string"}, "date": {"type": "string"}, "dateText": {"type": "string"}, "timestamp": {"type": "string"}, "instagramUsername": {"type": "string"}, "featuredMedia": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "sizes": {"type": "object", "properties": {"medium": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "full": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "__typename": {"type": "string"}}, "required": ["medium", "full", "__typename"]}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "sizes", "__typename"]}, "__typename": {"type": "string"}}, "required": ["id", "title", "primoId", "slug", "shortcode", "imageUrl", "content", "imageType", "date", "dateText", "timestamp", "instagramUsername", "featuredMedia", "__typename"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"layout": {"type": "array", "items": {"type": "integer"}}, "like": {"type": "array", "items": {"type": "integer"}}, "language": {"type": "array", "items": {"type": "integer"}}, "list": {"type": "array", "items": {"type": "integer"}}, "length": {"type": "array", "items": {"type": "integer"}}, "logo": {"type": "array", "items": {"type": "integer"}}, "library": {"type": "array", "items": {"type": "integer"}}, "load": {"type": "array", "items": {"type": "integer"}}, "logofile": {"type": "array", "items": {"type": "integer"}}, "links": {"type": "array", "items": {"type": "integer"}}, "let": {"type": "array", "items": {"type": "integer"}}, "life": {"type": "array", "items": {"type": "integer"}}, "link": {"type": "array", "items": {"type": "integer"}}, "longer": {"type": "array", "items": {"type": "integer"}}, "lay": {"type": "array", "items": {"type": "integer"}}, "looking": {"type": "array", "items": {"type": "integer"}}, "locate": {"type": "array", "items": {"type": "integer"}}}, "required": ["layout", "like", "language", "list", "length", "logo", "library", "load", "logofile", "links", "let", "life", "link", "longer", "lay", "looking", "locate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"layout" : [524293], "like" : [524289], "language" : [524289], "list" : [851969], "length" : [1966088], "logo" : [524290], "library" : [65537, 131073, 196609, 262145, 327681, 393217, 458753, 524289, 589825, 655361, 720897, 786433, 851969, 917505, 983041, 1048577, 1114113, 1179649, 1245185, 1310721, 1376257, 1441793, 1507329, 1572865, 1638401, 1703937, 1769473, 1835009, 1900545, 1966081, 2031617, 2097153, 2162689], "load" : [1441793], "logofile" : [524289], "links" : [1114113], "let" : [1966081], "life" : [1114113], "link" : [1, 196609, 1245185], "longer" : [2097153], "lay" : [524289], "looking" : [2097153], "locate" : [2097153]} | json_instruct | {"type": "object", "properties": {"layout": {"type": "array", "items": {"type": "integer"}}, "like": {"type": "array", "items": {"type": "integer"}}, "language": {"type": "array", "items": {"type": "integer"}}, "list": {"type": "array", "items": {"type": "integer"}}, "length": {"type": "array", "items": {"type": "integer"}}, "logo": {"type": "array", "items": {"type": "integer"}}, "library": {"type": "array", "items": {"type": "integer"}}, "load": {"type": "array", "items": {"type": "integer"}}, "logofile": {"type": "array", "items": {"type": "integer"}}, "links": {"type": "array", "items": {"type": "integer"}}, "let": {"type": "array", "items": {"type": "integer"}}, "life": {"type": "array", "items": {"type": "integer"}}, "link": {"type": "array", "items": {"type": "integer"}}, "longer": {"type": "array", "items": {"type": "integer"}}, "lay": {"type": "array", "items": {"type": "integer"}}, "looking": {"type": "array", "items": {"type": "integer"}}, "locate": {"type": "array", "items": {"type": "integer"}}}, "required": ["layout", "like", "language", "list", "length", "logo", "library", "load", "logofile", "links", "let", "life", "link", "longer", "lay", "looking", "locate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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"}}}, "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"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u627f\u6e67\u8eca\u6750\u4f01\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99628017", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "08110003155698", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u516b\u5fb7\u5340\u745e\u767c\u91cc\u4ecb\u58fd\u8def\u4e8c\u6bb5\u4e00\u25cb\u4e8c\u4e8c\u5df7\u4e00\u516d\u3001\u4e00\u516b\u865f\u4e00\u6a13", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u6843\u5712\u5e02\u516b\u5fb7\u5340\u745e\u767c\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u9ec3\u7acb\u6797\u3000\u3000", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "86765187", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0811110", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0811123", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["30\u6c7d\u8eca\u53ca\u5176\u96f6\u4ef6\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["303\u6c7d\u8eca\u96f6\u4ef6"]} | 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"}}}, "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"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"url": {"type": "string"}, "key": {"type": "string"}, "rtc_signalling_token": {"type": "string"}}, "required": ["url", "key", "rtc_signalling_token"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "wss://blokegaming.com/robitcontrol/robitsocket/", "key" : "Robot key here", "rtc_signalling_token" : "test21"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "key": {"type": "string"}, "rtc_signalling_token": {"type": "string"}}, "required": ["url", "key", "rtc_signalling_token"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Blend vegetable oil, Parmesan cheese, egg substitute, Dijon mustard, garlic, anchovy paste, Worcestershire sauce, and pepper in a blender or food processor until smooth; season with salt.", "Drizzle dressing over lettuce in a large mixing bowl; toss to coat. Top salad with croutons."], "ingredients" : ["1/3 cup canola oil", "1/3 cup grated Parmesan cheese", "1/4 cup egg substitute (such as Egg Beaters\u00ae)", "2 teaspoons Dijon mustard", "1 clove garlic, minced", "1/2 teaspoon anchovy paste", "1/4 teaspoon Worcestershire sauce", "1/8 teaspoon ground black pepper", "salt to taste", "1 head romaine lettuce, torn into bite-size pieces", "1 cup croutons"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Easy Creamy Caesar Salad Dressing", "url" : "http://allrecipes.com/recipe/233352/easy-creamy-caesar-salad-dressing/"} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"1": {"type": "boolean"}}, "required": ["1"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "d23bde7c86f7a39b5432", "c" : {"1" : false}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"1": {"type": "boolean"}}, "required": ["1"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/fs-extra": {"type": "string"}, "@types/puppeteer": {"type": "string"}, "fastify": {"type": "string"}, "fastify-static": {"type": "string"}, "fs-extra": {"type": "string"}, "puppeteer": {"type": "string"}, "rxjs": {"type": "string"}, "server": {"type": "string"}}, "required": ["@types/fs-extra", "@types/puppeteer", "fastify", "fastify-static", "fs-extra", "puppeteer", "rxjs", "server"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bin": {"type": "object", "properties": {"manifest-builder": {"type": "string"}}, "required": ["manifest-builder"]}}, "required": ["name", "version", "description", "author", "dependencies", "repository", "bin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "manifest-builder", "version" : "0.1.4", "description" : "manifest.json builder", "author" : "pillar", "dependencies" : {"@types/fs-extra" : "^8.0.0", "@types/puppeteer" : "^1.19.0", "fastify" : "^2.7.1", "fastify-static" : "^2.5.0", "fs-extra" : "^8.1.0", "puppeteer" : "^1.19.0", "rxjs" : "^6.5.2", "server" : "^1.0.19"}, "repository" : {"type" : "git", "url" : "https://github.com/ymzuiku/manifast-builder"}, "bin" : {"manifest-builder" : "main.js"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/fs-extra": {"type": "string"}, "@types/puppeteer": {"type": "string"}, "fastify": {"type": "string"}, "fastify-static": {"type": "string"}, "fs-extra": {"type": "string"}, "puppeteer": {"type": "string"}, "rxjs": {"type": "string"}, "server": {"type": "string"}}, "required": ["@types/fs-extra", "@types/puppeteer", "fastify", "fastify-static", "fs-extra", "puppeteer", "rxjs", "server"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bin": {"type": "object", "properties": {"manifest-builder": {"type": "string"}}, "required": ["manifest-builder"]}}, "required": ["name", "version", "description", "author", "dependencies", "repository", "bin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"statementDescriptor": {"type": "object", "properties": {"name": {"type": "string"}, "matched": {"type": "array", "items": {}}, "words": {"type": "array", "items": {}}}, "required": ["name", "matched", "words"]}, "isRemoved": {"type": "boolean"}, "isMatch": {"type": "boolean"}, "raw": {"type": "null"}, "amount": {"type": "integer"}, "date": {"type": "string"}, "name": {"type": "string"}, "meta": {"type": "null"}, "pending": {"type": "boolean"}, "type": {"type": "null"}, "category": {"type": "null"}, "categoryId": {"type": "null"}, "score": {"type": "null"}, "_id": {"type": "string"}, "user": {"type": "string"}, "transactionId": {"type": "string"}, "accountId": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "__v": {"type": "integer"}}, "required": ["statementDescriptor", "isRemoved", "isMatch", "raw", "amount", "date", "name", "meta", "pending", "type", "category", "categoryId", "score", "_id", "user", "transactionId", "accountId", "createdAt", "updatedAt", "__v"]}}}, "required": ["message", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"message" : "ok", "data" : [{"statementDescriptor" : {"name" : "", "matched" : [], "words" : []}, "isRemoved" : false, "isMatch" : false, "raw" : null, "amount" : 10, "date" : "2019-05-18T23:57:51.630Z", "name" : "test bar", "meta" : null, "pending" : false, "type" : null, "category" : null, "categoryId" : null, "score" : null, "_id" : "5cda0d35e894912fee3da414", "user" : "5a1f1267df8da9ad57140b43", "transactionId" : "manual-1", "accountId" : "Kz7Vo36jB1fqyN6anzREF41d3gOeb5HmY11Pv", "createdAt" : "2019-05-14T00:35:01.061Z", "updatedAt" : "2019-05-14T00:35:01.061Z", "__v" : 0}]} | json_instruct | {"type": "object", "properties": {"message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"statementDescriptor": {"type": "object", "properties": {"name": {"type": "string"}, "matched": {"type": "array", "items": {}}, "words": {"type": "array", "items": {}}}, "required": ["name", "matched", "words"]}, "isRemoved": {"type": "boolean"}, "isMatch": {"type": "boolean"}, "raw": {"type": "null"}, "amount": {"type": "integer"}, "date": {"type": "string"}, "name": {"type": "string"}, "meta": {"type": "null"}, "pending": {"type": "boolean"}, "type": {"type": "null"}, "category": {"type": "null"}, "categoryId": {"type": "null"}, "score": {"type": "null"}, "_id": {"type": "string"}, "user": {"type": "string"}, "transactionId": {"type": "string"}, "accountId": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "__v": {"type": "integer"}}, "required": ["statementDescriptor", "isRemoved", "isMatch", "raw", "amount", "date", "name", "meta", "pending", "type", "category", "categoryId", "score", "_id", "user", "transactionId", "accountId", "createdAt", "updatedAt", "__v"]}}}, "required": ["message", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"date": {"type": "integer"}, "states": {"type": "integer"}, "positive": {"type": "integer"}, "negative": {"type": "integer"}, "pending": {"type": "integer"}, "hospitalizedCurrently": {"type": "integer"}, "hospitalizedCumulative": {"type": "integer"}, "inIcuCurrently": {"type": "integer"}, "inIcuCumulative": {"type": "integer"}, "onVentilatorCurrently": {"type": "integer"}, "onVentilatorCumulative": {"type": "integer"}, "recovered": {"type": "integer"}, "dateChecked": {"type": "string"}, "death": {"type": "integer"}, "hospitalized": {"type": "integer"}, "lastModified": {"type": "string"}, "total": {"type": "integer"}, "totalTestResults": {"type": "integer"}, "posNeg": {"type": "integer"}, "deathIncrease": {"type": "integer"}, "hospitalizedIncrease": {"type": "integer"}, "negativeIncrease": {"type": "integer"}, "positiveIncrease": {"type": "integer"}, "totalTestResultsIncrease": {"type": "integer"}, "hash": {"type": "string"}}, "required": ["date", "states", "positive", "negative", "pending", "hospitalizedCurrently", "hospitalizedCumulative", "inIcuCurrently", "inIcuCumulative", "onVentilatorCurrently", "onVentilatorCumulative", "recovered", "dateChecked", "death", "hospitalized", "lastModified", "total", "totalTestResults", "posNeg", "deathIncrease", "hospitalizedIncrease", "negativeIncrease", "positiveIncrease", "totalTestResultsIncrease", "hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"date" : 20200519, "states" : 56, "positive" : 1534543, "negative" : 10720072, "pending" : 2944, "hospitalizedCurrently" : 41872, "hospitalizedCumulative" : 171713, "inIcuCurrently" : 9597, "inIcuCumulative" : 7217, "onVentilatorCurrently" : 5032, "onVentilatorCumulative" : 606, "recovered" : 289484, "dateChecked" : "2020-05-19T00:00:00Z", "death" : 88100, "hospitalized" : 171713, "lastModified" : "2020-05-19T00:00:00Z", "total" : 12257559, "totalTestResults" : 12254615, "posNeg" : 12254615, "deathIncrease" : 1326, "hospitalizedIncrease" : 1597, "negativeIncrease" : 381974, "positiveIncrease" : 20899, "totalTestResultsIncrease" : 402873, "hash" : "37fac10a239ca5f6f58deab82f06f637ab003941"} | json_instruct | {"type": "object", "properties": {"date": {"type": "integer"}, "states": {"type": "integer"}, "positive": {"type": "integer"}, "negative": {"type": "integer"}, "pending": {"type": "integer"}, "hospitalizedCurrently": {"type": "integer"}, "hospitalizedCumulative": {"type": "integer"}, "inIcuCurrently": {"type": "integer"}, "inIcuCumulative": {"type": "integer"}, "onVentilatorCurrently": {"type": "integer"}, "onVentilatorCumulative": {"type": "integer"}, "recovered": {"type": "integer"}, "dateChecked": {"type": "string"}, "death": {"type": "integer"}, "hospitalized": {"type": "integer"}, "lastModified": {"type": "string"}, "total": {"type": "integer"}, "totalTestResults": {"type": "integer"}, "posNeg": {"type": "integer"}, "deathIncrease": {"type": "integer"}, "hospitalizedIncrease": {"type": "integer"}, "negativeIncrease": {"type": "integer"}, "positiveIncrease": {"type": "integer"}, "totalTestResultsIncrease": {"type": "integer"}, "hash": {"type": "string"}}, "required": ["date", "states", "positive", "negative", "pending", "hospitalizedCurrently", "hospitalizedCumulative", "inIcuCurrently", "inIcuCumulative", "onVentilatorCurrently", "onVentilatorCumulative", "recovered", "dateChecked", "death", "hospitalized", "lastModified", "total", "totalTestResults", "posNeg", "deathIncrease", "hospitalizedIncrease", "negativeIncrease", "positiveIncrease", "totalTestResultsIncrease", "hash"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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"}}}, "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"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u5c0f\u660c\u6c7d\u8eca\u5be6\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99679712", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u5f70\u5316\u7e23\u54e1\u6797\u5e02\u5927\u5cef\u91cc\u5927\u5cef\u5df7\uff12\uff13\uff19\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u5f70\u5316\u7e23\u54e1\u6797\u5e02\u5927\u5cf0\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u6c5f\u7f8e\u6a3a", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "80102021", "\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" : "0940616", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["30\u6c7d\u8eca\u53ca\u5176\u96f6\u4ef6\u88fd\u9020\u696d", "31\u5176\u4ed6\u904b\u8f38\u5de5\u5177\u53ca\u5176\u96f6\u4ef6\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["303\u6c7d\u8eca\u96f6\u4ef6", "312\u6a5f\u8eca\u53ca\u5176\u96f6\u4ef6"]} | 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"}}}, "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"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"lerna": {"type": "string"}}, "required": ["lerna"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "private", "description", "devDependencies", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@dkundel/eslint-config", "private" : true, "description" : "\ud83d\udd27 My preferred ESLint configurations", "devDependencies" : {"lerna" : "^3.22.1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/dkundel/eslint-config.git"}, "bugs" : {"url" : "https://github.com/dkundel/eslint-config/issues"}, "homepage" : "https://github.com/dkundel/eslint-config#readme"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"lerna": {"type": "string"}}, "required": ["lerna"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "private", "description", "devDependencies", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"translations": {"type": "object", "properties": {"Host": {"type": "string"}, "Port": {"type": "string"}, "Password": {"type": "string"}, "Continue": {"type": "string"}}, "required": ["Host", "Port", "Password", "Continue"]}, "pluralForm": {"type": "string"}}, "required": ["translations", "pluralForm"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"translations" : {"Host" : "Host", "Port" : "Port", "Password" : "Passwort", "Continue" : "Fortsetzen"}, "pluralForm" : "nplurals=2; plural=(n != 1);"} | json_instruct | {"type": "object", "properties": {"translations": {"type": "object", "properties": {"Host": {"type": "string"}, "Port": {"type": "string"}, "Password": {"type": "string"}, "Continue": {"type": "string"}}, "required": ["Host", "Port", "Password", "Continue"]}, "pluralForm": {"type": "string"}}, "required": ["translations", "pluralForm"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "child_process": {"type": "string"}, "child_process:benchmark": {"type": "string"}, "per_call": {"type": "string"}, "per_call:benchmark": {"type": "string"}, "single": {"type": "string"}, "single:benchmark": {"type": "string"}, "queue": {"type": "string"}, "queue:benchmark": {"type": "string"}, "rest": {"type": "string"}, "rest:benchmark": {"type": "string"}, "client": {"type": "string"}}, "required": ["start", "child_process", "child_process:benchmark", "per_call", "per_call:benchmark", "single", "single:benchmark", "queue", "queue:benchmark", "rest", "rest:benchmark", "client"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "bee-queue": {"type": "string"}, "fastify": {"type": "string"}, "stockfish": {"type": "string"}, "testcontainers": {"type": "string"}, "uuid": {"type": "string"}, "ws": {"type": "string"}}, "required": ["axios", "bee-queue", "fastify", "stockfish", "testcontainers", "uuid", "ws"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "stockfish-cluster-example", "version" : "1.0.0", "description" : "Example chess engine usage with websocket.", "main" : "index.js", "scripts" : {"start" : "npm start child_process", "child_process" : "node entrypoints/child_process.js", "child_process:benchmark" : "BENCHMARK=true npm run child_process", "per_call" : "node entrypoints/per_call.js", "per_call:benchmark" : "BENCHMARK=true npm run per_call", "single" : "node entrypoints/single.js", "single:benchmark" : "BENCHMARK=true npm run single", "queue" : "node entrypoints/queue.js", "queue:benchmark" : "BENCHMARK=true npm run queue", "rest" : "node entrypoints/rest.js", "rest:benchmark" : "BENCHMARK=true npm run rest", "client" : "node client.js"}, "author" : "Yengas", "license" : "ISC", "dependencies" : {"axios" : "^0.19.0", "bee-queue" : "^1.2.2", "fastify" : "^2.7.1", "stockfish" : "^10.0.2", "testcontainers" : "^1.2.0", "uuid" : "^3.3.2", "ws" : "^7.1.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "child_process": {"type": "string"}, "child_process:benchmark": {"type": "string"}, "per_call": {"type": "string"}, "per_call:benchmark": {"type": "string"}, "single": {"type": "string"}, "single:benchmark": {"type": "string"}, "queue": {"type": "string"}, "queue:benchmark": {"type": "string"}, "rest": {"type": "string"}, "rest:benchmark": {"type": "string"}, "client": {"type": "string"}}, "required": ["start", "child_process", "child_process:benchmark", "per_call", "per_call:benchmark", "single", "single:benchmark", "queue", "queue:benchmark", "rest", "rest:benchmark", "client"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "bee-queue": {"type": "string"}, "fastify": {"type": "string"}, "stockfish": {"type": "string"}, "testcontainers": {"type": "string"}, "uuid": {"type": "string"}, "ws": {"type": "string"}}, "required": ["axios", "bee-queue", "fastify", "stockfish", "testcontainers", "uuid", "ws"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "surveyRef": {"type": "string"}, "longName": {"type": "string"}, "shortName": {"type": "string"}, "surveyType": {"type": "string"}}, "required": ["id", "surveyRef", "longName", "shortName", "surveyType"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "31ec898e-f370-429a-bca4-eab1045aff4e", "surveyRef" : "221", "longName" : "Business Register and Employment Survey", "shortName" : "BRES", "surveyType" : "Business"}, {"id" : "32ec898e-f370-429a-bca4-eab1045aff4e", "surveyRef" : "222", "longName" : "Personal Register and Employment Survey", "shortName" : "PRES", "surveyType" : "Business"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "surveyRef": {"type": "string"}, "longName": {"type": "string"}, "shortName": {"type": "string"}, "surveyType": {"type": "string"}}, "required": ["id", "surveyRef", "longName", "shortName", "surveyType"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"header": {"type": "string"}, "headerText": {"type": "string"}, "howText": {"type": "string"}, "propertyText": {"type": "string"}, "properties": {"type": "array", "items": {"type": "string"}}, "directionText": {"type": "string"}, "directions": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}}, "required": ["0", "1", "2", "3", "6", "7"]}, "sizeText": {"type": "string"}, "sizes": {"type": "array", "items": {"type": "string"}}, "horizontalHeader": {"type": "string"}, "horizontalText": {"type": "string"}}, "required": ["header", "headerText", "howText", "propertyText", "properties", "directionText", "directions", "sizeText", "sizes", "horizontalHeader", "horizontalText"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"header" : "# Espaciado", "headerText" : "Actualiza tu distribuci\u00f3n sin crear clases nuevas. Los auxiliares de espaciado son \u00fatiles para modificar el _padding_ y el _margin_ de un elemento", "howText" : "Aplica un **margin** o un **pading** a un elemento que va desde _0 hasta 5_. Cada incremento de tama\u00f1o fue dise\u00f1ado para respetar los espaciados comunes ed Material Design. Estas clases pueden ser aplicadas usando el siguiente formato: `{propiedad}{direcci\u00f3n}-{tama\u00f1o}`.", "propertyText" : "La _propiedad_ aplica el tipo de espaciado:", "properties" : ["`m` - aplica un `margin`", "`p` - aplica un `padding`"], "directionText" : "La _direcci\u00f3n_ indica de qu\u00e9 lado se aplica el espaciado:", "directions" : {"0" : "`t` - aplica la propiedad de `margin-top` o `padding-top`", "1" : "`b` - aplica la propiedad de `margin-bottom` o `padding-bottom`", "2" : "`l` - aplica la propiedad de `margin-left` o `padding-left`", "3" : "`r` - aplica la propiedad de `margin-right` o `padding-right`", "6" : "`x` - aplica ambas propiedades `*-left` y `*-right`", "7" : "`y` - aplica ambas propiedades `*-top` y `*-bottom`"}, "sizeText" : "El _tama\u00f1o_ controla los incrementos de la propiedad:", "sizes" : ["`0` - quita el `margin` o `padding` asign\u00e1ndoles el valor `0`", "`1` - aplica un `margin` o `padding` con un valor de `$spacer * .25`", "`2` - aplica un `margin` o `padding` con un valor de `$spacer * .5`", "`3` - aplica un `margin` o `padding` con un valor de `$spacer`", "`4` - aplica un `margin` o `padding` con un valor de `$spacer * 1.5`", "`5` - aplica un `margin` o `padding` con un valor de `$spacer * 3`"], "horizontalHeader" : "Centrar horizontalmente", "horizontalText" : "Para elementos de bloque (block elements) con un ancho definido, puedes aplicar `.mx-auto` para centrar horizontalmente el contenido."} | json_instruct | {"type": "object", "properties": {"header": {"type": "string"}, "headerText": {"type": "string"}, "howText": {"type": "string"}, "propertyText": {"type": "string"}, "properties": {"type": "array", "items": {"type": "string"}}, "directionText": {"type": "string"}, "directions": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}}, "required": ["0", "1", "2", "3", "6", "7"]}, "sizeText": {"type": "string"}, "sizes": {"type": "array", "items": {"type": "string"}}, "horizontalHeader": {"type": "string"}, "horizontalText": {"type": "string"}}, "required": ["header", "headerText", "howText", "propertyText", "properties", "directionText", "directions", "sizeText", "sizes", "horizontalHeader", "horizontalText"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundColor": {"type": "string"}, "backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}}, "required": ["backgroundColor", "backgroundTextStyle", "navigationBarBackgroundColor", "navigationBarTitleText", "navigationBarTextStyle"]}, "sitemapLocation": {"type": "string"}, "tabBar": {"type": "object", "properties": {"selectedColor": {"type": "string"}, "backgroundColor": {"type": "string"}, "borderStyle": {"type": "string"}, "color": {"type": "string"}, "list": {"type": "array", "items": {"type": "object", "properties": {"pagePath": {"type": "string"}, "text": {"type": "string"}, "iconPath": {"type": "string"}, "selectedIconPath": {"type": "string"}}, "required": ["pagePath", "text", "iconPath", "selectedIconPath"]}}}, "required": ["selectedColor", "backgroundColor", "borderStyle", "color", "list"]}}, "required": ["pages", "window", "sitemapLocation", "tabBar"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pages" : ["pages/index/index", "pages/category/category", "pages/cart/cart", "pages/mine/mine", "pages/sousuo-page/sousuo-page", "pages/classify/classify", "pages/recent-news/recent-news", "pages/news-detail/news-detail", "pages/prod/prod", "pages/login/login", "pages/logs/logs", "pages/delivery-address/delivery-address", "pages/editAddress/editAddress", "pages/orderList/orderList", "pages/order-detail/order-detail", "pages/submit-order/submit-order", "pages/binding-phone/binding-phone", "pages/express-delivery/express-delivery", "pages/pay-result/pay-result", "pages/search-prod-show/search-prod-show", "components/production/production", "components/coupon/coupon"], "window" : {"backgroundColor" : "#F6F6F6", "backgroundTextStyle" : "light", "navigationBarBackgroundColor" : "#fff", "navigationBarTitleText" : "\u4f18\u6d3e\u9c9c\u82b1\u5305\u88c5", "navigationBarTextStyle" : "black"}, "sitemapLocation" : "sitemap.json", "tabBar" : {"selectedColor" : "#ff5252", "backgroundColor" : "#fafafa", "borderStyle" : "white", "color" : "#616161", "list" : [{"pagePath" : "pages/index/index", "text" : "\u9996\u9875", "iconPath" : "images/index.png", "selectedIconPath" : "images/index.png"}, {"pagePath" : "pages/category/category", "text" : "\u5206\u7c7b", "iconPath" : "images/fenlei.png", "selectedIconPath" : "images/fenlei.png"}, {"pagePath" : "pages/cart/cart", "text" : "\u8d2d\u7269\u8f66", "iconPath" : "images/cart.png", "selectedIconPath" : "images/cart.png"}, {"pagePath" : "pages/mine/mine", "text" : "\u6211\u7684", "iconPath" : "images/user.png", "selectedIconPath" : "images/user.png"}]}} | json_instruct | {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundColor": {"type": "string"}, "backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}}, "required": ["backgroundColor", "backgroundTextStyle", "navigationBarBackgroundColor", "navigationBarTitleText", "navigationBarTextStyle"]}, "sitemapLocation": {"type": "string"}, "tabBar": {"type": "object", "properties": {"selectedColor": {"type": "string"}, "backgroundColor": {"type": "string"}, "borderStyle": {"type": "string"}, "color": {"type": "string"}, "list": {"type": "array", "items": {"type": "object", "properties": {"pagePath": {"type": "string"}, "text": {"type": "string"}, "iconPath": {"type": "string"}, "selectedIconPath": {"type": "string"}}, "required": ["pagePath", "text", "iconPath", "selectedIconPath"]}}}, "required": ["selectedColor", "backgroundColor", "borderStyle", "color", "list"]}}, "required": ["pages", "window", "sitemapLocation", "tabBar"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prebuild": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}, "watch": {"type": "string"}, "watch-client": {"type": "string"}, "watch-server": {"type": "string"}}, "required": ["build", "prebuild", "start", "test", "watch", "watch-client", "watch-server"]}, "dependencies": {"type": "object", "properties": {"@babel/register": {"type": "string"}, "@babel/runtime-corejs3": {"type": "string"}, "@hapi/hapi": {"type": "string"}, "@hapi/inert": {"type": "string"}, "core-js": {"type": "string"}, "dotenv": {"type": "string"}, "react": {"type": "string"}, "react-component-catalog": {"type": "string"}, "react-dom": {"type": "string"}, "regenerator-runtime": {"type": "string"}}, "required": ["@babel/register", "@babel/runtime-corejs3", "@hapi/hapi", "@hapi/inert", "core-js", "dotenv", "react", "react-component-catalog", "react-dom", "regenerator-runtime"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "nodemonConfig": {"type": "object", "properties": {"delay": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["delay", "ignore"]}}, "required": ["name", "description", "author", "license", "version", "keywords", "main", "private", "scripts", "dependencies", "repository", "bugs", "homepage", "nodemonConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "react-component-catalog-example", "description" : "A working example for react-component-catalog", "author" : "Stefan Natter <stefan@natter.at>", "license" : "Apache-2.0", "version" : "2.1.1", "keywords" : ["react", "components", "registry"], "main" : "src/server/index.js", "private" : true, "scripts" : {"build" : "NODE_ENV=production BABEL_ENV=production webpack -p", "prebuild" : "rimraf dist", "start" : "NODE_ENV=production node .", "test" : "tsc -p tsconfig.test.json", "watch" : "NODE_ENV=development npm run watch-client | npm run watch-server", "watch-client" : "webpack --watch", "watch-server" : "nodemon --watch src"}, "dependencies" : {"@babel/register" : "7.12.1", "@babel/runtime-corejs3" : "7.12.1", "@hapi/hapi" : "20.0.1", "@hapi/inert" : "6.0.3", "core-js" : "3.6.5", "dotenv" : "8.2.0", "react" : "^16.8.3", "react-component-catalog" : "^2.1.1", "react-dom" : "^16.8.3", "regenerator-runtime" : "0.13.7"}, "repository" : {"type" : "git", "url" : "git+https://github.com/natterstefan/react-component-catalog.git"}, "bugs" : {"url" : "https://github.com/natterstefan/react-component-catalog/issues"}, "homepage" : "https://github.com/natterstefan/react-component-catalog#readme", "nodemonConfig" : {"delay" : "1500", "ignore" : ["*.d.ts"]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prebuild": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}, "watch": {"type": "string"}, "watch-client": {"type": "string"}, "watch-server": {"type": "string"}}, "required": ["build", "prebuild", "start", "test", "watch", "watch-client", "watch-server"]}, "dependencies": {"type": "object", "properties": {"@babel/register": {"type": "string"}, "@babel/runtime-corejs3": {"type": "string"}, "@hapi/hapi": {"type": "string"}, "@hapi/inert": {"type": "string"}, "core-js": {"type": "string"}, "dotenv": {"type": "string"}, "react": {"type": "string"}, "react-component-catalog": {"type": "string"}, "react-dom": {"type": "string"}, "regenerator-runtime": {"type": "string"}}, "required": ["@babel/register", "@babel/runtime-corejs3", "@hapi/hapi", "@hapi/inert", "core-js", "dotenv", "react", "react-component-catalog", "react-dom", "regenerator-runtime"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "nodemonConfig": {"type": "object", "properties": {"delay": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["delay", "ignore"]}}, "required": ["name", "description", "author", "license", "version", "keywords", "main", "private", "scripts", "dependencies", "repository", "bugs", "homepage", "nodemonConfig"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"inferno-redux.js": {"type": "string"}, "inferno-redux.min.js": {"type": "string"}}, "required": ["inferno-redux.js", "inferno-redux.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inferno-redux.js" : "sha512-xBpzxN+KGth2NNFX2U3AGDmNjOva6n4e4RvEXd+2pzRCGvivPQPNhQYIGaypnNttxoGAqm6dxnAsnUGf91ZIuw==", "inferno-redux.min.js" : "sha512-AurQ20R8JpwF+E/Hb4V7ZBZb4CEm+EWsL0rKSYagUAemhpw/dJv2H9kaD6QdAPnOz9vZstoehG7Y8I17WaTt/w=="} | json_instruct | {"type": "object", "properties": {"inferno-redux.js": {"type": "string"}, "inferno-redux.min.js": {"type": "string"}}, "required": ["inferno-redux.js", "inferno-redux.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["name", "private", "sideEffects", "main", "module", "types"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "bumbag-native/Set", "private" : true, "sideEffects" : false, "main" : "../lib/Set", "module" : "../es/Set", "types" : "../ts/Set"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["name", "private", "sideEffects", "main", "module", "types"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}}, "required": ["id"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 651}, "clipped" : true, "id" : "13b3ddaf20"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 652}, "clipped" : true, "id" : "3991241ad2"}, {"arcs" : [[2]], "type" : "Polygon", "properties" : {"id" : 655}, "clipped" : true, "id" : "48ebacc9a6"}, {"arcs" : [[3]], "type" : "Polygon", "properties" : {"id" : 658}, "clipped" : true, "id" : "e74a98aa90"}, {"arcs" : [[4]], "type" : "Polygon", "properties" : {"id" : 663}, "clipped" : true, "id" : "e3f8368059"}, {"arcs" : [[5]], "type" : "Polygon", "properties" : {"id" : 664}, "clipped" : true, "id" : "8b97f7c02c"}, {"arcs" : [[6]], "type" : "Polygon", "properties" : {"id" : 665}, "clipped" : true, "id" : "643bfffa18"}, {"arcs" : [[7]], "type" : "Polygon", "properties" : {"id" : 678}, "clipped" : true, "id" : "12e3f5e166"}, {"arcs" : [[8]], "type" : "Polygon", "properties" : {"id" : 679}, "clipped" : true, "id" : "8d56aa52bc"}, {"arcs" : [[9]], "type" : "Polygon", "properties" : {"id" : 692}, "clipped" : true, "id" : "c6b743e696"}, {"arcs" : [[10]], "type" : "Polygon", "properties" : {"id" : 696}, "clipped" : true, "id" : "87c5e75a49"}, {"arcs" : [[11]], "type" : "Polygon", "properties" : {"id" : 701}, "clipped" : true, "id" : "1815692c4d"}]}}, "type" : "Topology", "transform" : {"translate" : [13.710937499999998, 50.51342652633956], "scale" : [0.0001716613769530903, 0.00010902982136209993]}, "arcs" : [[[916, 0], [63, 74], [45, -56], [0, -18], [-108, 0]], [[741, 0], [238, 74], [-63, -74], [-175, 0]], [[129, 109], [850, -35], [-238, -74], [-579, 0], [-33, 109]], [[1024, 18], [-45, 56], [45, 130], [0, -186]], [[471, 871], [508, -797], [-850, 35], [342, 762]], [[471, 871], [553, -228], [0, -439], [-45, -130], [-508, 797]], [[123, 0], [6, 109], [33, -109], [-39, 0]], [[0, 92], [129, 17], [-6, -109], [-123, 0], [0, 92]], [[471, 871], [482, 153], [71, 0], [0, -381], [-553, 228]], [[0, 735], [471, 136], [-342, -762], [-129, -17], [0, 643]], [[471, 871], [227, 153], [255, 0], [-482, -153]], [[698, 1024], [-227, -153], [-471, -136], [0, 289], [698, 0]]]} | json_instruct | {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}}, "required": ["id"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : "27184"}, "clipped" : true, "id" : "466c55f3a5"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : "27766"}, "clipped" : true, "id" : "f69294344f"}]}}, "type" : "Topology", "transform" : {"translate" : [15.180358886718748, 49.439556958940855], "scale" : [1.3411045074497585e-06, 8.720450810559277e-07]}, "arcs" : [[[1024, 586], [-512, -13], [-512, -28], [0, 479], [1024, 0], [0, -438]], [[0, 545], [512, 28], [512, 13], [0, -586], [-1024, 0], [0, 545]]]} | json_instruct | {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$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#"}
| ["mdquery"] | json_instruct | {"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": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"poem" : {"title" : null, "author" : "Peter McCarey", "text" : "Pump up the rhetoric, plump as an advent\nTurkey, see some cheeky pup\nCut up the purple prose and pulp your fiction\nTo lumps of undeepfrozen plum, to the chewed and spat."}} | json_instruct | {"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}, "32": {"type": "string"}, "33": {"type": "string"}, "34": {"type": "string"}, "35": {"type": "string"}, "36": {"type": "string"}, "37": {"type": "string"}, "38": {"type": "string"}, "39": {"type": "string"}, "40": {"type": "string"}, "41": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"0" : "Bone Stealer", "1" : "Gray Death", "2" : "Limb Ripper", "3" : "Doom Claw", "4" : "Vile Skull", "5" : "Mad Eye", "6" : "Black Soul", "7" : "Stone Fang", "8" : "Skull Jagger", "9" : "Flesh Saw", "10" : "Blood Fray", "11" : "Devourer", "12" : "Axe Cutter", "13" : "The Plagued", "14" : "Rot Kill", "15" : "Pus Tounge", "16" : "Wart Blade", "17" : "Putrid Flesh", "18" : "Eye Crusher", "19" : "The Flayed One", "20" : "Doom Beak", "21" : "Leach Claw", "22" : "Shade", "23" : "Blood Beast", "24" : "The Impaler", "25" : "Blade Lick", "26" : "Dog of Black", "27" : "Razor Bite", "28" : "Cold Flame", "29" : "Death Blade", "30" : "Hell Maker", "31" : "Immolator", "32" : "Crusher of Skulls", "33" : "Rotten Feast", "34" : "Doom Fire", "35" : "Acid Breath", "36" : "Wind Killer", "37" : "Red Snake", "38" : "Viper Fury", "39" : "Bone Crusher", "40" : "Eye Sucker", "41" : "Pus Breath"} | json_instruct | {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}, "32": {"type": "string"}, "33": {"type": "string"}, "34": {"type": "string"}, "35": {"type": "string"}, "36": {"type": "string"}, "37": {"type": "string"}, "38": {"type": "string"}, "39": {"type": "string"}, "40": {"type": "string"}, "41": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41"], "$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#"}
| [["Tawang ", "Arunachal Pradesh", "0.86", "245"], ["New Delhi ", "NCT of Delhi", "0.79", "94"], ["Champawat ", "Uttarakhand", "0.58", "65"], ["Faridabad ", "Haryana", "0.39", "88"], ["South ", "NCT of Delhi", "0.39", "98"], ["Nicobars ", "Andaman & Nicobar Islands", "0.35", "638"], ["Hyderabad ", "Andhra Pradesh", "0.34", "536"], ["Sindhudurg ", "Maharashtra", "0.33", "529"], ["Gurgaon ", "Haryana", "0.32", "86"], ["Samba ", "Jammu & Kashmir", "0.30", "22"]] | json_instruct | {"type": "array", "items": {"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": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "side": {"type": "string"}, "front": {"type": "string"}}, "required": ["top", "side", "front"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "minecraft:block/orientable", "textures" : {"top" : "contenttweaker:block/fake_digger", "side" : "contenttweaker:block/fake_digger", "front" : "contenttweaker:block/fake_digger_front"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "side": {"type": "string"}, "front": {"type": "string"}}, "required": ["top", "side", "front"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2001", "provinceId" : "17", "regencyId" : "05", "districtId" : "12", "name" : "Pering Baru"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"users" : 324, "id" : "BD-H"}, {"users" : 1358, "id" : "BD-G"}, {"users" : 556, "id" : "BD-F"}, {"users" : 1078, "id" : "BD-E"}, {"users" : 1183, "id" : "BD-D"}, {"users" : 30461, "id" : "BD-C"}, {"users" : 1843, "id" : "BD-B"}, {"users" : 147, "id" : "BD-A"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "import createSvgIcon from './utils/createSvgIcon';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport default createSvgIcon( /*#__PURE__*/_jsx(\"path\", {\n d: \"m21.41 9.41-2.83-2.83c-.37-.37-.88-.58-1.41-.58H9V5c0-.55-.45-1-1-1s-1 .45-1 1v1h-.17c-.53 0-1.04.21-1.42.59L2.59 9.41c-.38.38-.59.89-.59 1.42V17c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-6.17c0-.53-.21-1.04-.59-1.42zM14 17H4v-5h10v5zm6 0h-4v-6.17l2-2 2 2V17z\"\n}), 'GiteRounded');", "map" : {"version" : 3, "sources" : ["/Users/cho/Documents/GitHub_myspace/react/main/node_modules/@material-ui/icons/esm/GiteRounded.js"], "names" : ["createSvgIcon", "jsx", "_jsx", "d"], "mappings" : "AAAA,OAAOA,aAAP,MAA0B,uBAA1B;AACA,SAASC,GAAG,IAAIC,IAAhB,QAA4B,mBAA5B;AACA,eAAeF,aAAa,EAAE,aAAaE,IAAI,CAAC,MAAD,EAAS;AACtDC,EAAAA,CAAC,EAAE;AADmD,CAAT,CAAnB,EAExB,aAFwB,CAA5B", "sourcesContent" : ["import createSvgIcon from './utils/createSvgIcon';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport default createSvgIcon( /*#__PURE__*/_jsx(\"path\", {\n d: \"m21.41 9.41-2.83-2.83c-.37-.37-.88-.58-1.41-.58H9V5c0-.55-.45-1-1-1s-1 .45-1 1v1h-.17c-.53 0-1.04.21-1.42.59L2.59 9.41c-.38.38-.59.89-.59 1.42V17c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-6.17c0-.53-.21-1.04-.59-1.42zM14 17H4v-5h10v5zm6 0h-4v-6.17l2-2 2 2V17z\"\n}), 'GiteRounded');"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101835115, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "4b94625bb17fe71f7ae87ccf2083df0c", "wof:id" : 101835115, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [25.109746, 46.519879, 25.138961, 46.539068], "geometry" : {"coordinates" : [[[25.11103, 46.537974], [25.115863, 46.539068], [25.11665, 46.538956], [25.116395, 46.538077], [25.117676, 46.537895], [25.117422, 46.537016], [25.118703, 46.536833], [25.118449, 46.535954], [25.11973, 46.535771], [25.119476, 46.534892], [25.120757, 46.53471], [25.120502, 46.533831], [25.121783, 46.533648], [25.121529, 46.532769], [25.12281, 46.532586], [25.122556, 46.531707], [25.123837, 46.531525], [25.123582, 46.530645], [25.124863, 46.530463], [25.124609, 46.529584], [25.127171, 46.529219], [25.126916, 46.528339], [25.128197, 46.528157], [25.127943, 46.527278], [25.131785, 46.52673], [25.13204, 46.527609], [25.137163, 46.526878], [25.136654, 46.52512], [25.137935, 46.524937], [25.13768, 46.524058], [25.138961, 46.523875], [25.138706, 46.522996], [25.137426, 46.523179], [25.137171, 46.5223], [25.13461, 46.522665], [25.134355, 46.521786], [25.131794, 46.522151], [25.13154, 46.521272], [25.130259, 46.521455], [25.130005, 46.520576], [25.128724, 46.520758], [25.12847, 46.519879], [25.124628, 46.520427], [25.125391, 46.523064], [25.12411, 46.523247], [25.124873, 46.525885], [25.12103, 46.526432], [25.121793, 46.52907], [25.120512, 46.529252], [25.121021, 46.531011], [25.11974, 46.531193], [25.119994, 46.532072], [25.109746, 46.533532], [25.11103, 46.537974]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"900093183": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900093184": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900093185": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900093186": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900093187": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900093188": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900093189": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900093190": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900093191": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900093192": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900093183", "900093184", "900093185", "900093186", "900093187", "900093188", "900093189", "900093190", "900093191", "900093192"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900093183" : {"nama" : "TPS 01", "dapil" : [1501, 11505, 2150801]}, "900093184" : {"nama" : "TPS 02", "dapil" : [1501, 11505, 2150801]}, "900093185" : {"nama" : "TPS 03", "dapil" : [1501, 11505, 2150801]}, "900093186" : {"nama" : "TPS 04", "dapil" : [1501, 11505, 2150801]}, "900093187" : {"nama" : "TPS 05", "dapil" : [1501, 11505, 2150801]}, "900093188" : {"nama" : "TPS 06", "dapil" : [1501, 11505, 2150801]}, "900093189" : {"nama" : "TPS 07", "dapil" : [1501, 11505, 2150801]}, "900093190" : {"nama" : "TPS 08", "dapil" : [1501, 11505, 2150801]}, "900093191" : {"nama" : "TPS 09", "dapil" : [1501, 11505, 2150801]}, "900093192" : {"nama" : "TPS 10", "dapil" : [1501, 11505, 2150801]}} | json_instruct | {"type": "object", "properties": {"900093183": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900093184": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900093185": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900093186": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900093187": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900093188": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900093189": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900093190": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900093191": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900093192": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900093183", "900093184", "900093185", "900093186", "900093187", "900093188", "900093189", "900093190", "900093191", "900093192"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "lastName": {"type": "string"}, "password": {"type": "string"}}, "required": ["name", "lastName", "password"]}}}, "required": ["users"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"users" : [{"name" : "Victor", "lastName" : "Ovejero", "password" : "PAT123"}, {"name" : "Juan Antonio", "lastName" : "Bre\u00f1a Moral", "password" : "ProfePAT123"}]} | json_instruct | {"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "lastName": {"type": "string"}, "password": {"type": "string"}}, "required": ["name", "lastName", "password"]}}}, "required": ["users"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "data from fixture matched.json"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"botOwner": {"type": "string"}, "botPrefix": {"type": "string"}, "botToken": {"type": "string"}, "verikanal": {"type": "string"}, "backkanal": {"type": "string"}, "altbasl\u0131k": {"type": "string"}, "guildID": {"type": "string"}, "botVoiceChannelID": {"type": "string"}, "logChannelID": {"type": "string"}, "sunucu": {"type": "string"}, "sunucuresim": {"type": "string"}, "channelGuard": {"type": "boolean"}, "roleGuard": {"type": "boolean"}, "serverGuard": {"type": "boolean"}, "botGuard": {"type": "boolean"}, "banGuard": {"type": "boolean"}, "kickGuard": {"type": "boolean"}, "whitelist": {"type": "array", "items": {}}, "boosterRole": {"type": "string"}, "jailRole": {"type": "string"}}, "required": ["botOwner", "botPrefix", "botToken", "verikanal", "backkanal", "altbasl\u0131k", "guildID", "botVoiceChannelID", "logChannelID", "sunucu", "sunucuresim", "channelGuard", "roleGuard", "serverGuard", "botGuard", "banGuard", "kickGuard", "whitelist", "boosterRole", "jailRole"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"botOwner" : "", "botPrefix" : "", "botToken" : "", "verikanal" : "veri bilgisi kanal\u0131", "backkanal" : "veri bilgisi kanal\u0131", "altbasl\u0131k" : "null \ud83d\udc9b shields", "guildID" : "", "botVoiceChannelID" : "", "logChannelID" : "", "sunucu" : "THIS IS NULL", "sunucuresim" : "https://i.hizliresim.com/n1nps1g.jpg", "channelGuard" : true, "roleGuard" : true, "serverGuard" : true, "botGuard" : true, "banGuard" : true, "kickGuard" : true, "whitelist" : [], "boosterRole" : "", "jailRole" : ""} | json_instruct | {"type": "object", "properties": {"botOwner": {"type": "string"}, "botPrefix": {"type": "string"}, "botToken": {"type": "string"}, "verikanal": {"type": "string"}, "backkanal": {"type": "string"}, "altbasl\u0131k": {"type": "string"}, "guildID": {"type": "string"}, "botVoiceChannelID": {"type": "string"}, "logChannelID": {"type": "string"}, "sunucu": {"type": "string"}, "sunucuresim": {"type": "string"}, "channelGuard": {"type": "boolean"}, "roleGuard": {"type": "boolean"}, "serverGuard": {"type": "boolean"}, "botGuard": {"type": "boolean"}, "banGuard": {"type": "boolean"}, "kickGuard": {"type": "boolean"}, "whitelist": {"type": "array", "items": {}}, "boosterRole": {"type": "string"}, "jailRole": {"type": "string"}}, "required": ["botOwner", "botPrefix", "botToken", "verikanal", "backkanal", "altbasl\u0131k", "guildID", "botVoiceChannelID", "logChannelID", "sunucu", "sunucuresim", "channelGuard", "roleGuard", "serverGuard", "botGuard", "banGuard", "kickGuard", "whitelist", "boosterRole", "jailRole"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"version": {"type": "string"}, "date": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "category", "description"]}}}, "required": ["version", "date", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "2.7.26", "date" : "2019-08-16", "entries" : [{"type" : "feature", "category" : "AWS RoboMaker", "description" : "Two feature release: 1. AWS RoboMaker introduces log-based simulation. Log-based simulation allows you to play back pre-recorded log data such as sensor streams for testing robotic functions like localization, mapping, and object detection. Use the AWS RoboMaker SDK to test your robotic applications. 2. AWS RoboMaker allow customer to setup a robot deployment timeout when CreateDeploymentJob."}, {"type" : "feature", "category" : "Amazon Elastic MapReduce", "description" : "Amazon EMR has introduced an account level configuration called Block Public Access that allows you to block clusters with ports open to traffic from public IP sources (i.e. 0.0.0.0/0 for IPv4 and ::/0 for IPv6) from launching. Individual ports or port ranges can be added as exceptions to allow public access."}, {"type" : "feature", "category" : "Amazon EC2 Container Service", "description" : "This release of Amazon Elastic Container Service (Amazon ECS) introduces support for controlling the usage of swap space on a per-container basis for Linux containers."}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "date": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "category", "description"]}}}, "required": ["version", "date", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"language": {"type": "object", "properties": {"locale": {"type": "string"}, "name": {"type": "string"}}, "required": ["locale", "name"]}, "resources": {"type": "object", "properties": {"The big cookie monster eats %s cookies.": {"type": "object", "properties": {"single": {"type": "string"}, "plural": {"type": "string"}}, "required": ["single", "plural"]}, "The cookie monster eats %s cookies.": {"type": "string"}, "This %s has a parameter in it.": {"type": "string"}, "This is a regular translated string.": {"type": "string"}}, "required": ["The big cookie monster eats %s cookies.", "The cookie monster eats %s cookies.", "This %s has a parameter in it.", "This is a regular translated string."]}}, "required": ["language", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"language" : {"locale" : "nl", "name" : "Nederlands"}, "resources" : {"The big cookie monster eats %s cookies." : {"single" : "Het grote koekie monster eet %s koekje.", "plural" : "Het grote koekie monster eet %s koekjes."}, "The cookie monster eats %s cookies." : "Het grote koekie monster eet %s koekje.", "This %s has a parameter in it." : "Deze %s heeft een parameter.", "This is a regular translated string." : "Dit is een doodgewone vertaalde string."}} | json_instruct | {"type": "object", "properties": {"language": {"type": "object", "properties": {"locale": {"type": "string"}, "name": {"type": "string"}}, "required": ["locale", "name"]}, "resources": {"type": "object", "properties": {"The big cookie monster eats %s cookies.": {"type": "object", "properties": {"single": {"type": "string"}, "plural": {"type": "string"}}, "required": ["single", "plural"]}, "The cookie monster eats %s cookies.": {"type": "string"}, "This %s has a parameter in it.": {"type": "string"}, "This is a regular translated string.": {"type": "string"}}, "required": ["The big cookie monster eats %s cookies.", "The cookie monster eats %s cookies.", "This %s has a parameter in it.", "This is a regular translated string."]}}, "required": ["language", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "export": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "dev", "build", "start", "export", "lint"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@skynexui/components": {"type": "string"}, "@supabase/supabase-js": {"type": "string"}, "next": {"type": "string"}, "nextjs-progressbar": {"type": "string"}, "node-fetch": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-transition-group": {"type": "string"}}, "required": ["@skynexui/components", "@supabase/supabase-js", "next", "nextjs-progressbar", "node-fetch", "react", "react-dom", "react-transition-group"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-next": {"type": "string"}}, "required": ["eslint", "eslint-config-next"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "imersao-react-4", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "dev" : "next dev", "build" : "next build", "start" : "next start", "export" : "next build && next export", "lint" : "next lint"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"@skynexui/components" : "^1.23.5", "@supabase/supabase-js" : "^1.29.4", "next" : "^12.1.0", "nextjs-progressbar" : "^0.0.13", "node-fetch" : "^2.6.7", "react" : "^17.0.2", "react-dom" : "^17.0.2", "react-transition-group" : "^4.4.2"}, "devDependencies" : {"eslint" : "8.8.0", "eslint-config-next" : "12.0.10"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "export": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "dev", "build", "start", "export", "lint"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@skynexui/components": {"type": "string"}, "@supabase/supabase-js": {"type": "string"}, "next": {"type": "string"}, "nextjs-progressbar": {"type": "string"}, "node-fetch": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-transition-group": {"type": "string"}}, "required": ["@skynexui/components", "@supabase/supabase-js", "next", "nextjs-progressbar", "node-fetch", "react", "react-dom", "react-transition-group"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-next": {"type": "string"}}, "required": ["eslint", "eslint-config-next"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "string"}}}, "required": ["baseObjects", "returnObjects", "callbackArgs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"baseObjects" : ["[460,122,714,893,242,403,705,-100,242,82]", "[460,122,714,893,242,403,705,-100,242,82]", "[460,122,714,893,242,403,705,-100,\"c \",82]", "[460,122,714,893,242,403,705,-100,242,82]"], "returnObjects" : ["\"Error\"", "\"Error\"", "null", "\"Error\""], "callbackArgs" : ["{\"0\":null,\"1\":460,\"2\":0,\"3\":[460,122,714,893,242,403,705,-100,242,82]}", "{\"0\":null,\"1\":122,\"2\":1,\"3\":[460,122,714,893,242,403,705,-100,\"c \",82]}", "{\"0\":null,\"1\":714,\"2\":2,\"3\":[460,122,714,893,242,403,705,-100,\"c \",82]}", "{\"0\":null,\"1\":893,\"2\":3,\"3\":[460,122,714,893,242,403,705,-100,\"c \",82]}", "{\"0\":null,\"1\":242,\"2\":4,\"3\":[460,122,714,893,242,403,705,-100,\"c \",82]}", "{\"0\":null,\"1\":403,\"2\":5,\"3\":[460,122,714,893,242,403,705,-100,\"c \",82]}", "{\"0\":null,\"1\":705,\"2\":6,\"3\":[460,122,714,893,242,403,705,-100,\"c \",82]}", "{\"0\":null,\"1\":-100,\"2\":7,\"3\":[460,122,714,893,242,403,705,-100,\"c \",82]}", "{\"0\":null,\"1\":\"c \",\"2\":8,\"3\":[460,122,714,893,242,403,705,-100,\"c \",82]}", "{\"0\":null,\"1\":82,\"2\":9,\"3\":[460,122,714,893,242,403,705,-100,\"c \",82]}"]} | json_instruct | {"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "string"}}}, "required": ["baseObjects", "returnObjects", "callbackArgs"], "$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.