input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "integer"}, "name": {"type": "string"}, "level": {"type": "integer"}, "pods": {"type": "integer"}, "ethereal": {"type": "boolean"}, "requirements": {"type": "string"}, "stats": {"type":... | {"id" : 1704, "type" : 81, "name" : "Mochila del Staca Novista", "level" : 20, "pods" : 10, "ethereal" : false, "requirements" : "PJ>2,90|PJ>24,90|PJ>36,90|PJ>28,90|PJ>26,90|PJ>41,90", "stats" : ""} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "integer"}, "name": {"type": "string"}, "level": {"type": "integer"}, "pods": {"type": "integer"}, "ethereal": {"type": "boolean"}, "requirements": {"type": "string"}, "stats": {"type": "string"}}, "required": ["id", "type", "name", "level", ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"900353095": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353096": {"type": "object", "properties": {"na... | {"900353095" : {"nama" : "TPS 1", "dapil" : [3306, 13308, 2330803]}, "900353096" : {"nama" : "TPS 2", "dapil" : [3306, 13308, 2330803]}, "900353097" : {"nama" : "TPS 3", "dapil" : [3306, 13308, 2330803]}, "900353098" : {"nama" : "TPS 4", "dapil" : [3306, 13308, 2330803]}, "900353099" : {"nama" : "TPS 5", "dapil" : [330... | json_instruct | {"type": "object", "properties": {"900353095": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353096": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"shortCode": {"type": "string"}, "code": {"type": "string"}, "names": {"type": "object", "properties": {"en": {"type": "string"}, "fr": {"type": "string"}, "de": {"type": "string"}}, "required": ["en", "fr", "de"]}, "currenc... | {"shortCode" : "AI", "code" : "AIA", "names" : {"en" : "Anguilla", "fr" : "Anguilla", "de" : "Anguilla"}, "currency" : "XCD", "continent" : "NA", "population" : "13254", "area" : "102.0", "capital" : "The Valley", "latitude" : "18.1954947", "longitude" : "-63.0750233", "north" : "18.276901971658", "east" : "-62.9665554... | json_instruct | {"type": "object", "properties": {"shortCode": {"type": "string"}, "code": {"type": "string"}, "names": {"type": "object", "properties": {"en": {"type": "string"}, "fr": {"type": "string"}, "de": {"type": "string"}}, "required": ["en", "fr", "de"]}, "currency": {"type": "string"}, "continent": {"type": "string"}, "popu... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {... | {"nom" : "Saint-Didier-sur-Doulon", "dpt" : "Haute-Loire", "inscrits" : 210, "abs" : 36, "votants" : 174, "blancs" : 11, "nuls" : 5, "exp" : 158, "res" : [{"panneau" : "1", "voix" : 100}, {"panneau" : "2", "voix" : 58}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "reposit... | {"name" : "multicoins", "version" : "1.1.0", "description" : "Open source Javascript wallet for Bitcoin and Altcoins", "main" : "main.js", "scripts" : {"test" : "mocha"}, "repository" : {"type" : "git", "url" : "git+https://github.com/3s3s/multicoins.org.git"}, "keywords" : ["Bitcoin", "Litecoin", "wallet", "javascript... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "... | {"name" : "thereisnojavascript", "version" : "1.0.0", "main" : "index.js", "repository" : "https://github.com/PMHStudio/ThereIsNoJavaScript.git", "author" : "PMHStudio <pmhstudio.pmh@gmail.com>", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "main", "repository", "author", "license"], "$schema": "http://json-sch... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"zimap_doesnt_compress": {"type": "object", "properties": {"MKD1G6": {"type": "string"}, "YNNXK": {"type": "string"}}, "required": ["MKD1G6", "YNNXK"]}}, "required": ["zimap_doesnt_compre... | [{"zimap_doesnt_compress" : {"MKD1G6" : "2", "YNNXK" : "F7TI"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"zimap_doesnt_compress": {"type": "object", "properties": {"MKD1G6": {"type": "string"}, "YNNXK": {"type": "string"}}, "required": ["MKD1G6", "YNNXK"]}}, "required": ["zimap_doesnt_compress"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"GREEN": {"type": "integer"}, "BLUE": {"type": "integer"}, "RED": {"type": "integer"}, "YELLOW": {"type": "integer"}, "ORANGE": {"type": "integer"}, "CYAN": {"type": "integer"}, "WHITE": {"type": "integer"}}, "required": ["GREEN"... | {"GREEN" : 2664261, "BLUE" : 31743, "RED" : 14431557, "YELLOW" : 16761095, "ORANGE" : 16612884, "CYAN" : 1548984, "WHITE" : 16777215} | json_instruct | {"type": "object", "properties": {"GREEN": {"type": "integer"}, "BLUE": {"type": "integer"}, "RED": {"type": "integer"}, "YELLOW": {"type": "integer"}, "ORANGE": {"type": "integer"}, "CYAN": {"type": "integer"}, "WHITE": {"type": "integer"}}, "required": ["GREEN", "BLUE", "RED", "YELLOW", "ORANGE", "CYAN", "WHITE"], "$... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "6108230006", "district_id" : "6108230", "name" : "PADUA MENDALAM"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "a80ee2c706804906d78a95c1e14bff83d89ca162"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ResourceSpecificationVersion": {"type": "string"}}, "required": ["ResourceSpecificationVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ResourceSpecificationVersion" : "62.0.0"} | json_instruct | {"type": "object", "properties": {"ResourceSpecificationVersion": {"type": "string"}}, "required": ["ResourceSpecificationVersion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"bank_code": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "name_k": {"type": "string"}, "name_h": {"type": "string"}, "name_e": {"type": "string"}}, "required... | [{"bank_code" : "1738", "code" : "001", "name" : "\u672c\u5e97\u55b6\u696d\u90e8", "name_k" : "\u30db\u30f3\u30c6\u30f3", "name_h" : "\u307b\u3093\u3066\u3093", "name_e" : "honten"}, {"bank_code" : "1738", "code" : "002", "name" : "\u6771", "name_k" : "\u30d2\u30ac\u30b7", "name_h" : "\u3072\u304c\u3057", "name_e" : "h... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"bank_code": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "name_k": {"type": "string"}, "name_h": {"type": "string"}, "name_e": {"type": "string"}}, "required": ["bank_code", "code", "name", "name_k", "name_h", "name_e"]}, "$sch... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type... | {"title" : "Preventing erosion of architectural tactics through their strategic implementation, preservation, and visualization.", "fields" : ["software design description", "resource oriented architecture", "requirements traceability", "social software engineering", "software peer review"], "abstract" : "Nowadays, a s... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}, "preinstall": {"type": "string"}, "lint": {"type": "string"}, "format": {"t... | {"name" : "truework-ui-monorepo", "private" : true, "scripts" : {"prepare" : "is-ci || pnpx husky install", "preinstall" : "npx only-allow pnpm", "lint" : "prettier --check .", "format" : "prettier --write .", "test" : "pnpm -r test", "build" : "pnpm -r build", "changeset" : "changeset", "release" : "pnpm build && chan... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}, "preinstall": {"type": "string"}, "lint": {"type": "string"}, "format": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}, "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["na... | {"name" : "offaxis/filesystemcache", "description" : "File System Cache to store model data", "authors" : [{"name" : "Off/Axis", "email" : "clement@offaxis.io"}], "minimum-stability" : "dev", "require" : {"php" : ">=5.4.0"}, "autoload" : {"psr-4" : {"OffAxis\\" : "src/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"w": {"type": "obje... | {"$schema" : "http://json-schema.org/draft-04/schema#", "id" : "https://raw.githubusercontent.com/elmikegonzalez/dc-examples/master/content-types/mixins/aspect-ratio.json", "title" : "Aspect Ratio", "description" : "", "type" : "object", "properties" : {"w" : {"type" : "integer", "title" : "w", "description" : "the wid... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"w": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "str... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"hapi": {"type": "string"}, "nes": {"type"... | {"name" : "nes-websocket-server-app", "private" : true, "description" : "Simple WS Server app", "main" : "./server/index.js", "dependencies" : {"hapi" : "^17.2.0", "nes" : "^7.1.0", "node-nats-streaming" : "0.0.26"}, "devDependencies" : {}, "scripts" : {"start" : "node ./server/index.js", "dev" : "nodemon ./server/inde... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"hapi": {"type": "string"}, "nes": {"type": "string"}, "node-nats-streaming": {"type": "string"}}, "required": ["... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {... | {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"pepiironi" : {"title" : "Pepiironi", "link" : "http://twitch.tv/pepiironi", "d... | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"pepiironi": {"type": "object", "properties": {"title": {"type... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "reposit... | {"name" : "neo-dapp-base-tools", "version" : "1.0.1", "description" : "Some ready for using base tools for easy interactions with smart contracts on the Neo blockchain", "main" : "index.js", "scripts" : {"test" : "test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/happyastronaut/neo-dapp-base-tools... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "f5254c2d9073534da3e4c24b2d350f254fed25b1"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "gravatar_id": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "str... | {"login" : "svenfuchs", "id" : 2208, "avatar_url" : "https://secure.gravatar.com/avatar/2f042f300d1249917adf6f13d3f698b2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "gravatar_id" : "2f042f300d1249917adf6f13d3f698b2", "url" : "https://api.github.com/users/svenfuchs", "htm... | json_instruct | {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "gravatar_id": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "strin... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array"... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["20-29", "30-39", "30-39", "30-39", "30-39", "30-39"], "SERIES_NAME" : ["FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE"], "X_CALENDAR_YEAR" : [2008, 2008, 2009, 2010, 2014, 2015], "Y_PREVALENCE_1000PP" : [0.0232, 0.01762, 0.01514, 0.02511, 0.01839, 0.0201... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {... |
Create an example JSON object that satisfies this 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": "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-71.417652, 42.653821], [-71.412309, 42.64941], [-71.411978, 42.647974], [-71.409764, 42.648785], [-71.403966, 42.648419], [-71.402734, 42.646695], [-71.398959, 42.644883], [-71.398312, 42.645502], [-71.40211, 42.651603],... | 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": "numbe... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferre... | {"userId" : 99486, "cartId" : "9f229205-e35c-444e-a153-5e8298e33445", "preferredProducts" : [1611, 3552], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-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": {"dev-null": {"type": "string"}, "electron": {"type":... | {"name" : "NovaApp", "version" : "0.1.1", "description" : "NovaApp - the future of Habbo", "main" : "main.js", "dependencies" : {"dev-null" : "^0.1.1", "electron" : "^1.4.7", "electron-chromedriver" : "~1.4.0", "electron-json-storage" : "^2.1.0", "request" : "^2.65.0"}, "scripts" : {"test" : "electron-mocha"}, "keyword... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dev-null": {"type": "string"}, "electron": {"type": "string"}, "electron-chromedriver": {"type": "string"}, "elec... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "homepage_url": {"type": "string"}, "support_url": {"type": "string"}, "min_server_version": {... | {"id" : "mattermost-google-meet-plugin", "version" : "0.2.0", "name" : "Google Meet Plugin", "description" : "Start Google Meet calls", "homepage_url" : "https://github.com/SrMouraSilva/google-meet-plugin", "support_url" : "https://github.com/SrMouraSilva/google-meet-plugin/issues", "min_server_version" : "5.26.0", "ic... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "homepage_url": {"type": "string"}, "support_url": {"type": "string"}, "min_server_version": {"type": "string"}, "icon_path": {"type": "string"}, "webapp": {"type": "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"xywh" : "512,3936,4289,546"} | json_instruct | {"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"loginName": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "... | {"$schema" : "http://json-schema.org/schema#", "id" : "uri://registries/security#login", "type" : "object", "properties" : {"loginName" : {"title" : "Prihlasovacie meno", "type" : "string"}, "passwordHash" : {"title" : "Hash hesla", "description" : "", "type" : "string"}, "salt" : {"title" : "Salt pre hash hesla", "des... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"loginName": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "type"]}, "passwordHash": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3216010", "regency_id" : "3216", "name" : "SETU"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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"}}, "requ... | {"appid" : 314830, "name" : "Blackguards 2", "windows" : true, "mac" : true, "linux" : false, "early_access" : false, "lookup_time" : 1490978012} | 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_... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ... | {"id" : 404373333, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "4e00cd3800757bbde9557c9cab7d75da", "wof:id" : 404373333, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.97218801159652, 48.85777137917211, 3.03949437896942, 48.90633725460933... | 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": ["... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"tools": {"type": "object", "properties": {"dotnet": {"type": "string"}, "runtimes": {"type": "object", "properties": {"dotnet": {"type": "array", "items": {"type": "string"}}}, "required": ["dotnet"]}, "vs-opt": {"type": "obje... | {"tools" : {"dotnet" : "5.0.100-rc.1.20376.1", "runtimes" : {"dotnet" : ["$(MicrosoftNETCoreAppInternalPackageVersion)"]}, "vs-opt" : {"version" : "16.9"}, "xcopy-msbuild" : "16.8.0-preview3"}, "msbuild-sdks" : {"Microsoft.DotNet.Arcade.Sdk" : "5.0.0-beta.20461.7", "Microsoft.DotNet.Helix.Sdk" : "5.0.0-beta.20461.7"}} | json_instruct | {"type": "object", "properties": {"tools": {"type": "object", "properties": {"dotnet": {"type": "string"}, "runtimes": {"type": "object", "properties": {"dotnet": {"type": "array", "items": {"type": "string"}}}, "required": ["dotnet"]}, "vs-opt": {"type": "object", "properties": {"version": {"type": "string"}}, "requir... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Releases": {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "Version": {"type": "string"}, "DownloadUrl": {"type": "string"}}, "required": ["Id", "Version", "DownloadUrl"]}... | {"Releases" : [{"Id" : "SolastaMultiClass", "Version" : "1.1.9", "DownloadUrl" : "https://github.com/SolastaMods/SolastaMultiClass/releases/download/1.1.9/SolastaMultiClass.zip"}]} | json_instruct | {"type": "object", "properties": {"Releases": {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "Version": {"type": "string"}, "DownloadUrl": {"type": "string"}}, "required": ["Id", "Version", "DownloadUrl"]}}}, "required": ["Releases"], "$schema": "http://json-schema.org/draft-07/s... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "s": {"type": "array", "items": {"... | {"t" : "kodih", "h" : [{"d" : [{"f" : "\u7a7a\u6bbb\uff0c\u7121\u679c\u8089\uff0c\u7f3a\u4e4f\uff0c\u7626\u5f31\u3002", "s" : ["`koded~"], "r" : ["`makoded~"]}]}]} | 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"}, "s": {"type": "array", "items": {"type": "string"}}, "r": {"type": "array", "items": {"type": "string"}}... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "repository": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"... | {"name" : "parrot", "repository" : "github:mustafar/parrot", "version" : "2.2.1", "description" : "api mocks", "main" : "index.js", "scripts" : {"build" : "rm -rf dist/* && babel index.js --ignore=*/__tests__/* --out-dir=dist && cp package.json dist/ && cp Dockerfile dist/ && cd dist && npm install --only=production", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "repository": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "lint": {"type": "string"}, "precommit": {"type": "strin... |
Create an example JSON object that satisfies this schema:
{"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":... | {"pe_name" : "tpmcompc.dll", "pe_type" : 523, "pe_size" : 45056, "pe_subsystem" : 2, "pe_subsystem_caption" : "The Windows graphical user interface (GUI) subsystem", "pe_path" : "c:\\Windows\\WinSxS\\amd64_microsoft-windows-tpm-adminsnapin_31bf3856ad364e35_10.0.18362.1_none_49da86ea5c799306\\tpmcompc.dll", "pe_timedate... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Magic 98.3 - WMGQ", "src" : "http://18073.live.streamtheworld.com/WMGQFMAACIHR.aac?t=1526351785"}, {"name" : "WCTC AM", "src" : "http://18073.live.streamtheworld.com/WCTCAMAACIHR.aac?t=1526351788"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/js/app.js" : "/js/app.js?id=f433f3e7a1b88c2c0bd0", "/css/app.css" : "/css/app.css?id=cc6abc9f284431e10111"} | json_instruct | {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper... | {"hash" : "0x38e6ddf628e4d68a10a9619b9adb02dcaff6795ea53f29295e26fc8dccfd0987", "parentHash" : "0x2d8181c8d138e6fd09a797aa86cfe03c9ad924ed17a8532273b59102eb731750", "number" : 98394, "timestamp" : 1439772002, "nonce" : "0x81d76e507cf2dc36", "difficulty" : 3876442991356, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"vega-core.js": {"type": "string"}, "vega-core.min.js": {"type": "string"}, "vega.js": {"type": "string"}, "vega.min.js": {"type": "string"}}, "required": ["vega-core.js", "vega-core.min.js", "vega.js", "vega.mi... | {"vega-core.js" : "sha256-mylTLHNkJVklEeTcocVIKW//tsLpT8QP1Hmbay2uUAI=", "vega-core.min.js" : "sha256-7LCPE15sBBlUjRAGskGtQtxY3LOrGKntMDA4eu8zHHE=", "vega.js" : "sha256-UuJK1b14jv34JkR10BBiLrXIArS/8X2faMevJnnEhFk=", "vega.min.js" : "sha256-RCQVK/HLaAWFFlsfYkePpfSm/HE4nozcU+Wbiot6YXI="} | json_instruct | {"type": "object", "properties": {"vega-core.js": {"type": "string"}, "vega-core.min.js": {"type": "string"}, "vega.js": {"type": "string"}, "vega.min.js": {"type": "string"}}, "required": ["vega-core.js", "vega-core.min.js", "vega.js", "vega.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["rb-jekyll-theme-tactile"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"typ... | {"citations" : [{"textCitation" : "[See branmfn on Metamath](http://us.metamath.org/mpegif/branmfn.html)"}], "names" : ["branmfn"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wcel", "#T_chil", "#T_wi", "#T_cnmf", "#T_cfv", "#T_cbr", "#T_cfv", "#T_cA", "#T_wceq", "#T_cno", "#T_cfv", "#T_cA"], "metaLan... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"execPath": {"type": "string"}, "gccDefaultCFlags": {"type": "string"}, "gccIncludePaths": {"type": "string"}, "gccSuppressWarnings": {"type": "boolean"}}, "required": ["execPath", "gccDefaultCFlags", "gccIncludePaths... | {"execPath" : "/usr/bin/gcc", "gccDefaultCFlags" : "-Wall -std=c99", "gccIncludePaths" : ".,./include,./path, ./*", "gccSuppressWarnings" : true} | json_instruct | {"type": "object", "properties": {"execPath": {"type": "string"}, "gccDefaultCFlags": {"type": "string"}, "gccIncludePaths": {"type": "string"}, "gccSuppressWarnings": {"type": "boolean"}}, "required": ["execPath", "gccDefaultCFlags", "gccIncludePaths", "gccSuppressWarnings"], "$schema": "http://json-schema.org/draft-0... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "b... | {"player_id" : 1984, "name" : "Rocky Bleier", "position" : "RB", "height" : "5-11", "weight" : "210", "current_team" : null, "birth_date" : "1946-03-05", "birth_place" : "Appleton, WI", "death_date" : null, "college" : "Notre Dame", "high_school" : "Xavier, WI", "draft_team" : "Pittsburgh Steelers", "draft_round" : "16... | json_instruct | {"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_date": {"type": "null"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage_url": {"type": "string"}, "permissions": {"type": "array", "items": {... | {"manifest_version" : 2, "name" : "Ahoy", "version" : "0.1", "description" : "Adds a browser action icon to the toolbar. When clicked, a link will be added to the page for every anchor to make is easy to link to specific locations in the page.", "homepage_url" : "https://github.com/jim/ahoy", "permissions" : ["tabs", "... | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage_url": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "browser_action": {"type": "object", "properties": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "requ... | {"index" : 3664, "hash" : 3283226896, "artDyeHash" : 3283226896, "redacted" : false, "dyeManifestHash" : 3222536976, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blackl... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1972, 7], [1973, 5], [1976, 6], [1978, 5], [1979, 9], [1980, 8], [1983, 6], [1984, 6], [1986, 8], [1990, 5], [1992, 5], [1994, 5], [1996, 7], [1997, 9], [2001, 9], [2003, 5], [2006, 6], [2007, 6], [2008, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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"}}, "required": ["test"]}, "repo... | {"name" : "biomas", "version" : "1.1.1", "description" : "Uma package para extrair informa\u00e7\u00f5es sobre os biomas brasileiros. \ud83c\udde7\ud83c\uddf7", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/luisgbr1... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
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-... | {"poem" : {"title" : null, "author" : "Peter McCarey", "text" : "Toe to toe with him\nShe's grasped her wrist behind his neck\nAnd slid her elbows\nUp to his shoulders.\nThe tow-rope tightens\nA surge of gratitude.\nHe's gone with her."}} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "int... | {"nom" : "Saint-Gratien-Savigny", "dpt" : "Ni\u00e8vre", "inscrits" : 116, "abs" : 34, "votants" : 82, "blancs" : 13, "nuls" : 4, "exp" : 65, "res" : [{"panneau" : "2", "voix" : 35}, {"panneau" : "1", "voix" : 30}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Generate sample JSON data that conforms to the following schema definition:
{"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", "ite... | {"t" : "sapinikiw", "h" : [{"d" : [{"f" : "\u7ffb\u52d5\u3001\u5012\u9a30\u6771\u897f\u4f7f\u7528\u7684\u5de5\u5177\u3002", "e" : ["\ufff9`Sa~`pinikiw~ `to~ `panay~.\ufffa\ufffb\u7ffb\u52d5\u7a3b\u7a40\u7684\u5de5\u5177\u3002", "\ufff9\ufffa\ufffb`nikiw~ \u4e0d\u5b9c\u7528\u65bc\u690d\u7269\uff0c\u5b9c\u7528\u65bc\u88a... | 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"}}, "s": {"type": "array", "items": {"type": "string"}}... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["typ... | {"name" : "reacticz", "version" : "0.1.26", "license" : "Apache-2.0", "repository" : {"type" : "git", "url" : "https://github.com/domoticz/Reacticz.git"}, "homepage" : "http://localhost:8080/reacticz", "devDependencies" : {"axios-mock-adapter" : "^1.19.0", "enzyme" : "^3.11.0", "enzyme-adapter-react-16" : "^1.15.6", "g... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "o... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "652922204200", "text" : "\u514b\u5b5c\u52d2\u90fd\u7ef4\u6751\u59d4\u4f1a"}, {"id" : "652922204201", "text" : "\u4f9d\u5e0c\u6765\u6728\u5176\u6751\u59d4\u4f1a"}, {"id" : "652922204202", "text" : "\u963f\u514b\u6258\u683c\u62c9\u514b\u6751\u59d4\u4f1a"}, {"id" : "652922204203", "text" : "\u9614\u4f9d\u5176\u6... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"soundId": {"type": "integer"}, "soundCategory": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}, "volume": {"type": "number"}, "pitch": {"type": "integer"}}, "requi... | {"soundId" : 285, "soundCategory" : 6, "x" : 1844, "y" : 560, "z" : 913, "volume" : 0.15000000596046448, "pitch" : 1} | json_instruct | {"type": "object", "properties": {"soundId": {"type": "integer"}, "soundCategory": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}, "volume": {"type": "number"}, "pitch": {"type": "integer"}}, "required": ["soundId", "soundCategory", "x", "y", "z", "volume", "pitch"], "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "9418051", "regency_id" : "9418", "name" : "NUNGGAWI"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "st... | {"description" : "Q & A with the Selenium Committee at Selenium Conf India 2016\n\nConference: http://2016.seleniumconf.in", "favorite" : "0", "length" : "49:05", "likes" : "2", "recorded" : "2016-06-24", "speakers" : ["naresh-jain"], "tags" : [], "thumbnail_url" : "https://i.ytimg.com/vi/7OBAW7HiIQg/hqdefault.jpg", "t... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "s... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"fdb-all.js": {"type": "string"}, "fdb-all.min.js": {"type": "string"}, "fdb-angular.js": {"type": "string"}, "fdb-angular.min.js": {"type": "string"}, "fdb-autobind.js": {"type": "string"}, "fdb-autobind.min.js": ... | {"fdb-all.js" : "sha512-Fn5l6iexd+M6utmgWBqZa3y1XN0SOR0wwuz+hI+AFf/jS398i3ecNAeaZx33xOTpQ9HAob81aFFG/cLoadazWg==", "fdb-all.min.js" : "sha512-Bu6QlkkxUEkR2RHLHIubz1Og9JUVpLDBMotBEUzIwThpF92ulSvfrPRCUi3gZ0fjM1ZzPCsmxfkqWRYKklMOZA==", "fdb-angular.js" : "sha512-iJCUlvv0Nx9aY8eAHUsSRm6c2lm0GULdYPv8OVd0v+kEROV4wmRiGdurfELX... | json_instruct | {"type": "object", "properties": {"fdb-all.js": {"type": "string"}, "fdb-all.min.js": {"type": "string"}, "fdb-angular.js": {"type": "string"}, "fdb-angular.min.js": {"type": "string"}, "fdb-autobind.js": {"type": "string"}, "fdb-autobind.min.js": {"type": "string"}, "fdb-core+persist.js": {"type": "string"}, "fdb-core... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 9962009, "stations" : ["9962009"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3502180006", "district_id" : "3502180", "name" : "GUPOLO"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "propert... | {"name" : "electron-input-menu", "version" : "2.1.0", "description" : "Context menu for electron input elements.", "repository" : "parro-it/electron-input-menu", "license" : "MIT", "author" : "andrea@parro.it", "scripts" : {"test" : "xo", "start" : "electron test.js"}, "keywords" : ["electron", "input", "contextmenu", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "strin... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": ... | {"code" : 9402228003, "parent" : 9402228, "name" : "KORAGI", "latitude" : null, "longitude" : null, "postal" : [99544], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "genus": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "ab... | {"id" : 869, "name" : "Alcremie", "genus" : "Cream Pok\u00e9mon", "description" : "Cream pours endlessly from this Pok\u00e9mon's body. The cream stiffens when compressed by an impact. A harder impact results in harder cream.", "imageUrl" : "https://raw.githubusercontent.com/anurag-roy/poke-api/main/assets/images/869.w... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "genus": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "array", "items": {"type": "object", "properties": {"nam... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "... | {"contract" : "0xc3a1c1eea96588fc1f67f29fac5526225b1a16ae", "tool" : "osiris", "start" : 1564577931.1627953, "end" : 1564577933.7864938, "duration" : 2.6236984729766846, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
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"}}, "required": ["test"]}, "repo... | {"name" : "simple-producer", "version" : "1.0.0", "description" : "Simple app to produce messages to kafka", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/mknippenberg/garden/tree/master/EDA"}, "keywords" : ["node"]... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Head": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Masks": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, ... | {"Head" : {"m" : 1, "f" : 1}, "Masks" : {"m" : 189, "f" : 189}, "Hair" : {"m" : 74, "f" : 76}, "Torso" : {"m" : 194, "f" : 239}, "Legs" : {"m" : 132, "f" : 139}, "Bags" : {"m" : 88, "f" : 88}, "Shoes" : {"m" : 97, "f" : 101}, "Accessories" : {"m" : 150, "f" : 119}, "Undershirts" : {"m" : 177, "f" : 215}, "BodyArmor" : ... | json_instruct | {"type": "object", "properties": {"Head": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Masks": {"type": "object", "properties": {"m": {"type": "integer"}, "f": {"type": "integer"}}, "required": ["m", "f"]}, "Hair": {"type": "object", "properties": {"m"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "validation_fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "placehol... | {"title" : "Logical Fallacies 4: The False Cause", "description" : "Examine factors that impact good critical thinking!", "validation_fields" : [{"name" : "notes", "type" : "prompt", "placeholder" : "Answer all ", "label" : "\"Correlation does not imply causation\" means:"}, {"name" : "answer1", "type" : "text", "place... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "validation_fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "placeholder": {"type": "string"}, "label": {"type": "string"}}, "required": ["name"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, ... | {"name" : "curious-api", "version" : "0.0.1", "description" : "Rest api to access multiple databases.", "main" : "server/index.js", "scripts" : {"start" : "node server/index.js", "test" : "tape ./spec/*.spec.js", "cover" : "istanbul cover tape ./spec/*.spec.js", "coveralls" : "npm run cover -- --report lcovonly && cat ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "cover": {"type": "string"}, "coveralls": {"type": "string"}, ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "$id": {"type": "string"}, "$schema": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"pageSize": {"type": "object"... | {"title" : "ListShelvesRequest", "$id" : "http://example.com/schemas/ListShelvesRequest.json", "$schema" : "http://json-schema.org/draft-07/schema#", "type" : "object", "description" : "Request message for LibraryService.ListShelves.", "properties" : {"pageSize" : {"title" : "pageSize", "type" : "integer", "description... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "$id": {"type": "string"}, "$schema": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"pageSize": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"from": {"type": "string"}, "name": {"type": "string"}, "num": {"type": "integer"}, "comps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "place": {"type": "string"}, "da... | {"from" : "Lake Forest, IL USA", "name" : "Wildcats", "num" : 5072, "comps" : [{"name" : "IL FTC Qualifying Tournament", "place" : "Highland Park High School", "date" : "10-Nov-12", "highest" : 50, "QP" : 8, "RP" : 42, "matches" : 7}]} | json_instruct | {"type": "object", "properties": {"from": {"type": "string"}, "name": {"type": "string"}, "num": {"type": "integer"}, "comps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "place": {"type": "string"}, "date": {"type": "string"}, "highest": {"type": "integer"}, "QP": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"town": {"type": "string"}, "koaza": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["town", "koaza", "lat", "lng"]}, "$schema": "http://json-... | [{"town" : "\u5b57\u8d64\u795e", "koaza" : "", "lat" : 41.492914, "lng" : 140.073625}, {"town" : "\u5b57\u671d\u65e5", "koaza" : "", "lat" : 41.432804, "lng" : 140.126726}, {"town" : "\u5b57\u611b\u5b95", "koaza" : "", "lat" : 41.445089, "lng" : 140.092964}, {"town" : "\u5b57\u8352\u8c37", "koaza" : "", "lat" : 41.4305... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"town": {"type": "string"}, "koaza": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["town", "koaza", "lat", "lng"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "modelVersion": {"type": "string"}, "name": {"type": "string"}, "key": {"type": "string"}, "hitIndicator": {"type": "string"}, "inputExpressions": {"type": "array", "items": {"type": ... | {"id" : "7c145a47-476f-11e7-8d39-a26608126000", "modelVersion" : "2", "name" : "dhfdhdfh34444", "key" : "dhfdhdfh34444", "hitIndicator" : "OUTPUT ORDER", "inputExpressions" : [{"id" : "1", "variableId" : "input1", "variableType" : null, "type" : "string", "label" : "Input One", "entries" : ["AAA", "BBB"], "newVariable"... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "modelVersion": {"type": "string"}, "name": {"type": "string"}, "key": {"type": "string"}, "hitIndicator": {"type": "string"}, "inputExpressions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "variableId": {"type": "st... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"layerId": {"type": "string"}}, "required": ["layerId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"layerId" : "17ada69e316-layer-2"} | json_instruct | {"type": "object", "properties": {"layerId": {"type": "string"}}, "required": ["layerId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"P0C912": {"type": "string"}, "THCL1_AMISM": {"type": "string"}, "Amythiamicin A/B": {"type": "string"}}, "required": ["P0C912", "THCL1_AMISM", "Amythiamicin A/B"], "$schema": "http://json-schema.org/draft-07/schema#... | {"P0C912" : "P0C912", "THCL1_AMISM" : "P0C912", "Amythiamicin A/B" : "P0C912"} | json_instruct | {"type": "object", "properties": {"P0C912": {"type": "string"}, "THCL1_AMISM": {"type": "string"}, "Amythiamicin A/B": {"type": "string"}}, "required": ["P0C912", "THCL1_AMISM", "Amythiamicin A/B"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200886709005000, "key" : "/static/4ed70146ff288fb074b18ea4358aa7ec/443ee/blog-6.jpg", "val" : "14ccde7690ed0f3919d9548f2080cf2b"} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer... | {"title" : "Outer Space Astronauts", "genre" : "Sitcom, Science fiction", "creators" : ["Russell Barrett"], "cast" : [], "country_of_origin" : "USA", "seasons" : 1, "episodes" : 5, "start_date" : "", "end_date" : ""} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"}, "episodes": {"type": "integer"}, "start_date": {"type":... |
Construct a JSON document that adheres to this schema specification:
{"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" : "FeatureCollection", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [9.3564020806, 48.4895088831]}, "properties" : {"name" : "AEG20", "description" : "plot at Explotatories", "href" : "transfer/content/visual_plotstation_raw.html"}}, {"type" : "Feature", "geometry" : {"type... | 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": "number"}}}, "required": ["type"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"projectId": {"type": "string"}, "orgId": {"type": "string"}}, "required": ["projectId", "orgId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"projectId" : "QmfLP3fdeNsH4HnYPtXudETGiBnzRKYPn24QfWybRnwe5a", "orgId" : "VwHE1khqZEw3VdQNuSVEcPpV"} | json_instruct | {"type": "object", "properties": {"projectId": {"type": "string"}, "orgId": {"type": "string"}}, "required": ["projectId", "orgId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Leave Ukraine": {"type": "string"}}, "required": ["Leave Ukraine"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Leave Ukraine" : ""} | json_instruct | {"type": "object", "properties": {"Leave Ukraine": {"type": "string"}}, "required": ["Leave Ukraine"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"val score indist": {"type": "number"}, "val score outdist": {"type": "number"}, "collisions indist": {"type": "number"}, "collisions outdist": {"type": "number"}, "_step": {"type": "integer"}, "_runtime": {"type": "integer"}, ... | {"val score indist" : 0.5925531479129972, "val score outdist" : 0.5989378848617597, "collisions indist" : NaN, "collisions outdist" : 0.0, "_step" : 43, "_runtime" : 720, "_timestamp" : 1610636991, "Chunk Loss" : 0.0116, "Seconds per iter" : 5, "LR" : 0.0003, "Total time (min)" : 12} | json_instruct | {"type": "object", "properties": {"val score indist": {"type": "number"}, "val score outdist": {"type": "number"}, "collisions indist": {"type": "number"}, "collisions outdist": {"type": "number"}, "_step": {"type": "integer"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}, "Chunk Loss": {"type": "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"sockjs.js": {"type": "string"}, "sockjs.min.js": {"type": "string"}}, "required": ["sockjs.js", "sockjs.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sockjs.js" : "sha256-jikKrUUCniwCk9RhXGXyZQyobqzxQT4rZc1IXgk4H5M=", "sockjs.min.js" : "sha256-DuXhdIBg+olMlKs9kOaPJJlV48F2MmHuR/wqj6e0wo0="} | json_instruct | {"type": "object", "properties": {"sockjs.js": {"type": "string"}, "sockjs.min.js": {"type": "string"}}, "required": ["sockjs.js", "sockjs.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"test_cases": {"type": "array", "items": {"type": "object", "properties": {"args": {"type": "object", "properties": {"n": {"type": "integer"}}, "required": ["n"]}, "expected": {"type": "integer"}}, "required":... | {"test_cases" : [{"args" : {"n" : 1}, "expected" : 0}, {"args" : {"n" : 2}, "expected" : 1}, {"args" : {"n" : 3}, "expected" : 2}, {"args" : {"n" : 10}, "expected" : 16}]} | json_instruct | {"type": "object", "properties": {"test_cases": {"type": "array", "items": {"type": "object", "properties": {"args": {"type": "object", "properties": {"n": {"type": "integer"}}, "required": ["n"]}, "expected": {"type": "integer"}}, "required": ["args", "expected"]}}}, "required": ["test_cases"], "$schema": "http://json... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"text": {"type": "string"}, "entities": {"type": "object", "properties": {"urls": {"type": "array", "items": {"type": "object", "properties": {"display_url": {"type": "string"}, "expanded_url": {"type": "string"... | {"text" : "This tweet has it all, it has got the links https://t.co/qeSnkprYiP and https://t.co/Ed4omjYs, it has the hashtags #Hashtag and #Another, and finally the user mentions for @jedkirby and @google.", "entities" : {"urls" : [{"display_url" : "jedkirby.com", "expanded_url" : "https://jedkirby.com", "url" : "https... | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "entities": {"type": "object", "properties": {"urls": {"type": "array", "items": {"type": "object", "properties": {"display_url": {"type": "string"}, "expanded_url": {"type": "string"}, "url": {"type": "string"}, "indices": {"type": "array", "items": {"type"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"version": {"type": "string"}, "tasks": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "type": {"type": "string"}, "command": {"type": "string"}, "group": {"type": "o... | {"version" : "2.0.0", "tasks" : [{"label" : "install dependencies", "type" : "shell", "command" : "poetry install", "group" : {"kind" : "build", "isDefault" : true}}, {"label" : "compile-format-docs", "type" : "shell", "command" : "python -m poetry run coconut --minify viscloudio && python -m poetry run black . && sphi... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "tasks": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "type": {"type": "string"}, "command": {"type": "string"}, "group": {"type": "object", "properties": {"kind": {"type": "string"}, "isDefault": {"type": "boo... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "stri... | {"authors" : [{"author" : "Nilesh Doctor"}, {"author" : "Vidhyachandra Gandhi"}, {"author" : "Sharad Shah"}, {"author" : "Maharra Hussain"}, {"author" : "Shaji Marar"}, {"author" : "Sujith Philip"}], "doi" : "10.1186/1757-1626-2-1", "publication_date" : "2009-01-02", "id" : "EN118634", "url" : "https://pubmed.ncbi.nlm.... | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["433122208200", "\u767d\u7f8a\u6eaa\u6751", "210", "0"], ["433122208201", "\u6bdb\u576a\u6751", "220", "0"], ["433122208202", "\u5468\u5bb6\u5be8\u6751", "220", "0"], ["433122208203", "\u9a6c\u5165\u7530\u6751", "220", "0"], ["433122208204", "\u9ebb\u6eaa\u6751", "220", "0"], ["433122208205", "\u9a6c\u738b\u6eaa\u675... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "... | {"name" : "hutnikau/job-scheduler", "type" : "library", "description" : "PHP job scheduler", "keywords" : ["scheduler"], "homepage" : "https://github.com/hutnikau/job-scheduler", "license" : "MIT", "authors" : [{"name" : "Aleh Hutnikau", "email" : "goodnickoff@gmail.com", "homepage" : "https://github.com/hutnikau", "ro... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"r_time": {"type": "number"}, "quing_time": {"type": "number"}, "mc_wait_time": {"type": "number"}, "nt_service_time": {"type": "number"}, "wt_preprocess_time": {"type": "number"}, "wt_service_time": {"type": "n... | {"r_time" : 3430111.414607974, "quing_time" : 159769.61331559217, "mc_wait_time" : 3241683.187157618, "nt_service_time" : 2916.7335455784137, "wt_preprocess_time" : 6123.933463006017, "wt_service_time" : 6123.933463006017, "wt_postprocess_time" : 3241683.187157618, "avg_q_len" : 2.4174710630846112, "tps" : 4013.6571428... | json_instruct | {"type": "object", "properties": {"r_time": {"type": "number"}, "quing_time": {"type": "number"}, "mc_wait_time": {"type": "number"}, "nt_service_time": {"type": "number"}, "wt_preprocess_time": {"type": "number"}, "wt_service_time": {"type": "number"}, "wt_postprocess_time": {"type": "number"}, "avg_q_len": {"type": "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "int... | {"nom" : "Saint-Sever-du-Moustier", "dpt" : "Aveyron", "inscrits" : 210, "abs" : 48, "votants" : 162, "blancs" : 23, "nuls" : 2, "exp" : 137, "res" : [{"panneau" : "1", "voix" : 115}, {"panneau" : "2", "voix" : 22}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type... | {"type" : "minecraft:crafting_shapeless", "ingredients" : [{"item" : "morexfood:carrot_pieces"}, {"item" : "morexfood:asparagus_pieces"}, {"item" : "morexfood:chicken_pieces"}, {"item" : "morexfood:rice"}, {"item" : "morexfood:salt"}, {"item" : "minecraft:water_bucket"}], "result" : {"item" : "morexfood:chicken_fricass... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "ingredient... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["AFRICA", "ANTARCTICA", "ASIA", "AUSTRALIA", "EUROPE", "NORTH AMERICA", "SOUTH AMERICA"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"WithThisHerring": {"type": "array", "items": {"type": "string"}}}, "required": ["WithThisHerring"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"WithThisHerring" : ["RoyalBlood", "MedievalEuropeanFantasy", "TheEndOfTheWorldAsWeKnowIt", "BecauseDestinySaysSo", "SupernaturalAid", "MoneySpider", "LateToTheTragedy", "KidHero", "JumpedAtTheCall", "NoHeroDiscount", "BagOfSpilling", "GivingTheSwordToANoob", "TheChosenZero", "ItMayHelpYouOnYourQuest", "ShamuFu", "Sor... | json_instruct | {"type": "object", "properties": {"WithThisHerring": {"type": "array", "items": {"type": "string"}}}, "required": ["WithThisHerring"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "sesamoidal", "definition" : "Sesamoid."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "... | {"name" : "Marienschule Fulda", "id" : "HE-8604-0", "official_id" : "8604", "address" : "Lindenstra\u00dfe 27, 36037 Fulda", "school_type" : "Gymnasium mit gymnasialer Oberstufe", "school_type_entity" : "Gymnasium", "fax" : "0661/9028217", "state" : "HE", "phone" : "0661/902820", "full_time_school" : false, "lon" : 9.6... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "state": {"type": "string"}, "phone": {"type": "string"}, "ful... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"articleId": {"type": "string"}, "cookie": {"type": "string"}, "baseUrl": {"type": "string"}, "keyvalPair": {"type": "object", "properties": {"": {"type": "string"}}, "required": [""]}, "mdName": {"type": "string"}, "keyvalstri... | {"articleId" : "", "cookie" : ".AspNetCore.Cookies=CfDJ8EGboqbRlH5IsfITz6hEJr3yugr5nAyxHs9Glu24nQNDwo50yI9vCc6b00gG-A7wGg7ADg1JV7Uf_Jn1ok_YAWQLJBWgRHkoFLyocsSlboecGMYbkKcZ5nvq0m9h9K6Nt6ZGXgnPu5Cn-cDt-Kh8s0apE4pay3y_XD-f2X5aU0b-AScCzRKkE11FhFHv-DF8Y4YgEFiYr8u8pLd-qf-oDpbKcuJ7PNtMtJW3nCCmBv9ZiM74vgV-swS2dZIdV0HVxc_vclHLk... | json_instruct | {"type": "object", "properties": {"articleId": {"type": "string"}, "cookie": {"type": "string"}, "baseUrl": {"type": "string"}, "keyvalPair": {"type": "object", "properties": {"": {"type": "string"}}, "required": [""]}, "mdName": {"type": "string"}, "keyvalstring": {"type": "string"}}, "required": ["articleId", "cookie... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"wangEditor.css": {"type": "string"}, "wangEditor.js": {"type": "string"}, "wangEditor.min.css": {"type": "string"}, "wangEditor.min.js": {"type": "string"}}, "required": ["wangEditor.css", "wangEditor.js", "wangEditor.min.c... | {"wangEditor.css" : "sha512-xlUD7Hiee/2xoPnNJmbt+1mfU6ZSlEjsvzuqmElkieQGKbp3W/5yfNMYRUG5WT+xBjde5YxheRo+W3w9cye0SQ==", "wangEditor.js" : "sha512-+2BKhL/eVpkYlUByKzSIqjzzvcyfInsx4FTMcaCEsCk+fSZHq9Fl2q/HcBuknlKUUJTrh1v008tX3qymUxs9HA==", "wangEditor.min.css" : "sha512-rky5/I0P4tV6Ul2fYA2X/q+OUh9Hj+lNdeMorivgZ/OTiLuFjwPMb... | json_instruct | {"type": "object", "properties": {"wangEditor.css": {"type": "string"}, "wangEditor.js": {"type": "string"}, "wangEditor.min.css": {"type": "string"}, "wangEditor.min.js": {"type": "string"}}, "required": ["wangEditor.css", "wangEditor.js", "wangEditor.min.css", "wangEditor.min.js"], "$schema": "http://json-schema.org/... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string... | {"title" : "To Blend or Not to Blend?: Perceptual Speed, Visual Memory and Aggregated Search.", "fields" : ["visual memory", "usable", "perception", "cognitive test", "usability"], "abstract" : "While aggregated search interfaces that present vertical results to searchers are fairly common in today's search environment... | 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": {"typ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id", "... | {"id" : "http://data.doremus.org/performance/c351431e-f36f-3d92-9162-f3443a9c61ff", "expression" : [{"composer" : "http://data.doremus.org/artist/ffb08009-c1b1-35b4-8729-1ecd03605049", "id" : "http://data.doremus.org/expression/f8816e8c-2419-3d1b-9eb4-f0525c2073df"}, {"composer" : "http://data.doremus.org/artist/ffb080... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this 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"}}, "re... | {"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "5204102001", "id_kecamatan" : "520410", "name" : "Sempe"}, {"id" : "5204102002", "id_kecamatan" : "520410", "name" : "Semamung"}, {"id" : "5204102003", "id_kecamatan" : "520410", "name" : "Sebasang"}, {"id" : "5204102004", "id_kecamatan" : ... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "HD 518", "description" : "Over-the-ear headphones.", "url" : "http://en-us.sennheiser.com/audio-headphones-stereo-hifi-tv-hd-518"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {".js" : "5f49506b9e7a0d95449b2445b44467b80e67a3f1.js"} | json_instruct | {"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$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.