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": "object", "properties": {"pages": {"type": "array", "items": {"type": "object", "properties": {"page_title": {"type": "string"}, "written_by": {"type": "string"}, "page_url": {"type": "string"}, "references_to": {"type": "array", "items": {"type": "object", "properties": {"page_name": {"type": "string"}, "page_url": {"type": "string"}}, "required": ["page_name", "page_url"]}}, "topics": {"type": "array", "items": {"type": "string"}}}, "required": ["page_title", "written_by", "page_url", "references_to", "topics"]}}}, "required": ["pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pages" : [{"page_title" : "M\u00edsto ve vl\u00e1d\u011b odm\u00edtli Hlad\u00edk i Jel\u00ednkov\u00e1. Ministryn\u00ed m\u016f\u017ee b\u00fdt Hub\u00e1\u010dkov\u00e1", "written_by" : "rv", "page_url" : "https://www.idnes.cz/zpravy/domaci/mpsv-malacova-hladik-jelinkova-lidovci-zivotni-prostredi-vlada-jurecka-hubackova.A211109_103526_domaci_remy", "references_to" : [{"page_name" : "Pekarov\u00e1 Adamov\u00e1: V\u00fdlety poslanc\u016f na Machu Picchu skon\u010d\u00ed. Nic nep\u0159in\u00e1\u0161ej\u00ed", "page_url" : "https://www.idnes.cz/zpravy/domaci/pekarova-adamova-rozhovor-top09-nova-vlada-ministr-ano-volby.A211107_181609_domaci_mkop"}, {"page_name" : "Koalice slibuje d\u016fchodovou reformu, konec EET i zdravotn\u00ed p\u0159ipoji\u0161t\u011bn\u00ed", "page_url" : "https://www.idnes.cz/zpravy/domaci/koalicni-smlouva-duchodova-reforma-konec-eet-koalice-spolu-pirstan-petr-fiala.A211108_114046_domaci_kop"}, {"page_name" : "Ne\u010dekaj\u00ed n\u00e1s lehk\u00e9 \u010dasy, \u0159ekl Fiala p\u0159i podpisu koali\u010dn\u00ed smlouvy o nov\u00e9 vl\u00e1d\u011b", "page_url" : "https://www.idnes.cz/zpravy/domaci/podpis-koalicni-smlouvy-koalice-spolu-pirstan-nova-vlada-petr-fiala.A211108_043540_domaci_kop"}, {"page_name" : "Lidovci i TOP 09 schv\u00e1lili koali\u010dn\u00ed smlouvu se Spolu a PirStan", "page_url" : "https://www.idnes.cz/zpravy/domaci/pirstan-spolu-kdu-csl-koalicni-smlouva.A211105_170254_domaci_lisv"}, {"page_name" : "Zeman pov\u011b\u0159il Fialu ji\u017e zapo\u010dat\u00fdm jedn\u00e1n\u00edm o sestaven\u00ed nov\u00e9 vl\u00e1dy", "page_url" : "https://www.idnes.cz/zpravy/domaci/zeman-fiala-nova-vlada-povereni.A211109_142417_domaci_bur"}, {"page_name" : "Hub\u00e1\u010dkov\u00e1 dostala od Jure\u010dky nab\u00eddku v\u00e9st \u017eivotn\u00ed prost\u0159ed\u00ed. Neboj\u00ed se toho", "page_url" : "https://www.idnes.cz/zpravy/domaci/hubackova-nova-ministryne-zivotniho-prostredi-za-kdu-csl-nestranicka-senat.A211112_124948_domaci_kop"}], "topics" : ["\u0160\u00e1rka Jel\u00ednkov\u00e1", "vl\u00e1da", "KDU-\u010cSL", "Marian Jure\u010dka", "Jana Mal\u00e1\u010dov\u00e1", "Petr Hlad\u00edk (Brno)", "Anna Hub\u00e1\u010dkov\u00e1", "Mark\u00e9ta Pekarov\u00e1 Adamov\u00e1", "Olga Richterov\u00e1", "Francouzsk\u00fd sen\u00e1t", "Pa\u0159\u00ed\u017e", "Pir\u00e1ti", "Bohuslav Sobotka", "Hodon\u00ednsko", "Ministerstvo pr\u00e1ce a soci\u00e1ln\u00edch v\u011bc\u00ed", "Petr Ne\u010das", "Poslaneck\u00e1 sn\u011bmovna Parlamentu \u010cR", "TOP 09", "Byst\u0159ice pod Host\u00fdnem", "Twitter"]}]} | json_instruct | {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "object", "properties": {"page_title": {"type": "string"}, "written_by": {"type": "string"}, "page_url": {"type": "string"}, "references_to": {"type": "array", "items": {"type": "object", "properties": {"page_name": {"type": "string"}, "page_url": {"type": "string"}}, "required": ["page_name", "page_url"]}}, "topics": {"type": "array", "items": {"type": "string"}}}, "required": ["page_title", "written_by", "page_url", "references_to", "topics"]}}}, "required": ["pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"cancelled": {"type": "boolean"}, "description": {"type": "string"}, "end_time": {"type": "integer"}, "link": {"type": "string"}, "location": {"type": "object", "properties": {"address": {"type": "string"}, "city": {"type": "string"}, "country": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "name": {"type": "string"}}, "required": ["address", "city", "country", "latitude", "longitude", "name"]}, "org": {"type": "string"}, "start_time": {"type": "integer"}, "title": {"type": "string"}}, "required": ["cancelled", "description", "end_time", "link", "location", "org", "start_time", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cancelled" : false, "description" : "<p>We are delighted to announce that the next Bristol Data Scientists Meetup will take place on the 3rd September.\u00a0</p> <p>The meeting will be an informal event aimed at the promotion of and shared learning around Data Science and will consist of a few short presentations followed by networking time over a drink.</p> <p>Agenda:</p> <p>6.00pm Arrival and drinks</p> <p>6.30pm \u00a0Welcome and Introduction byMatt Aldridge, Mango Solutions</p> <p>6.45pm Presentations</p> <p>\u2022\u00a0Life Under the Lens: Doing Data Science on Real Social Networks - Will Hardman, Elucidata</p> <p>\u2022\u00a0DataKind UK: How Charities are harnessing the Power of Data - Emma Prest, DataKind UK</p> <p>\u2022\u00a0Data mining using Apache Storm - Andrew Carr, Claritize</p> <p>Following the presentations we cordially invite everyone to stay for a chat and a drink.</p> ", "end_time" : 1441310400, "link" : "https://www.meetup.com/Bristol-Data-Scientists/events/223989430/", "location" : {"address" : "1 Canon's Road", "city" : "Bristol", "country" : "gb", "latitude" : 51.449302673339844, "longitude" : -2.6010661125183105, "name" : "The Watershed"}, "org" : "Bristol-Data-Scientists", "start_time" : 1441299600, "title" : "Bristol Data Science Meetup"} | json_instruct | {"type": "object", "properties": {"cancelled": {"type": "boolean"}, "description": {"type": "string"}, "end_time": {"type": "integer"}, "link": {"type": "string"}, "location": {"type": "object", "properties": {"address": {"type": "string"}, "city": {"type": "string"}, "country": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "name": {"type": "string"}}, "required": ["address", "city", "country", "latitude", "longitude", "name"]}, "org": {"type": "string"}, "start_time": {"type": "integer"}, "title": {"type": "string"}}, "required": ["cancelled", "description", "end_time", "link", "location", "org", "start_time", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "http://data.doremus.org/performance/c5dfab23-357e-3315-9d8f-70f118119a91", "expression" : [{"id" : "http://data.doremus.org/expression/6b3efa25-4ee4-3652-ae65-5efec7e0387f"}, {"id" : "http://data.doremus.org/expression/929d3740-1bd9-32be-9c86-fc0f85110ba4"}, {"id" : "http://data.doremus.org/expression/045fc251-6d61-3910-acb8-ce26cbcf714e"}, {"id" : "http://data.doremus.org/expression/19b4935e-145b-3b13-973c-ca9f35619bd5"}, {"id" : "http://data.doremus.org/expression/fac87ad6-163a-353c-8dd3-2f9826d0d176"}, {"id" : "http://data.doremus.org/expression/04301593-4b1d-3a86-bacc-33df5e79eec5"}, {"id" : "http://data.doremus.org/expression/ca9c54e0-bbe3-30ee-9559-9fa8a0a9128a"}, {"id" : "http://data.doremus.org/expression/2b17ce0b-a742-3708-a5d0-a65b007356df"}, {"id" : "http://data.doremus.org/expression/58e6e72b-61a0-3a7b-b21c-e3c40082b8e8"}, {"id" : "http://data.doremus.org/expression/92840f4a-7cdd-3235-86a8-80ad03fe1c87"}, {"id" : "http://data.doremus.org/expression/c09fc195-8c75-3ccb-8ab4-9a294c7279f0"}, {"id" : "http://data.doremus.org/expression/36bad9c0-b8e5-3596-9e8b-76ac3ea6b44c"}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3da159eed1e8c1aba46acd37eff03973a64ccd2f"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"linear regression descending": {"type": "object", "properties": {"slope": {"type": "number"}, "p_value": {"type": "number"}, "r_value": {"type": "number"}, "std_err": {"type": "number"}, "intercept": {"type": "number"}, "units": {"type": "string"}}, "required": ["slope", "p_value", "r_value", "std_err", "intercept", "units"]}, "timestamp": {"type": "string"}, "linear regression ascending": {"type": "object", "properties": {"slope": {"type": "number"}, "p_value": {"type": "number"}, "r_value": {"type": "number"}, "std_err": {"type": "number"}, "intercept": {"type": "number"}, "units": {"type": "string"}}, "required": ["slope", "p_value", "r_value", "std_err", "intercept", "units"]}, "9237 physical channel": {"type": "string"}, "linear regression all": {"type": "object", "properties": {"slope": {"type": "number"}, "p_value": {"type": "number"}, "r_value": {"type": "number"}, "std_err": {"type": "number"}, "intercept": {"type": "number"}, "units": {"type": "string"}}, "required": ["slope", "p_value", "r_value", "std_err", "intercept", "units"]}, "side": {"type": "string"}}, "required": ["linear regression descending", "timestamp", "linear regression ascending", "9237 physical channel", "linear regression all", "side"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"linear regression descending" : {"slope" : 742506.9801666948, "p_value" : 1.7206868654940744e-23, "r_value" : 0.9999985917455572, "std_err" : 440.5665992116192, "intercept" : -19.02525011633611, "units" : "N/(V/V)"}, "timestamp" : "Tue Jan 20 22:17:06 2015", "linear regression ascending" : {"slope" : 742296.1167894538, "p_value" : 8.901305468351401e-25, "r_value" : 0.9999993283871461, "std_err" : 304.163370053292, "intercept" : -15.086585999021281, "units" : "N/(V/V)"}, "9237 physical channel" : "ai2", "linear regression all" : {"slope" : 742399.8984740668, "p_value" : 5.296866097299007e-47, "r_value" : 0.99999564991376, "std_err" : 516.1393843543232, "intercept" : -17.05337039438109, "units" : "N/(V/V)"}, "side" : "right"} | json_instruct | {"type": "object", "properties": {"linear regression descending": {"type": "object", "properties": {"slope": {"type": "number"}, "p_value": {"type": "number"}, "r_value": {"type": "number"}, "std_err": {"type": "number"}, "intercept": {"type": "number"}, "units": {"type": "string"}}, "required": ["slope", "p_value", "r_value", "std_err", "intercept", "units"]}, "timestamp": {"type": "string"}, "linear regression ascending": {"type": "object", "properties": {"slope": {"type": "number"}, "p_value": {"type": "number"}, "r_value": {"type": "number"}, "std_err": {"type": "number"}, "intercept": {"type": "number"}, "units": {"type": "string"}}, "required": ["slope", "p_value", "r_value", "std_err", "intercept", "units"]}, "9237 physical channel": {"type": "string"}, "linear regression all": {"type": "object", "properties": {"slope": {"type": "number"}, "p_value": {"type": "number"}, "r_value": {"type": "number"}, "std_err": {"type": "number"}, "intercept": {"type": "number"}, "units": {"type": "string"}}, "required": ["slope", "p_value", "r_value", "std_err", "intercept", "units"]}, "side": {"type": "string"}}, "required": ["linear regression descending", "timestamp", "linear regression ascending", "9237 physical channel", "linear regression all", "side"], "$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"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101822763, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "d9febf2eff2eb2cd10492a087f103a4a", "wof:id" : 101822763, "wof:repo" : "whosonfirst-data-admin-pl"}, "bbox" : [15.209615, 51.134356, 15.27337, 51.14864], "geometry" : {"coordinates" : [[[15.218475, 51.148576], [15.218373, 51.14768], [15.225504, 51.147359], [15.225402, 51.146463], [15.228254, 51.146334], [15.228152, 51.145438], [15.229578, 51.145374], [15.229476, 51.144478], [15.236606, 51.144156], [15.236708, 51.145052], [15.23956, 51.144924], [15.239356, 51.143131], [15.243633, 51.142938], [15.243531, 51.142042], [15.247809, 51.141848], [15.247707, 51.140952], [15.250558, 51.140823], [15.250456, 51.139927], [15.257585, 51.139604], [15.25738, 51.137812], [15.26736, 51.137359], [15.267667, 51.140048], [15.27337, 51.139789], [15.272857, 51.135308], [15.271432, 51.135373], [15.271329, 51.134476], [15.254222, 51.135252], [15.25412, 51.134356], [15.251269, 51.134485], [15.251371, 51.135381], [15.252797, 51.135317], [15.253103, 51.138006], [15.250252, 51.138135], [15.250354, 51.139031], [15.246077, 51.139224], [15.245975, 51.138328], [15.244549, 51.138393], [15.244447, 51.137496], [15.24017, 51.13769], [15.239966, 51.135897], [15.237115, 51.136026], [15.237217, 51.136922], [15.235791, 51.136986], [15.235893, 51.137883], [15.234467, 51.137947], [15.234569, 51.138843], [15.235995, 51.138779], [15.236402, 51.142364], [15.230699, 51.142621], [15.2308, 51.143517], [15.223671, 51.143838], [15.223773, 51.144735], [15.220921, 51.144863], [15.221022, 51.145759], [15.209615, 51.146272], [15.209817, 51.148064], [15.216947, 51.147744], [15.217049, 51.14864], [15.218475, 51.148576]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "5e7e1433ab1a1adcec5f", "c" : {"app" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "http://data.doremus.org/performance/afa86b65-9e24-3217-a8df-1eb2184fa26e", "expression" : [{"composer" : "http://data.doremus.org/artist/fb65a8a2-9e24-3b07-8382-477a9863f5cb", "id" : "http://data.doremus.org/expression/2a60a0c2-75d4-3624-8291-df35c6c41e08"}, {"composer" : "http://data.doremus.org/artist/fcf8a94f-01e2-3884-8227-f6fe9abe8a84", "id" : "http://data.doremus.org/expression/4242b011-e07a-32ac-b46b-a2faa889ff55"}, {"composer" : "http://data.doremus.org/artist/6bd8e5c3-e1e3-310f-aeb8-02adbd6bdf08", "id" : "http://data.doremus.org/expression/cc307462-a2a5-34fc-8903-3723a72b64bc"}, {"composer" : "http://data.doremus.org/artist/f753314d-87a7-32a9-9218-da98ae4f9812", "id" : "http://data.doremus.org/expression/3da5ae40-fe59-3540-a75c-733ed69d26c7"}, {"composer" : "http://data.doremus.org/artist/c2e25a07-7a54-335a-9a9e-e20a47713a7d", "id" : "http://data.doremus.org/expression/1a6d5cf1-3013-3236-9606-b438b86829dc"}, {"composer" : "http://data.doremus.org/artist/8000025a-e885-3177-99b3-300707faaad7", "id" : "http://data.doremus.org/expression/9bb5c55e-92e5-366d-baef-385153082bda"}, {"composer" : "http://data.doremus.org/artist/c15d6849-cfbc-368c-9c8b-3c564c3b8fcf", "id" : "http://data.doremus.org/expression/d32b7b1e-63f5-33aa-a0bf-f99f11c654a8"}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"bucketName": {"type": "string"}}, "required": ["bucketName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"bucketName" : "blog-app-20191206223226-hostingbucket"} | json_instruct | {"type": "object", "properties": {"bucketName": {"type": "string"}}, "required": ["bucketName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"STRIPE_JS": {"type": "object", "properties": {"description": {"type": "string"}, "default": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "default", "value"]}, "MAXIMUM_STRIPE_RETRIES": {"type": "object", "properties": {"description": {"type": "string"}, "default": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "default", "value"]}, "SUBSCRIPTIONS_WEBHOOK_ENDPOINT_SECRET": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}, "STRIPE_KEY": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}, "STRIPE_PUBLISHABLE_KEY": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}, "OVERDUE_INVOICE_THRESHOLD": {"type": "object", "properties": {"description": {"type": "string"}, "default": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "default", "value"]}, "START_SUBSCRIPTION_PATH": {"type": "object", "properties": {"description": {"type": "string"}, "default": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "default", "value"]}}, "required": ["STRIPE_JS", "MAXIMUM_STRIPE_RETRIES", "SUBSCRIPTIONS_WEBHOOK_ENDPOINT_SECRET", "STRIPE_KEY", "STRIPE_PUBLISHABLE_KEY", "OVERDUE_INVOICE_THRESHOLD", "START_SUBSCRIPTION_PATH"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"STRIPE_JS" : {"description" : "Use client-side stripe.js in browser", "default" : "unset", "value" : "Integer"}, "MAXIMUM_STRIPE_RETRIES" : {"description" : "Retry Stripe web requests", "default" : "0", "value" : "Integer"}, "SUBSCRIPTIONS_WEBHOOK_ENDPOINT_SECRET" : {"description" : "Secret provided by Stripe to sign webhooks", "value" : "String"}, "STRIPE_KEY" : {"description" : "The `sk_test_xxx` key from Stripe", "value" : "String"}, "STRIPE_PUBLISHABLE_KEY" : {"description" : "The `pk_test_xxx` key from Stripe", "value" : "String"}, "OVERDUE_INVOICE_THRESHOLD" : {"description" : "Duration in days to allow open invoices before enforcing payment", "default" : "1", "value" : "Integer"}, "START_SUBSCRIPTION_PATH" : {"description" : "Alternate URL path to your start subscription flow", "default" : "/account/subscriptions/start-subscription", "value" : "String"}} | json_instruct | {"type": "object", "properties": {"STRIPE_JS": {"type": "object", "properties": {"description": {"type": "string"}, "default": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "default", "value"]}, "MAXIMUM_STRIPE_RETRIES": {"type": "object", "properties": {"description": {"type": "string"}, "default": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "default", "value"]}, "SUBSCRIPTIONS_WEBHOOK_ENDPOINT_SECRET": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}, "STRIPE_KEY": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}, "STRIPE_PUBLISHABLE_KEY": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}, "OVERDUE_INVOICE_THRESHOLD": {"type": "object", "properties": {"description": {"type": "string"}, "default": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "default", "value"]}, "START_SUBSCRIPTION_PATH": {"type": "object", "properties": {"description": {"type": "string"}, "default": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "default", "value"]}}, "required": ["STRIPE_JS", "MAXIMUM_STRIPE_RETRIES", "SUBSCRIPTIONS_WEBHOOK_ENDPOINT_SECRET", "STRIPE_KEY", "STRIPE_PUBLISHABLE_KEY", "OVERDUE_INVOICE_THRESHOLD", "START_SUBSCRIPTION_PATH"], "$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"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"rserve": {"type": "string"}}, "required": ["rserve"]}}, "required": ["name", "version", "description", "keywords", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "test", "version" : "1.0.2", "description" : "tests", "keywords" : ["aslkdjfhrserve"], "dependencies" : {"rserve" : "2.0.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"rserve": {"type": "string"}}, "required": ["rserve"]}}, "required": ["name", "version", "description", "keywords", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"git.ignoreLimitWarning": {"type": "boolean"}, "java.configuration.updateBuildConfiguration": {"type": "string"}, "dart.flutterSdkPath": {"type": "string"}}, "required": ["git.ignoreLimitWarning", "java.configuration.updateBuildConfiguration", "dart.flutterSdkPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"git.ignoreLimitWarning" : true, "java.configuration.updateBuildConfiguration" : "automatic", "dart.flutterSdkPath" : "C:\\flutter\\flutter_beta"} | json_instruct | {"type": "object", "properties": {"git.ignoreLimitWarning": {"type": "boolean"}, "java.configuration.updateBuildConfiguration": {"type": "string"}, "dart.flutterSdkPath": {"type": "string"}}, "required": ["git.ignoreLimitWarning", "java.configuration.updateBuildConfiguration", "dart.flutterSdkPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"artist_id" : "AR4SKQI1187FB4B348", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Audision", "duration" : 353.41016, "num_songs" : 1, "song_id" : "SOAJRRH12A8C144D6D", "title" : "BBQ", "year" : 0} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"datemodified": {"type": "string"}, "name": {"type": "string"}, "urlname": {"type": "string"}, "comments": {"type": "string"}, "yield": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "instructions": {"type": "array", "items": {"type": "string"}}}, "required": ["datemodified", "name", "urlname", "comments", "yield", "ingredients", "instructions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"datemodified" : "2015-07-26T17:42:16.994Z", "name" : "Men Love This Steak", "urlname" : "men-love-this-steak", "comments" : "The title says it all. Do not leave out any ingredients, as you really need them all to make the flavor pop big time. This recipe seemed to taste even better as leftovers!", "yield" : "Serves 4", "ingredients" : ["4 steaks, 3/4\" thick", "garlic, salt, pepper and basil", "8 slices bacon", "4 tsp. butter", "1/2 tsp. Worcestershire", "1 1/2 tsp. Dijon mustard", "1 white onion, sliced into rings", "feta cheese, garlic and herb flavored"], "instructions" : ["Rub spices onto both sides of steaks.", "Fry bacon to desired amount of crispness. Remove bacon from skillet but leave grease. Add butter, Worcestershire and mustard, then cook steaks to desired doneness in grease (2-5 minutes each side).", "Remove steaks and cook onions in grease until caramelized-looking.", "To serve, top steaks with bacon, onions and feta (that order)."]} | json_instruct | {"type": "object", "properties": {"datemodified": {"type": "string"}, "name": {"type": "string"}, "urlname": {"type": "string"}, "comments": {"type": "string"}, "yield": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "instructions": {"type": "array", "items": {"type": "string"}}}, "required": ["datemodified", "name", "urlname", "comments", "yield", "ingredients", "instructions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"comment": {"type": "string"}, "package": {"type": "array", "items": {"type": "object", "properties": {"checksumSHA1": {"type": "string"}, "path": {"type": "string"}, "revision": {"type": "string"}, "revisionTime": {"type": "string"}}, "required": ["checksumSHA1", "path", "revision", "revisionTime"]}}, "rootPath": {"type": "string"}, "heroku": {"type": "object", "properties": {"install": {"type": "array", "items": {"type": "string"}}, "goVersion": {"type": "string"}}, "required": ["install", "goVersion"]}}, "required": ["comment", "package", "rootPath", "heroku"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"comment" : "", "package" : [{"checksumSHA1" : "STQSdSj2FcpCf0NLfdsKhNutQT0=", "path" : "github.com/gorilla/mux", "revision" : "e48e440e4c92e3251d812f8ce7858944dfa3331c", "revisionTime" : "2018-08-07T07:52:56Z"}], "rootPath" : "github.com/sarah256/fortune-api", "heroku" : {"install" : ["./..."], "goVersion" : "go1.11.2"}} | json_instruct | {"type": "object", "properties": {"comment": {"type": "string"}, "package": {"type": "array", "items": {"type": "object", "properties": {"checksumSHA1": {"type": "string"}, "path": {"type": "string"}, "revision": {"type": "string"}, "revisionTime": {"type": "string"}}, "required": ["checksumSHA1", "path", "revision", "revisionTime"]}}, "rootPath": {"type": "string"}, "heroku": {"type": "object", "properties": {"install": {"type": "array", "items": {"type": "string"}}, "goVersion": {"type": "string"}}, "required": ["install", "goVersion"]}}, "required": ["comment", "package", "rootPath", "heroku"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["reinfchest:copper_chest", "reinfchest:iron_chest", "reinfchest:gold_chest", "reinfchest:diamond_chest", "reinfchest:netherite_chest"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"created": {"type": "string"}, "updated": {"type": "string"}, "id": {"type": "integer"}, "label": {"type": "string"}, "install_code": {"type": "string"}, "apps": {"type": "object", "properties": {"nginx": {"type": "boolean"}, "mysql": {"type": "boolean"}, "apache": {"type": "boolean"}}, "required": ["nginx", "mysql", "apache"]}, "api_key": {"type": "string"}}, "required": ["created", "updated", "id", "label", "install_code", "apps", "api_key"]}}, "results": {"type": "integer"}, "pages": {"type": "integer"}, "page": {"type": "integer"}}, "required": ["data", "results", "pages", "page"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : [{"created" : "2014-12-01T00:01:01", "updated" : "2016-06-02T00:01:01", "id" : 1234, "label" : "test_client_1", "install_code" : "12345678-ABCD-EF01-23456789ABCDEF12", "apps" : {"nginx" : false, "mysql" : false, "apache" : false}, "api_key" : "12345678-ABCD-EF01-23456789ABCDEF12"}, {"created" : "2017-01-01T06:00:00", "updated" : "2017-01-01T06:00:00", "id" : 5678, "label" : "longview5678", "install_code" : "12345678-ABCD-EF01-23456789ABCDEF12", "apps" : {"nginx" : true, "mysql" : true, "apache" : true}, "api_key" : "12345678-ABCD-EF01-23456789ABCDEF12"}], "results" : 2, "pages" : 1, "page" : 1} | json_instruct | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"created": {"type": "string"}, "updated": {"type": "string"}, "id": {"type": "integer"}, "label": {"type": "string"}, "install_code": {"type": "string"}, "apps": {"type": "object", "properties": {"nginx": {"type": "boolean"}, "mysql": {"type": "boolean"}, "apache": {"type": "boolean"}}, "required": ["nginx", "mysql", "apache"]}, "api_key": {"type": "string"}}, "required": ["created", "updated", "id", "label", "install_code", "apps", "api_key"]}}, "results": {"type": "integer"}, "pages": {"type": "integer"}, "page": {"type": "integer"}}, "required": ["data", "results", "pages", "page"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"resources": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"resources" : [{"path" : "foo.txt"}]} | json_instruct | {"type": "object", "properties": {"resources": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["resources"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "null"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {"type": "string"}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"accession_number" : "1996.204A-B", "actors" : [], "creation_date" : null, "credit_line" : "Roger G. Wolcott Fund", "cultures" : ["Yoruba people"], "dimensions" : "a: 9 x 21 x 3 in. | 22.9 x 53.3 x 7.6 cm. b: 8 1/2 x 21 3/4 x 4 3/4 in. | 21.6 x 55.2 x 12.1 cm.", "dynasty" : null, "images" : [], "irn" : 6671, "materials" : "cloth | fur", "on_view" : false, "period" : null, "printers" : [], "publishers" : [], "rights" : null, "title" : "Egungun boots"} | json_instruct | {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "null"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {"type": "string"}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["5188", "trip linhas a", "montes claros", "brazil", "belo horizonte", "brazil", "0"], ["5188", "trip linhas a", "belo horizonte", "brazil", "montes claros", "brazil", "0"], ["1790", "city connexion airlines", "belo horizonte", "brazil", "montes claros", "brazil", "0"], ["1790", "city connexion airlines", "montes claros", "brazil", "belo horizonte", "brazil", "0"], ["4867", "tam brazilian airlines", "montes claros", "brazil", "belo horizonte", "brazil", "0"], ["4867", "tam brazilian airlines", "belo horizonte", "brazil", "montes claros", "brazil", "0"], ["2747", "hellas jet", "montes claros", "brazil", "belo horizonte", "brazil", "0"], ["2747", "hellas jet", "belo horizonte", "brazil", "montes claros", "brazil", "0"]] | 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": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}, "l": {"type": "number"}, "w": {"type": "number"}, "h": {"type": "number"}, "v_x": {"type": "number"}, "v_y": {"type": "number"}, "v_z": {"type": "number"}, "pitch": {"type": "number"}, "roll": {"type": "number"}, "yaw": {"type": "number"}, "forward_x": {"type": "number"}, "forward_y": {"type": "number"}, "forward_z": {"type": "number"}}, "required": ["type", "id", "x", "y", "z", "l", "w", "h", "v_x", "v_y", "v_z", "pitch", "roll", "yaw", "forward_x", "forward_y", "forward_z"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"type" : "car", "id" : 63, "x" : 199.9925537109375, "y" : -230.82884216308594, "z" : 0.020052185282111168, "l" : 5.0078253746032715, "w" : 1.8816219568252563, "h" : 1.5347249507904053, "v_x" : -0.13618454337120056, "v_y" : 5.61168098449707, "v_z" : -9.059905892172537e-08, "pitch" : -0.00027320755179971457, "roll" : 0.01121872290968895, "yaw" : 91.50879669189453, "forward_x" : -0.026330452412366867, "forward_y" : 0.9996532797813416, "forward_z" : -4.768371127283899e-06}, {"type" : "pedestrian", "id" : 86, "x" : 203.336181640625, "y" : -254.69407653808594, "z" : 0.04109233617782593, "l" : 0.3753577768802643, "w" : 0.3753577768802643, "h" : 1.8600000143051147, "v_x" : 1.655273199081421, "v_y" : 0.3662108778953552, "v_z" : 0.0, "pitch" : 0.0, "roll" : 0.0, "yaw" : 12.746072769165039, "forward_x" : 0.9753574728965759, "forward_y" : 0.22063058614730835, "forward_z" : 0.0}, {"type" : "pedestrian", "id" : 95, "x" : 210.74179077148438, "y" : -247.58143615722656, "z" : 0.025833487510681152, "l" : 0.3753577768802643, "w" : 0.3753577768802643, "h" : 1.8600000143051147, "v_x" : 0.2172851264476776, "v_y" : 1.687011480331421, "v_z" : 0.0, "pitch" : 0.0, "roll" : 0.0, "yaw" : 83.13731384277344, "forward_x" : 0.11949025839567184, "forward_y" : 0.9928354024887085, "forward_z" : 0.0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}, "l": {"type": "number"}, "w": {"type": "number"}, "h": {"type": "number"}, "v_x": {"type": "number"}, "v_y": {"type": "number"}, "v_z": {"type": "number"}, "pitch": {"type": "number"}, "roll": {"type": "number"}, "yaw": {"type": "number"}, "forward_x": {"type": "number"}, "forward_y": {"type": "number"}, "forward_z": {"type": "number"}}, "required": ["type", "id", "x", "y", "z", "l", "w", "h", "v_x", "v_y", "v_z", "pitch", "roll", "yaw", "forward_x", "forward_y", "forward_z"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"label" : "Kitchenware", "normalizedVertices" : [{"x" : 0.073816344, "y" : 0.56257385}, {"x" : 0.22712485, "y" : 0.56257385}, {"x" : 0.22712485, "y" : 0.9228379}, {"x" : 0.073816344, "y" : 0.9228379}], "score" : 0.68515295}, {"label" : "Tableware", "normalizedVertices" : [{"x" : 0.073816344, "y" : 0.56257385}, {"x" : 0.22712485, "y" : 0.56257385}, {"x" : 0.22712485, "y" : 0.9228379}, {"x" : 0.073816344, "y" : 0.9228379}], "score" : 0.5618433}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"type": "integer"}, "openPullRequests": {"type": "integer"}, "mergedPullRequests": {"type": "integer"}, "closedPullRequests": {"type": "integer"}, "stargazers": {"type": "integer"}, "watchers": {"type": "integer"}}, "required": ["datestamp", "nameWithOwner", "name", "commits", "forkCount", "issues", "openIssues", "closedIssues", "pullRequests", "openPullRequests", "mergedPullRequests", "closedPullRequests", "stargazers", "watchers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"datestamp" : "2021-04-26", "nameWithOwner" : "twitter/pelikan", "name" : "pelikan", "commits" : 675, "forkCount" : 80, "issues" : 80, "openIssues" : 29, "closedIssues" : 51, "pullRequests" : 247, "openPullRequests" : 8, "mergedPullRequests" : 221, "closedPullRequests" : 18, "stargazers" : 666, "watchers" : 36} | json_instruct | {"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"type": "integer"}, "openPullRequests": {"type": "integer"}, "mergedPullRequests": {"type": "integer"}, "closedPullRequests": {"type": "integer"}, "stargazers": {"type": "integer"}, "watchers": {"type": "integer"}}, "required": ["datestamp", "nameWithOwner", "name", "commits", "forkCount", "issues", "openIssues", "closedIssues", "pullRequests", "openPullRequests", "mergedPullRequests", "closedPullRequests", "stargazers", "watchers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"hash": {"type": "array", "items": {"type": "integer"}}, "http": {"type": "array", "items": {"type": "integer"}}, "https": {"type": "array", "items": {"type": "integer"}}, "html": {"type": "array", "items": {"type": "integer"}}, "holidays": {"type": "array", "items": {"type": "integer"}}, "holiday": {"type": "array", "items": {"type": "integer"}}, "helps": {"type": "array", "items": {"type": "integer"}}, "help": {"type": "array", "items": {"type": "integer"}}, "headway": {"type": "array", "items": {"type": "integer"}}, "headway_secs": {"type": "array", "items": {"type": "integer"}}, "headways": {"type": "array", "items": {"type": "integer"}}, "hard": {"type": "array", "items": {"type": "integer"}}, "hexadecimal": {"type": "array", "items": {"type": "integer"}}, "helpful": {"type": "array", "items": {"type": "integer"}}, "headsign": {"type": "array", "items": {"type": "integer"}}, "hierarchy": {"type": "array", "items": {"type": "integer"}}}, "required": ["hash", "http", "https", "html", "holidays", "holiday", "helps", "help", "headway", "headway_secs", "headways", "hard", "hexadecimal", "helpful", "headsign", "hierarchy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : [1, 65537, 131073, 196609, 262145, 327681, 393217, 458753, 524289, 589825, 655361, 720897, 786433, 851969, 917505, 983041, 1048577, 1114113, 1179649, 1245185, 1310721, 1507329, 1572865, 1638401, 1703937, 1769473, 1835009, 1900545, 1966081, 2031617, 2097153, 2162689, 2228225, 2293761, 2359297, 2424833, 2490369, 2555905, 2621441, 2686977, 2752513, 2818049], "http" : [6, 327684, 589826, 720898, 5177350, 5505028, 5767170, 5898242, 6553602, 6684673, 6881281, 6946818, 8650754, 8781826, 10682370, 12255234], "https" : [2, 327681, 589825, 720897, 5177346, 5505025, 5767169, 5898241, 6553601, 6946817, 8781825, 10682369, 12255233], "html" : [2, 327681, 589825, 720897, 5177346, 5505025, 5767169, 5898241, 6553601, 6946817, 8781825, 10682369, 12255233], "holidays" : [131073, 5308417, 7077889], "holiday" : [131077, 5308421, 7077893], "helps" : [327681, 5505025, 8650753], "help" : [327681, 5505025, 8912897], "headway" : [393220, 458753, 4980737, 5570564, 5636097, 9043969, 9109507, 9699329, 13762561], "headway_secs" : [393218, 5570562, 9109508], "headways" : [393218, 5570562, 9109506], "hard" : [393217, 5570561, 9109505], "hexadecimal" : [589826, 5767170, 10223617, 10551297], "helpful" : [589825, 5767169, 10223617], "headsign" : [786434, 917505, 5963778, 6094849, 11403266, 13041665], "hierarchy" : [13303809, 13369345, 13434881, 13565953, 13631489, 13697025, 13762561, 13828097, 14024705, 14090241, 14221313, 14286849, 14417921, 14483457, 14614529, 14745601, 14876673, 14942209, 15007745, 15073281, 15138817, 15204353, 15269889]} | json_instruct | {"type": "object", "properties": {"hash": {"type": "array", "items": {"type": "integer"}}, "http": {"type": "array", "items": {"type": "integer"}}, "https": {"type": "array", "items": {"type": "integer"}}, "html": {"type": "array", "items": {"type": "integer"}}, "holidays": {"type": "array", "items": {"type": "integer"}}, "holiday": {"type": "array", "items": {"type": "integer"}}, "helps": {"type": "array", "items": {"type": "integer"}}, "help": {"type": "array", "items": {"type": "integer"}}, "headway": {"type": "array", "items": {"type": "integer"}}, "headway_secs": {"type": "array", "items": {"type": "integer"}}, "headways": {"type": "array", "items": {"type": "integer"}}, "hard": {"type": "array", "items": {"type": "integer"}}, "hexadecimal": {"type": "array", "items": {"type": "integer"}}, "helpful": {"type": "array", "items": {"type": "integer"}}, "headsign": {"type": "array", "items": {"type": "integer"}}, "hierarchy": {"type": "array", "items": {"type": "integer"}}}, "required": ["hash", "http", "https", "html", "holidays", "holiday", "helps", "help", "headway", "headway_secs", "headways", "hard", "hexadecimal", "helpful", "headsign", "hierarchy"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"metadata": {"type": "object", "properties": {"name": {"type": "string"}, "method": {"type": "string"}, "publication": {"type": "string"}}, "required": ["name", "method", "publication"]}, "common": {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}, "values": {"type": "array", "items": {"type": "number"}}}, "required": ["names", "values"]}, "atom": {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}, "data": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "array", "items": {"type": "string"}}, "value": {"type": "array", "items": {"type": "number"}}}, "required": ["key", "value"]}}}, "required": ["names", "data"]}}, "required": ["metadata", "common", "atom"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"metadata" : {"name" : "Ouyang 2009 (hybridization-dependent)", "method" : "eem", "publication" : "10.1039/b821696g"}, "common" : {"names" : ["kappa"], "values" : [1.0]}, "atom" : {"names" : ["A", "B"], "data" : [{"key" : ["C", "hbo", "1"], "value" : [8.1092, 1.4066]}, {"key" : ["C", "hbo", "2"], "value" : [7.9852, 1.2708]}, {"key" : ["C", "hbo", "3"], "value" : [7.8746, 1.2486]}, {"key" : ["H", "hbo", "1"], "value" : [7.5196, 2.5372]}, {"key" : ["N", "hbo", "1"], "value" : [8.6563, 1.7886]}, {"key" : ["N", "hbo", "2"], "value" : [8.3901, 1.6174]}, {"key" : ["N", "hbo", "3"], "value" : [8.1462, 1.6332]}, {"key" : ["O", "hbo", "1"], "value" : [9.854, 3.4962]}, {"key" : ["O", "hbo", "2"], "value" : [9.2413, 2.7994]}]}} | json_instruct | {"type": "object", "properties": {"metadata": {"type": "object", "properties": {"name": {"type": "string"}, "method": {"type": "string"}, "publication": {"type": "string"}}, "required": ["name", "method", "publication"]}, "common": {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}, "values": {"type": "array", "items": {"type": "number"}}}, "required": ["names", "values"]}, "atom": {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}, "data": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "array", "items": {"type": "string"}}, "value": {"type": "array", "items": {"type": "number"}}}, "required": ["key", "value"]}}}, "required": ["names", "data"]}}, "required": ["metadata", "common", "atom"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Feature Selection at the Discrete Limit.", "fields" : ["operator", "regularization", "minimum redundancy feature selection", "dimensionality reduction", "feature"], "abstract" : "Feature selection plays an important role in many machine learning and data mining applications. In this paper, we propose to use L2,p norm for feature selection with emphasis on small p. As p \u2192 0, feature selection becomes discrete feature selection problem. We provide two algorithms, proximal gradient algorithm and rank-one update algorithm, which is more efficient at large regularization \u03bb. We provide closed form solutions of the proximal operator at p = 0, 1/2. Experiments on real life datasets show that features selected at small p consistently outperform features selected at p = 1, the standard L2,1 approach and other popular feature selection methods.", "citation" : "Citations (15)", "departments" : ["University of Texas at Arlington", "University of Texas at Arlington", "Shanghai Jiao Tong University", "University of Texas at Arlington"], "authors" : ["Miao Zhang.....http://dblp.org/pers/hd/z/Zhang:Miao", "Chris H. Q. Ding.....http://dblp.org/pers/hd/d/Ding:Chris_H=_Q=", "Ya Zhang.....http://dblp.org/pers/hd/z/Zhang_0002:Ya", "Feiping Nie.....http://dblp.org/pers/hd/n/Nie:Feiping"], "conf" : "aaai", "year" : "2014", "pages" : 7} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}, "cov": {"type": "string"}, "ci": {"type": "string"}, "autod": {"type": "string"}}, "required": ["build", "start", "lint", "test", "cov", "ci", "autod"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"benchmark": {"type": "string"}, "chai": {"type": "string"}, "midway-bin": {"type": "string"}, "sdk-base": {"type": "string"}, "sinon": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["benchmark", "chai", "midway-bin", "sdk-base", "sinon", "supertest"]}, "dependencies": {"type": "object", "properties": {"camelcase": {"type": "string"}, "co": {"type": "string"}, "debug": {"type": "string"}, "graphviz": {"type": "string"}, "is-type-of": {"type": "string"}, "lodash": {"type": "string"}, "reflect-metadata": {"type": "string"}, "uuid": {"type": "string"}, "xmldom": {"type": "string"}}, "required": ["camelcase", "co", "debug", "graphviz", "is-type-of", "lodash", "reflect-metadata", "uuid", "xmldom"]}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "main", "typings", "scripts", "keywords", "files", "license", "devDependencies", "dependencies", "author", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "injection", "version" : "1.0.2", "description" : "A New IoC Container For All Node.js Application", "main" : "dist/index", "typings" : "dist/index.d.ts", "scripts" : {"build" : "npm run lint && midway-bin build -c", "start" : "npm run build && node dist/index", "lint" : "../../node_modules/.bin/tslint --format prose -c ../../tslint.json src/**/*.ts test/**/*.ts", "test" : "midway-bin test --ts", "cov" : "midway-bin cov --ts", "ci" : "npm run test", "autod" : "midway-bin autod"}, "keywords" : ["midway", "IoC"], "files" : ["dist", "src"], "license" : "MIT", "devDependencies" : {"benchmark" : "^2.1.4", "chai" : "^4.1.2", "midway-bin" : "^1.0.2", "sdk-base" : "^3.4.0", "sinon" : "^7.2.2", "supertest" : "^3.1.0"}, "dependencies" : {"camelcase" : "^5.0.0", "co" : "^4.6.0", "debug" : "^4.1.1", "graphviz" : "^0.0.8", "is-type-of" : "^1.2.1", "lodash" : "^4.17.11", "reflect-metadata" : "^0.1.12", "uuid" : "^3.3.2", "xmldom" : "^0.1.27"}, "author" : "Harry Chen <[email protected]>", "repository" : {"type" : "git", "url" : "http://github.com/midwayjs/midway.git"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}, "cov": {"type": "string"}, "ci": {"type": "string"}, "autod": {"type": "string"}}, "required": ["build", "start", "lint", "test", "cov", "ci", "autod"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"benchmark": {"type": "string"}, "chai": {"type": "string"}, "midway-bin": {"type": "string"}, "sdk-base": {"type": "string"}, "sinon": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["benchmark", "chai", "midway-bin", "sdk-base", "sinon", "supertest"]}, "dependencies": {"type": "object", "properties": {"camelcase": {"type": "string"}, "co": {"type": "string"}, "debug": {"type": "string"}, "graphviz": {"type": "string"}, "is-type-of": {"type": "string"}, "lodash": {"type": "string"}, "reflect-metadata": {"type": "string"}, "uuid": {"type": "string"}, "xmldom": {"type": "string"}}, "required": ["camelcase", "co", "debug", "graphviz", "is-type-of", "lodash", "reflect-metadata", "uuid", "xmldom"]}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "main", "typings", "scripts", "keywords", "files", "license", "devDependencies", "dependencies", "author", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "javaType": {"type": "string"}, "javaInterfaces": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"IntervalInSeconds": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "javaType": {"type": "string"}}, "required": ["description", "type", "javaType"]}, "SizeInMBs": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "javaType": {"type": "string"}}, "required": ["description", "type", "javaType"]}}, "required": ["IntervalInSeconds", "SizeInMBs"]}}, "required": ["$schema", "$id", "title", "description", "type", "javaType", "javaInterfaces", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-07/schema#", "$id" : "AWS_KinesisFirehose_DeliveryStream.ElasticsearchBufferingHints.schema.json", "title" : "DeliveryStreamElasticsearchBufferingHints", "description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html", "type" : "object", "javaType" : "shiver.me.timbers.aws.kinesisfirehose.DeliveryStreamElasticsearchBufferingHints", "javaInterfaces" : ["shiver.me.timbers.aws.Property<DeliveryStreamElasticsearchBufferingHints>"], "properties" : {"IntervalInSeconds" : {"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-intervalinseconds", "type" : "integer", "javaType" : "java.lang.Number"}, "SizeInMBs" : {"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchbufferinghints.html#cfn-kinesisfirehose-deliverystream-elasticsearchbufferinghints-sizeinmbs", "type" : "integer", "javaType" : "java.lang.Number"}}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "javaType": {"type": "string"}, "javaInterfaces": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"IntervalInSeconds": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "javaType": {"type": "string"}}, "required": ["description", "type", "javaType"]}, "SizeInMBs": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "javaType": {"type": "string"}}, "required": ["description", "type", "javaType"]}}, "required": ["IntervalInSeconds", "SizeInMBs"]}}, "required": ["$schema", "$id", "title", "description", "type", "javaType", "javaInterfaces", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Main": {"type": "object", "properties": {"title": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"label": {"type": "string"}}, "required": ["label"]}}, "required": ["type", "config"]}, "image": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"constraint": {"type": "object", "properties": {}, "required": []}, "thumbnails": {"type": "array", "items": {}}, "label": {"type": "string"}}, "required": ["constraint", "thumbnails", "label"]}}, "required": ["type", "config"]}, "questions": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"question": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"label": {"type": "string"}}, "required": ["label"]}}, "required": ["type", "config"]}, "answer": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"label": {"type": "string"}}, "required": ["label"]}}, "required": ["type", "config"]}}, "required": ["question", "answer"]}, "label": {"type": "string"}}, "required": ["fields", "label"]}}, "required": ["type", "config"]}}, "required": ["title", "image", "questions"]}}, "required": ["Main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Main" : {"title" : {"type" : "Text", "config" : {"label" : "Title"}}, "image" : {"type" : "Image", "config" : {"constraint" : {}, "thumbnails" : [], "label" : "Image"}}, "questions" : {"type" : "Group", "config" : {"fields" : {"question" : {"type" : "Text", "config" : {"label" : "Question"}}, "answer" : {"type" : "Text", "config" : {"label" : "Answer"}}}, "label" : "Questions"}}}} | json_instruct | {"type": "object", "properties": {"Main": {"type": "object", "properties": {"title": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"label": {"type": "string"}}, "required": ["label"]}}, "required": ["type", "config"]}, "image": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"constraint": {"type": "object", "properties": {}, "required": []}, "thumbnails": {"type": "array", "items": {}}, "label": {"type": "string"}}, "required": ["constraint", "thumbnails", "label"]}}, "required": ["type", "config"]}, "questions": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"question": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"label": {"type": "string"}}, "required": ["label"]}}, "required": ["type", "config"]}, "answer": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"label": {"type": "string"}}, "required": ["label"]}}, "required": ["type", "config"]}}, "required": ["question", "answer"]}, "label": {"type": "string"}}, "required": ["fields", "label"]}}, "required": ["type", "config"]}}, "required": ["title", "image", "questions"]}}, "required": ["Main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following 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"]}, "closed_at": {"type": "null"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "boolean"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ETag" : "W/\"1cde17845be82edfc22d63bd3f6e48ad42121565262f2f0f2ff574253d66d6c8\"", "Last-Modified" : "Fri, 10 Sep 2021 01:59:57 GMT", "base" : {"repo" : {"name" : "kfp-notebook-feedstock"}}, "closed_at" : null, "created_at" : "2021-09-10T01:59:54Z", "draft" : false, "head" : {"ref" : "3.1.0_hc73ce7"}, "html_url" : "https://github.com/conda-forge/kfp-notebook-feedstock/pull/22", "id" : 731099207, "labels" : [], "mergeable" : true, "mergeable_state" : "unstable", "merged" : false, "merged_at" : null, "number" : 22, "state" : "open", "updated_at" : "2021-09-10T01:59:57Z"} | 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": "null"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "boolean"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"pixi.js": {"type": "string"}, "pixi.min.js": {"type": "string"}}, "required": ["pixi.js", "pixi.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pixi.js" : "sha256-ifuRKfol2zGKXTJVDjGjUvJxnfSAHoGkCaYLHHYAUm8=", "pixi.min.js" : "sha256-P/2Y83pNaeUa3n6cXUoXfyHgPcckgvEQ4JVP9LdGitc="} | json_instruct | {"type": "object", "properties": {"pixi.js": {"type": "string"}, "pixi.min.js": {"type": "string"}}, "required": ["pixi.js", "pixi.min.js"], "$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"}, "summary": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Javier Berlana": {"type": "string"}}, "required": ["Javier Berlana"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "null"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "resources": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "license", "homepage", "authors", "source", "platforms", "source_files", "resources", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "JBWhatsAppActivity", "version" : "1.0", "summary" : "JBWhatsAppActivity is a UIActivity subclass that provides an \u201cShare in WhatsApp\" action to a UIActivityViewController.", "license" : {"type" : "MIT", "file" : "License.md"}, "homepage" : "https://github.com/jberlana/JBWhatsAppActivity", "authors" : {"Javier Berlana" : "[email protected]"}, "source" : {"git" : "https://github.com/jberlana/JBWhatsAppActivity.git", "tag" : "1.0"}, "platforms" : {"ios" : null}, "source_files" : "JBWhatsAppActivity/*.{h,m}", "resources" : "JBWhatsAppActivity/[email protected]", "requires_arc" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Javier Berlana": {"type": "string"}}, "required": ["Javier Berlana"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "null"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "resources": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "license", "homepage", "authors", "source", "platforms", "source_files", "resources", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "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": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Maligaya, Mahaplag, Leyte, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.leyte.mahaplag.maligaya", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "10", "region_reference" : "8", "region_name" : "Eastern Visayas (Region VIII)", "province_id" : "43", "province_reference" : "43", "province_name" : "Leyte", "city_id" : "767", "city_reference" : "880", "city_name" : "Mahaplag", "barangay_id" : "21627", "barangay_reference" : "22413", "barangay_name" : "Maligaya"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[124.969917, 10.54403], [124.958633, 10.53649], [124.939842, 10.52433], [124.93734, 10.54184], [124.951714, 10.54392], [124.969917, 10.54403]]]]}} | 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": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-78.34318, 40.604903], [-78.342628, 40.6074], [-78.340018, 40.607793], [-78.335398, 40.605489], [-78.333296, 40.608079], [-78.332392, 40.607477], [-78.334494, 40.605187], [-78.328166, 40.602076], [-78.327363, 40.602775], [-78.326061, 40.602073], [-78.328812, 40.598556], [-78.32796, 40.597289], [-78.328356, 40.595694], [-78.325952, 40.594888], [-78.326449, 40.594393], [-78.328662, 40.595194], [-78.32876, 40.594397], [-78.332376, 40.595701], [-78.333675, 40.59381], [-78.338194, 40.595114], [-78.33575, 40.59906], [-78.338605, 40.600605], [-78.337, 40.601497], [-78.34318, 40.604903]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 56817}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 8, "n_trials" : 210, "objective" : "paviani_on_cube", "white" : "optuna_tpe", "black" : "scipy_lbfgsb", "traceback" : ["passing", "passing"], "best_val" : [0.1351056306691835, -0.3946352963570626], "best_x" : [[0.8589058229933599, 0.8374520058491985, 0.6609132720639567, 0.873319932015861, 0.8575841406023456, 0.7233559289237235, 0.8854975287550719, 0.8525104444919361], [0.8706796896904291, 0.8706796896904291, 0.8706796896904291, 0.8706796896904291, 0.8706796905056601, 0.8706796896904291, 0.8706796907372439, 0.8706796907372439]], "feval_count" : [210, 253], "n_trials_instructed" : [210, 65], "passing" : [true, true], "completed" : false, "winner" : "incomplete", "points" : null} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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/schema#"}
| {"ast" : null, "code" : "var __jsx = React.createElement;\nimport * as React from 'react';\nimport { Avatar, Typography } from '@material-ui/core';\nimport useStyles from './style';\n\nvar Profile = function Profile(_ref) {\n var name = _ref.name,\n role = _ref.role;\n var classes = useStyles();\n return __jsx(\"div\", {\n className: classes.root\n }, __jsx(Avatar, {\n className: classes.avatar\n }), __jsx(Typography, {\n className: classes.name,\n variant: \"body1\"\n }, name), role && __jsx(Typography, {\n variant: \"body2\"\n }, role));\n};\n\nexport default Profile;", "map" : null, "metadata" : {}, "sourceType" : "module"} | 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/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"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", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Sermaize", "dpt" : "Oise", "inscrits" : 205, "abs" : 42, "votants" : 163, "blancs" : 16, "nuls" : 6, "exp" : 141, "res" : [{"panneau" : "2", "voix" : 89}, {"panneau" : "1", "voix" : 52}]} | 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", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"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#"}
| {"word" : "Distinguished", "definitions" : ["sucessful, authoritative, and commanding great respect.", "showing dignity or authority in one's appearance or manner."], "parts-of-speech" : "Adjective"} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "config_flow": {"type": "boolean"}, "documentation": {"type": "string"}, "issue_tracker": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "codeowners": {"type": "array", "items": {"type": "string"}}, "requirements": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}}, "required": ["domain", "name", "config_flow", "documentation", "issue_tracker", "dependencies", "codeowners", "requirements", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"domain" : "dyson_cloud", "name" : "Dyson Cloud", "config_flow" : true, "documentation" : "https://github.com/shenxn/ha-dyson", "issue_tracker" : "https://github.com/shenxn/ha-dyson/issues", "dependencies" : [], "codeowners" : ["@shenxn"], "requirements" : ["libdyson==0.8.9"], "version" : "0.16.0"} | json_instruct | {"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "config_flow": {"type": "boolean"}, "documentation": {"type": "string"}, "issue_tracker": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "codeowners": {"type": "array", "items": {"type": "string"}}, "requirements": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}}, "required": ["domain", "name", "config_flow", "documentation", "issue_tracker", "dependencies", "codeowners", "requirements", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "explanation", "date", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Sonified: Eagle Nebula Pillars", "credit" : "NASA, ESA, & The Hubble Heritage Team (STScI/AURA); Sonification: NASA, CXC, SAO, K. Arcand, M. Russo & A. Santaguida", "explanation" : "Yes, but have you ever experienced the Eagle Nebula with your ears ? The famous nebula, M16, is best known for the feast it gives your eyes, highlighting bright young stars forming deep inside dark towering structures. These light-years long columns of cold gas and dust are some 6,500 light-years distant toward the constellation of the Serpent (Serpens). Sculpted and eroded by the energetic ultraviolet light and powerful winds from M16's cluster of massive stars, the cosmic pillars themselves are destined for destruction. But the turbulent environment of star formation within M16, whose spectacular details are captured in this combined Hubble (visible) and Chandra (X-ray) image, is likely similar to the environment that formed our own Sun. In the featured video, listen for stars and dust sounding off as the line of sonification moves left to right, with vertical position determining pitch.", "date" : "2020-09-30", "service_version" : "v1", "media_type" : "video", "url" : "https://www.youtube.com/embed/DzrCEm1ZBRY?rel=0"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "explanation", "date", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [123.355, 48.94, 0.645203, 130.704, 54.7522, 0.751644, 128.376, 54.7572, 0.690929, 0, 0, 0, 0, 0, 0, 132.659, 54.7495, 0.812475, 135.359, 65.6012, 0.721986, 134.989, 76.0542, 0.767412, 131.103, 76.4697, 0.627109, 129.162, 76.4675, 0.61277, 133.431, 91.9581, 0.453558, 141.961, 105.519, 0.442909, 132.267, 76.4733, 0.71233, 134.956, 91.9571, 0.731219, 143.878, 106.677, 0.677394, 123.342, 47.7862, 0.147567, 124.507, 48.1445, 0.652384, 0, 0, 0, 128.384, 47.3864, 0.783949, 141.179, 110.943, 0.592993, 143.503, 110.562, 0.600237, 145.058, 107.452, 0.587531, 141.186, 110.177, 0.206769, 140.391, 110.168, 0.200996, 145.046, 107.079, 0.197727], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "rcs_id": {"type": "string"}, "password": {"type": "string"}, "address": {"type": "string"}, "picture_location": {"type": "null"}, "role_id": {"type": "integer"}, "groups": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "first_name", "last_name", "rcs_id", "password", "address", "picture_location", "role_id", "groups"]}}}, "required": ["users"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"users" : [{"id" : 1, "first_name" : "Nathan", "last_name" : "Strelser", "rcs_id" : "streln", "password" : "a", "address" : "1 15th st", "picture_location" : null, "role_id" : 2, "groups" : [1, 2, 3]}, {"id" : 2, "first_name" : "Carolyn", "last_name" : "Zhang", "rcs_id" : "zhangc13", "password" : "a", "address" : "1 14th st", "picture_location" : null, "role_id" : 1, "groups" : [1, 3]}, {"id" : 3, "first_name" : "Cam", "last_name" : "Hackett", "rcs_id" : "hackec", "password" : "a", "address" : "1 delaware st", "picture_location" : null, "role_id" : 1, "groups" : [2, 3]}, {"id" : 4, "first_name" : "Lucien", "last_name" : "Brule", "rcs_id" : "brulel", "password" : "a", "address" : "1 congress st", "picture_location" : null, "role_id" : 1, "groups" : [4, 3]}]} | json_instruct | {"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "rcs_id": {"type": "string"}, "password": {"type": "string"}, "address": {"type": "string"}, "picture_location": {"type": "null"}, "role_id": {"type": "integer"}, "groups": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "first_name", "last_name", "rcs_id", "password", "address", "picture_location", "role_id", "groups"]}}}, "required": ["users"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/js/app2.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/css/style.css": {"type": "string"}, "/js/style.js": {"type": "string"}}, "required": ["/js/app.js", "/js/app2.js", "/css/app.css", "/css/style.css", "/js/style.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/js/app.js" : "/js/app.js", "/js/app2.js" : "/js/app2.js", "/css/app.css" : "/css/app.css", "/css/style.css" : "/css/style.css", "/js/style.js" : "/js/style.js"} | json_instruct | {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/js/app2.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/css/style.css": {"type": "string"}, "/js/style.js": {"type": "string"}}, "required": ["/js/app.js", "/js/app2.js", "/css/app.css", "/css/style.css", "/js/style.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101787383, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "8fe21dc97c1117807cf296f42e5a34bc", "wof:id" : 101787383, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [22.415348, 47.249562, 22.429043, 47.260659], "geometry" : {"coordinates" : [[[22.423821, 47.253556], [22.429043, 47.252954], [22.428615, 47.251183], [22.42731, 47.251333], [22.426882, 47.249562], [22.424272, 47.249863], [22.424486, 47.250749], [22.415348, 47.251802], [22.415776, 47.253573], [22.417081, 47.253423], [22.418149, 47.257851], [22.416844, 47.258002], [22.417485, 47.260659], [22.41879, 47.260508], [22.418577, 47.259623], [22.419882, 47.259472], [22.419668, 47.258587], [22.420974, 47.258436], [22.420547, 47.256665], [22.421852, 47.256514], [22.421638, 47.255629], [22.422944, 47.255478], [22.42273, 47.254592], [22.424035, 47.254442], [22.423821, 47.253556]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [7.0, 4.0, 2.0, 2.0, 1.0, 0.0, 1.0, 2.0, 0.0, 0.0] | json_instruct | {"type": "array", "items": {"type": "number"}, "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-semistandard": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}}, "required": ["babel-eslint", "eslint", "eslint-config-semistandard", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "publishConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "spiral-coordinates", "version" : "0.1.0", "description" : "Spiral Coordinates", "main" : "src/index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Leonardo Favre <[email protected]> (https://www.leofavre.com/)", "license" : "MIT", "devDependencies" : {"babel-eslint" : "^10.0.3", "eslint" : "^6.7.2", "eslint-config-semistandard" : "^15.0.0", "eslint-config-standard" : "^14.1.0", "eslint-plugin-import" : "^2.18.2", "eslint-plugin-node" : "^10.0.0", "eslint-plugin-promise" : "^4.2.1", "eslint-plugin-standard" : "^4.0.1"}, "publishConfig" : {"access" : "public"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-semistandard": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}}, "required": ["babel-eslint", "eslint", "eslint-config-semistandard", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "publishConfig"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"@context": {"type": "integer"}}, "required": ["@context"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@context" : 100} | json_instruct | {"type": "object", "properties": {"@context": {"type": "integer"}}, "required": ["@context"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "units": {"type": "integer"}, "bldg": {"type": "string"}, "room": {"type": "string"}, "days": {"type": "string"}, "time": {"type": "string"}, "instructor": {"type": "string"}, "load": {"type": "string"}, "rank": {"type": "string"}, "attributes": {"type": "null"}, "enrl_cap": {"type": "integer"}, "enrl_tot": {"type": "integer"}, "wait_cap": {"type": "integer"}, "wait_tot": {"type": "integer"}, "prereqs": {"type": "null"}, "rmp": {"type": "null"}}, "required": ["subject", "catalog_nbr", "section", "class_nbr", "title", "component", "units", "bldg", "room", "days", "time", "instructor", "load", "rank", "attributes", "enrl_cap", "enrl_tot", "wait_cap", "wait_tot", "prereqs", "rmp"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"subject" : "SPHS", "catalog_nbr" : 726, "section" : 3, "class_nbr" : 10878, "title" : "CLINICAL ISSUES AUD", "component" : "Lecture", "units" : 1, "bldg" : "TBA", "room" : "TBA", "days" : "TBA", "time" : "TBA", "instructor" : "Staff", "load" : "100", "rank" : "INST", "attributes" : null, "enrl_cap" : 10, "enrl_tot" : 0, "wait_cap" : 0, "wait_tot" : 0, "prereqs" : null, "rmp" : null}, {"subject" : "SPHS", "catalog_nbr" : 726, "section" : 1, "class_nbr" : 1289, "title" : "CLINICAL ISSUES AUD", "component" : "Lecture", "units" : 1, "bldg" : "TBA", "room" : "TBA", "days" : "TBA", "time" : "TBA", "instructor" : "MCKENNA,NANCY M", "load" : "100", "rank" : "INST", "attributes" : null, "enrl_cap" : 12, "enrl_tot" : 10, "wait_cap" : 0, "wait_tot" : 0, "prereqs" : null, "rmp" : null}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "units": {"type": "integer"}, "bldg": {"type": "string"}, "room": {"type": "string"}, "days": {"type": "string"}, "time": {"type": "string"}, "instructor": {"type": "string"}, "load": {"type": "string"}, "rank": {"type": "string"}, "attributes": {"type": "null"}, "enrl_cap": {"type": "integer"}, "enrl_tot": {"type": "integer"}, "wait_cap": {"type": "integer"}, "wait_tot": {"type": "integer"}, "prereqs": {"type": "null"}, "rmp": {"type": "null"}}, "required": ["subject", "catalog_nbr", "section", "class_nbr", "title", "component", "units", "bldg", "room", "days", "time", "instructor", "load", "rank", "attributes", "enrl_cap", "enrl_tot", "wait_cap", "wait_tot", "prereqs", "rmp"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"csv_folder_path": {"type": "string"}, "normalized_path": {"type": "string"}, "hotEncoded_path": {"type": "string"}, "upSampled_path": {"type": "string"}, "output_package_path": {"type": "string"}, "feature_columns": {"type": "array", "items": {"type": "string"}}, "categorical_features": {"type": "array", "items": {"type": "string"}}, "binary_features": {"type": "array", "items": {"type": "string"}}, "label_columns": {"type": "array", "items": {"type": "string"}}, "lag_features": {"type": "array", "items": {}}, "sliding_window_length": {"type": "integer"}, "add_last_action_taken": {"type": "boolean"}, "decision_tree_depth": {"type": "integer"}, "k_fold": {"type": "integer"}, "SVMSMOTE_upsampling": {"type": "boolean"}, "random_state": {"type": "null"}}, "required": ["csv_folder_path", "normalized_path", "hotEncoded_path", "upSampled_path", "output_package_path", "feature_columns", "categorical_features", "binary_features", "label_columns", "lag_features", "sliding_window_length", "add_last_action_taken", "decision_tree_depth", "k_fold", "SVMSMOTE_upsampling", "random_state"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"csv_folder_path" : "./example", "normalized_path" : "./output/", "hotEncoded_path" : "./output/", "upSampled_path" : "./output/", "output_package_path" : "./output/", "feature_columns" : ["/ExerciseSubmissionResult", "/Time", "/IsNewExercise", "/KC", "/MoveBlock", "/Submit"], "categorical_features" : ["/MoveBlock"], "binary_features" : ["/ExerciseSubmissionResult", "/IsNewExercise"], "label_columns" : ["/robot_dialogue"], "lag_features" : [], "sliding_window_length" : 1, "add_last_action_taken" : true, "decision_tree_depth" : 5, "k_fold" : 5, "SVMSMOTE_upsampling" : true, "random_state" : null} | json_instruct | {"type": "object", "properties": {"csv_folder_path": {"type": "string"}, "normalized_path": {"type": "string"}, "hotEncoded_path": {"type": "string"}, "upSampled_path": {"type": "string"}, "output_package_path": {"type": "string"}, "feature_columns": {"type": "array", "items": {"type": "string"}}, "categorical_features": {"type": "array", "items": {"type": "string"}}, "binary_features": {"type": "array", "items": {"type": "string"}}, "label_columns": {"type": "array", "items": {"type": "string"}}, "lag_features": {"type": "array", "items": {}}, "sliding_window_length": {"type": "integer"}, "add_last_action_taken": {"type": "boolean"}, "decision_tree_depth": {"type": "integer"}, "k_fold": {"type": "integer"}, "SVMSMOTE_upsampling": {"type": "boolean"}, "random_state": {"type": "null"}}, "required": ["csv_folder_path", "normalized_path", "hotEncoded_path", "upSampled_path", "output_package_path", "feature_columns", "categorical_features", "binary_features", "label_columns", "lag_features", "sliding_window_length", "add_last_action_taken", "decision_tree_depth", "k_fold", "SVMSMOTE_upsampling", "random_state"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["In a small saucepan, stir together the milk and sugar. Set over medium heat, and bring to a boil. Milk tends to boil over as soon as it boils, so stay with it! When it boils, immediately remove from the heat. Stir in the semolina, and return to the burner. Bring to a boil over medium heat, stirring until thickened but still pourable. Pour into serving bowls, and top with your favorite hot cereal toppings."], "ingredients" : ["2 cups milk", "1 1/2 tablespoons white sugar", "1/3 cup semolina"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "German Semolina Pudding", "url" : "http://allrecipes.com/recipe/84725/german-semolina-pudding/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "License": {"type": "string"}}, "required": ["name", "version", "description", "License"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "redactor2-plugins", "version" : "1.0.0", "description" : "Redactor 2 WYSIWYG Plugins", "License" : "Unknown"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "License": {"type": "string"}}, "required": ["name", "version", "description", "License"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"IssuedDate": {"type": "string"}, "LineItem": {"type": "array", "items": {"type": "object", "properties": {"ItemDescription": {"type": "string"}, "ItemTotal": {"type": "string"}}, "required": ["ItemDescription", "ItemTotal"]}}, "TotalAmount": {"type": "string"}}, "required": ["IssuedDate", "LineItem", "TotalAmount"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IssuedDate" : "December 11,", "LineItem" : [{"ItemDescription" : "Raleigh Trust Stoppers Program 1981 Partial Billing January 1, 1981 January 31, 1901", "ItemTotal" : "$17,850.00"}], "TotalAmount" : "317,650.00"} | json_instruct | {"type": "object", "properties": {"IssuedDate": {"type": "string"}, "LineItem": {"type": "array", "items": {"type": "object", "properties": {"ItemDescription": {"type": "string"}, "ItemTotal": {"type": "string"}}, "required": ["ItemDescription", "ItemTotal"]}}, "TotalAmount": {"type": "string"}}, "required": ["IssuedDate", "LineItem", "TotalAmount"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "msg": {"type": "string"}}, "required": ["line", "column", "msg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"line" : 7, "column" : 17, "msg" : "Cannot find name 'err'."}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "msg": {"type": "string"}}, "required": ["line", "column", "msg"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this 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" : "5272021006", "district_id" : "5272021", "name" : "RABADOMPU BARAT"} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-84.253011, 39.83352], [-84.225605, 39.834019], [-84.223942, 39.830357], [-84.221942, 39.820257], [-84.222241, 39.818357], [-84.217634, 39.813985], [-84.220712, 39.812784], [-84.227424, 39.812808], [-84.229275, 39.815176], [-84.247391, 39.828315], [-84.253011, 39.83352]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 49595}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}, "bwqaVersion": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId", "bwqaVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"liveId" : "5c503fc40cf261d802c76097", "title" : "\u9633\u9752\u9896\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u5575\u5575", "picPath" : "/mediasource/live/1548763076740S4e38Wrd0X.jpg", "startTime" : 1548763076816, "memberId" : 63576, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5c503fc40cf261d802c76097.lrc", "streamPath" : "http://liveplaylk.lvb.eastmoney.com/live/2519_3699661.flv", "screenMode" : 0, "roomId" : "3869330", "bwqaVersion" : 0}, {"liveId" : "5c503f130cf283717aba486e", "title" : "\u96f7\u5b87\u9704\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u901b\u901b", "picPath" : "/mediasource/live/15472159692418nWd4Dpsne.jpg", "startTime" : 1548762899784, "memberId" : 614728, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5c503f130cf283717aba486e.lrc", "streamPath" : "http://liveplaylk.lvb.eastmoney.com/live/2519_3699653.flv", "screenMode" : 0, "roomId" : "19848042", "bwqaVersion" : 0}, {"liveId" : "5c503d0e0cf283717aba486d", "title" : "\u94b1\u84d3\u5a77\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u70b9\u8fdb\u6765\u6709\u60ca\u559c", "picPath" : "/mediasource/live/1544947341679b29XVV8f9L.jpg", "startTime" : 1548762382855, "memberId" : 36, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5c503d0e0cf283717aba486d.lrc", "streamPath" : "http://liveplaylk.lvb.eastmoney.com/live/2519_3699651.flv", "screenMode" : 0, "roomId" : "3870016", "bwqaVersion" : 0}, {"liveId" : "5c5037370cf283717aba486b", "title" : "\u66fe\u4f73\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u4e2d\u56fd\u5f0f\u5bb6\u957f\u5973\u513f\u7bc7", "picPath" : "/mediasource/live/1548760886728BaeaCxVRC7.jpg", "startTime" : 1548760887171, "memberId" : 614741, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5c5037370cf283717aba486b.lrc", "streamPath" : "http://liveplaylk.lvb.eastmoney.com/live/2519_3699643.flv", "screenMode" : 0, "roomId" : "19844104", "bwqaVersion" : 0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}, "bwqaVersion": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId", "bwqaVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeypoints": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "number"}, "x": {"type": "number"}}, "required": ["y", "x"]}}, "format": {"type": "string"}}, "required": ["relativeBoundingBox", "relativeKeypoints", "format"]}, "score": {"type": "array", "items": {"type": "number"}}, "label": {"type": "array", "items": {"type": "string"}}}, "required": ["locationData", "score", "label"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"locationData" : {"relativeBoundingBox" : {"xmin" : 0.6421701, "width" : 0.0735603, "ymin" : 0.62272716, "height" : 0.0919503}, "relativeKeypoints" : [{"y" : 0.635048, "x" : 0.660749}, {"y" : 0.68644345, "x" : 0.7039506}, {"y" : 0.6982101, "x" : 0.6845558}, {"y" : 0.7060648, "x" : 0.66594213}, {"y" : 0.71076226, "x" : 0.6490596}, {"y" : 0.6311826, "x" : 0.6856553}, {"y" : 0.6585885, "x" : 0.70751905}], "format" : "RELATIVE_BOUNDING_BOX"}, "score" : [0.9998523], "label" : ["Palm"]} | json_instruct | {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeypoints": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "number"}, "x": {"type": "number"}}, "required": ["y", "x"]}}, "format": {"type": "string"}}, "required": ["relativeBoundingBox", "relativeKeypoints", "format"]}, "score": {"type": "array", "items": {"type": "number"}}, "label": {"type": "array", "items": {"type": "string"}}}, "required": ["locationData", "score", "label"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "rootDirs": {"type": "array", "items": {"type": "string"}}}, "required": ["outDir", "rootDirs"]}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : "./tsconfig-base.json", "compilerOptions" : {"outDir" : "build", "rootDirs" : ["src", "libs/run-vcpkg-lib/src", "libs/action-base-lib/src", "libs/base-lib/src"]}, "exclude" : ["libs/task-base-lib/**", "libs/run-cmake-lib/**", "actions/**"]} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "rootDirs": {"type": "array", "items": {"type": "string"}}}, "required": ["outDir", "rootDirs"]}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"OneBadMother": {"type": "array", "items": {"type": "string"}}}, "required": ["OneBadMother"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"OneBadMother" : ["FluffyTheTerrible", "HiveQueen", "NamesToRunAwayFromReallyFast", "CurseCutShort", "GettingCrapPastTheRadar", "AlmightyMom", "MonsterIsAMommy", "MotherOfAThousandYoung", "AbusiveParents", "YourMom", "EvilMatriarch", "GodSaveUsFromTheQueen", "TheVirus", "GodSaveUsFromTheQueen", "ExplosiveBreeder", "LotusEaterMachine", "DarkerAndEdgier", "SeriesContinuityError", "WithGreatPowerComesGreatInsanity", "PlotHole", "CrisisCrossover", "BigBad", "NewParentNomenclatureProblem", "BigBad", "MiseryBuildsCharacter", "ScaryBlackMan", "BitchInSheepsClothing", "TropeMakers", "CurseCutShort", "Tagline", "ImAHumanitarian", "VillainSong", "CurseCutShort", "HiveMind", "GoMadFromTheIsolation", "GeniusLoci", "SpearCounterpart", "PsychoForHire", "TheHecateSisters", "Revival", "SuperSerum", "BitchInSheepsClothing", "SpearCounterpart", "PsychoForHire", "TheHecateSisters", "OnceUponATime", "TakeThat", "MoralGuardians", "KarmaMeter", "ActionMom", "NamesTheSame", "RuleOfThree", "BigBad", "OmnicidalManiac", "SubvertedTrope", "LargeHam", "ThirdPersonPerson", "TheRevolutionWillNotBeCivilized", "YourTerroristsAreOurFreedomFighters", "NamesToRunAwayFromReallyFast", "MindRape", "FinalBoss", "TrueFinalBoss", "GirlScoutsAreEvil", "MilkmanConspiracy", "MurderInc", "PsychoForHire", "ReligionOfEvil", "GodOfEvil", "ThePowerOfTheVoid", "DeityOfHumanOrigin", "OffingTheOffspring", "TheGhost", "GreaterScopeVillain", "DeityOfHumanOrigin", "EldritchLocation", "AIIsACrapshoot", "VillainWithGoodPublicity", "EvilCannotComprehendGood", "IrrationalHatred", "KillAllHumans", "ArtificialHuman", "LackOfEmpathy", "HeelFaceTurn", "YouHaveOutlivedYourUsefulness", "ForcedToWatch", "FunWithAcronyms", "ViolentGlaswegian", "EvilOverlord", "TheTheocracy", "BigBad", "EvilMatriarch", "MalevolentMugshot", "FatBastard", "SubvertedTrope", "AxCrazy", "BigBad", "CorruptCorporateExecutive", "LeanAndMean", "VisualPun", "EvilMatriarch", "UniversalAdaptorCast", "WhatCouldHaveBeen", "MagicalGirlWarrior", "WizardsFromOuterSpace", "MonsterOfTheWeek", "BullyingADragon"]} | json_instruct | {"type": "object", "properties": {"OneBadMother": {"type": "array", "items": {"type": "string"}}}, "required": ["OneBadMother"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"/unique_chucks/23/0x1f4ee7184e1944aff86fb5ee95e247d1ea05c721.sol:EtherGame": {"type": "object", "properties": {"results": {"type": "object", "properties": {}, "required": []}}, "required": ["results"]}}, "required": ["/unique_chucks/23/0x1f4ee7184e1944aff86fb5ee95e247d1ea05c721.sol:EtherGame"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x1f4ee7184e1944aff86fb5ee95e247d1ea05c721", "tool" : "securify", "start" : 1563589607.2127633, "end" : 1563589613.054657, "duration" : 5.841893672943115, "analysis" : {"/unique_chucks/23/0x1f4ee7184e1944aff86fb5ee95e247d1ea05c721.sol:EtherGame" : {"results" : {}}}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"/unique_chucks/23/0x1f4ee7184e1944aff86fb5ee95e247d1ea05c721.sol:EtherGame": {"type": "object", "properties": {"results": {"type": "object", "properties": {}, "required": []}}, "required": ["results"]}}, "required": ["/unique_chucks/23/0x1f4ee7184e1944aff86fb5ee95e247d1ea05c721.sol:EtherGame"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[{"count" : 10200, "_tpl" : "5449016a4bdc2d6f028b456f"}]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id_9693": {"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": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_9693"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_9693" : {"title" : "Island Queen", "language" : "English", "totaltime" : "05:19:06", "url_librivox" : "http://librivox.org/the-island-queen-by-r-m-ballantyne/", "url_iarchive" : "http://archive.org/details/the_island_queen_1505_librivox", "readers" : ["6670", "7356", "8886", "9884"], "authors" : "786", "genres" : "Action & Adventure Fiction"}} | json_instruct | {"type": "object", "properties": {"id_9693": {"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": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_9693"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"namaKab" : "TABANAN", "originalFilename" : "FOTO.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 301254, "noUrut" : 1, "nama" : "I GUSTI PUTU SUDIARTA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA DENPASAR", "originalFilename" : "BERKARYA BALI3.2.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 283126, "noUrut" : 2, "nama" : "IDA AYU KARANG", "stringJenisKelamin" : "Perempuan"}] | 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", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["dfp-wrapper", "node-google-dfp-wrapper"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 48693, "date" : "2015-04-02 10:40:31", "user" : "Ikoula", "post" : "Hello guys,\r\n\r\nSome of you are waiting for our next dedicated server offer.\r\nWe are still working on it and we hope that will please you.\r\n\r\nIn the mean time i would like to talk about our cloud vm platform.\r\n\r\nPublic cloud is the name of our vm plans based on SSD servers.\r\n\r\nWe use xen as hypervisor and cloudstack as backend.\r\n\r\nYou can use it as a reseller and make automated deployments thanks to API.\r\n\r\n**Features**\r\n\r\n-Deploy from template or ISO.\r\n\r\n-Deploy in France, Miami or Singapore.\r\n\r\n-Modify ressources allocation.\r\n\r\n-Modify storage capacity.\r\n\r\n-Setup client VPN or site to site VPN.\r\n\r\n-Setup firewall / NAT / Load balancing.\r\n\r\n-Manage your own templates.\r\n\r\n-Create and manage sub user accounts.\r\n\r\n**Plans**\r\n\r\n-Hourly billing system. \r\n-Unmetered trafic. \r\n-If you subscribe to public cloud for the first time you can use the coupon code CP50CCP2015 while ordering (you have to put the code and apply it).\r\n\r\nYou will be able to spend 53.5$ in public cloud vm plans.\r\nFor example it will allow you to run the following vm for like 9 months.\r\nIf more ressources are needed please have a look at our other plans on https://express.ikoula.com/en/public-cloud\r\n\r\n<>VM PICO \tLinux 5,70 $/mo \t512Mo\t0,5vCPU 50Go SSD<>\r\n\r\n**More**\r\n\r\nYou can run a ping from lg.ikoula.com\r\n\r\nIkoula is a french Hosting company since 1998.\r\n\r\nWe have our own french datacenter.\r\n\r\nWe also provides vm / dedicated servers / hosting services / mail services / managed services.\r\n\r\nThank you for reading and have a nice day."} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender": {"type": "string"}, "recipients": {"type": "array", "items": {"type": "string"}}, "text": {"type": "string"}, "disapproval": {"type": "boolean"}, "date": {"type": "string"}, "approval": {"type": "boolean"}}, "required": ["sender", "recipients", "text", "disapproval", "date", "approval"]}}, "owner_email": {"type": "string"}, "private": {"type": "boolean"}, "base_url": {"type": "string"}, "owner": {"type": "string"}, "subject": {"type": "string"}, "created": {"type": "string"}, "patchsets": {"type": "array", "items": {"type": "integer"}}, "modified": {"type": "string"}, "closed": {"type": "boolean"}, "issue": {"type": "integer"}}, "required": ["description", "cc", "reviewers", "messages", "owner_email", "private", "base_url", "owner", "subject", "created", "patchsets", "modified", "closed", "issue"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "cmd/gc: insert \\n at end of every input file\n\nNot just the first one.\n\nFixes issue 5433.\nFixes issue 5913.", "cc" : ["[email protected]", "[email protected]"], "reviewers" : [], "messages" : [{"sender" : "[email protected]", "recipients" : ["[email protected]", "[email protected]", "[email protected]", "[email protected]"], "text" : "Hello ken2 (cc: [email protected]),\n\nI'd like you to review this change to\nhttps://code.google.com/p/go/", "disapproval" : false, "date" : "2013-07-30 14:27:06.202210", "approval" : false}, {"sender" : "[email protected]", "recipients" : ["[email protected]", "[email protected]", "[email protected]", "[email protected]"], "text" : "*** Submitted as https://code.google.com/p/go/source/detail?r=d79794a4073f ***\n\ncmd/gc: insert \\n at end of every input file\n\nNot just the first one.\n\nFixes issue 5433.\nFixes issue 5913.\n\nR=ken2\nCC=golang-dev\nhttps://codereview.appspot.com/12028049", "disapproval" : false, "date" : "2013-07-30 14:27:15.214500", "approval" : false}], "owner_email" : "[email protected]", "private" : false, "base_url" : "", "owner" : "rsc", "subject" : "code review 12028049: cmd/gc: insert \\n at end of every input file", "created" : "2013-07-30 13:52:29.592790", "patchsets" : [1, 3001, 5001], "modified" : "2013-07-30 14:27:16.716620", "closed" : true, "issue" : 12028049} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender": {"type": "string"}, "recipients": {"type": "array", "items": {"type": "string"}}, "text": {"type": "string"}, "disapproval": {"type": "boolean"}, "date": {"type": "string"}, "approval": {"type": "boolean"}}, "required": ["sender", "recipients", "text", "disapproval", "date", "approval"]}}, "owner_email": {"type": "string"}, "private": {"type": "boolean"}, "base_url": {"type": "string"}, "owner": {"type": "string"}, "subject": {"type": "string"}, "created": {"type": "string"}, "patchsets": {"type": "array", "items": {"type": "integer"}}, "modified": {"type": "string"}, "closed": {"type": "boolean"}, "issue": {"type": "integer"}}, "required": ["description", "cc", "reviewers", "messages", "owner_email", "private", "base_url", "owner", "subject", "created", "patchsets", "modified", "closed", "issue"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101889263, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "440a7fd173c0956fcac00be36dec45a6", "wof:id" : 101889263, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.01357026368441, 47.33791251992625, 6.02295367005331, 47.34813610401704], "geometry" : {"coordinates" : [[[6.01926666472116, 47.3381060672545], [6.0139838877547, 47.33791251992625], [6.01357026368441, 47.34330432902004], [6.01621192043342, 47.34340114632425], [6.01600520357931, 47.34609705023433], [6.01996791004058, 47.34624216466648], [6.01989906652301, 47.34714080124616], [6.02121999587541, 47.34718914162994], [6.02115117204488, 47.34808777869853], [6.02247212636377, 47.34813610401704], [6.02295367005331, 47.34184562779302], [6.02163287486417, 47.3417973092233], [6.02170167736529, 47.34089866882243], [6.02038090713489, 47.34085033518932], [6.02044972931731, 47.33995169527645], [6.01912898404504, 47.33990334658074], [6.01926666472116, 47.3381060672545]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "logo": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "chain_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "chain_id", "url"]}}}, "required": ["name", "logo", "links"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Baseledger", "logo" : "https://gist.githubusercontent.com/kwunyeung/8be4598c77c61e497dfc7220a678b3ee/raw/8178b6bcce1d1563bac10f8a150c713724a742f1/cosmoshub.svg?sanitize=true", "links" : [{"name" : "Peachtree Testnet", "chain_id" : "peachtree", "url" : "http://localhost:3000"}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "logo": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "chain_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "chain_id", "url"]}}}, "required": ["name", "logo", "links"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404396111, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "dba994bd391723ae13ce3628270de192", "wof:id" : 404396111, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.43241905731677, 50.911428088952, 2.49404359758071, 50.96385702507668], "geometry" : {"coordinates" : [[[2.44226571099807, 50.911428088952], [2.43286984006649, 50.93912260045304], [2.43241905731677, 50.9637705034399], [2.43369646407576, 50.96385702507668], [2.45411424228894, 50.96070070155278], [2.4749647045154, 50.9620637319256], [2.49203209285206, 50.93472149241464], [2.49404359758071, 50.92114842682787], [2.4790391736473, 50.92010896681789], [2.47723245137336, 50.91375023814874], [2.45057528247282, 50.91578877824568], [2.44226571099807, 50.911428088952]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"definitions": {"type": "object", "properties": {"FiraBold": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "Miami": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "Oslo_Japan": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "SignTextNarrowBold": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "defaultFont": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"]}}, "required": ["FiraBold", "Miami", "Oslo_Japan", "SignTextNarrowBold", "defaultFont"]}}, "required": ["definitions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"definitions" : {"FiraBold" : {"value" : "fonts/FiraGO_MapBold.ttf; fonts/NotoSansJP-Regular.otf; DroidSansFallback.ttf; fonts/LohitKanMalTamTel.ttf; fonts/LohitIndic.ttf; fonts/NotoSansArmenian-Regular-unhinted.ttf; fonts/NotoSansGeorgian-Regular-unhinted.ttf; fonts/NotoSansKhmer-Regular-unhinted.ttf; fonts/NotoSansMyanmar-Regular-unhinted.ttf"}, "Miami" : {"value" : "fonts/FiraGO_Map.ttf; NotoSansCJK-Regular.ttc; NotoSansJP-Regular.otf; fonts/NotoSansJP-Regular.otf; DroidSansFallback.ttf; fonts/DroidSansFallback.ttf; fonts/LohitKanMalTamTel.ttf; fonts/LohitIndic.ttf; fonts/NotoSansArmenian-Regular-unhinted.ttf; fonts/NotoSansGeorgian-Regular-unhinted.ttf; fonts/NotoSansKhmer-Regular-unhinted.ttf; fonts/NotoSansMyanmar-Regular-unhinted.ttf"}, "Oslo_Japan" : {"value" : "fonts/FiraGO_Map.ttf; msgothic.ttc; \u30d2\u30e9\u30ae\u30ce\u89d2\u30b4\u30b7\u30c3\u30af W3.ttc; NotoSansCJK-Regular.ttc; NotoSansJP-Regular.otf; fonts/NotoSansJP-Regular.otf; DroidSansFallback.ttf; fonts/DroidSansFallback.ttf; fonts/LohitKanMalTamTel.ttf; fonts/LohitIndic.ttf; fonts/NotoSansArmenian-Regular-unhinted.ttf; fonts/NotoSansGeorgian-Regular-unhinted.ttf; fonts/NotoSansKhmer-Regular-unhinted.ttf; fonts/NotoSansMyanmar-Regular-unhinted.ttf"}, "SignTextNarrowBold" : {"value" : "fonts/SignTextNarrow_Bold.ttf"}, "defaultFont" : {"value" : ["ref", "Miami"]}}} | json_instruct | {"type": "object", "properties": {"definitions": {"type": "object", "properties": {"FiraBold": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "Miami": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "Oslo_Japan": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "SignTextNarrowBold": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "defaultFont": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"]}}, "required": ["FiraBold", "Miami", "Oslo_Japan", "SignTextNarrowBold", "defaultFont"]}}, "required": ["definitions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 3273040, "parent" : 3273, "name" : "BOJONGLOA KIDUL", "latitude" : "-6.9469665581905", "longitude" : "107.59878805796", "postal" : [40234, 40235, 40236, 40237, 40238, 40239], "children" : [3273040001, 3273040002, 3273040003, 3273040004, 3273040005, 3273040006]} | 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": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "sent": {"type": "integer"}, "out": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"]}}}, "required": ["fees", "ts", "txid", "block", "in", "sent", "out"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"fees" : -2500000000, "ts" : "1534707365", "txid" : "c2ac9d508f55306cccdd9d6478919fa38b5eba4d15241084c6b3c9aebe1921ee", "block" : 1415787, "in" : [{"coinbase" : "036b9a1504a5c6795b084400fcec49000000052f6d70682f"}], "sent" : 2500000000, "out" : [{"value" : 0}, {"addr" : "MJpTHvn5TSgzr6mNsdEu28zMnQX232jr9q", "value" : 2500000000, "spent" : "111004dd9f75c1a7a2d44dc278195c398202ae43ac6dedd458d8f3df3d84a439"}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "sent": {"type": "integer"}, "out": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"]}}}, "required": ["fees", "ts", "txid", "block", "in", "sent", "out"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"appService.deploySubpath": {"type": "string"}, "appService.defaultWebAppToDeploy": {"type": "string"}}, "required": ["appService.deploySubpath", "appService.defaultWebAppToDeploy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"appService.deploySubpath" : ".", "appService.defaultWebAppToDeploy" : "/subscriptions/f9b23e04-c0b1-49fb-94e2-40b008a19ad3/resourceGroups/appsvc_linux_centralus/providers/Microsoft.Web/sites/TravelexpertsInc"} | json_instruct | {"type": "object", "properties": {"appService.deploySubpath": {"type": "string"}, "appService.defaultWebAppToDeploy": {"type": "string"}}, "required": ["appService.deploySubpath", "appService.defaultWebAppToDeploy"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"artist_id" : "ARZJ4MI1187B9AF5AF", "artist_latitude" : null, "artist_location" : "Orange County, CA", "artist_longitude" : null, "artist_name" : "Reel Big Fish", "duration" : 103.26159, "num_songs" : 1, "song_id" : "SOWZYPQ12AAF3B1F3D", "title" : "I'm Cool", "year" : 1997} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"token": {"type": "string"}, "bot_admins": {"type": "array", "items": {"type": "integer"}}}, "required": ["token", "bot_admins"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"token" : "YOUR_TOKEN_IF_NOT_USING_HEROKU", "bot_admins" : [407093314316140554, 178103648608452608]} | json_instruct | {"type": "object", "properties": {"token": {"type": "string"}, "bot_admins": {"type": "array", "items": {"type": "integer"}}}, "required": ["token", "bot_admins"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "EUWIN", "frequency" : 0, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/index.js": {"type": "boolean"}}, "required": ["static/development/pages/index.js"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "a2cf0b5feeae96d2eb0e", "c" : {"static/development/pages/index.js" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/index.js": {"type": "boolean"}}, "required": ["static/development/pages/index.js"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "test"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb-base", "eslint-plugin-import"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "browserslist": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "author", "license", "homepage", "scripts", "devDependencies", "repository", "bugs", "engines", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "anilinkz-tracker", "version" : "1.4.2", "description" : "A Chrome extension to track episodes you watch on Anilinkz Anime Stream website", "author" : {"name" : "Jonathan Argentiero", "email" : "[email protected]", "url" : "https://github.com/jonathanargentiero"}, "license" : "MIT", "homepage" : "https://github.com/jonathanargentiero/anilinkz-tracker/", "scripts" : {"lint" : "eslint --ext .js .", "test" : "npm run lint"}, "devDependencies" : {"eslint" : "^4.9.0", "eslint-config-airbnb-base" : "^12.1.0", "eslint-plugin-import" : "^2.7.0"}, "repository" : {"type" : "git", "url" : "https://github.com/jonathanargentiero/anilinkz-tracker.git"}, "bugs" : {"url" : "https://github.com/jonathanargentiero/anilinkz-tracker/issues"}, "engines" : {"node" : ">= 6.0.0", "npm" : ">= 3.0.0"}, "browserslist" : ["Chrome >= 62"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "test"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb-base", "eslint-plugin-import"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "browserslist": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "author", "license", "homepage", "scripts", "devDependencies", "repository", "bugs", "engines", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101881001, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "ca9c8f829636a483d27bc40ccaa4bb57", "wof:id" : 101881001, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.12889, 48.74082, 3.12889, 48.74082], "geometry" : {"coordinates" : [3.12889, 48.74082], "type" : "Point"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "destination": {"type": "string"}, "description": {"type": "string"}, "mappingProfileId": {"type": "string"}}, "required": ["id", "name", "destination", "description", "mappingProfileId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "448ae575-daec-49c1-8041-d64c8ed8e5b1", "name" : "job profile name", "destination" : "fileSystem", "description" : "Job profile description", "mappingProfileId" : "3798f546-7afb-11ea-bc55-0242ac130003"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "destination": {"type": "string"}, "description": {"type": "string"}, "mappingProfileId": {"type": "string"}}, "required": ["id", "name", "destination", "description", "mappingProfileId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "timestamp": {"type": "string"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "timestamp", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cam/image_array" : "95_cam-image_array_.jpg", "user/throttle" : 0.4206427198095646, "timestamp" : "2019-02-17 21:47:43.053768", "user/angle" : 0.10309152500991851, "user/mode" : "user"} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "timestamp": {"type": "string"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "timestamp", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this 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" : "1111101016", "district_id" : "1111101", "name" : "BLANG SEUNONG"} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404407211, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "197f95ed986cfaac5c617104b9ab3d07", "wof:id" : 404407211, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.16682658429488, 44.9141890831964, 4.22385442070341, 44.97413664674814], "geometry" : {"coordinates" : [[[4.19004647042776, 44.9141890831964], [4.17827164312174, 44.91650266343901], [4.17749260510863, 44.93372762321095], [4.1697331638205, 44.93792463561936], [4.16682658429488, 44.94446549086702], [4.17491270489905, 44.95278163311956], [4.1782145226484, 44.96266080429383], [4.19366559164746, 44.97052822213006], [4.21633634998672, 44.97413664674814], [4.21939410154796, 44.96424297756679], [4.22385442070341, 44.96287929312491], [4.21657227483909, 44.93357691751402], [4.20485773649777, 44.92762639800745], [4.19004647042776, 44.9141890831964]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2004, 5], [2005, 8], [2006, 7], [2007, 7], [2012, 9], [2013, 7], [2014, 13]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"symfony/framework-bundle": {"type": "string"}}, "required": ["symfony/framework-bundle"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Tga\\AudienceBundle": {"type": "string"}}, "required": ["Tga\\AudienceBundle"]}}, "required": ["psr-0"]}, "target-dir": {"type": "string"}}, "required": ["name", "description", "keywords", "type", "license", "authors", "require", "autoload", "target-dir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tiitoo/tga", "description" : "Audience statistics bundle for Symfony2", "keywords" : ["audience", "visitors", "analystics", "stats", "statistics"], "type" : "symfony-bundle", "license" : "Apache", "authors" : [{"name" : "Titouan Galopin", "email" : "[email protected]"}], "require" : {"symfony/framework-bundle" : "2.*"}, "autoload" : {"psr-0" : {"Tga\\AudienceBundle" : ""}}, "target-dir" : "Tga/AudienceBundle"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"symfony/framework-bundle": {"type": "string"}}, "required": ["symfony/framework-bundle"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Tga\\AudienceBundle": {"type": "string"}}, "required": ["Tga\\AudienceBundle"]}}, "required": ["psr-0"]}, "target-dir": {"type": "string"}}, "required": ["name", "description", "keywords", "type", "license", "authors", "require", "autoload", "target-dir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "author"]}}, "required": ["siteMetadata"]}, "markdownRemark": {"type": "object", "properties": {"id": {"type": "string"}, "excerpt": {"type": "string"}, "html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}}, "required": ["title", "date"]}}, "required": ["id", "excerpt", "html", "frontmatter"]}}, "required": ["site", "markdownRemark"]}, "pageContext": {"type": "object", "properties": {"slug": {"type": "string"}, "previous": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["fields", "frontmatter"]}, "next": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["fields", "frontmatter"]}}, "required": ["slug", "previous", "next"]}}, "required": ["data", "pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"site" : {"siteMetadata" : {"title" : "A Blog", "author" : "Scott Williams"}}, "markdownRemark" : {"id" : "a46925f1-c64d-591d-8338-d2456b43c994", "excerpt" : "This is what my desk looked like about a week ago: As my wife can attest, I had become a little disgruntled with the whole thing, since there wasn\u2019t any extra\u2026", "html" : "<p>This is what my desk looked like about a week ago:</p>\n<p>As my wife can attest, I had become a little disgruntled with the whole thing, since there wasn\u2019t any extra space to actually do anything. So, I did something about it:</p>\n<p>I got a small shelf thing from IKEA and put the monitors and laptop on top of it, freeing up a ton of space. I use <a href=\"http://synergy2.sourceforge.net/\">Synergy</a> to allow me to use the same mouse and keyboard on both the desktop and laptop. I still need to work on the wiring a bit to make it extra pretty, but I definitely enjoy it more.</p>\n<p>More notes on the desk at <a href=\"http://www.flickr.com/photos/swilliams/1808997105/\">Flickr</a></p>", "frontmatter" : {"title" : "Command Central", "date" : "October 31, 2007"}}}, "pageContext" : {"slug" : "/2007/10/31/command-central/", "previous" : {"fields" : {"slug" : "/2007/09/26/tfs-uncertainties/"}, "frontmatter" : {"title" : "TFS Uncertainties"}}, "next" : {"fields" : {"slug" : "/2008/02/13/wpf-margins/"}, "frontmatter" : {"title" : "WPF Margins"}}}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "author"]}}, "required": ["siteMetadata"]}, "markdownRemark": {"type": "object", "properties": {"id": {"type": "string"}, "excerpt": {"type": "string"}, "html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}}, "required": ["title", "date"]}}, "required": ["id", "excerpt", "html", "frontmatter"]}}, "required": ["site", "markdownRemark"]}, "pageContext": {"type": "object", "properties": {"slug": {"type": "string"}, "previous": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["fields", "frontmatter"]}, "next": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["fields", "frontmatter"]}}, "required": ["slug", "previous", "next"]}}, "required": ["data", "pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "preferGlobal": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}, "chalk": {"type": "string"}, "async": {"type": "string"}, "fs-extra": {"type": "string"}, "fstream": {"type": "string"}, "tar": {"type": "string"}, "pad": {"type": "string"}}, "required": ["commander", "chalk", "async", "fs-extra", "fstream", "tar", "pad"]}, "bin": {"type": "object", "properties": {"tars-deploy": {"type": "string"}}, "required": ["tars-deploy"]}, "license": {"type": "string"}}, "required": ["name", "preferGlobal", "version", "description", "author", "homepage", "repository", "bugs", "keywords", "dependencies", "bin", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@tars/deploy", "preferGlobal" : "true", "version" : "2.0.3", "description" : "TARS \u6846\u67b6\u670d\u52a1\u6253\u5305\u5de5\u5177", "author" : {"name" : "Superzheng", "email" : "[email protected]"}, "homepage" : "https://github.com/tars-node/deploy", "repository" : {"type" : "git", "url" : "https://github.com/tars-node/deploy.git"}, "bugs" : {"url" : "https://github.com/tars-node/deploy/issues"}, "keywords" : ["deploy", "tars"], "dependencies" : {"commander" : "2.9.0", "chalk" : "1.1.3", "async" : "2.1.5", "fs-extra" : "2.0.0", "fstream" : "1.0.11", "tar" : "2.2.1", "pad" : "1.1.0"}, "bin" : {"tars-deploy" : "./bin/tars-deploy"}, "license" : "BSD-3-Clause"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "preferGlobal": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}, "chalk": {"type": "string"}, "async": {"type": "string"}, "fs-extra": {"type": "string"}, "fstream": {"type": "string"}, "tar": {"type": "string"}, "pad": {"type": "string"}}, "required": ["commander", "chalk", "async", "fs-extra", "fstream", "tar", "pad"]}, "bin": {"type": "object", "properties": {"tars-deploy": {"type": "string"}}, "required": ["tars-deploy"]}, "license": {"type": "string"}}, "required": ["name", "preferGlobal", "version", "description", "author", "homepage", "repository", "bugs", "keywords", "dependencies", "bin", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"jsrender.js": {"type": "string"}, "jsrender.min.js": {"type": "string"}}, "required": ["jsrender.js", "jsrender.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jsrender.js" : "sha256-QsE4M4KDUYXxvYrTozaOBB82N0b60DmAXPXdANJQ2FM=", "jsrender.min.js" : "sha256-3UBtL0tzgKVuJU8ZZiWLXEWGEjXEr6Z023rpauMnBUE="} | json_instruct | {"type": "object", "properties": {"jsrender.js": {"type": "string"}, "jsrender.min.js": {"type": "string"}}, "required": ["jsrender.js", "jsrender.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-wg63-hgm9-2f74", "modified" : "2022-04-30T18:16:11Z", "published" : "2022-04-30T18:16:11Z", "aliases" : ["CVE-2001-0502"], "details" : "Running Windows 2000 LDAP Server over SSL, a function does not properly check the permissions of a user request when the directory principal is a domain user and the data attribute is the domain password, which allows local users to modify the login password of other users.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2001-0502"}, {"type" : "WEB", "url" : "https://docs.microsoft.com/en-us/security-updates/securitybulletins/2001/ms01-036"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/6745"}, {"type" : "WEB", "url" : "http://www.ciac.org/ciac/bulletins/l-101.shtml"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/2929"}], "database_specific" : {"cwe_ids" : [], "severity" : "MODERATE", "github_reviewed" : false}} | 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": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"dbaas_logs_dashboard": {"type": "string"}}, "required": ["dbaas_logs_dashboard"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dbaas_logs_dashboard" : "Painel de controlo"} | json_instruct | {"type": "object", "properties": {"dbaas_logs_dashboard": {"type": "string"}}, "required": ["dbaas_logs_dashboard"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vertices" : [[34, 51], [10, 46], [51, 36], [15, 23], [37, 16], [35, 4], [13, 8]]} | json_instruct | {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "sent": {"type": "integer"}, "out": {"type": "array", "items": {"type": "object", "properties": {"addr": {"type": "string"}, "value": {"type": "integer"}}, "required": ["addr", "value"]}}}, "required": ["fees", "ts", "txid", "block", "in", "sent", "out"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"fees" : -2500000000, "ts" : "1535421148", "txid" : "0e54ebbf1bd80547116d6ed357d75dc543cbbbe1aee87f018a2c23b6b35bfdbd", "block" : 1423329, "in" : [{"coinbase" : "03e1b71504dcaa845b08810d0430667400017969696d7000"}], "sent" : 2500000000, "out" : [{"addr" : "MMKcdnjp7bqh9u5jWFbsruD2QwebrFwN83", "value" : 0}, {"addr" : "MSjcgvAXUqhYENTvd4k76Fk2iUtf9APDa4", "value" : 2500000000}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "sent": {"type": "integer"}, "out": {"type": "array", "items": {"type": "object", "properties": {"addr": {"type": "string"}, "value": {"type": "integer"}}, "required": ["addr", "value"]}}}, "required": ["fees", "ts", "txid", "block", "in", "sent", "out"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "string"}}, "required": ["definition", "virus_id", "isolate_id", "_id", "host"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"definition" : "Chrysanthemum chlorotic mottle viroid isolate Ford-17, complete genome.", "virus_id" : "bb4e61c1", "isolate_id" : "lympimgo", "_id" : "KT033022", "host" : "chrysanthemum"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "string"}}, "required": ["definition", "virus_id", "isolate_id", "_id", "host"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}, "postalCode": {"type": "string"}, "country": {"type": "string"}}, "required": ["name", "addressLines", "postalCode", "country"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Ipswich Tower Ramparts", "addressLines" : ["Unit 37 Sailmakers", "11 Tavern Street", "Ipswich", "Suffolk"], "postalCode" : "IP1 3BB", "country" : "gb"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}, "postalCode": {"type": "string"}, "country": {"type": "string"}}, "required": ["name", "addressLines", "postalCode", "country"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "churr", "definition" : "A vibrant or whirring noise such as that made by some insects, as the cockchafer, or by some birds, as the nightjar, the partridge, etc.\n\nTo make a churr, as a cockchafer. That's the churring of the nightjar. Hall Caine.\n\nTo utter by churring."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ExtremeLibido": {"type": "array", "items": {"type": "string"}}}, "required": ["ExtremeLibido"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ExtremeLibido" : ["ReallyGetsAround", "StealthPun", "ReallyGetsAround", "AnythingThatMoves", "LovesTheDead", "AllMenArePerverts", "AllWomenAreLustful", "HornyDevils", "PlayedForDrama", "WordOfGod", "EmbodimentOfVice", "Lust", "RepressedMemories", "DestructoNookie", "MarryThemAll", "NotIfTheyEnjoyedItRationalization", "OutWithABang", "CoitusEnsues", "SexSlave", "DoYouWantToCopulate", "ParentalIncest", "PropertyOfLove", "CovertPervert", "PhysicalGod", "BullyingADragon", "OutWithABang", "AliensMadeThemDoIt", "AmazonBrigade", "TwinCest", "SexGod", "Hentai", "DifferentlyPoweredIndividuals", "SexMagic", "PowerPerversionPotential", "DestructoNookie", "MarryThemAll", "PhysicalGod", "BullyingADragon", "OutWithABang", "AliensMadeThemDoIt", "AmazonBrigade", "TwinCest", "SexGod", "EthicalSlut", "GoodBadGirl", "TropaholicsAnonymous", "ExactlyWhatItSaysOnTheTin", "Yuppie", "ArrangedMarriage", "AThreesomeIsHot", "CuckoldHorns", "OlderThanTheyLook", "TheChosenMany", "AFormYouAreComfortableWith", "FaunsAndSatyrs", "OvercomeWithDesire", "OutWithABang", "IntercourseWithYou", "MeaningfulName", "Lust", "SexIsEvilAndIAmHorny", "TheHedonist", "TheFakeCutie", "PlayingWithSyringes", "DirtyOldMan", "SickeninglySweethearts", "NotSoAboveItAll", "Twincest", "OppositeSexClone", "AntiHero", "BattleHarem", "SexSlave", "BotanicalAbomination", "MadonnaWhoreComplex", "RecycledInSpace", "MindMeld", "NonMaliciousMonster", "OutWithABang", "TheRant", "BaitAndSwitch", "UnholyMatrimony", "BetaCouple", "TheCameo", "ADateWithRosiePalms", "ReallyGetsAround", "TrailerSpoof", "AlternateTimeline", "AlternateTimeline"]} | json_instruct | {"type": "object", "properties": {"ExtremeLibido": {"type": "array", "items": {"type": "string"}}}, "required": ["ExtremeLibido"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404404273, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "4e35f6aa6284735dc93a748419ac809a", "wof:id" : 404404273, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.68266879665156, 50.25962406502559, 2.74040179908683, 50.29377501131927], "geometry" : {"coordinates" : [[[2.69362586953401, 50.25962406502559], [2.69515811779526, 50.26800530518707], [2.68601561335843, 50.27394436624003], [2.68266879665156, 50.28038262533927], [2.69425973658795, 50.28685870213207], [2.70132990010344, 50.29039570042237], [2.72594977239387, 50.29377501131927], [2.74040179908683, 50.29070865515092], [2.74009940313972, 50.28137012364363], [2.73120409753447, 50.26506330892656], [2.71804726462956, 50.26065212826659], [2.69362586953401, 50.25962406502559]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3304070012", "district_id" : "3304070", "name" : "WANACIPTA"} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Demo: PhoneLets: offloading the phone off your phone for energy, cost and network load optimization.", "fields" : ["mobile phone tracking", "radio access network", "gsm services", "mobile phone signal", "mobile identification number"], "abstract" : "This demo presents how phone functionality can be offloaded from a smartphone over wireless link to a PhoneLet by sharing one SIM card across multiple devices. This can lead to significant cost and network load reductions by decreasing the number of simultaneously connected mobile clients. Furthermore, it can save energy for the mobile user when connected to a powered PhoneLet by offloading phone functionality. It absorbs the energy cost of online presence and inefficient mobile applications' communication patterns, instead providing connectivity for the user over a WiFi link.", "citation" : "Citations (3)", "departments" : ["University of Cambridge", "University of Cambridge"], "authors" : ["Andrius Aucinas.....http://dblp.org/pers/hd/a/Aucinas:Andrius", "Jon Crowcroft.....http://dblp.org/pers/hd/c/Crowcroft:Jon"], "conf" : "mobicom", "year" : "2014", "pages" : 4} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"rita-web-nolex.js": {"type": "string"}, "rita-web.js": {"type": "string"}, "rita.js": {"type": "string"}}, "required": ["rita-web-nolex.js", "rita-web.js", "rita.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rita-web-nolex.js" : "sha512-btkWxtAvOhwjphpqTj2ZprRW2Jf8vOi9L16TaRqVusPuIeYqBSLF3GmcN3OJ+jFi0T+xzG/BUzmso8tp1UFe8g==", "rita-web.js" : "sha512-TvizZFQE8MXeMFodETr5PwkrcXFkU4lCPB6nKCLRCYUy5eqkHH9fLFMlAx71pRbKeAvyPdedyp5GlyJlZrs6Kw==", "rita.js" : "sha512-DM7AfFMOLvY9Z7G2XEYLi3aHPklrwlegaVf607k35Jinh4EnMDZGqelCsmIZsAy64jQCRXA3Y6Mmu0/UjUoQxA=="} | json_instruct | {"type": "object", "properties": {"rita-web-nolex.js": {"type": "string"}, "rita-web.js": {"type": "string"}, "rita.js": {"type": "string"}}, "required": ["rita-web-nolex.js", "rita-web.js", "rita.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.