input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "firebase_url": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_number",... | {"project_info" : {"project_number" : "951189171271", "firebase_url" : "https://lifeacademy-d845d.firebaseio.com", "project_id" : "lifeacademy-d845d", "storage_bucket" : "lifeacademy-d845d.appspot.com"}, "client" : [{"client_info" : {"mobilesdk_app_id" : "1:951189171271:android:dc2e1273648a3eeb", "android_client_info" ... | json_instruct | {"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "firebase_url": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_number", "firebase_url", "project_id", "storage_bucket"]}, "client"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"compile_duration": {"type": "number"}, "duration_per_example": {"type": "number"}, "tile_duration_per_example": {"type": "number"}, "examples": {"type": "integer"}, "batch_size": {"type": "integer"}, "model": {"ty... | {"compile_duration" : 25.813689708709717, "duration_per_example" : 0.1330481192562729, "tile_duration_per_example" : 1e-09, "examples" : 1024, "batch_size" : 1, "model" : "xception", "backend" : "plaid", "correct" : true, "max_error" : 1.1163427188876085e-05, "max_abs_error" : 5.62518835067749e-07, "fail_ratio" : 0.0} | json_instruct | {"type": "object", "properties": {"compile_duration": {"type": "number"}, "duration_per_example": {"type": "number"}, "tile_duration_per_example": {"type": "number"}, "examples": {"type": "integer"}, "batch_size": {"type": "integer"}, "model": {"type": "string"}, "backend": {"type": "string"}, "correct": {"type": "bool... |
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": {"ty... | {"title" : "AMETHYST: a system for mining and exploring topical hierarchies of heterogeneous data.", "fields" : ["hierarchical organization", "online analytical processing", "heterogeneous network", "amethyst", "topic model"], "abstract" : "In this demo we present AMETHYST, a system for exploring and analyzing a topica... | 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": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schem... | [{"Similarity" : "0.98", "Title" : "Can an AI System Facilitate Human Creative Generation An Experimental Investigation in Mathematical Problem Posing", "Year" : 2007}, {"Similarity" : "0.978", "Title" : "Verbal Ability and Structured Navigation on Learning with Hypertext", "Year" : 2007}, {"Similarity" : "0.978", "Tit... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer... | {"id" : 11908584, "ot" : 3, "alias" : 0, "setcode" : 0, "type" : 131076, "atk" : 0, "def" : 0, "level" : 0, "race" : 0, "attribute" : 0, "category" : 262144, "name" : "Guardragon Corewakening", "desc" : "You can send 1 Effect Monster from your hand to the GY; Special Summon 1 Level 4 or lower Dragon Normal Monster from... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "int... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type... | {"userId" : 91353, "cartId" : "8eab4e69-9e45-46c4-87a4-b5ea46ddd723", "preferredProducts" : [4084], "productReviews" : [{"productId" : 4559, "reviewText" : "heard about this on bouyon radio, decided to give it a try.", "reviewDate" : "2020-02-20T05:28:55.8262502+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
The schema below describes a JSON structure. Generate a valid example:
{"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", "i... | {"ast" : null, "code" : "import React from 'react';\nimport { connect } from 'react-redux';", "map" : {"version" : 3, "sources" : ["/Users/lesliegonzalez/Development/traveler-frontend/src/components/NewTripFormWrapper.js"], "names" : ["React", "connect"], "mappings" : "AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,OAAT,QAAwB,... | 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"}, "sourcesCont... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"compatibility.js": {"type": "string"}, "compatibility.min.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf.combined.min.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type"... | {"compatibility.js" : "sha512-KA2siv/KRPCO21pxCmC22p8oHQ6MFKXyqdGvJ0spg7+qNaJxTmPMu+8jqZ3Yib9WxcL7QAd/vRdUeSfTZNav7g==", "compatibility.min.js" : "sha512-TvUqvFWbPAlm8/cSzx24jrlogxQrw7XjVG56QpzRGW1mUkgUE0gxUaP8q/EwYatDa3kn9Vgvf808LP5nO2rQFw==", "pdf.combined.js" : "sha512-bUJ1u8OFo6HwPkc1A3Q79NwAGbP2UbYIAo+RJsSDro52cgL... | json_instruct | {"type": "object", "properties": {"compatibility.js": {"type": "string"}, "compatibility.min.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf.combined.min.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type": "string"}, "pdf.worker.js": {"type": "string"}, "pdf.worker.min.js"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "ob... | {"$schema" : "https://json-schema.org/draft/2020-12/schema", "type" : "object", "title" : "Rate of turn", "description" : "Reading from a rate of turn sensor", "required" : ["sensor_id", "rot"], "properties" : {"sensor_id" : {"type" : "string", "title" : "Physical sensor id", "desciption" : "Id of the reporting physica... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"sensor_id": {"type": "object", "properties": {"type": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"jsonrpc": {"type": "string"}, "id": {"type": "integer"}, "method": {"type": "string"}, "params": {"type": "array", "items": {"type": "string"}}}, "required": ["jsonrpc", "id", "method", "params"], "$schema": "http://json-schema.... | {"jsonrpc" : "2.0", "id" : 1, "method" : "author_insertKey", "params" : ["aura", "always velvet maze river wire debate scare nasty bulb high extend quarter", "0x7a302ad9c39470f0fa1e36e20f370002f7ddf363dbc73f29433af7f0e0d95c1f"]} | json_instruct | {"type": "object", "properties": {"jsonrpc": {"type": "string"}, "id": {"type": "integer"}, "method": {"type": "string"}, "params": {"type": "array", "items": {"type": "string"}}}, "required": ["jsonrpc", "id", "method", "params"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "remarks": {"type": "string"}, "derived_tickets": {"type": "string"}, "attachments": {"type": "string"}, "check_ins": {"type":... | {"id" : 51, "title" : "Ticket #51: Recursive file transfer", "description" : "<blockquote>\nArgo graphics (and many others) have requsted the ability to have directories and support for recursive file transfer.</blockquote>", "remarks" : "<blockquote>\n<em>2010-Aug-20 13:08:44 by tannenba:</em> <br/>\n\nThis is a dup o... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "remarks": {"type": "string"}, "derived_tickets": {"type": "string"}, "attachments": {"type": "string"}, "check_ins": {"type": "string"}, "type": {"type": "string"}, "last_change": {"type": "stri... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"role": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["role", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"role" : "session", "dependencies" : ["cookies"]} | json_instruct | {"type": "object", "properties": {"role": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["role", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "directo... | {"domain" : "acfun.cn", "title" : "\u5317\u4eac\u5f39\u5e55\u7f51\u7edc\u79d1\u6280\u6709\u9650\u516c\u53f8", "type" : "\u4f01\u4e1a", "license" : "\u4eacICP\u590715067359\u53f7-2", "name" : "AcFun\u5f39\u5e55\u7f51", "homepage" : "www.acfun.net", "audit" : "2016-09-09", "director" : "", "pre-approval" : "", "updated" ... | json_instruct | {"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"type": "string"}, "pre-approval": {"type": "string"}, "updated": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[149.375, 30.666666666666668], [149.375, 30.75], [149.5, 30.75], [149.5, 30.666666666666668], [149.375, 30.666666666666668]]]}, "properties" : {"code" : 464903, "url" : "http://madefor.github.io/0410/api/v1/464903.geojson", "view" : "https://githu... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
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" : "Vandelainville", "dpt" : "Meurthe-et-Moselle", "inscrits" : 103, "abs" : 25, "votants" : 78, "blancs" : 7, "nuls" : 1, "exp" : 70, "res" : [{"panneau" : "1", "voix" : 43}, {"panneau" : "2", "voix" : 27}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
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": ["sta... | {"name" : "web_socket", "version" : "1.0.0", "description" : "Web Socket Programming", "main" : "server.js", "scripts" : {"start" : "node server.js"}, "author" : "Harish Mohan <harish@brandidea.com>", "license" : "ISC", "dependencies" : {"connect" : "1.9.2", "socket.io" : "0.9.6"}} | 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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dep... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["1", "2", "Fizz", "4", "Buzz", "Fizz", "Whizz", "8", "Fizz", "Buzz", "11", "Fizz", "Fizz", "Whizz", "FizzBuzz", "16", "17", "Fizz", "19", "Buzz", "FizzWhizz", "22", "Fizz", "Fizz", "Buzz", "26", "Fizz", "Whizz", "29", "Fizz", "Fizz", "Fizz", "Fizz", "Fizz", "Fizz", "Fizz", "Fizz", "Fizz", "Fizz", "Buzz", "41", "FizzWh... | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "string"}}, "requi... | {"content" : "Yvette Cooper wants border controls, but it was LABOUR that started Open Borders - sweeping away UK border. #marr #marrshow", "entities" : [{"offset" : 68, "type" : "ne", "id" : 2, "entity" : "open borders"}, {"offset" : 97, "type" : "ne", "id" : 3, "entity" : "uk"}, {"offset" : 0, "type" : "ne", "id" : 4... | json_instruct | {"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "string"}}, "required": ["offset", "type", "id", "entity"]}}, "topics": {"typ... |
Generate a valid JSON object that conforms to the following schema:
{"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": {"t... | {"t" : "masasiparaheker", "h" : [{"d" : [{"f" : "\u4e92\u76f8\u9f13\u52f5\u3002", "e" : ["\ufff9`Ma~`s~`asip~`a~`raheker~ `ko~ `mitiliday~ `a~ `kapot~.\ufffa\ufffb\u540c\u5b78\u5011\u4e92\u76f8\u9f13\u52f5\u3002"]}]}], "stem" : "raheker"} | 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"]}}, "s... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["./fonts/google/duru-sans/files/duru-sans-latin-400-normal.woff", "./fonts/google/duru-sans/files/duru-sans-latin-ext-400-normal.woff", "./fonts/google/duru-sans/files/duru-sans-latin-ext-400-normal.woff2", "./fonts/google/duru-sans/files/duru-sans-all-400-normal.woff", "./fonts/google/duru-sans/files/duru-sans-latin-... | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", ... | {"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-0.141541, 51.499501], [-0.141605, 51.499435], [-0.141715, 51.499478], [-0.141929, 51.499681], [-0.141689, 51.499778], [-0.141473, 51.499572], [-0.141566, 51.49951], [-0.141541, 51.499501]]]]}, "properties" : {"organisation" : "local-author... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}... |
Construct a JSON document that adheres to this schema specification:
{"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/7cc5e/blog-1.jpg", "val" : "8d9b9548f2cc9286913ef044d7690255"} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "... | {"name" : "@kensingtontech/ngx-highlightjs", "version" : "11.0.0-beta1.0", "description" : "Instant code highlighting, auto-detect language", "homepage" : "https://github.com/KensingtonTech/ngx-highlightjs", "author" : {"name" : "Tim Underhay", "url" : "http://github.com/KensingtonTech"}, "repository" : {"type" : "git"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "repository": {"type": "object... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"c3_renderers.min.js": {"type": "string"}, "d3_renderers.min.js": {"type": "string"}, "export_renderers.min.js": {"type": "string"}, "gchart_renderers.min.js": {"type": "string"}, "pivot.da.min.js": {"type": "string"}, "pivot.d... | {"c3_renderers.min.js" : "sha256-vg9nhRjgulY4lvssL7MW6TpTXTcs4Y3RjNJx+zyIVGI=", "d3_renderers.min.js" : "sha256-nltWR+M0mYjOdTtYIw97cLE5NUo8ZCezWEtgVl93PL4=", "export_renderers.min.js" : "sha256-L5yBmj59GYGA75ziZ+Qx8wDUK+D3UdjnNcvM7CuHV3A=", "gchart_renderers.min.js" : "sha256-pyCJU2BKWsmBmp45S9NOARAMrIoeOOwtm2P1m751vK... | json_instruct | {"type": "object", "properties": {"c3_renderers.min.js": {"type": "string"}, "d3_renderers.min.js": {"type": "string"}, "export_renderers.min.js": {"type": "string"}, "gchart_renderers.min.js": {"type": "string"}, "pivot.da.min.js": {"type": "string"}, "pivot.de.min.js": {"type": "string"}, "pivot.es.min.js": {"type": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type... | {"name" : "YYYJJJXXX", "version" : "0.1.0", "summary" : "YYYJJJXXX for demo", "description" : "TODO: Add long description of the pod here.", "homepage" : "https://github.com/Cdominator/YYYJJJXXX", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"1541771541@qq.com" : "1541771541@qq.com"}, "source" : {"git... | 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"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Kind": {"type": "string"}, "Spec": {"type": "object", "properties": {"Name": {"type": "string"}, "Kind": {"type": "string"}, "Region": {"type": "string"}, "ExpireDate": {"type": "integer"}, "Spec": {"type": "... | {"Kind" : "RegionService", "Spec" : {"Name" : "ubuntu18-service01", "Kind" : "Compute", "Region" : "kanto", "ExpireDate" : -1, "Spec" : {"SchedulePolicy" : {"Replicas" : 1}, "NetworkPolicy" : {"Version" : 4, "Interfaces" : 1, "AssignPolicy" : "Affinity", "StaticNetworks" : []}, "Kind" : "Qemu", "Restart" : "Always", "V... | json_instruct | {"type": "object", "properties": {"Kind": {"type": "string"}, "Spec": {"type": "object", "properties": {"Name": {"type": "string"}, "Kind": {"type": "string"}, "Region": {"type": "string"}, "ExpireDate": {"type": "integer"}, "Spec": {"type": "object", "properties": {"SchedulePolicy": {"type": "object", "properties": {"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "data": {"type": "array", "items": {"type": "integer"}}}, "required": ["type", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Buffer", "data" : [0, 0, 0, 0, 0, 2, 0, 0, 1, 95, 142, 187, 58, 12, 0, 0, 1, 95, 142, 187, 58, 12, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 130, 1, 0, 0, 0, 48, 107, 101, 121, 45, 56, 50, 99, 102, 48, 57, 51, 99, 55, 52, 51, 98, 100, 51, 56, 51, 54, 101, 49, 56, 62, 115, 111, 109... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "data": {"type": "array", "items": {"type": "integer"}}}, "required": ["type", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["511421142001", "\u5357\u534e\u8857\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["511421142201", "\u96c4\u5fc3\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["511421142203", "\u5e86\u795d\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["511421142206", "\u52e4\u4fed\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["5114211... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema... | {"word" : "Door", "definitions" : ["A hinged, sliding, or revolving barrier at the entrance to a building, room, or vehicle, or in the framework of a cupboard.", "A doorway.", "Used to refer to the distance from one building in a row to another."], "parts-of-speech" : "Noun"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string... | [{"province" : "\u65b0\u7586\u7ef4\u543e\u5c14\u81ea\u6cbb\u533a", "city" : "\u5580\u4ec0\u5730\u533a", "area" : "\u5cb3\u666e\u6e56\u53bf", "name" : "\u5cb3\u666e\u6e56\u53bf\u963f\u5176\u514b\u4e61\u90ae\u653f\u6240", "code" : "844402", "address" : "\u5cb3\u666e\u6e56\u53bf\u963f\u5176\u514b\u4e61", "phone" : "0998-6... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code... |
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" : [[[-82.372455, 29.65201], [-82.372373, 29.66677], [-82.339216, 29.666678], [-82.339373, 29.652056], [-82.350828, 29.652093], [-82.355776, 29.650381], [-82.361525, 29.650376], [-82.361282, 29.647772], [-82.362614, 29.647792],... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "Samson", "long" : "Samson, one of the Judges of Israel."} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"links": {"type": "object", "properties": {"author": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "recipient": {"type": "object", "properties": {"href": {"type": "string"}}, "r... | {"links" : {"author" : {"href" : "http://api.groovehq.com/v1/agents/agent@example.com"}, "recipient" : {"href" : "http://api.groovehq.com/v1/customers/rambo@example.com"}, "ticket" : {"href" : "http://api.groovehq.com/v1/tickets/776"}}, "created_at" : "2017-12-14 21:17:29 +0530", "updated_at" : "2017-12-14 21:17:29 +05... | json_instruct | {"type": "object", "properties": {"links": {"type": "object", "properties": {"author": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "recipient": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "ticket": {"type": "object", "properties": {"hre... |
Generate a valid JSON object that conforms to the following 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" : "FeatureCollection", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-73.8, 40.7]}, "properties" : {"title" : "Popup 1", "description" : "Hello World!", "time" : "1992/01"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-73.9, 40.6]}, "properties" :... | 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"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "presses": {"type": "integer"}, "ingredient": {"type": "object", "properties": {"id": {"type": "string"}, "count": {"type": "integer"}}, "required": ["id", "count"]}, "output": {"type": "string"}, "c... | {"type" : "fruits:crushing", "presses" : 3, "ingredient" : {"id" : "minecraft:apple", "count" : 2}, "output" : "minecraft:lava", "chance" : 1, "weightedResult" : {"id" : "minecraft:chest"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "presses": {"type": "integer"}, "ingredient": {"type": "object", "properties": {"id": {"type": "string"}, "count": {"type": "integer"}}, "required": ["id", "count"]}, "output": {"type": "string"}, "chance": {"type": "integer"}, "weightedResult": {"type": "ob... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"stop": {"type": "integer"}, "name": {"type": "string"}, "start": {"type": "integer"}}, "required": ["stop", "name", "start"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stop" : 1626921990634, "name" : "QuickApp #120", "start" : 1626921990646} | json_instruct | {"type": "object", "properties": {"stop": {"type": "integer"}, "name": {"type": "string"}, "start": {"type": "integer"}}, "required": ["stop", "name", "start"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "pro... | {"id" : "34810673-bdd8-4aac-9588-f4c60e669d0e", "playerTags" : [], "teamTags" : ["105bc3ff-1320-4e37-8ef0-8d595cb95dd0", "46358869-dce9-4a01-bfba-ac24fc56f57e"], "gameTags" : ["777a6795-a926-4157-a768-d2fdb3dfd8d4"], "metadata" : {"away" : "105bc3ff-1320-4e37-8ef0-8d595cb95dd0", "home" : "46358869-dce9-4a01-bfba-ac24fc... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"away": {"type": "string"}, "home": {"type": "st... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[141.5, 30.416666666666668], [141.5, 30.5], [141.625, 30.5], [141.625, 30.416666666666668], [141.5, 30.416666666666668]]]}, "properties" : {"code" : 454154, "url" : "http://madefor.github.io/0410/api/v1/454154.geojson", "view" : "https://github.co... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Create a JSON structure that matches this schema definition:
{"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": "... | {"nom" : "Notre-Dame-de-Livaye", "circ" : "3\u00e8me circonscription", "dpt" : "Calvados", "inscrits" : 102, "abs" : 54, "votants" : 48, "blancs" : 6, "nuls" : 1, "exp" : 41, "res" : [{"nuance" : "MDM", "nom" : "Mme Florence LEHERICY", "voix" : 22}, {"nuance" : "LR", "nom" : "M. S\u00e9bastien LECLERC", "voix" : 19}]} | 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"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"group": {"type": "array", "items": {"type": "integer"}}, "contacts": {"type": "array", "items": {"type": "string"}}, "repo-type": {"type": "string"}, "short-name": {"type": "string"}}, "required": ["group", "... | {"group" : [107714], "contacts" : ["iherman"], "repo-type" : "note", "short-name" : "json-ld11-bp"} | json_instruct | {"type": "object", "properties": {"group": {"type": "array", "items": {"type": "integer"}}, "contacts": {"type": "array", "items": {"type": "string"}}, "repo-type": {"type": "string"}, "short-name": {"type": "string"}}, "required": ["group", "contacts", "repo-type", "short-name"], "$schema": "http://json-schema.org/dra... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"links": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "integer"}, "target": {"type": "integer"}, "value": {"type": "number"}}, "required": ["source", "target", "value"]}}, "nodes": ... | {"links" : [{"source" : 1, "target" : 0, "value" : 0.33899999999999997}, {"source" : 3, "target" : 0, "value" : 0.16}, {"source" : 4, "target" : 2, "value" : 0.19699999999999998}, {"source" : 5, "target" : 0, "value" : 0.271}, {"source" : 6, "target" : 2, "value" : 0.26899999999999996}, {"source" : 7, "target" : 6, "va... | json_instruct | {"type": "object", "properties": {"links": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "integer"}, "target": {"type": "integer"}, "value": {"type": "number"}}, "required": ["source", "target", "value"]}}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"group": ... |
Following the schema specification below, generate a valid JSON instance:
{"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"... | {"n_dim" : 5, "n_trials" : 340, "objective" : "rastrigin_on_cube", "white" : "pysot_lcb", "black" : "hyperopt_rand", "traceback" : ["passing", "passing"], "best_val" : [2.3264337585426405, 4.8985595521812435], "best_x" : [[0.43892566930386584, 0.7244127469587156, 0.5195847960720306, 0.7182734820805695, 0.52845898001716... | 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": {... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"particle": {"type": "string"}, "north": {"type": "string"}, "south": {"type": "string"}, "east": {"type": "string"}, "west": {"type": "string"}, "up":... | {"parent" : "minecraft:block/cube", "textures" : {"particle" : "betterend:block/tenanea_crafting_table_front", "north" : "betterend:block/tenanea_crafting_table_front", "south" : "betterend:block/tenanea_crafting_table_side", "east" : "betterend:block/tenanea_crafting_table_side", "west" : "betterend:block/tenanea_craf... | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"particle": {"type": "string"}, "north": {"type": "string"}, "south": {"type": "string"}, "east": {"type": "string"}, "west": {"type": "string"}, "up": {"type": "string"}, "down": {"type": "string"}}, "required... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"dbConfig": {"type": "object", "properties": {"dbName": {"type": "string"}}, "required": ["dbName"]}}, "required": ["dbConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dbConfig" : {"dbName" : "db4tests"}} | json_instruct | {"type": "object", "properties": {"dbConfig": {"type": "object", "properties": {"dbName": {"type": "string"}}, "required": ["dbName"]}}, "required": ["dbConfig"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "c... | {"ETag" : "W/\"63847f02d195b0283659e97d78fae5f07d88936e09772a0ab095cea75f35f39d\"", "Last-Modified" : "Sun, 13 Jun 2021 12:04:08 GMT", "base" : {"repo" : {"name" : "gooey-feedstock"}}, "closed_at" : "2021-06-13T12:04:08Z", "created_at" : "2021-06-12T20:25:16Z", "draft" : false, "head" : {"ref" : "this_is_not_a_branch"}... | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinate... | {"type" : "", "features" : [{"type" : "", "geometry" : {"type" : "Polygon", "coordinates" : [[[-77.156425, 34.570486999999616], [-77.219176, 34.53965999999964], [-77.295077, 34.488967999999616], [-77.341271, 34.47166299999963], [-77.418832, 34.43592299999962], [-77.484538, 34.39970499999962], [-77.533487, 34.4584429999... | 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": "arra... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"privacy": {"type": "object", "properties": {"js": {"type": "string"}}, "required": ["js"]}, "about": {"type": "object", "properties": {"js": {"type": "string"}}, "required": ["js"]}, "register": {"type": "object", "properti... | {"privacy" : {"js" : "/assets/privacy.ac43cfc1.chunk.js"}, "about" : {"js" : "/assets/about.3fc38abe.chunk.js"}, "register" : {"js" : "/assets/register.7811d624.chunk.js"}, "not-found" : {"js" : "/assets/not-found.934cb0ae.chunk.js"}, "login" : {"js" : "/assets/login.6f44085d.chunk.js"}, "home" : {"js" : "/assets/home.... | json_instruct | {"type": "object", "properties": {"privacy": {"type": "object", "properties": {"js": {"type": "string"}}, "required": ["js"]}, "about": {"type": "object", "properties": {"js": {"type": "string"}}, "required": ["js"]}, "register": {"type": "object", "properties": {"js": {"type": "string"}}, "required": ["js"]}, "not-fou... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "rechiseled_compat:block/genericeco_cedar_planks_flooring_connecting"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "str... | {"elapsed" : "1.508", "endpoint-url" : "https://opendata.arcgis.com/datasets/97e5c68db1b443eead00e2d4587ae547_9.geojson", "entry-date" : "2021-01-20T01:38:20.642064", "request-headers" : {"Accept" : "*/*", "Accept-Encoding" : "gzip, deflate", "Connection" : "keep-alive", "User-Agent" : "Digital Land"}, "resource" : "f9... | json_instruct | {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "User-Agent": {"type": "strin... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "static/css/1.d097ac8f.chunk.css": {"type": "string"}, "static/js/1.c1231d52.chunk.js": {"type": "string"}, "static/js/1.c1231d52... | {"main.css" : "./static/css/main.abf4e118.chunk.css", "main.js" : "./static/js/main.c0f51042.chunk.js", "main.js.map" : "./static/js/main.c0f51042.chunk.js.map", "static/css/1.d097ac8f.chunk.css" : "./static/css/1.d097ac8f.chunk.css", "static/js/1.c1231d52.chunk.js" : "./static/js/1.c1231d52.chunk.js", "static/js/1.c12... | json_instruct | {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "static/css/1.d097ac8f.chunk.css": {"type": "string"}, "static/js/1.c1231d52.chunk.js": {"type": "string"}, "static/js/1.c1231d52.chunk.js.map": {"type": "string"}, "runtime~main.js": {"ty... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["name", "private"... | {"name" : "bumbag-native/Hide/Hide", "private" : true, "sideEffects" : false, "main" : "../../lib/Hide/Hide", "module" : "../../es/Hide/Hide", "types" : "../../ts/Hide/Hide"} | 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-sch... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_big_sur": {"type": "object", "properties": {"url": {"type": "str... | {"name" : "github-release", "pkg_version" : "0.10.0", "rebuild" : 1, "bottles" : {"arm64_big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/github-release/blobs/sha256:dfaa0f4ae21d44b1e0716ef71cabf02ac60a8692893b2a49bb32e096cb441a4a"}, "big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/github-release/blobs/sha25... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "database": {"type": "string"}, "port": {"type": "integer"}}, "required": ["name", "database", "port"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Server Development", "database" : "mongodb://admin:admin123@ds121268.mlab.com:21268/starwars", "port" : 3000} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "database": {"type": "string"}, "port": {"type": "integer"}}, "required": ["name", "database", "port"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"F9175": {"type": "object", "properties": {"t": {"type": "string"}}, "required": ["t"]}, "FFFFF": {"type": "object", "properties": {"t": {"type": "string"}}, "required": ["t"]}, "children": {"type": "array", "items": {"type"... | {"F9175" : {"t" : "GLID"}, "FFFFF" : {"t" : "0000"}, "children" : ["A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "A8", "A9", "AA", "AB", "AC", "AD", "AE"]} | json_instruct | {"type": "object", "properties": {"F9175": {"type": "object", "properties": {"t": {"type": "string"}}, "required": ["t"]}, "FFFFF": {"type": "object", "properties": {"t": {"type": "string"}}, "required": ["t"]}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["F9175", "FFFFF", "children"], "$s... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, ... | {"title" : "SN 1006 Supernova Remnant", "credit" : "NASA, ESA, Zolt Levay (STScI)", "explanation" : "A new star, likely the brightest supernova in recorded human history, lit up planet Earth's sky in the year 1006 AD. The expanding debris cloud from the stellar explosion, found in the southerly constellation of Lupus, ... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "e... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": ... | {"h" : [{"d" : [{"s" : ["`sapi~`n^ngneng~"], "e" : ["\ufff9`Sapi~`^neng~ `to~ `maamaan~ `ko~ `mata~.\ufffa\ufffb\u773c\u775b\u662f\u8996\u89ba\u5668\u5b98\u3002"], "f" : "\u89c0\u770b\u7684\u7528\u5177\u3001\u8996\u89ba\u5668\u5b98\u3002"}]}], "stem" : "^eneng", "t" : "sapi^eneng"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "e",... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"... | {"categories" : ["Engineering", "Programming", "Signal Processing"], "desc" : " Together with the fundamentals of probability, random processes, and statistical analysis, this insightful book also presents a broad range of advanced topics and applications. There is extensive coverage of Bayesian vs. frequentist statist... | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["promise-worker", "promise-worker-transferable", "webview-crypto"] | 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": {"apps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "error_file": {"type": "string"}, "out_file": {"type": "string"}, "log_date_format": {"... | {"apps" : [{"name" : "dev", "script" : "./bin/www", "error_file" : "/logs/pm2-err.log", "out_file" : "/logs/pm2-out.log", "log_date_format" : "YYYY-MM-DD HH:mm Z"}]} | json_instruct | {"type": "object", "properties": {"apps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "error_file": {"type": "string"}, "out_file": {"type": "string"}, "log_date_format": {"type": "string"}}, "required": ["name", "script", "error_file", "out_fil... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "6B34\u9632\u7834\u7247\u62a4\u76ee\u955c", "ShortName" : "6B34", "Description" : "Ratnik\u4fc4\u519b\u88c5\u5907\u76846B34\u9632\u7834\u7247\u62a4\u76ee\u955c\u3002"} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Cotacao": {"type": "number"}, "Cresc. Rec.5a": {"type": "number"}, "Div.Brut/ Patrim.": {"type": "number"}, "Div.Yield": {"type": "number"}, "EV/EBIT": {"type": "number"}, "EV/EBITDA": {"type": "number"}, "Liq. Corr.": {"type"... | {"Cotacao" : 18.02, "Cresc. Rec.5a" : 0.0284, "Div.Brut/ Patrim." : -10.2, "Div.Yield" : 0.0, "EV/EBIT" : 12.46, "EV/EBITDA" : 5.85, "Liq. Corr." : 1.48, "Liq.2meses" : 4814.08, "Mrg Ebit" : 0.0679, "Mrg. Liq." : -0.2138, "P/Ativ Circ.Liq" : -0.23, "P/Ativo" : 0.167, "P/Cap.Giro" : 1.44, "P/EBIT" : 4.03, "P/L" : -1.32,... | json_instruct | {"type": "object", "properties": {"Cotacao": {"type": "number"}, "Cresc. Rec.5a": {"type": "number"}, "Div.Brut/ Patrim.": {"type": "number"}, "Div.Yield": {"type": "number"}, "EV/EBIT": {"type": "number"}, "EV/EBITDA": {"type": "number"}, "Liq. Corr.": {"type": "number"}, "Liq.2meses": {"type": "number"}, "Mrg Ebit": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"fileNodeID": {"type": "string"}, "modified": {"type": "string"}}, "required": ["fileNodeID", "modified"]}}, "r... | {"expireTime" : 9007200844251664000, "key" : "wordpress-media-677", "val" : {"fileNodeID" : "8f12b7f8-ba2b-55cd-9173-4b8b631be65b", "modified" : "2020-03-01T21:29:42.000Z"}} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"fileNodeID": {"type": "string"}, "modified": {"type": "string"}}, "required": ["fileNodeID", "modified"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.o... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "... | {"schema_version" : "1.2.0", "id" : "GHSA-fp38-f2g5-r978", "modified" : "2022-05-01T17:47:57Z", "published" : "2022-05-01T17:47:57Z", "aliases" : ["CVE-2007-0914"], "details" : "Race condition in the TCP subsystem for Solaris 10 allows remote attackers to cause a denial of service (system panic) via unknown vectors.", ... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}... | [{"review" : "\ucc45\uc73c\ub85c \uc811\ud558\uace0 \uc601\ud654\ub85c \ubcf4\ub2c8 \uc7ac\ubbf8\uac00 2\ubc30 \u314b\u314b", "date" : "14.10.01", "rating" : "10", "author" : "ba_k****", "review_id" : "9251898", "movie_id" : "19430"}, {"review" : "\uc88b\ub2e4................\u3147", "date" : "13.05.05", "rating" : "10... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type... | {"userId" : 86110, "cartId" : "c22775ac-1768-41fb-8910-09de9c44e8aa", "preferredProducts" : [3328, 4142, 1960, 1262, 4434, 1324, 4423, 2071, 1672, 1781], "productReviews" : [{"productId" : 1370, "reviewText" : "It only works when I'm Kuwait.", "reviewDate" : "2018-02-02T05:51:20.215965+02:00"}, {"productId" : 1034, "re... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"testMap": {"type": "object", "properties": {"ttl": {"type": "integer"}, "maxIdleTime": {"type": "integer"}}, "required": ["ttl", "maxIdleTime"]}}, "required": ["testMap"], "$schema": "http://json-schema.org/draft-07... | {"testMap" : {"ttl" : 1000, "maxIdleTime" : 1000}} | json_instruct | {"type": "object", "properties": {"testMap": {"type": "object", "properties": {"ttl": {"type": "integer"}, "maxIdleTime": {"type": "integer"}}, "required": ["ttl", "maxIdleTime"]}}, "required": ["testMap"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "req... | {"h" : [{"d" : [{"e" : ["\ufff9`Sapinisnis~ `to~ `rengos~ `a~ `funus~.\ufffa\ufffb\u780d\u8349\u7684\u5200\u3002"], "f" : "\u5272\u7530\u57c2\u96dc\u8349\u4f7f\u7528\u7684\u5668\u5177\u3002"}, {"e" : ["\ufff9`Sapinisnis~ `to~ `sioy~.\ufffa\ufffb\u5237\u6d17\u98ef\u934b\u7684\u5de5\u5177\u3002"], "f" : "\u6dae\u6d17\u4f... | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},... |
Create a JSON structure that matches this schema definition:
{"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": "... | {"nom" : "Saint-Laurent-des-Hommes", "circ" : "1\u00e8re circonscription", "dpt" : "Dordogne", "inscrits" : 885, "abs" : 426, "votants" : 459, "blancs" : 19, "nuls" : 3, "exp" : 437, "res" : [{"nuance" : "REM", "nom" : "M. Philippe CHASSAING", "voix" : 130}, {"nuance" : "FN", "nom" : "Mme Marie Catherine HALLIDAY", "vo... | 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"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepa... | {"latest_version" : ["0.8"], "meta" : {"description" : "A Memcached Pool for Django", "homepage" : "https://github.com/duanhongyi/django-pymemcache-pool"}, "versions" : {"0.8" : {"sha256" : "f0726ca91af74e7e68757d5d71c451323af18a28c6c413242aa44c66fcbde4bb", "url" : "https://files.pythonhosted.org/packages/13/48/9995652... | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"0.8": {"type": "objec... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "prop... | {"contract" : "0xe43f953a39a4681ac36f72977ec6998adc3d9f6a", "tool" : "osiris", "start" : 1564583340.7220728, "end" : 1564583394.6560373, "duration" : 53.9339644908905, "analysis" : [{"errors" : [{"line" : 270, "column" : 33, "message" : "overflow_bugs"}, {"line" : 370, "column" : 5, "message" : "overflow_bugs"}, {"line... | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properti... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "AddressInfo": {"type": "object",... | {"IsRecentlyVerified" : false, "ID" : 151797, "UUID" : "51DBBCD9-94D6-4027-B46D-9CF7A7E64D01", "DataProviderID" : 28, "DataProvidersReference" : "", "AddressInfo" : {"ID" : 152150, "Title" : "Barillettes", "AddressLine1" : "Rue Louis Pasteur, Parc Relais la Trousse, 73490 La Ravoire", "CountryID" : 80, "Latitude" : 45.... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rak... | {"oid" : "st_2005-10-26", "hafta" : 228, "buyukIkramiyeKazananIl" : "", "cekilisTarihi" : "26/10/2005", "cekilisTuru" : "SANS_TOPU", "rakamlar" : "03#04#06#19#32#10", "rakamlarNumaraSirasi" : "3 - 4 - 6 - 19 - 32 - <b>10</b>", "devretti" : true, "devirSayisi" : 0, "bilenKisiler" : [{"oid" : "st_2005-10-26_51", "kisiBas... | json_instruct | {"type": "object", "properties": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rakamlarNumaraSirasi": {"type": "string"}, "devretti": {"type": "boolean"}, "d... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"toc": {"type": "object", "properties": {"sections": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "source": {"type": "string"}, "url": {"type": "string"}, "slug": {"type": "string"}, "... | {"toc" : {"sections" : [{"title" : "atlassian-jwt", "source" : "README.md", "url" : "index.html", "slug" : "index", "headings" : [{"title" : "Installation", "depth" : 2, "id" : "installation"}, {"title" : "Usage (with go-jira)", "depth" : 2, "id" : "usage-(with-go-jira)"}, {"title" : "Examples", "depth" : 2, "id" : "ex... | json_instruct | {"type": "object", "properties": {"toc": {"type": "object", "properties": {"sections": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "source": {"type": "string"}, "url": {"type": "string"}, "slug": {"type": "string"}, "headings": {"type": "array", "items": {"type": "object", ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "assorteddiscoveries:block/spectral_onyx_stairs"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"port": {"type": "integer"}, "proxy_to": {"type": "string"}}, "required": ["port", "proxy_to"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"port" : 5678, "proxy_to" : "http://localhost:3000"} | json_instruct | {"type": "object", "properties": {"port": {"type": "integer"}, "proxy_to": {"type": "string"}}, "required": ["port", "proxy_to"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "strin... | {"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "jenkins.jx.35.228.6.175.nip.io", "min_cert_id" : 1218593276, "min_entry_timestamp" : "2019-02-20T00:26:33.409", "not_before" : "2019-02-19T23:26:32", "not_after" : "2019-05-20T23:26:32"} | json_instruct | {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "iss... |
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"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type":... | {"title" : "DARTs: Efficient scale-space extraction of DAISY keypoints.", "fields" : ["invariant", "scale space", "minimum efficient scale", "scale invariant feature transform", "kernel"], "abstract" : "Winder et al. [15, 14] have recently shown the superiority of the DAISY descriptor [12] in comparison to other widely... | 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": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "blueprint": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "parts": {"type": "array", "items": {"typ... | [{"type" : "vehicle", "id" : "makeshift_raft", "blueprint" : ["o#o"], "name" : "Makeshift raft", "parts" : [{"x" : 0, "y" : 0, "part" : "frame_wood_cross"}, {"x" : 0, "y" : 0, "part" : "seat_wood"}, {"x" : 0, "y" : 0, "part" : "boat_board"}, {"x" : 0, "y" : 0, "part" : "hand_paddles"}, {"x" : 1, "y" : 0, "part" : "fram... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "blueprint": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "parts": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "str... | [{"namaKab" : "TEGAL", "originalFilename" : "PSI RUMPOKO.jpg", "namaPartai" : "Partai Solidaritas Indonesia", "id" : 254952, "noUrut" : 1, "nama" : "RUMPOKO EKO PRASETYO, ST", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "TEGAL", "originalFilename" : "IWAN.jpg", "namaPartai" : "Partai Solidaritas Indonesia", "id" ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"jsoneditor.js": {"type": "string"}, "jsoneditor.min.js": {"type": "string"}}, "required": ["jsoneditor.js", "jsoneditor.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jsoneditor.js" : "sha512-u9as+NiGBuwhuNjXPlod5th6h8Rf79SgU7P6/28/vd5TMAEEIaUSSOLGFmVsi9VG73F4lD1v3UD1BzVJ47iwIw==", "jsoneditor.min.js" : "sha512-jxmi23ADDiQhmIR/B9/ACFDYvhOvtCQ4PEGktAJFK99ySaFDwcATfIeotCpUJN0DygyB8Umm6rjeoNJTDSgxRw=="} | json_instruct | {"type": "object", "properties": {"jsoneditor.js": {"type": "string"}, "jsoneditor.min.js": {"type": "string"}}, "required": ["jsoneditor.js", "jsoneditor.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"pro... | {"userId" : 13485, "cartId" : "29461fda-4629-4a8c-bb87-ef3e0d4a21b2", "preferredProducts" : [1008, 41, 3945], "productReviews" : [{"productId" : 4464, "reviewText" : "The box this comes in is 3 centimeter by 5 kilometer and weights 13 ounce!!", "reviewDate" : "2017-10-13T18:14:07.0093384+03:00"}, {"productId" : 2290, "... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Based on the schema below, produce a valid JSON object:
{"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" : "JAUNCEY", "frequency" : 1, "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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"root": {"type": "object", "properties": {"thing": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "things": {"type": "array", "items... | {"root" : {"thing" : {"type" : "date", "value" : "1977-02-13"}, "things" : [{"type" : "date", "value" : "1977-02-13"}, {"type" : "date", "value" : "1982-05-30"}, {"type" : "time", "value" : "09:30:05"}, {"type" : "dateTime", "value" : "1985-09-23T10:33:05.001"}, {"type" : "dateTime", "value" : "1977-02-13T08:30:02.000"... | json_instruct | {"type": "object", "properties": {"root": {"type": "object", "properties": {"thing": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "things": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"t... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "o... | {"hash" : "0x2f71f945ba4fa80283ee0ea22f1923fd24ba7caf9653ab5150464d463ab12288", "parentHash" : "0x0e3cd9b155f83713ef5f00a7d89fb394360d2c39b08ebde8e8e5eb3ce7cfae9d", "number" : 47320, "timestamp" : 1438938074, "nonce" : "0x50c319cec653fb91", "difficulty" : 1453103637778, "gasLimit" : {"_hex" : "0xb094"}, "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"]... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"examine" : "A Temple Knight Communication Orb. Top Secret!"} | json_instruct | {"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"datetime": {"type": "string"}, "elapsed": {"type": "string"}, "exception": {"type": "string"}, "url": {"type": "string"}}, "required": ["datetime", "elapsed", "exception", "url"], "$schema": "http://json-schema... | {"datetime" : "2020-09-26T00:43:38.433272", "elapsed" : "0.459", "exception" : "ConnectionError", "url" : "https://www3.rbwm.gov.uk/download/downloads/id/3583/brownfield_register.csv"} | json_instruct | {"type": "object", "properties": {"datetime": {"type": "string"}, "elapsed": {"type": "string"}, "exception": {"type": "string"}, "url": {"type": "string"}}, "required": ["datetime", "elapsed", "exception", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename"... | [{"manufacturer" : "iHunt", "market_name" : "Tablet PC 10 PRO", "codename" : "Tablet_PC_10_PRO_EEA", "model" : "Tablet PC 10 PRO"}] | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"coord": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "weather": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "... | {"coord" : {"lon" : -91.53, "lat" : 41.66}, "weather" : [{"id" : 800, "main" : "Clear", "description" : "clear sky", "icon" : "01d"}], "base" : "stations", "main" : {"temp" : 22.71, "feels_like" : 26.61, "temp_min" : 22, "temp_max" : 24.44, "pressure" : 1016, "humidity" : 94}, "visibility" : 16093, "wind" : {"speed" : ... | json_instruct | {"type": "object", "properties": {"coord": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "weather": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "main": {"type": "string"}, "description": {"type": "string"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Master": {"type": "string"}, "Graph": {"type": "string"}, "Algo": {"type": "string"}, "tele": {"type": "string"}, "log": {"type": "object", "properties": {"log path": {"type": "string"}, "Parquet path": {"type": "string"}, "RD... | {"Master" : "local[*]", "Graph" : "wordnet3.parquet", "Algo" : "InfoMap", "tele" : "0.15", "log" : {"log path" : "log.txt", "Parquet path" : "", "RDD path" : "", "Json path" : "graph.json", "save partition" : "true", "save name" : "true", "debug" : "true"}} | json_instruct | {"type": "object", "properties": {"Master": {"type": "string"}, "Graph": {"type": "string"}, "Algo": {"type": "string"}, "tele": {"type": "string"}, "log": {"type": "object", "properties": {"log path": {"type": "string"}, "Parquet path": {"type": "string"}, "RDD path": {"type": "string"}, "Json path": {"type": "string"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}}, "required": ["name", "version", "author"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@finastra/angular-components/global-nav", "version" : "0.23.0", "author" : "Pierre <sim.pierre91@gmail.com>"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}}, "required": ["name", "version", "author"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "s... | {"id" : 70861343, "name" : "Ninjitsu Art of Transformation", "is_illegal" : false, "is_custom" : false, "text" : "Activate this card by Tributing 1 face-up \"Ninja\" monster; Special Summon 1 Beast, Winged Beast, or Insect monster from your hand or Deck whose Level is less than or equal to the Level the Tributed monste... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "trap_type": {"type": "string"}}, "required": ["... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"version": {"type": "integer"}, "nb_gpio": {"type": "integer"}, "archi_files": {"type": "array", "items": {"type": "string"}}, "hal_files": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "nb... | {"version" : 2, "nb_gpio" : 32, "archi_files" : ["archi/gpio/gpio_v2.h"], "hal_files" : ["hal/gpio/gpio_v2.h"]} | json_instruct | {"type": "object", "properties": {"version": {"type": "integer"}, "nb_gpio": {"type": "integer"}, "archi_files": {"type": "array", "items": {"type": "string"}}, "hal_files": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "nb_gpio", "archi_files", "hal_files"], "$schema": "http://json-schema.or... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [862.7922717560757, 863.6502549742632, 865.9382102227634, 866.7961934409509] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "string"}, "lvl1": {"t... | {"index_name" : "hunterphp", "start_urls" : ["http://www.hunterphp.com/doc"], "stop_urls" : [], "selectors" : {"lvl0" : ".layui-nav-item.layui-this a", "lvl1" : {"selector" : "//*[contains(@class, 'site-tree-noicon') and contains(@class, 'layui-this')]/preceding::h2[1]", "type" : "xpath", "global" : true, "default_valu... | json_instruct | {"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "string"}, "lvl1": {"type": "object", "properties": {"selector": {"type": "string... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "str... | {"directions" : ["In a large pot of salted boiling water, cook pasta until al dente, rinse under cold water and drain.", "Preheat oven broiler and place halved tomatoes on a sheet pan 6 inches from the broiler. Broil skin side up until the skin is wrinkled and partially blackened.", "Place the tomatoes in a food proces... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"time": {"type": "null"}, "type": {"type": "integer"}, "user": {"type": "integer"}, "tweet_id": {"type": "string"}, "id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"... | {"time" : null, "type" : 1, "user" : 3849187751, "tweet_id" : "gossipcop-2870787911", "id" : 1842431501, "children" : [{"time" : 1517615456, "type" : 2, "user" : 1408232492, "tweet_id" : 959574888309813249, "id" : 5262527498}, {"time" : 1517615685, "type" : 2, "user" : 6679819159, "tweet_id" : 959575850986426373, "id" ... | json_instruct | {"type": "object", "properties": {"time": {"type": "null"}, "type": {"type": "integer"}, "user": {"type": "integer"}, "tweet_id": {"type": "string"}, "id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "integer"}, "type": {"type": "integer"}, "user": {"ty... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["hyperfeed-server"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "it... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-69.83377, 44.332091], [-69.829501, 44.344312], [-69.826782, 44.344044], [-69.824818, 44.345149], [-69.825151, 44.346336], [-69.821965, 44.346222], [-69.819511, 44.343684], [-69.819957, 44.34485], [-69.819193, 44.34549], ... | 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": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d1034-9", "text" : "NATIONAL ASSOCIATION OF EDUCATIONAL BROADCASTERS\n<5#\nOFFICE OF EXECUTIVE DIRECTOR\nfft\nUNIVERSITY OF ILLINOIS\n119 GREGORY HALL\nURBANA, ILLINOIS\nM. s. tmiK\nRadio Consultant\n300 West 23rd Street. Room 500. New York 11 N Y /n .\niorjc ii, N.i. Algonquin 5-43B5\nNovember 20th, 1953\nPER... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"iti28:0.1": {"type": "string"}, "iti28:0.2": {"type": "string"}, "iti28:0.3": {"type": "string"}, "iti28:0.4": {"type": "string"}, "iti28:1.1": {"type": "string"}, "iti28:2.1": {"type": "string"}, "iti28:2.2": {"type": "string... | {"iti28:0.1" : "<article id='iti28'><header><ul><li class='division'>{}</li>", "iti28:0.2" : "<li class='nipata'>{}</li>", "iti28:0.3" : "<li class='vagga'>{}</li></ul>", "iti28:0.4" : "<h1>{}</h1></header>", "iti28:1.1" : "<p>{}</p>", "iti28:2.1" : "<p>{}", "iti28:2.2" : "{}", "iti28:2.3" : "{}", "iti28:2.4" : "{}", "... | json_instruct | {"type": "object", "properties": {"iti28:0.1": {"type": "string"}, "iti28:0.2": {"type": "string"}, "iti28:0.3": {"type": "string"}, "iti28:0.4": {"type": "string"}, "iti28:1.1": {"type": "string"}, "iti28:2.1": {"type": "string"}, "iti28:2.2": {"type": "string"}, "iti28:2.3": {"type": "string"}, "iti28:2.4": {"type": ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.