input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "strin... | [{"namaKab" : "SOLOK SELATAN", "originalFilename" : "Pasfoto.jpg", "namaPartai" : "Partai Bulan Bintang", "id" : 13076, "noUrut" : 1, "nama" : "JONI PARIZAL", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SOLOK SELATAN", "originalFilename" : "Pas Foto.jpg", "namaPartai" : "Partai Bulan Bintang", "id" : 39223, "noU... | 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", "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"label": {"type": "string"}, "taptoview": {"type": "string"}}, "required": ["label", "taptoview"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"label" : "Etichetta", "taptoview" : "Tocca per visualizzare l'etichetta."} | json_instruct | {"type": "object", "properties": {"label": {"type": "string"}, "taptoview": {"type": "string"}}, "required": ["label", "taptoview"], "$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" : 6466, "cartId" : "3874f9ec-bfaa-4fdb-87cb-50cbfd129d47", "preferredProducts" : [2820], "productReviews" : [{"productId" : 2831, "reviewText" : "It only works when I'm Wake Island.", "reviewDate" : "2016-10-16T12:21:56.9317027+03:00"}, {"productId" : 3469, "reviewText" : "My neighbor Germaine has one of thes... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "... | {"name" : "fantastic-dev-test", "private" : true, "version" : "0.6.0", "description" : "Run this to test changes to the other packages", "author" : "InfoSec Innovations", "license" : "ISC", "repository" : {"type" : "git", "url" : "git+https://github.com/InfoSecInnovations/project-fantastic.git"}, "scripts" : {"test" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "ht... | {"Target" : "style/style.min.2f90d5d0e836c7197707f86eefb55c9305f9acc06883f7c22bc44b3a8936725f.css", "MediaType" : "text/css", "Data" : {"Integrity" : "sha256-L5DV0Og2xxl3B/hu77VckwX5rMBog/fCK8RLOok2cl8="}} | json_instruct | {"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"relation": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "pageTitle": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "hasHeader": {"type": "boolean"}... | {"relation" : [["Date", "1606222.12.2013", "1606121.12.2013", "1606020.12.2013", "1605515.12.2013", "1605414.12.2013", "1604707.12.2013"], ["Discipline", "Ski Cross", "Ski Cross", "Ski Cross", "Ski Cross", "Ski Cross", "Ski Cross"], ["Place", "Innichen/San Candido", "Innichen/San Candido", "Innichen/San Candido", "Val ... | json_instruct | {"type": "object", "properties": {"relation": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "pageTitle": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "hasHeader": {"type": "boolean"}, "headerPosition": {"type": "string"}, "tableType": {"type": "string"}, "tab... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "i... | {"no_of_atoms" : 122, "centre_of_mass" : [4.83030167501008, 2.663921167761986, 20.594581950935968], "maximum_diameter" : {"diameter" : 17.789277049242223, "atom_1" : 35, "atom_2" : 106}, "pore_diameter" : {"diameter" : 5.023416633109997, "atom" : 40}, "pore_volume" : 66.37372934692954, "pore_diameter_opt" : {"diameter"... | json_instruct | {"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2": {"type": "integer"}}, "required": ["diameter", "atom_1", ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"... | {"text" : "The purpose of this chapter is to set uniform, minimum standards of licensure for community residence facilities currently regulated under Chapter 34 of Title 22 of the District of Columbia Municipal Regulations and other facilities when they provide services that assist residents with the activities of dail... | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "ti... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"bgm": {"type": "string"}, "tiledMapPath": {"type": "string"}, "estimateTime": {"type": "integer"}, "startPosition": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required"... | {"bgm" : "overground", "tiledMapPath" : "./tiled/dev/transition.json", "estimateTime" : 999, "startPosition" : {"x" : 2, "y" : 10}, "parallax" : [], "entities" : []} | json_instruct | {"type": "object", "properties": {"bgm": {"type": "string"}, "tiledMapPath": {"type": "string"}, "estimateTime": {"type": "integer"}, "startPosition": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "parallax": {"type": "array", "items": {}}, "entities": {... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"time_steps": {"type": "integer"}, "nb_rnn_units_l1": {"type": "integer"}, "nb_rnn_units_l2": {"type": "integer"}, "nb_rnn_units_l3": {"type": "integer"}, "nb_rnn_units_l4": {"type": "integer"}, "nb_rnn_units_l5": {"type": "int... | {"time_steps" : 3, "nb_rnn_units_l1" : 128, "nb_rnn_units_l2" : 128, "nb_rnn_units_l3" : 64, "nb_rnn_units_l4" : 32, "nb_rnn_units_l5" : 16, "drop_rate" : 0.5, "learning_rate" : 0.004, "batch_size" : 128, "nb_trials" : 10, "nb_epochs" : 600, "nb_classes" : 2, "loss" : "binary_crossentropy", "data_path" : "/home/ghost/D... | json_instruct | {"type": "object", "properties": {"time_steps": {"type": "integer"}, "nb_rnn_units_l1": {"type": "integer"}, "nb_rnn_units_l2": {"type": "integer"}, "nb_rnn_units_l3": {"type": "integer"}, "nb_rnn_units_l4": {"type": "integer"}, "nb_rnn_units_l5": {"type": "integer"}, "drop_rate": {"type": "number"}, "learning_rate": {... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "group": {"type": "string"}, "checksum": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "text": {"type": "string"}}, "requir... | {"id" : "01872", "group" : "easy-ham-1", "checksum" : {"type" : "MD5", "value" : "12ce21b8ad1ce1683ad4ada3ad4d3f8e"}, "text" : "From rssfeeds@jmason.org Wed Sep 25 10:23:29 2002\nReturn-Path: <rssfeeds@spamassassin.taint.org>\nDelivered-To: yyyy@localhost.spamassassin.taint.org\nReceived: from localhost (jalapeno [127... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "group": {"type": "string"}, "checksum": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "text": {"type": "string"}}, "required": ["id", "group", "checksum", "text"], "$schema": "http:... |
Following the schema specification below, generate a valid 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" : "513337203203", "text" : "\u767d\u4e2d\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513337203204", "text" : "\u9f99\u4f0d\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513337203205", "text" : "\u963f\u6717\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513337203206", "text" : "\u540c\u6597\u6751\u6c11\u59d4\u5458\u4f1a"},... | 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#"} |
Based on the schema below, produce a valid JSON object:
{"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": "integ... | {"nom" : "Villeneuve-le-Roi", "circ" : "3\u00e8me circonscription", "dpt" : "Val-de-Marne", "inscrits" : 10878, "abs" : 6203, "votants" : 4675, "blancs" : 450, "nuls" : 0, "exp" : 4225, "res" : [{"nuance" : "LR", "nom" : "M. Didier GONZALES", "voix" : 2627}, {"nuance" : "REM", "nom" : "M. Laurent SAINT-MARTIN", "voix" ... | 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": {"concept": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "display": {"type": "string"}}, "required": ["code", "display"]}}, "content": {"type": "string"}, "resourceType... | {"concept" : [{"code" : "in-office", "display" : "the person is working and inoffice"}, {"code" : "away-travelling", "display" : "the person is working but not in the office, they're away-travelling"}, {"code" : "working-from-home", "display" : "the person is working-from-home and aren't in the office"}, {"code" : "ann... | json_instruct | {"type": "object", "properties": {"concept": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "display": {"type": "string"}}, "required": ["code", "display"]}}, "content": {"type": "string"}, "resourceType": {"type": "string"}, "caseSensitive": {"type": "boolean"}, "publisher": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"appId": {"type": "string"}, "minSdkVersion": {"type": "null"}, "targetSdkVersion": {"type": "null"}}, "required": ["appId", "minSdkVersion", "targetSdkVersion"], "$schema": "http://json-schema.org/draft-07/sche... | {"appId" : "org.gtmcatalyst.luminousevents", "minSdkVersion" : null, "targetSdkVersion" : null} | json_instruct | {"type": "object", "properties": {"appId": {"type": "string"}, "minSdkVersion": {"type": "null"}, "targetSdkVersion": {"type": "null"}}, "required": ["appId", "minSdkVersion", "targetSdkVersion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent_navigation_id": {"type": "string"}, "display_order": {"type": "integer"}, "navigation_type_id": {"type": "string"}, "type_config": {"type": "object", "properties": {"link": {"type": "string"}, "display_condition": {"... | {"parent_navigation_id" : "", "display_order" : 300, "navigation_type_id" : "basic", "type_config" : {"link" : "{{ link('ratings') }}", "display_condition" : "$xf.visitor.canViewRating()", "extra_attributes" : []}, "enabled" : true} | json_instruct | {"type": "object", "properties": {"parent_navigation_id": {"type": "string"}, "display_order": {"type": "integer"}, "navigation_type_id": {"type": "string"}, "type_config": {"type": "object", "properties": {"link": {"type": "string"}, "display_condition": {"type": "string"}, "extra_attributes": {"type": "array", "items... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"consul_backend": {"type": "object", "properties": {"prefix": {"type": "string"}, "description": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}}, "required": ["prefix", "description", "body"]}}, "req... | {"consul_backend" : {"prefix" : "tf-consul_backend", "description" : "Define a backend-consul backend", "body" : ["data \"terraform_remote_state\" \"${myBackend}\" {", " backend = \"consul\"", " config {", " path = \"full/path\"", " }", "}"]}} | json_instruct | {"type": "object", "properties": {"consul_backend": {"type": "object", "properties": {"prefix": {"type": "string"}, "description": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}}, "required": ["prefix", "description", "body"]}}, "required": ["consul_backend"], "$schema": "http://json-schema.... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type":... | {"vendor" : "sapmachine", "filename" : "sapmachine-jdk-18-ea.7_windows-x64_bin.zip", "release_type" : "ea", "version" : "18-ea.7", "java_version" : "18-ea.7", "jvm_impl" : "hotspot", "os" : "windows", "architecture" : "x86_64", "file_type" : "zip", "image_type" : "jdk", "features" : [], "url" : "https://github.com/SAP/... | json_instruct | {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "stri... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"composite": {"type": "boolean"}, "outDir": {"type": "string"}, "baseUrl": {"type": "string"}, "rootDir": {"type": "string"}}, "required": ["composite", "outDir",... | {"compilerOptions" : {"composite" : true, "outDir" : ".", "baseUrl" : ".", "rootDir" : "../../../../../../front_end/models/text_utils"}, "files" : ["../../../../../../front_end/models/text_utils/text_utils.ts"], "references" : [{"path" : "./text_utils-tsconfig.json"}, {"path" : "../../third_party/codemirror/bundle-tsco... | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"composite": {"type": "boolean"}, "outDir": {"type": "string"}, "baseUrl": {"type": "string"}, "rootDir": {"type": "string"}}, "required": ["composite", "outDir", "baseUrl", "rootDir"]}, "files": {"type": "array", "items": {"type": "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": ... | {"code" : 3206221, "parent" : 3206, "name" : "SUKARATU", "latitude" : "-7.2828090000067", "longitude" : "108.11992800011", "postal" : [46452, 46459, 46415], "children" : [3206221001, 3206221002, 3206221003, 3206221004, 3206221005, 3206221006, 3206221007, 3206221008]} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1916, 5], [1919, 5], [1996, 5], [1999, 6], [2001, 5], [2010, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "5.6"} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"an3.22:0.1": {"type": "string"}, "an3.22:0.2": {"type": "string"}, "an3.22:0.3": {"type": "string"}, "an3.22:1.1": {"type": "string"}, "an3.22:1.2": {"type": "string"}, "an3.22:1.3": {"type": "string"}, "an3.22:2.1": {"type": ... | {"an3.22:0.1" : "<article id='an3.22'><header><ul><li class='division'>{}</li>", "an3.22:0.2" : "<li>{}</li></ul>", "an3.22:0.3" : "<h1 class='sutta-title'>{}</h1></header>", "an3.22:1.1" : "<p>{}", "an3.22:1.2" : "{}</p>", "an3.22:1.3" : "<p>{}</p>", "an3.22:2.1" : "<p>{}</p>", "an3.22:3.1" : "<p>{}</p>", "an3.22:4.1"... | json_instruct | {"type": "object", "properties": {"an3.22:0.1": {"type": "string"}, "an3.22:0.2": {"type": "string"}, "an3.22:0.3": {"type": "string"}, "an3.22:1.1": {"type": "string"}, "an3.22:1.2": {"type": "string"}, "an3.22:1.3": {"type": "string"}, "an3.22:2.1": {"type": "string"}, "an3.22:3.1": {"type": "string"}, "an3.22:4.1": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"swagger": {"type": "string"}, "info": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}}, "required": ["title", "description", "version"... | {"swagger" : "2.0", "info" : {"title" : "Default title", "description" : "This is an example API used to test Package Deployer Base Template.", "version" : "1.0"}, "host" : "dev.example.com", "basePath" : "/api", "schemes" : ["https"], "consumes" : [], "produces" : [], "paths" : {"/" : {"get" : {"responses" : {"default... | json_instruct | {"type": "object", "properties": {"swagger": {"type": "string"}, "info": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}}, "required": ["title", "description", "version"]}, "host": {"type": "string"}, "basePath": {"type": "string"}, "scheme... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "ta... | {"created_at" : 1485796102, "tags" : ["Spring2017", "UNC"], "title" : "29 January // Lecture 8: Seasons", "updated_at" : 1485799023, "uuid" : "062F8A26-DC27-44F5-A23E-4CDB4C2F2944"} | json_instruct | {"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title", "updated_at", "uuid"], "$schema": "http://json-schema.org/... |
Generate a valid JSON object that conforms to the following schema:
{"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" : "7309080007", "district_id" : "7309080", "name" : "PITUE"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"hubs": {"type": "object", "properties": {"example": {"type": "string"}, "chat": {"type": "string"}}, "required": ["example", "chat"]}}, "required": ["hubs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hubs" : {"example" : "f2boE8yi2NQzmnGXX1Ve/YkFIwE=", "chat" : "f2boE8yi2NQzmnGXX1Ve/YkFIwE="}} | json_instruct | {"type": "object", "properties": {"hubs": {"type": "object", "properties": {"example": {"type": "string"}, "chat": {"type": "string"}}, "required": ["example", "chat"]}}, "required": ["hubs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"zipex": {"type": "string"}, "key": {"type": "string"}, "name": {"type": "string"}, "fmt": {"type": "string"}, "zip": {"type": "string"}, "posturl": {"type": "string"}, "id": {"type": "string"}}, "required": ["zipe... | {"zipex" : "44000", "key" : "PK", "name" : "PAKISTAN", "fmt" : "%N%n%O%n%A%n%C-%Z", "zip" : "\\d{5}", "posturl" : "http://www.pakpost.gov.pk/postcode.php", "id" : "data/PK"} | json_instruct | {"type": "object", "properties": {"zipex": {"type": "string"}, "key": {"type": "string"}, "name": {"type": "string"}, "fmt": {"type": "string"}, "zip": {"type": "string"}, "posturl": {"type": "string"}, "id": {"type": "string"}}, "required": ["zipex", "key", "name", "fmt", "zip", "posturl", "id"], "$schema": "http://js... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nourish.command.invalid_group": {"type": "string"}, "nourish.command.value": {"type": "string"}, "nourish.command.set": {"type": "string"}, "nourish.gui.nourishment": {"type": "string"}, "nourish.gui.secondary": {"type": "stri... | {"nourish.command.invalid_group" : "Nieprawid\u0142owa nazwa grupy", "nourish.command.value" : "Grupa %d jest na poziomie %d", "nourish.command.set" : "Grupa %d jest ustawiona na %d", "nourish.gui.nourishment" : "Sk\u0142adniki od\u017cywcze", "nourish.gui.secondary" : "Drugorz\u0119dne", "nourish.effect.caused" : "Spo... | json_instruct | {"type": "object", "properties": {"nourish.command.invalid_group": {"type": "string"}, "nourish.command.value": {"type": "string"}, "nourish.command.set": {"type": "string"}, "nourish.gui.nourishment": {"type": "string"}, "nourish.gui.secondary": {"type": "string"}, "nourish.effect.caused": {"type": "string"}, "nourish... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["gulp-convert-newline", "robloach-datfile"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"900107156": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900107157": {"type": "object", "properties": {"nama": {"t... | {"900107156" : {"nama" : "TPS 1", "dapil" : [1601, 11609, 2160602]}, "900107157" : {"nama" : "TPS 2", "dapil" : [1601, 11609, 2160602]}, "900107158" : {"nama" : "TPS 3", "dapil" : [1601, 11609, 2160602]}, "900107159" : {"nama" : "TPS 4", "dapil" : [1601, 11609, 2160602]}} | json_instruct | {"type": "object", "properties": {"900107156": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900107157": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"area_code": {"type": "string"}, "city": {"type": "string"}, "city_state_zip": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": {"typ... | [{"area_code" : "229", "city" : "Albany", "city_state_zip" : "Albany GA 31707", "location" : {"lat" : 31.61642, "lon" : -84.20703}, "name" : "Albany, GA", "phone" : "(229)446-2010", "search_address" : "1219 Westover Blvd Albany GA 31707", "state" : "GA", "store_num" : 2, "street" : "1219 Westover Blvd", "zip" : "31707"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"area_code": {"type": "string"}, "city": {"type": "string"}, "city_state_zip": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["lat", "lon"]}, "name": {"type": "string"}, "p... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"I": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}... | {"type" : "minecraft:crafting_shaped", "pattern" : ["PXO", "#I#", "OXP"], "key" : {"I" : {"item" : "thommas:chip_1"}, "X" : {"item" : "thommas:data_tablet_screen"}, "#" : {"tag" : "c:circuit"}, "P" : {"item" : "thommas:capacitor_1"}, "O" : {"item" : "thommas:datacard_6"}}, "result" : {"item" : "thommas:chemical_reader"... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"I": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "X": {"type": "object", "properties": {"item": {"type": "string"}},... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [0.0, 1.0, 1.0, 0.0, 3.0, 5.0, 9.0, 7.0, 3.0, 3.0] | 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": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["beverage"] | 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": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {".js" : "023102fcd2c87f75a2b9537b4351d42ab5d46c57.js"} | json_instruct | {"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "collections": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "label": {"type": "string"}, "features": {"type": "array", "items": {"type": "strin... | {"type" : "G_BOOST_REGRESSION", "collections" : [{"name" : "macav2", "label" : "min_eastward_wind", "features" : ["max_eastward_wind", "max_min_air_temperature"]}], "gBoostRegressionRequest" : {"gisJoins" : ["G0100290"], "subsamplingRate" : 0.9, "stepSize" : 0.1, "featureSubsetStrategy" : "sqrt", "impurity" : "variance... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "collections": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "label": {"type": "string"}, "features": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "label", "features"]}}, "gBoostRegressionRe... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank": {"type": "null"}, ... | {"name" : "Aeron", "symbol" : "ARNX", "id" : "0x0C37Bcf456bC661C14D596683325623076D7e283", "decimals" : 18, "coingecko_url" : "https://www.coingecko.com/en/coins/aeron", "market_cap_usd" : 0.0, "market_cap_rank" : null, "24_hr_volume_usd" : 3990.67, "public_notice" : "Aeron's token upgrade from ARN to ARNX: https://i.a... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank": {"type": "null"}, "24_hr_volume_usd": {"type": "number"}, "public_notice": ... |
Create a JSON structure that matches this schema definition:
{"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" : "30 pcs. 5.45x39 PRS gs ammo pack", "ShortName" : "PRS gs", "Description" : "A paper package of 5.45x39 PRS gs cartridges, 30 pieces."} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"1": {"type": "object", "properties": {"route": {"type": "array", "items": {"type": "string"}}, "stops": {"type": "array", "items": {"type": "string"}}}, "required": ["route", "stops"]}, "2": {"type": "object", ... | {"1" : {"route" : ["1.4297336,103.8376227", "1.4297762,103.8376763", "1.4297618,103.8379045", "1.4296039,103.8385465", "1.4301285,103.8387185", "1.4311369,103.8390873", "1.4314623,103.8392681", "1.4315938,103.8393659", "1.4320313,103.8397959", "1.4321593,103.8399337", "1.432978,103.8408158", "1.4341833,103.8421064", "1... | json_instruct | {"type": "object", "properties": {"1": {"type": "object", "properties": {"route": {"type": "array", "items": {"type": "string"}}, "stops": {"type": "array", "items": {"type": "string"}}}, "required": ["route", "stops"]}, "2": {"type": "object", "properties": {"route": {"type": "array", "items": {}}, "stops": {"type": "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"keyboard_name": {"type": "string"}, "url": {"type": "string"}, "maintainer": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "layouts": {"type": "object", "properties": {"LAYOUT... | {"keyboard_name" : "soap", "url" : "https://github.com/TheRoyalSweatshirt/SOAP", "maintainer" : "[TheRoyalSweatshirt](https://github.com/TheRoyalSweatshirt)", "width" : 4, "height" : 2, "layouts" : {"LAYOUT" : {"key_count" : 8, "layout" : [{"label" : "K00", "x" : 0, "y" : 0}, {"label" : "K01", "x" : 1, "y" : 0}, {"labe... | json_instruct | {"type": "object", "properties": {"keyboard_name": {"type": "string"}, "url": {"type": "string"}, "maintainer": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "layouts": {"type": "object", "properties": {"LAYOUT": {"type": "object", "properties": {"key_count": {"type": "integer"}, "lay... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}... | {"name" : "changelings", "private" : true, "version" : "0.0.0", "description" : "A Changeling Simulator", "devDependencies" : {"babel-core" : "^6.14.0", "babel-loader" : "^6.2.5", "babel-preset-es2017" : "^6.14.0", "coffee-loader" : "^0.7.2", "coffee-script" : "^1.10.0", "css-loader" : "^0.25.0", "gulp" : "github:gulpj... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2017": {"type": "stri... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id_9571": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type"... | {"id_9571" : {"title" : "Rainbow (Version 2)", "language" : "English", "totaltime" : "19:27:41", "url_librivox" : "http://librivox.org/the-rainbow-by-d-h-lawrence-version-2/", "url_iarchive" : "http://archive.org/details/the_rainbow_1503_librivox", "readers" : ["9625"], "authors" : "34", "genres" : "Published 1900 onwa... | json_instruct | {"type": "object", "properties": {"id_9571": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ReactNativeBlueshiftIntegrationExample", "displayName" : "ReactNativeBlueshiftIntegration Example"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$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"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"cradlephp/cradle-developer": {"type": "string"}, "cradlephp/cradle-admin": {"... | {"name" : "cradlephp/cradle-install", "description" : "Cradle Admin Package Manager", "type" : "cradle-package", "require" : {"cradlephp/cradle-developer" : "~2.2.0", "cradlephp/cradle-admin" : "~2.2.0"}, "license" : "MIT", "authors" : [{"name" : "Charles Zamora", "email" : "charles.andacc@gmail.com"}], "minimum-stabil... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"cradlephp/cradle-developer": {"type": "string"}, "cradlephp/cradle-admin": {"type": "string"}}, "required": ["cradlephp/cradle-developer", "cradlephp... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "nom_arrondissement_communes": {"type": "string"}, "capacity": {"type": "integer"}}, "required": ["name", "nom_arrondissement_communes", "capacity"]}, "$schema": "http://js... | [{"name" : "Mairie du 12\u00e8me", "nom_arrondissement_communes" : "Paris", "capacity" : 30}, {"name" : "Charles Fr\u00e9rot - Albert Guilpin", "nom_arrondissement_communes" : "Gentilly", "capacity" : 23}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "nom_arrondissement_communes": {"type": "string"}, "capacity": {"type": "integer"}}, "required": ["name", "nom_arrondissement_communes", "capacity"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "requi... | {"batchcomplete" : "", "query" : {"normalized" : [{"from" : "Wang_Zheng_(hammer_thrower)", "to" : "Wang Zheng (hammer thrower)"}], "pages" : {"18716049" : {"pageid" : 18716049, "ns" : 0, "title" : "Wang Zheng (hammer thrower)", "pageprops" : {"defaultsort" : "Wang, Zheng", "page_image_free" : "Wang_Zheng_(Leichtathleti... | json_instruct | {"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}, "pages": {"type": "object", "properties": {"18... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"errors": {"type": "object", "properties": {}, "required": []}, "id": {"type": "integer"}, "source_code": {"type": "string"}, "source_name": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "stri... | {"errors" : {}, "id" : 8650477, "source_code" : "GGDC", "source_name" : "Groningen Growth and Development Centre", "code" : "CSH_I_ARM", "name" : "Share of gross capital formation at current PPPs - Armenia", "urlize_name" : "Share-of-gross-capital-formation-at-current-PPPs-Armenia", "description" : "Source: Penn World ... | json_instruct | {"type": "object", "properties": {"errors": {"type": "object", "properties": {}, "required": []}, "id": {"type": "integer"}, "source_code": {"type": "string"}, "source_name": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "urlize_name": {"type": "string"}, "description": {"type": "string"},... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "me... | {"ast" : null, "code" : "\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nvar MehTwoTone = {\n name: 'meh',\n theme: 'twotone',\n icon: function (primaryColor, secondaryColor) {\n return {\n tag: 'svg',\n attrs: {\n viewBox: '64 64 896 896',\n focusa... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "seve... | {"schema_version" : "1.2.0", "id" : "GHSA-7xqj-6f23-pp2x", "modified" : "2022-05-13T01:12:20Z", "published" : "2022-05-13T01:12:20Z", "aliases" : ["CVE-2017-3222"], "details" : "Hard-coded credentials in AmosConnect 8 allow remote attackers to gain full administrative privileges, including the ability to execute comman... | 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": {"type": "object", "properti... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"type": "object", "prop... | [{"c_ref" : "Fairfield", "totals" : {"Cases" : 53101, "Deaths" : 1669}, "daily" : {"Cases" : 0, "Deaths" : 0}}, {"c_ref" : "Hartford", "totals" : {"Cases" : 43253, "Deaths" : 1790}, "daily" : {"Cases" : 0, "Deaths" : 0}}, {"c_ref" : "Litchfield", "totals" : {"Cases" : 7004, "Deaths" : 214}, "daily" : {"Cases" : 0, "Dea... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type"... |
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" : "contrayerva", "definition" : "A species of Dorstenia (D. Contrayerva), a South American plant, the aromatic root of which is sometimes used in medicine as a gentle stimulant and tonic."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Routine1": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "time": {"type": "string"}}, "required": ["name", "time"]}}, "Routine2": {"type": "array", "items": {"type": "object", "properti... | {"Routine1" : [{"name" : "Test 0", "time" : "0"}, {"name" : "Test 1", "time" : "1"}, {"name" : "Test 2", "time" : "2"}, {"name" : "Test 3", "time" : "3"}, {"name" : "Test 4", "time" : "4"}], "Routine2" : [{"name" : "Test 5", "time" : "5"}, {"name" : "Test 6", "time" : "6"}, {"name" : "Test 7", "time" : "7"}, {"name" : ... | json_instruct | {"type": "object", "properties": {"Routine1": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "time": {"type": "string"}}, "required": ["name", "time"]}}, "Routine2": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "time": {"type": "strin... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "watch": {"type": "... | {"name" : "eventhop-grid", "version" : "1.0.0", "description" : "EventHop is a web application that lets you join or create your own 'Event' around Durham, NC!", "main" : "app.js", "scripts" : {"start" : "node ./start.js", "watch" : "nodemon ./start.js --ignore public/", "test" : "echo \"Error: no test specified\" && e... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "watch": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "watch", "... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1899, 5], [1900, 7], [1903, 7], [1904, 5], [1906, 7], [1907, 7], [1908, 5], [1909, 6], [1910, 14], [1911, 8], [1912, 20], [1913, 15], [1914, 17], [1915, 18], [1916, 18], [1917, 19], [1918, 28], [1919, 35], [1920, 31], [1921, 27], [1922, 38], [1923, 33], [1924, 33], [1925, 28], [1926, 28], [1927, 40], [1928, 33], [192... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-sche... | {"index" : 3808, "redacted" : false, "hash" : 3259412773, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "... | {"name" : "cert-store", "version" : "1.0.0", "description" : "\ud83d\udd10 Install, check and delete trusted root certificates.", "keywords" : ["cert", "certificate", "store", "storage", "keychain", "root", "ca", "pem"], "author" : "Mike Kova\u0159\u00edk", "license" : "MIT", "homepage" : "http://mutiny.cz/cert-store",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "repository... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d504-21", "text" : "ITEM_5_(e)\nRad. Com.\nIstanbul\nSERIOUS MUSIC - OTHER\nAttached you will find a proposal emanating from Mr. Roger\nAubert (SSR),who was Chairman of the jury of the recent EBU Inter\u00ac\nnational Beethoven Piano Competition. This proposal was examined\nby the Bureau of the Committee in Ja... | 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": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank": {"type": "null"}... | {"name" : "MetaGochi", "symbol" : "MGCHI", "id" : "0xC1a85Faa09c7f7247899F155439c5488B43E8429", "decimals" : 9, "coingecko_url" : "https://www.coingecko.com/en/coins/metagochi", "market_cap_usd" : 0.0, "market_cap_rank" : null, "24_hr_volume_usd" : 130775, "logoURI" : "https://raw.githubusercontent.com/poolsharks-proto... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank": {"type": "null"}, "24_hr_volume_usd": {"type": "integer"}, "logoURI": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "turcoman", "definition" : "1. A member of a tribe of Turanians inhabiting a region east of the Caspian Sea. 2. A Turcoman carpet. Turcoman carpet or rug, a kind of carpet or rug supposed to be made by the Turcomans."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"symbol": {"type": "string"}, "priceChange": {"type": "string"}, "priceChangePercent": {"type": "null"}, "weightedAvgPrice": {"type": "null"}, "prevClosePrice": {"type": "null"}, "lastPrice": {"type": "string"}, "last... | {"symbol" : "BUNNYUSDT", "priceChange" : "22.2300", "priceChangePercent" : null, "weightedAvgPrice" : null, "prevClosePrice" : null, "lastPrice" : "27.140", "lastQty" : null, "bidPrice" : null, "askPrice" : null, "openPrice" : null, "highPrice" : "31.287", "lowPrice" : "22.204", "volume" : "53584.1656180000000000000000... | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "priceChange": {"type": "string"}, "priceChangePercent": {"type": "null"}, "weightedAvgPrice": {"type": "null"}, "prevClosePrice": {"type": "null"}, "lastPrice": {"type": "string"}, "lastQty": {"type": "null"}, "bidPrice": {"type": "null"}, "askPrice": {"t... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "num... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[130.875, 37.083333333333336], [130.875, 37.166666666666664], [131.0, 37.166666666666664], [131.0, 37.083333333333336], [130.875, 37.083333333333336]]]}, "properties" : {"code" : 553057, "url" : "http://madefor.github.io/0410/api/v1/553057.geojson... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"GratuitousRussian": {"type": "array", "items": {"type": "string"}}}, "required": ["GratuitousRussian"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"GratuitousRussian" : ["PeriodPiece", "GratuitousForeignLanguage", "BilingualBonus", "GratuitousForeignLanguage", "LampshadeHanging", "RenegadeRussian", "JustifiedTrope", "ConsummateLiar", "FamousNamedForeigner", "CatchPhrase", "BilingualBackfire", "BilingualBonus", "TheMafiya", "LampshadeHanging", "LampshadeHanging",... | json_instruct | {"type": "object", "properties": {"GratuitousRussian": {"type": "array", "items": {"type": "string"}}}, "required": ["GratuitousRussian"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "s... | {"content" : "#Cancer patients desperately need better social care http://t.co/JGUZ3YYvE5 #GE2015 @MacmillanCancer #notalone", "entities" : [{"offset" : 84, "type" : "ne", "id" : 2, "entity" : "@MacmillanCancer"}, {"offset" : 1, "type" : "topic keyword", "id" : 3, "entity" : "cancer"}, {"offset" : 8, "type" : "topic ke... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "project_page": {"type": "string"}, "source": {"type": "string"}, "summary": {"type": "strin... | {"name" : "example42-autofs", "author" : "Alessandro Franceschi", "description" : "This module installs and manages autofs. Check README for details.", "license" : "Apache2", "project_page" : "http://www.example42.com", "source" : "https://github.com/example42/puppet-autofs", "summary" : "Puppet module for autofs", "ve... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "project_page": {"type": "string"}, "source": {"type": "string"}, "summary": {"type": "string"}, "version": {"type": "string"}, "checksums": {"type": "object", "p... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/sche... | [{"year" : 1916, "sex" : "F", "n" : 7, "prop" : 6.45e-06}, {"year" : 1917, "sex" : "F", "n" : 12, "prop" : 0}, {"year" : 1918, "sex" : "F", "n" : 5, "prop" : 4.16e-06}, {"year" : 1920, "sex" : "F", "n" : 8, "prop" : 6.43e-06}, {"year" : 1923, "sex" : "F", "n" : 6, "prop" : 4.79e-06}, {"year" : 1924, "sex" : "F", "n" : ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["Coherent Inc.", "November 2014 Present (2 years)"], ["Coherent Inc.", "December 2012 November 2014 (2 years)"], ["LUMERA LASER GmbH", "August 2009 December 2012 (3 years 5 months)"], ["Kapteyn-Murnane Laboratories (KMLabs) Inc.", "July 2003 July 2009 (6 years 1 month)"], ["Corning Incorporated", "November 2000 ... | json_instruct | {"type": "array", "items": {"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": {"cannoteditpage": {"type": "string"}, "createpage": {"type": "string"}, "editingpage": {"type": "string"}, "errorloadingpage": {"type": "string"}, "errornowikiavailable": {"type": "string"}, "map": {"type": "string"}, "newpageh... | {"cannoteditpage" : "Et saa muokata t\u00e4t\u00e4 sivua", "createpage" : "Luo sivu", "editingpage" : "Muokataan t\u00e4t\u00e4 sivua '{{$a}}'", "errorloadingpage" : "Virhe ladattaessa sivua.", "errornowikiavailable" : "T\u00e4ss\u00e4 Wikiss\u00e4 ei ole viel\u00e4 yht\u00e4\u00e4n sivua luotuna.", "map" : "Kartta", "... | json_instruct | {"type": "object", "properties": {"cannoteditpage": {"type": "string"}, "createpage": {"type": "string"}, "editingpage": {"type": "string"}, "errorloadingpage": {"type": "string"}, "errornowikiavailable": {"type": "string"}, "map": {"type": "string"}, "newpagehdr": {"type": "string"}, "newpagetitle": {"type": "string"}... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "... | {"Time" : "2020-07-21T06:00:00Z", "Temp" : 26.1, "RelHum" : 35, "WindSpeed" : 2.8, "WindDir" : 313} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "t... | {"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Lightly grease an 11x 7 inch casserole dish.", "Place shrimp evenly in the casserole dish. Pour wine over the shrimp.", "Mix together butter, garlic, cayenne pepper, paprika, parsley and bread crumbs. Sprinkle bread crumb mixture over the shrimp. Refriger... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schem... | {"assessment" : [{"name" : "Tutorial Quizzes", "weight" : 15}, {"name" : "Laboratory Workbook & Quizzes", "weight" : 9}, {"name" : "Mid Semester Exam", "weight" : 20}, {"name" : "Laboratory Competency Exam", "weight" : 11}, {"name" : "End of Semester Exam", "weight" : 45}]} | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"package" : "bioconductor-htrat230pmprobe", "downloads" : 1300, "count" : 1299}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "cwd": {"type": "string"}, "exec_mode": {"type": "string"}, "watch": {"type": "boolean"}, "env": {"type": "object", "properties": {"NODE_ENV": {"type": "... | {"name" : "ketchup-server-scaffold", "script" : "app.js", "cwd" : "./", "exec_mode" : "cluster", "watch" : false, "env" : {"NODE_ENV" : "production"}, "engines" : {"node" : ">=8.10"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "cwd": {"type": "string"}, "exec_mode": {"type": "string"}, "watch": {"type": "boolean"}, "env": {"type": "object", "properties": {"NODE_ENV": {"type": "string"}}, "required": ["NODE_ENV"]}, "engines": {"type": "object", "proper... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "st... | {"name" : "filhocodes/twig-stack-extension", "description" : "Implement content stacks into Twig templates.", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Marcos SF Filho", "email" : "marcos@filho.codes"}], "autoload" : {"psr-4" : {"FilhoCodes\\TwigStackExtension\\" : "src/"}}, "autoload-dev" : {"psr-... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "int... | {"nom" : "La Neuville-l\u00e8s-Wasigny", "circ" : "1\u00e8re circonscription", "dpt" : "Ardennes", "inscrits" : 121, "abs" : 76, "votants" : 45, "blancs" : 8, "nuls" : 3, "exp" : 34, "res" : [{"nuance" : "LR", "nom" : "Mme B\u00e9reng\u00e8re POLETTI", "voix" : 26}, {"nuance" : "REM", "nom" : "M. Jean-Pierre MORALI", "... | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "format": {"type": "string"}, "email": {"type": "string"}, "gravatar": {"type": "boolean"}, "theme": {"type": "string"}}, "required": ["copyright", "url", "format",... | {"copyright" : "Sivasankaran Chandrasekaran, https://github.com/sivasankarnc", "url" : "https://twitter.com/sivasankarnc", "format" : "txt", "email" : "sivasankarnc@gmail.com", "gravatar" : true, "theme" : "default"} | json_instruct | {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "format": {"type": "string"}, "email": {"type": "string"}, "gravatar": {"type": "boolean"}, "theme": {"type": "string"}}, "required": ["copyright", "url", "format", "email", "gravatar", "theme"], "$schema": "http://json-schema... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/materials/blueneonsymbol.matitem": {"type": "array", "items": {"type": "string"}}, "... | [{"DeniedAlternatives" : [], "Files" : {"items/materials/blueneonsymbol.matitem" : ["/novakiddescription"], "tiles/materials/blueneonsymbolblock.material" : ["/novakidDescription"]}, "Texts" : {"Eng" : "A block with some sorta glowin' symbol.", "Rus" : "\u0411\u043b\u043e\u043a \u0441 \u0442\u0438\u043f\u0430 \u0441\u0... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/materials/blueneonsymbol.matitem": {"type": "array", "items": {"type": "string"}}, "tiles/materials/blueneonsymbolblock.material": {"type": "array", "items... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$sc... | {"id" : "2004", "provinceId" : "73", "regencyId" : "15", "districtId" : "07", "name" : "Rajang"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "browser_action": {"type": "object", "properties": {"default_title": {"type": "string"}, "default_icon": {"ty... | {"name" : "MakarichSimulator", "version" : "1.3.1", "manifest_version" : 2, "browser_action" : {"default_title" : "MakarichSimulator", "default_icon" : "data/images/icons/active-icon.png", "default_popup" : "src/html/popup.html"}, "background" : {"scripts" : ["src/js/background.js"], "persistent" : false}, "content_scr... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "browser_action": {"type": "object", "properties": {"default_title": {"type": "string"}, "default_icon": {"type": "string"}, "default_popup": {"type": "string"}}, "required": ["default_t... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01032272": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"... | {"type" : "Topology", "objects" : {"E01032272" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00164594", "LAD11CD" : "E07000236"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properti... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01032272": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "variables": {"type": "object", "properties": {"responseHeaders": {"type": "object", "properties": {"type": {"type": "string"}, "defaultValue": {"type":... | {"title" : "", "description" : "", "variables" : {"responseHeaders" : {"type" : "vb/ArrayDataProvider2", "defaultValue" : {"itemType" : "headers"}}}, "metadata" : {}, "types" : {"headers" : {"key" : "string", "value" : "string"}}, "chains" : {}, "eventListeners" : {"onButtonClick" : {"chains" : [{"chainId" : "callRestE... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "variables": {"type": "object", "properties": {"responseHeaders": {"type": "object", "properties": {"type": {"type": "string"}, "defaultValue": {"type": "object", "properties": {"itemType": {"type": "string"}}, "required":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repo": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "s... | {"name" : "logfmt", "version" : "1.0.0", "repo" : "clibs/logfmt", "description" : "SAX-style logfmt parser", "keywords" : ["parser", "sax", "log", "logfmt", "ragel"], "license" : "MIT", "src" : ["logfmt.h", "logfmt.c", "utils.c"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repo": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "src": {"type": "array", "items": {"type": "string"}}}, "required": ["nam... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "href": {"type": "string"}, "critical": {"type": "boolean"}, "severity": {"type": "integer"}, "technologyNames": {"type": "array", "items": {"typ... | [{"id" : 1020540, "name" : "Prefer using $http methods 'then' and 'catch' instead of 'success' and 'error' as the latter returns original promise when you chain off of them", "href" : "AIP/quality-rules/1020540", "critical" : false, "severity" : 10, "technologyNames" : ["HTML5"]}, {"id" : 1027034, "name" : "Check if th... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "href": {"type": "string"}, "critical": {"type": "boolean"}, "severity": {"type": "integer"}, "technologyNames": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "href", "critic... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K04124": {"type": "string"}}, "required": ["K04124"]}, "name": {"type": "st... | [{"comment" : "GA 3-oxidase(2-oxoglutarate dependent dioxygenase),GA3ox", "definition" : "Gibberellin A9 + 2-Oxoglutarate + Oxygen <=> Gibberellin A4 + Succinate + CO2", "orthologs" : {"K04124" : "gibberellin 3-beta-dioxygenase [EC:1.14.11.15]"}, "name" : "(gibberellin-20),2-oxoglutarate:oxygen oxidoreductase (3beta-hy... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K04124": {"type": "string"}}, "required": ["K04124"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "proper... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.90773, 51.254345]}, "properties" : {"site-address" : "Fermoy, Farnham Road", "planning-permission-status" : "not permissioned", "site" : "SHL039", "name" : "SHL039", "ownership-status" : "not owned by a public authority", "point" : "POINT(-0.90773... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site-address": {"type": "string"}... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, ... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Cahigan, Villaba, Leyte, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.leyte.villaba.cahigan", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "10", "region_r... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
The schema below describes a JSON structure. Generate a valid example:
{"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" : 8, "n_trials" : 130, "objective" : "markowitz_realized_on_cube", "white" : "pysot_lcb", "black" : "optuna_random_clone_1", "traceback" : ["passing", "passing"], "best_val" : [-0.07771068304103262, 1.1315534558507685], "best_x" : [[0.0, 8.44964298861588e-11, 0.0, 8.465530127431887e-08, 0.0, 1.6603606710170883... | 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": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-sche... | {"towns" : [{"name" : "Horsham", "url" : "horsham-1"}]} | json_instruct | {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "a... | {"name" : "bigcommerce/api", "type" : "library", "description" : "Enables PHP applications to communicate with the Bigcommerce API.", "keywords" : ["api", "http", "rest", "ecommerce", "business"], "homepage" : "http://developer.bigcommerce.com", "license" : "MIT", "authors" : [{"name" : "Bigcommerce", "homepage" : "htt... | 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": {... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"error" : "No file supplied"} | json_instruct | {"type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"peaks.js": {"type": "string"}, "peaks.min.js": {"type": "string"}}, "required": ["peaks.js", "peaks.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"peaks.js" : "sha512-ypyZP2PRuIQAlED1w44SMxqAGnvtBUbyj24BM94Tw4hCFLbzOjVsc3QnmoPFX+bRMgQKHydkNRmIxHK9xj0Ajw==", "peaks.min.js" : "sha512-BGVPeJcR7u9D3RbZK4tHZCOGEAvzdM3R3lTsQSkBP6tpFSIoidLGlD8nzwRxMpm7U2qCq9W0j+WER18lCCltWA=="} | json_instruct | {"type": "object", "properties": {"peaks.js": {"type": "string"}, "peaks.min.js": {"type": "string"}}, "required": ["peaks.js", "peaks.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m... | {"MRRm_new" : 0.7293364451550224, "MRm_new" : 37.98613552248478, "HITS@1m_new" : 0.6384033428713738, "HITS@3m_new" : 0.7952173867396486, "HITS@10m_new" : 0.8863592689545476} | json_instruct | {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.or... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id"... | {"type" : "MultiPolygon", "coordinates" : [[[[-85.97541487499994, 39.683910967000024], [-85.98479618999991, 39.68971384200005], [-85.99433306999995, 39.69565297600007], [-85.99488282899992, 39.695988622000066], [-85.99564557499995, 39.69645430400003], [-85.99090548999997, 39.69654551600006], [-85.99575959099994, 39.703... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["src/input/Gamepad.js", "src/input/SinglePad.js"] | 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": {"extends": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"string-quotes": {"type": "array", "items": {"type": "string"}}, "no-eol-whitespace": {"type": "null"}, "at-rule-no-unknown":... | {"extends" : ["stylelint-config-standard"], "rules" : {"string-quotes" : ["single"], "no-eol-whitespace" : null, "at-rule-no-unknown" : null}} | json_instruct | {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"string-quotes": {"type": "array", "items": {"type": "string"}}, "no-eol-whitespace": {"type": "null"}, "at-rule-no-unknown": {"type": "null"}}, "required": ["string-quotes", "no-eol-w... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items"... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [948.5, 266.942, 0.935869, 948.54, 361.455, 0.90541, 885.507, 361.403, 0.84413, 876.971, 464.408, 0.825901, 879.672, 547.603, 0.789042, 1005.82, 364.221, 0.824328, 1020.2, 467.301, 0.916686, 1022.96, 558.937, 0.920498, 908.503, 553.313, 0.737065, 925.51, 693.677, 0.8... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"x-ms-vss-request-method": {"type": "string"}, "x-ms-vss-request-url": {"type": "string"}, "parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "account": {"type": "string"}}, "re... | {"x-ms-vss-request-method" : "HEAD", "x-ms-vss-request-url" : "https://vssps.dev.azure.com/Fabrikam/_apis/graph/Memberships/aad.MDA0NzBlMzQtZGE2MS03YTY5LWJkOTYtNDg3YTg0OWVjNTU4/vssgp.Uy0xLTktMTU1MTM3NDI0NS0yMTc2MDU2ODQ4LTMyODAwNzczODUtMjM4NDQzMDA4Mi0yNTc3Njk3NTA4LTEtMzc5ODc3NjQ4NS02MDUxNTc3MDItMjYwNTUyMjgyMi0xMTc1OTEzN... | json_instruct | {"type": "object", "properties": {"x-ms-vss-request-method": {"type": "string"}, "x-ms-vss-request-url": {"type": "string"}, "parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "account": {"type": "string"}}, "required": ["api-version", "account"]}, "responses": {"type": "object", "proper... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"t... | {"name" : "unifi-camera-resetter", "version" : "0.1.0", "homepage" : "https://github.com/tombull/unifi-camera-resetter", "bugs" : "https://github.com/tombull/unifi-camera-resetter/issues", "license" : "Unlicense", "repository" : {"type" : "git", "url" : "https://github.com/tombull/unifi-camera-resetter.git"}, "private"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "p... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"states": {"type": "null"}, "districts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "strin... | {"success" : true, "code" : "SUCCESS", "data" : {"states" : null, "districts" : [{"name" : "dimapur", "registeredUsers" : 41036}, {"name" : "kohima", "registeredUsers" : 15677}, {"name" : "mokokchung", "registeredUsers" : 5593}, {"name" : "mon", "registeredUsers" : 3976}, {"name" : "wokha", "registeredUsers" : 2961}, {... | json_instruct | {"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"states": {"type": "null"}, "districts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "registeredUsers": {"type": "integer"}}, "required": [... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "icon": {"type": "string"}, "slug": {"type": "string"}, "status": {"type": "string"}, "uptime": {"type": "string"}, "uptimeDay": {"type": "string... | [{"name" : "Better Uptime", "url" : "https://eighty.io", "icon" : "https://favicons.githubusercontent.com/eighty.io", "slug" : "better-uptime", "status" : "up", "uptime" : "99.77%", "uptimeDay" : "100.00%", "uptimeWeek" : "100.00%", "uptimeMonth" : "99.90%", "uptimeYear" : "99.77%", "time" : 573, "timeDay" : 943, "time... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "icon": {"type": "string"}, "slug": {"type": "string"}, "status": {"type": "string"}, "uptime": {"type": "string"}, "uptimeDay": {"type": "string"}, "uptimeWeek": {"type": "string"}, "uptimeMonth": {"type... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.