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": "...
{"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-hubac...
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...
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"}, "c...
{"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 fol...
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":...
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-0...
{"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...
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"}, "un...
{"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.116789453...
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...
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":...
{"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" :...
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": ["...
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"]...
{"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/fcf8a9...
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...
{"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...
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"}...
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": {"rser...
{"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", "ver...
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.config...
{"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:/...
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...
{"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"...
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": "s...
{"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...
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"}}}, "r...
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": "stri...
{"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....
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", "...
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"}, "app...
{"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...
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": "bo...
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": {"t...
{"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, "materi...
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": {...
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 clar...
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": "numbe...
[{"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...
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"}, ...
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": {"ty...
[{"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" :...
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", "normalizedVertice...
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"...
{"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": {"t...
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"}}, ...
{"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...
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"...
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", ...
{"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....
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"}...
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"}}, "a...
{"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...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type":...
{"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 --form...
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"}, "t...
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...
{"$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-deliverystrea...
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", "prop...
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"]}},...
{"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" : "Te...
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":...
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"]}, "c...
{"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" : "ht...
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...
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": ["typ...
{"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" : {...
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", "...
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":...
{"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", "regi...
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": {...
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"...
{"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], ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "strin...
{"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,...
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": {...
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", ...
{"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(...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
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"}, "e...
{"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"...
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-schem...
{"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"...
{"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"}}, "require...
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"}}, "requi...
{"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 gi...
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...
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": {"t...
{"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...
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": {}}, ...
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": {"typ...
{"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 1...
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": ...
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/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": "h...
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"}, "wo...
{"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"...
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": ["...
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": [...
{"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 <leo@leofavre.com> (https://www.leofavre.com/)", "license" : "MIT", "devDependencies" : {"babel-eslint" : "...
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"}, "devDe...
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": ...
[{"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" ...
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"...
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": ...
{"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"], ...
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...
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", "i...
{"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 un...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
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-0...
{"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", "Ite...
{"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": ["IssuedDa...
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"...
{"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]...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Create 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":...
[{"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/5c503fc40cf261...
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"}, "...
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": "numbe...
{"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" :...
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"]}, "relativeKeyp...
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"]}, "excl...
{"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": ["...
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", "Lo...
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/0x1...
{"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": "obje...
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": {"typ...
{"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" : ...
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": {"typ...
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"}...
[{"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, "noU...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
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...
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": ...
{"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" : ["ken@golang.org", "golang-dev@googlegroups.com"], "reviewers" : [], "messages" : [{"sender" : "rsc@golang.org", "recipients" : ["rsc@golang.org", "ken@golang.org", "golang-dev@goo...
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":...
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:i...
{"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...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Please provide a valid JSON object following this schema: {"type": "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"...
[{"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"]}}}, "...
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"}, "...
{"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],...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"definitions": {"type": "object", "properties": {"FiraBold": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "Miami": {"type": "object", "properties": {"value": {"type": "string"}}, "requ...
{"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/NotoSansM...
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", "proper...
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"}}, "chi...
{"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": ...
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": {"c...
[{"fees" : -2500000000, "ts" : "1534707365", "txid" : "c2ac9d508f55306cccdd9d6478919fa38b5eba4d15241084c6b3c9aebe1921ee", "block" : 1415787, "in" : [{"coinbase" : "036b9a1504a5c6795b084400fcec49000000052f6d70682f"}], "sent" : 2500000000, "out" : [{"value" : 0}, {"addr" : "MJpTHvn5TSgzr6mNsdEu28zMnQX232jr9q", "value" : ...
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": "...
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-...
{"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": ...
{"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"...
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-schem...
{"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": "strin...
{"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" : "jonathan.argentiero@gmail.com", "url" : "https://github.com/jonathanargentiero"}, "license" : "MIT", "homepage" : "...
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": "str...
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"...
{"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"...
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": ["...
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", "descript...
{"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...
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", "ti...
{"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://...
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": "i...
{"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]...
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": ["...
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"...
{"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" : "galopintitouan@gmail.com"}], "require" : {"symfony/framewor...
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"}, "ema...
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"...
{"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\u20...
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":...
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": ...
{"name" : "@tars/deploy", "preferGlobal" : "true", "version" : "2.0.3", "description" : "TARS \u6846\u67b6\u670d\u52a1\u6253\u5305\u5de5\u5177", "author" : {"name" : "Superzheng", "email" : "superzheng@tencent.com"}, "homepage" : "https://github.com/tars-node/deploy", "repository" : {"type" : "git", "url" : "https://gi...
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": "...
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"}, "severit...
{"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 i...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Generate sample JSON data that conforms to the following schema definition: {"type": "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": {"coinbas...
[{"fees" : -2500000000, "ts" : "1535421148", "txid" : "0e54ebbf1bd80547116d6ed357d75dc543cbbbe1aee87f018a2c23b6b35bfdbd", "block" : 1423329, "in" : [{"coinbase" : "03e1b71504dcaa845b08810d0430667400017969696d7000"}], "sent" : 2500000000, "out" : [{"addr" : "MMKcdnjp7bqh9u5jWFbsruD2QwebrFwN83", "value" : 0}, {"addr" : "...
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": "...
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", "viru...
[{"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.or...
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...
{"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",...
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...
{"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...
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": ["...
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"}}, "...
{"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 offloade...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
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...
{"rita-web-nolex.js" : "sha512-btkWxtAvOhwjphpqTj2ZprRW2Jf8vOi9L16TaRqVusPuIeYqBSLF3GmcN3OJ+jFi0T+xzG/BUzmso8tp1UFe8g==", "rita-web.js" : "sha512-TvizZFQE8MXeMFodETr5PwkrcXFkU4lCPB6nKCLRCYUy5eqkHH9fLFMlAx71pRbKeAvyPdedyp5GlyJlZrs6Kw==", "rita.js" : "sha512-DM7AfFMOLvY9Z7G2XEYLi3aHPklrwlegaVf607k35Jinh4EnMDZGqelCsmIZsAy...
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#"}