input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"text1": {"type": "string"}, "text2": {"type": "string"}}, "required": ["text1", "text2"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text1" : "Nischal S", "text2" : "Nischal S"}
json_instruct
{"type": "object", "properties": {"text1": {"type": "string"}, "text2": {"type": "string"}}, "required": ["text1", "text2"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": ...
{"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "3206362001", "id_kecamatan" : "320636", "name" : "Gombong"}, {"id" : "3206362002", "id_kecamatan" : "320636", "name" : "Bugel"}, {"id" : "3206362003", "id_kecamatan" : "320636", "name" : "Margasari"}, {"id" : "3206362004", "id_kecamatan" : ...
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"fileName": {"type": "string"}, "applicationName": {"type": "string"}, "initialArchitectureState": {"type": "string"}, "architectureEvolutionTarget": {"type": "string"}, "architectureEvolutionIssue": {"type": "s...
{"fileName" : "/home/daniel/Documentos/mestrado-2018/projeto/grafos-dependencia/application-0385/release-00.dot", "applicationName" : "application-0385", "initialArchitectureState" : "GOOD", "architectureEvolutionTarget" : "WORSE", "architectureEvolutionIssue" : "CONCENTRATE_INCOMING_EDGES"}
json_instruct
{"type": "object", "properties": {"fileName": {"type": "string"}, "applicationName": {"type": "string"}, "initialArchitectureState": {"type": "string"}, "architectureEvolutionTarget": {"type": "string"}, "architectureEvolutionIssue": {"type": "string"}}, "required": ["fileName", "applicationName", "initialArchitectureS...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": ...
{"timestamp" : "2020-12-20T21:43:53Z", "data" : [{"data_type" : "pm10", "value" : "13.40", "max" : "15.00", "min" : "12.00", "sd" : "0.74"}, {"data_type" : "pm2.5", "value" : "13.13", "max" : "15.00", "min" : "12.00", "sd" : "0.92"}, {"data_type" : "pm1", "value" : "10.20", "max" : "11.00", "min" : "9.00", "sd" : "0.94...
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max",...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"svc__C": {"type": "number"}, "svc__max_iter": {"type": "integer"}, "svc__penalty": {"type": "string"}, "tfidf__max_df": {"type": "number"}, "tfidf__min_df": {"type": "integer"}, "tfidf__ngram_range": {"type": "array", "items":...
{"svc__C" : 0.4, "svc__max_iter" : 5000, "svc__penalty" : "l2", "tfidf__max_df" : 0.3, "tfidf__min_df" : 10, "tfidf__ngram_range" : [1, 2]}
json_instruct
{"type": "object", "properties": {"svc__C": {"type": "number"}, "svc__max_iter": {"type": "integer"}, "svc__penalty": {"type": "string"}, "tfidf__max_df": {"type": "number"}, "tfidf__min_df": {"type": "integer"}, "tfidf__ngram_range": {"type": "array", "items": {"type": "integer"}}}, "required": ["svc__C", "svc__max_it...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "...
{"title" : "The Elusive Jellyfish Nebula", "explanation" : "Normally faint and elusive, the Jellyfish Nebula is caught in this alluring telescopic view. Drifting near bright star Eta Geminorum, at the foot of a celestial twin, the Jellyfish Nebula is seen dangling tentacles from the bright arcing ridge of emission left...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "explanat...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : ["require-run: ./components/app-simple"]}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "...
{"t" : "mipakaenan", "h" : [{"d" : [{"f" : "\u7d66\u2026\u9935\u98df\u4e86\uff0c\u9935\u904e\u4e86\u3002"}, {"f" : "`Mipakaen~`a~`n~"}]}, {"d" : [{"f" : "`ko~ `kolong~ `ako~ `to~ `'asisiw~.\u6211\u7684\u725b\u9935\u7a3b\u8349\u4e86\u3002"}, {"f" : "\u6307\u6240\u9935\u98df\u7684\u3001\u7d66\u5403\u7684\uff08\u5c0d\u8c6...
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"],...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"mqInstance": {"type": "string"}, "benchmarkInstance": {"type": "string"}, "generalProperties": {"type": "object", "properties": {"server_addresses": {"type": "string"}, "username": {"type": "string"}, "passwo...
{"mqInstance" : "KAFKA", "benchmarkInstance" : "HELLO_WORLD", "generalProperties" : {"server_addresses" : "localhost:9092", "username" : "mq-test", "password" : "mq-test"}, "producerProperties" : {"client_id" : "test-producer", "key_serializer" : "org.apache.kafka.common.serialization.StringSerializer", "value_serializ...
json_instruct
{"type": "object", "properties": {"mqInstance": {"type": "string"}, "benchmarkInstance": {"type": "string"}, "generalProperties": {"type": "object", "properties": {"server_addresses": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["server_addresses", "username", "passw...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "elements": {"type": "object", "properties": {"firstName": {"type": "object", "properties": {"type": {"type": "string"}, "conf": {"type": "string"}}, "required": ["type", "conf"]}, "lastName": {"type"...
{"title" : "Person", "elements" : {"firstName" : {"type" : "string", "conf" : "The person's first name."}, "lastName" : {"type" : "string", "conf" : "The person's last name."}, "age" : {"type" : "integer", "conf" : 0}}}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "elements": {"type": "object", "properties": {"firstName": {"type": "object", "properties": {"type": {"type": "string"}, "conf": {"type": "string"}}, "required": ["type", "conf"]}, "lastName": {"type": "object", "properties": {"type": {"type": "string"}, "c...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"dim0": {"type": "number"}, "dim1": {"type": "number"}, "episode_rewards": {"type": "number"}, "episode_value_ests": {"type": "number"}, "episode_values": {"type": "number"}, "episode_td_err": {"type": "number"}, "epi...
{"dim0" : -0.8, "dim1" : -0.4, "episode_rewards" : 86.48398963724263, "episode_value_ests" : 61.617168765846216, "episode_values" : 33.77108576728794, "episode_td_err" : 41.16943173581066, "episode_avg_len" : 94.24, "step_rewards" : 0.9176993807007919, "step_value_ests" : 60.54651380005231, "step_values" : 37.897740765...
json_instruct
{"type": "object", "properties": {"dim0": {"type": "number"}, "dim1": {"type": "number"}, "episode_rewards": {"type": "number"}, "episode_value_ests": {"type": "number"}, "episode_values": {"type": "number"}, "episode_td_err": {"type": "number"}, "episode_avg_len": {"type": "number"}, "step_rewards": {"type": "number"}...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"pattern": {"type": "string"}}, "required": ["pattern"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pattern" : "^(http(s)?:\\/\\/)?([\\w\\-]+\\.{1})*(([\\w\\-]*){1}(\\.{1}[A-Za-z]{2,4}){1}){1}(\\:{1}\\d*)?([\\?\\/|\\#]+[\\@\\~\\;\\+\\'\\#\\,\\.\\%\\-\\/\\&\\?\\=\\w\\$\\s]*)*$"}
json_instruct
{"type": "object", "properties": {"pattern": {"type": "string"}}, "required": ["pattern"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subreddit" : "mystery", "author" : "Dantetrec", "count" : 7}
json_instruct
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "stri...
{"id" : "040fd8ea-aa42-4916-ac13-6a3223cac216", "name" : "Orchards C of E Academy", "code" : "K", "address" : {"addressLine1" : "Cherry Road", "town" : "Wisbech", "county" : "Cambridgeshire", "postcode" : "PE13 3NP"}, "organisation" : {"id" : "014a7660-3627-4806-a003-be517c3b2938", "code" : "1DT", "name" : "CMAT West T...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "to...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {...
{"image_name" : "lesion4439.png", "image_height" : 512, "camera_gps" : "", "bbox" : [{"score" : 1.0, "frontview" : true, "other" : {"region_attributes" : {"id" : 1.0, "type" : "car"}}, "category_id" : "car", "segmentation" : "258.0,199.0,267.0,199.0,277.0,197.0,284.0,197.0,283.0,205.0,283.0,210.0,287.0,213.0,292.0,216....
json_instruct
{"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {"type": "boolean"}, "other": {"type": "object", "properties": {"regio...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"data_folder": {"type": "string"}, "exp_name": {"type": "string"}, "num_epochs": {"type": "integer"}, "optimizer": {"type": "string"}, "learning_rate": {"type": "number"}, "batch_size": {"type": "integer"}, "los...
{"data_folder" : "../data/fake/pairs", "exp_name" : "nyu-resnet-berhu-aug-30", "num_epochs" : 150, "optimizer" : "ADAM", "learning_rate" : 0.0001, "batch_size" : 2, "loss_type" : "MSE", "lamda" : 0.5, "num_threads" : 5, "early_stop_patience" : 5, "reduce_lr_factor" : 0.9, "test_split" : 0.2, "normalize_depth" : false, ...
json_instruct
{"type": "object", "properties": {"data_folder": {"type": "string"}, "exp_name": {"type": "string"}, "num_epochs": {"type": "integer"}, "optimizer": {"type": "string"}, "learning_rate": {"type": "number"}, "batch_size": {"type": "integer"}, "loss_type": {"type": "string"}, "lamda": {"type": "number"}, "num_threads": {"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "int...
{"nom" : "Autevielle-Saint-Martin-Bideren", "dpt" : "Pyr\u00e9n\u00e9es-Atlantiques", "inscrits" : 149, "abs" : 19, "votants" : 130, "blancs" : 1, "nuls" : 11, "exp" : 118, "res" : [{"panneau" : "1", "voix" : 71}, {"panneau" : "2", "voix" : 47}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"]...
{"Time" : "2021-04-04T20:00:00Z", "Temp" : 10.1, "RelHum" : 22, "WindSpeed" : 3.4, "WindDir" : 316}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinate...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-168.913, 55.047]}, "properties" : {"FIELD1" : "A-Float", "FIELD2" : "A1", "FIELD3" : "Deploy Float", "FIELD4" : 2366, "FIELD6" : 168.913}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinate...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type"...
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"}, "coverage": {"...
{"name" : "@aplex/utils", "version" : "1.0.3", "description" : "Tools for .js.", "main" : "index.js", "scripts" : {"test" : "jest", "coverage" : "jest --coverage", "jsdoc:generate" : "jsdoc -c jsdoc.json -R README.md", "jsdoc:dev" : "live-server docs --port=9090"}, "keywords" : ["aplex", "utils", "aplexutils", "aplexUt...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coverage": {"type": "string"}, "jsdoc:generate": {"type": "string"}, "jsdoc:dev": {"type":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "bkmk": {"type": "string"}, "name": {"type": "string"}, "busstop": {"type": "string"}, "line": {"type": "string"}, "destination": {"type": "string"}, "notes": {"type": "object", "properties": {}, "r...
{"id" : "116033", "bkmk" : "kmtb-b116033", "name" : "\u6771\u5bfa\u9053 \u767a 88\u53f7\u7cfb\u7d71 \u4e5d\u6761\u8eca\u5eab\u884c\u304d", "busstop" : "\u6771\u5bfa\u9053", "line" : "88\u53f7\u7cfb\u7d71", "destination" : "\u4e5d\u6761\u8eca\u5eab\u884c\u304d", "notes" : {}, "weekday" : [], "saturday" : [{"t" : "11:21...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "bkmk": {"type": "string"}, "name": {"type": "string"}, "busstop": {"type": "string"}, "line": {"type": "string"}, "destination": {"type": "string"}, "notes": {"type": "object", "properties": {}, "required": []}, "weekday": {"type": "array", "items": {}}, "sat...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type":...
{"type" : "crafting_shapeless", "ingredients" : [{"item" : "vanillautils:decoration_block"}, {"item" : "minecraft:diamond"}], "result" : {"item" : "vanillautils:storage_blocks/diamond_block", "count" : 1}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "coun...
Based on the schema below, produce a valid JSON object: {"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" : "1206040012", "district_id" : "1206040", "name" : "GASA RIBU"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Message": {"type": "string"}, "Tributes": {"type": "integer"}}, "required": ["Message", "Tributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Message" : "${P1} receives medical supplies from an unknown sponsor.", "Tributes" : 1}
json_instruct
{"type": "object", "properties": {"Message": {"type": "string"}, "Tributes": {"type": "integer"}}, "required": ["Message", "Tributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"ty...
{"name" : "any2api-scanner-juju", "version" : "0.1.2", "author" : "Johannes Wettinger <mail@jojow.de>", "description" : "Juju charm scanner for any2api", "repository" : {"type" : "git", "url" : "https://github.com/any2api/any2api-scanner-juju"}, "contributors" : [{"name" : "Johannes Wettinger", "email" : "mail@jojow.de...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "contributors": {"type": "ar...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ctx/composer_name": {"type": "string"}, "ctx/health_care_facility|id": {"type": "string"}, "ctx/health_care_facility|name": {"type": "string"}, "ctx/id_namespace": {"type": "string"}, "ctx/id_scheme": {"type": "string"}, "ctx/...
{"ctx/composer_name" : "Dr Tony Shannon", "ctx/health_care_facility|id" : "999999-345", "ctx/health_care_facility|name" : "Rippleburgh GP Practice", "ctx/id_namespace" : "NHS-UK", "ctx/id_scheme" : "2.16.840.1.113883.2.1.4.3", "ctx/language" : "en", "ctx/territory" : "GB", "ctx/time" : "2018-06-01T01:00:00+01:00", "per...
json_instruct
{"type": "object", "properties": {"ctx/composer_name": {"type": "string"}, "ctx/health_care_facility|id": {"type": "string"}, "ctx/health_care_facility|name": {"type": "string"}, "ctx/id_namespace": {"type": "string"}, "ctx/id_scheme": {"type": "string"}, "ctx/language": {"type": "string"}, "ctx/territory": {"type": "s...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"pathParameters": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "requestContext": {"type": "object", "properties": {"identity": {"type": "object", "properties": {"cognitoIdentityId": {"typ...
{"pathParameters" : {"id" : "3ed39090-3502-11e9-8640-cd198386b9c8"}, "requestContext" : {"identity" : {"cognitoIdentityId" : "USER-SUB-1234"}}}
json_instruct
{"type": "object", "properties": {"pathParameters": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "requestContext": {"type": "object", "properties": {"identity": {"type": "object", "properties": {"cognitoIdentityId": {"type": "string"}}, "required": ["cognitoIdentityId"]}}, "required...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"backends": {"type": "array", "items": {"type": "object", "properties": {"group": {"type": "string"}, "url_pattern": {"type": "string"}, "method": {"type": "string"}, "host": {"type": "array", "items": {"type": "stri...
{"backends" : [{"group" : "knowledge-graph-search-v1", "url_pattern" : "/v1/entities:search", "method" : "GET", "host" : ["https://kgsearch.googleapis.com"], "query_string_params" : ["ids", "indent", "languages", "limit", "prefix", "query", "types"], "whitelist" : ["itemListElement"], "concurrent_calls" : 1, "extra_con...
json_instruct
{"type": "object", "properties": {"backends": {"type": "array", "items": {"type": "object", "properties": {"group": {"type": "string"}, "url_pattern": {"type": "string"}, "method": {"type": "string"}, "host": {"type": "array", "items": {"type": "string"}}, "query_string_params": {"type": "array", "items": {"type": "str...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"package" : "tbl2asn-forever", "downloads" : 22900, "count" : 7934}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}, "test": {"type": "stri...
{"name" : "mutation-summary", "version" : "0.0.0", "description" : "Makes observing the DOM fast and easy", "main" : "src/mutation-summary.js", "directories" : {"example" : "examples", "test" : "tests"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}, "test": {"type": "string"}}, "required": ["example", "test"]}, "scripts": {"type": "...
Generate a valid JSON object that conforms to the following schema: {"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" : "MAYBRAT", "originalFilename" : "IMG_20180714_003234.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 69758, "noUrut" : 1, "nama" : "SEPTINUS NAA, S.H", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "MAYBRAT", "originalFilename" : "piter...JPG", "namaPartai" : "PARTAI DEMOKRASI IND...
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", "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "66f091a74b3fb81e57e7088d64bbb9f25179aa37"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"best_index": {"type": "array", "items": {"type": "integer"}}, "auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}...
{"best_index" : [57, 70, 54, 115, 153], "auroc" : [0.42800982800982806, 0.47420147420147424, 0.5238329238329239, 0.47960687960687964, 0.4855036855036855], "acc" : [0.5978260869565217, 0.40217391304347827, 0.40217391304347827, 0.40217391304347827, 0.5978260869565217], "aps" : [0.3543839796197369, 0.4097727017712822, 0.4...
json_instruct
{"type": "object", "properties": {"best_index": {"type": "array", "items": {"type": "integer"}}, "auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "a...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array...
{"ast" : null, "code" : "import createStore from 'pure-store';\nimport * as params from './parameters.js';\nimport * as utils from './utils.js';\nvar store = createStore({\n shapes: {},\n toolpaths: [{\n name: \"profile1\",\n parameters: utils.deepcopy(params)\n }],\n selected: [],\n material: \"wood\",\n t...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "shop": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "shop", "id"]}, "geomet...
{"type" : "Feature", "id" : "node/5714523490", "properties" : {"name" : "Hofladen", "shop" : "farm", "id" : "node/5714523490"}, "geometry" : {"type" : "Point", "coordinates" : [9.3320945, 53.297335]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "shop": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "shop", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " Simplifying a rational expression with a trinomial\n\n[imath]\\frac{x^{2}-3 x+2}{x^{2}+5 x-6}[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=8vwtqZtlG6A"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " SIMPLIFICACI\u00d3N DE EXPRESIONES CON RADICALES - Ejercicio 3\n\nPROFE\\n[imath] -2 \\sqrt[3]{16 x^{5} y z^{9}} [/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=yQmn2rmM_t8"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"sounds": {"type": "array", "items": {"type": "string"}}}, "required": ["sounds"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sounds" : ["minecraft:block/enchantment_table/enchant1", "minecraft:block/enchantment_table/enchant2", "minecraft:block/enchantment_table/enchant3"]}
json_instruct
{"type": "object", "properties": {"sounds": {"type": "array", "items": {"type": "string"}}}, "required": ["sounds"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : "1111110051", "district_id" : "1111110", "name" : "TRIENG MATANG UBI"}
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": {"id": {"type": "string"}, "merged_at": {"type": "string"}, "state": {"type": "string"}}, "required": ["id", "merged_at", "state"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "16ccf12e-dd34-48ca-9b91-335b99770377", "merged_at" : "never issued", "state" : "closed"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "merged_at": {"type": "string"}, "state": {"type": "string"}}, "required": ["id", "merged_at", "state"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "it...
{"name" : "VANGUARD", "symbol" : "GUARD", "logoURI" : "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/CBV12y1pehFbhdnDpUfgPe88SbUZ5G2s1kLA449Yu3Ad/logo.png", "decimals" : 6, "address" : "CBV12y1pehFbhdnDpUfgPe88SbUZ5G2s1kLA449Yu3Ad", "chainId" : 101, "tags" : ["VANGUARD"], "extensions" : {...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "object", "properties"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"...
{"name" : "vamajordy/php-bluesnap-sdk", "description" : "A PHP SDK for the BlueSnap API", "keywords" : ["bluesnap", "laravel"], "type" : "library", "license" : "MIT", "homepage" : "https://github.com/vamajordy/php-bluesnap-sdk", "authors" : [{"name" : "Vady Major", "email" : "vamajordy@gmail.com"}], "require" : {"php" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"repositories": {"type": "object", "properties": {"packagist": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["packagist"]...
{"repositories" : {"packagist" : {"type" : "composer", "url" : "https://mirrors.aliyun.com/composer/"}}, "require" : {"qiniu/php-sdk" : "^7.2", "phpmailer/phpmailer" : "^6.0", "phpoffice/phpexcel" : "^1.8", "alibabacloud/client" : "^1.5", "ext-json" : "*", "yansongda/pay" : "^1.0"}}
json_instruct
{"type": "object", "properties": {"repositories": {"type": "object", "properties": {"packagist": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["packagist"]}, "require": {"type": "object", "properties": {"qiniu/php-sdk": {"type": "st...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string...
{"name" : "tweetnacl", "version" : "0.13.0", "homepage" : "https://dchest.github.io/tweetnacl-js", "authors" : ["TweetNaCl.js Contributors"], "description" : "Port of TweetNaCl cryptographic library to JavaScript", "main" : "nacl.js", "moduleType" : ["globals", "node"], "keywords" : ["crypto", "cryptography", "curve255...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "keywords":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configuration", "r...
{"configuration" : ["UPSCALINGALGORITHM", "DRYRUN"], "regionsToProcessedPerformance" : {"program" : 3804872396}}
json_instruct
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"prod...
{"userId" : 11336, "cartId" : "ab5e42d7-da02-4faf-bfee-55f7fd951e3f", "preferredProducts" : [235, 2955, 4384, 2682, 4640, 3038, 4081], "productReviews" : [{"productId" : 3924, "reviewText" : "My co-worker Alek has one of these. He says it looks white.", "reviewDate" : "2019-01-08T15:20:36.0316951+02:00"}, {"productId" ...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"firstname": {"type": "string"}, "lastname": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "string"}, "age": {"type": "integer"}, "img": {"type": "string"}}, "require...
[{"firstname" : "Hannibal", "lastname" : "Smith", "email" : "hannibal@sneakysneakers.se", "phone" : "07012345678", "age" : 68, "img" : "team1.png"}, {"firstname" : "B.A", "lastname" : "Baracus", "email" : "ba@sneakysneakers.se", "phone" : "0705678912", "age" : 38, "img" : "team2.png"}, {"firstname" : "Mad", "lastname" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"firstname": {"type": "string"}, "lastname": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "string"}, "age": {"type": "integer"}, "img": {"type": "string"}}, "required": ["firstname", "lastname", "email", "phone", "age", "img"]}, "$schema...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "...
{"name" : "service-providers", "version" : "1.0.0", "description" : "challenge accepted", "main" : "index.js", "scripts" : {"test" : "npm run test", "start" : "node build/index.js", "dev" : "nodemon index.js --exec babel-node", "build-src" : "babel src -d build/src ", "build" : "rm -rf build && babel index.js --out-dir...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}, "build-src": {"type": "string"}, "b...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "re...
{"name" : "pi-rov", "version" : "0.2.6", "description" : "node app for controlling a simple ROV", "main" : "app.js", "scripts" : {"start" : "sudo modprobe bcm2835-v4l2 && sudo node app.js", "dev" : "node app.js"}, "dependencies" : {"detect-rpi" : "^1.1.0", "ejs" : "2.5.6", "express" : "4.15.2", "pigpio" : "0.5.1", "soc...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "dependencies": {"type": "objec...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "c50248fafbef2da5536aca42a3de93c9c4befd97"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"iso_checksum": {"type": "string"}, "iso_url": {"type": "string"}, "kickstart": {"type": "string"}, "ostree_remote_name": {"type": "string"}, "ostree_remote": {"type": "string"}, "ostree_gpg_key": {"type": "string"}, "vagrantfile...
{"iso_checksum" : "sha256:92372716a0139f833b881f390475fe9eee4fada73aa24a363c7e106dd586235b", "iso_url" : "https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/27/WorkstationOstree/x86_64/iso/Fedora-WorkstationOstree-ostree-x86_64-27-1.6.iso", "kickstart" : "ks-fedora27-atomic-workstation.cfg", "ostree_r...
json_instruct
{"type": "object", "properties": {"iso_checksum": {"type": "string"}, "iso_url": {"type": "string"}, "kickstart": {"type": "string"}, "ostree_remote_name": {"type": "string"}, "ostree_remote": {"type": "string"}, "ostree_gpg_key": {"type": "string"}, "vagrantfile_template": {"type": "string"}, "systemd_target": {"type"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "pr...
{"id" : "54135", "name" : {"en" : "Tongliao"}, "country" : "CN", "region" : "NM", "identifiers" : {"wmo" : "54135", "ghcn" : "CHM00054135"}, "location" : {"latitude" : 43.6, "longitude" : 122.2667, "elevation" : 180}, "timezone" : "Asia/Shanghai"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "ghcn": {"type": "string"}}, "req...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type": "arra...
{"uuid" : "4498375f-4f90-472b-92f4-284c82640180", "name" : "com.example.HW_Software_Testing_Selenium.LeftMenuClick", "children" : ["e2424a37-8ce2-40ee-b961-cde43d2006d6"], "befores" : [], "afters" : [], "links" : [], "start" : 1609665579444, "stop" : 1609665612266}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["devuan", "howto", "hugo", "hynix", "zwbetz"]}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": ...
{"id" : 58490, "group" : "81233104", "joblink" : true, "name" : "Fachradiologietechnologe/-technologin - Radioonk.,Dosimetrie", "potential" : 50, "skills" : [{"id" : 64166, "skill" : "Strahlenschutz", "replaceable" : false}, {"id" : 64551, "skill" : "Radiologische Onkologie", "replaceable" : false}, {"id" : 64580, "ski...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "skill": {"type": "string"}, "replacea...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"web-animations-next-lite.min.js": {"type": "string"}, "web-animations-next.min.js": {"type": "string"}, "web-animations.min.js": {"type": "string"}}, "required": ["web-animations-next-lite.min.js", "web-animati...
{"web-animations-next-lite.min.js" : "sha512-vplR72LpH7tYcpCOh2JyBbrnVgOAHUJswg6+AsSWB0ry2eSZGYcoPnMO7S/R3dzlRPq5RFaZSA7jrZkeioJ/oQ==", "web-animations-next.min.js" : "sha512-IaroUU1qJiKsbSH9o7ua1qS3pOQ67YCI7d9ekMvJozoeSmJd8Ex4G/yL/GkGgu9fM8W3xRTnjFMTq/mQyawTGg==", "web-animations.min.js" : "sha512-Y/bg7sgSGaa+VbjPFgCp...
json_instruct
{"type": "object", "properties": {"web-animations-next-lite.min.js": {"type": "string"}, "web-animations-next.min.js": {"type": "string"}, "web-animations.min.js": {"type": "string"}}, "required": ["web-animations-next-lite.min.js", "web-animations-next.min.js", "web-animations.min.js"], "$schema": "http://json-schema....
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"app": {"type": "string"}}, "required": ["app"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"app" : "mvn exec:java -Dexec.mainClass=software.amazon.awscdk.examples.StepFunctionsJobPollerApp"}
json_instruct
{"type": "object", "properties": {"app": {"type": "string"}}, "required": ["app"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"box_name": {"type": "string"}, "description": {"type": "string"}, "gamma": {"type": "number"}, "label": {"type": "string"}, "model_name": {"type": "string"}, "model_param": {"type": "object", "properti...
[{"box_name" : "none", "description" : "A normal RBF-SVC with gamest (digits)", "gamma" : 0.0043193847469858125, "label" : "rbf_svc ", "model_name" : "rbf_svc", "model_param" : {"C" : 50}, "test_score" : 0.9885954381752701, "time" : 45.00313406100031, "train_score" : 1.0}, {"box_name" : "none", "description" : "A norma...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"box_name": {"type": "string"}, "description": {"type": "string"}, "gamma": {"type": "number"}, "label": {"type": "string"}, "model_name": {"type": "string"}, "model_param": {"type": "object", "properties": {"C": {"type": "integer"}}, "required": ["C"]}, "tes...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "9207011001", "nama" : "Wasior I"}, {"id" : "9207012002", "nama" : "Rado"}, {"id" : "9207012003", "nama" : "Dotir"}, {"id" : "9207012004", "nama" : "Maniwak"}, {"id" : "9207012005", "nama" : "Wasior II"}, {"id" : "9207012006", "nama" : "Maimari"}, {"id" : "9207012007", "nama" : "Moru"}, {"id" : "9207012009", "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {"isAbstract": {"type": "string"}}, "required": ["isAbstract"]}, "instance": {"type": "object", "properties": {"hasLabelId": {"type": "string"}, "isDistinct": {"type": "string...
{"class" : {"isAbstract" : "lr 3/9/2006 11:34"}, "instance" : {"hasLabelId" : "lr 4/20/2007 13:37", "isDistinct" : "lr 3/9/2006 11:33", "optionId:" : "jf 9/30/2009 01:10", "optionsWithIndexDo:separatedBy:" : "NickAger 1/19/2012 16:59", "renderEditorOn:" : "lr 6/28/2008 11:00"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {"isAbstract": {"type": "string"}}, "required": ["isAbstract"]}, "instance": {"type": "object", "properties": {"hasLabelId": {"type": "string"}, "isDistinct": {"type": "string"}, "optionId:": {"type": "string"}, "optionsWithIndexDo:separatedBy:...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"dist": {"type": "string"}, "name": {"type": "string"}, "pathname": {"type": "string"}, "version": {"type": "string"}, "target": {"type": "string"}, "provides": {"type": "object", "properties": {"Sub::Identify": {"ty...
{"dist" : "Sub-Identify-0.14", "name" : "Sub::Identify", "pathname" : "R/RG/RGARCIA/Sub-Identify-0.14.tar.gz", "version" : "0.14", "target" : "Sub::Identify", "provides" : {"Sub::Identify" : {"version" : "0.14", "file" : "lib/Sub/Identify.pm"}}}
json_instruct
{"type": "object", "properties": {"dist": {"type": "string"}, "name": {"type": "string"}, "pathname": {"type": "string"}, "version": {"type": "string"}, "target": {"type": "string"}, "provides": {"type": "object", "properties": {"Sub::Identify": {"type": "object", "properties": {"version": {"type": "string"}, "file": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text...
{"deprecated" : "false", "authority-code" : "TMW", "identifier" : "TMW", "about" : "http://publications.europa.eu/resource/authority/language/TMW", "prefLabel" : {"@lang" : "tmw", "#text" : "temuan"}, "start.use" : "1950-05-09"}
json_instruct
{"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text": {"type": "string"}}, "required": ["@lang", "#text"]}, "start.use":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "An example task that uses the ruby helper library", "files" : ["helpers/files/marco.sh"]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"package": {"type": "string"}, "version": {"type": "string"}, "packspec": {"type": "string"}, "source": {"type": "string"}, "description": {"type": "object", "properties": {"summary": {"type": "string"}, "homepage": {...
{"package" : "nvimcord", "version" : "0.0.3", "packspec" : "0.1.0", "source" : "git://github.com/ObserverOfTime/nvimcord.git", "description" : {"summary" : "A Discord Rich Presence plugin for Neovim written in Lua.", "homepage" : "https://github.com/ObserverOfTime/nvimcord", "license" : "BSD-2-Clause"}, "dependencies" ...
json_instruct
{"type": "object", "properties": {"package": {"type": "string"}, "version": {"type": "string"}, "packspec": {"type": "string"}, "source": {"type": "string"}, "description": {"type": "object", "properties": {"summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["summ...
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" : 1343399921, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "afb76d2b83fac6769a03326b58da7c28", "wof:id" : 1343399921, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [28.27855, 44.77269, 28.27855, 44.77269], "geometry" : {"coordinates" : [28.27855...
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": {"type": {"type": "string"}, "project_id": {"type": "string"}, "private_key": {"type": "string"}, "client_email": {"type": "string"}}, "required": ["type", "project_id", "private_key", "client_email"], "$schema": "ht...
{"type" : "mock", "project_id" : "42", "private_key" : "-----BEGIN PRIVATE KEY-----\nMIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAtgeOpWeiRIq0Blbc\nqq4P7sKnyDmj1mpQq7OyRKZM0qbwyyMM5Nisf5Y+RSDM7JDwqMeLspGo5znLBzN5\nL14JIQIDAQABAkBlMWRSfX9O3VDhKU65L9S5pcsCW1DCdQ3tthMHaO/SNn4jhmbf\nMamrK4TWctjuau+CwUtQz/kS/fjveYBSVklVA...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "project_id": {"type": "string"}, "private_key": {"type": "string"}, "client_email": {"type": "string"}}, "required": ["type", "project_id", "private_key", "client_email"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"webpackCompilationHash" : "db1c18dea52f09369ae2"}
json_instruct
{"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"max": {"type": "array", "items": {"type": "number"}}, "centroid": {"type": "array", "items": {"type": "number"}}, "id": {"type": "string"}, "numVertices": {"type": "integer"}, "min": {"type": "array", "items": {"type": "number...
{"max" : [0.13, 0.59, 0.129971], "centroid" : [1.6425058339453263e-17, 0.15632640334572337, -2.669998993171087e-18], "id" : "ce2508ec4476b2cbf51f77a6d7299806", "numVertices" : 2152, "min" : [-0.13, 0.0, -0.129971]}
json_instruct
{"type": "object", "properties": {"max": {"type": "array", "items": {"type": "number"}}, "centroid": {"type": "array", "items": {"type": "number"}}, "id": {"type": "string"}, "numVertices": {"type": "integer"}, "min": {"type": "array", "items": {"type": "number"}}}, "required": ["max", "centroid", "id", "numVertices", ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "...
{"name" : "llkk", "version" : "1.0.0", "description" : "", "main" : "discordBot.js", "type" : "module", "scripts" : {}, "author" : "Fun Maker <funmaker95@gmail.com>", "license" : "MIT", "dependencies" : {"csv-parser" : "^2.3.3", "discord-webhook-node" : "^1.1.8"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}, "dependenc...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["411521106001", "\u53cc\u6865\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["411521106200", "\u738b\u5c97\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["411521106201", "\u7ae5\u6865\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["411521106202", "\u53cc\u6865\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["4...
json_instruct
{"type": "array", "items": {"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": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "requir...
{"latest_version" : ["0.3.4"], "meta" : {"description" : "Mediocre Reverse Proxy", "homepage" : "https://github.com/gmjosack/mrproxy", "license" : "MIT"}, "versions" : {"0.1.1" : {"sha256" : "671bf870725b54ded2138b3130f062d2bed827b1949d7d2822b0b50b2b0dd977", "url" : "https://files.pythonhosted.org/packages/c0/a4/520fbb...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id...
{"type" : "Feature", "properties" : {"name" : "Szabolcs-Szatm\u00e1r-Bereg", "iso2" : "HU-SZ", "admin_level" : 6, "osm_id" : 22268, "wikidata_id" : "Q190518", "wikipedia_id" : "hu:Szabolcs-Szatm\u00e1r-Bereg megye", "population" : 555496, "countrylevel_id" : "iso2:HU-SZ", "osm_data" : {"localname" : "Szabolcs-Szatm\u00...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "start_url": {"type": "string"}, "display": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "stri...
{"name" : "wavex", "short_name" : "wavex", "start_url" : "/", "display" : "standalone", "icons" : [{"src" : "assets/512.png", "sizes" : "512x512", "type" : "image/png"}, {"src" : "assets/256.png", "sizes" : "256x256", "type" : "image/png"}, {"src" : "assets/128.png", "sizes" : "128x128", "type" : "image/png"}, {"src" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "start_url": {"type": "string"}, "display": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "requ...
Create a JSON structure that matches this schema definition: {"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"...
{"ast" : null, "code" : "import { generateUtilityClass, generateUtilityClasses } from '@mui/base';\nexport function getTypographyUtilityClass(slot) {\n return generateUtilityClass('MuiTypography', slot);\n}\nvar typographyClasses = generateUtilityClasses('MuiTypography', ['root', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 's...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"702974f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"},...
{"702974f-a" : {"width" : 600, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/702974f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/702974f-a.jpg", "title" : "", "date" : "1931", "text" : "Albermarle Road, north side, from Dahill Road to Gravesend Avenue [now McDonald Avenue], showing Public School No....
json_instruct
{"type": "object", "properties": {"702974f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"CI95lim": {"type": "string"}, "distance": {"type": "string"}, "age": {"type": "string"}, "totplus": {"type": "string"}, "totminus": {"type": "string"}, "geoErr": {"type": "string"}}, "req...
[{"CI95lim" : "0.6", "distance" : "5600", "age" : "75.8", "totplus" : "1.17", "totminus" : "0.6", "geoErr" : "1"}, {"CI95lim" : "0.3", "distance" : "4860", "age" : "60.9", "totplus" : "1.04", "totminus" : "0.3", "geoErr" : "1"}, {"CI95lim" : "0.4", "distance" : "4500", "age" : "56.3", "totplus" : "1.08", "totminus" : "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"CI95lim": {"type": "string"}, "distance": {"type": "string"}, "age": {"type": "string"}, "totplus": {"type": "string"}, "totminus": {"type": "string"}, "geoErr": {"type": "string"}}, "required": ["CI95lim", "distance", "age", "totplus", "totminus", "geoErr"]...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"model": {"type": "string"}, "modeltype": {"type": "string"}, "accuracy": {"type": "number"}, "deviation": {"type": "number"}}, "required": ["model", "modeltype", "accuracy", "deviation"], "$schema": "http://j...
{"model" : "Sailboat,sailingship_Sailboat,sailingship_controls_sc_audio", "modeltype" : "gaussian-nb", "accuracy" : 0.7666666666666667, "deviation" : 0.14092945437739804}
json_instruct
{"type": "object", "properties": {"model": {"type": "string"}, "modeltype": {"type": "string"}, "accuracy": {"type": "number"}, "deviation": {"type": "number"}}, "required": ["model", "modeltype", "accuracy", "deviation"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"label": {"type": "string"}, "n_articles": {"type": "string"}, "top_author_name": {"type": "string"}, "top_author_count": {"type": "string"}, "top_journal_name": {"type": "string"}, "top_journal_count": {"type": "s...
{"label" : "N2pc", "n_articles" : "507", "top_author_name" : "Eimer M", "top_author_count" : "69", "top_journal_name" : "Psychophysiology", "top_journal_count" : "84", "top_keywords" : ["attention", "visual search", "attentional capture", "visual attention", "working memory"], "first_publication" : "1994", "name" : "N2...
json_instruct
{"type": "object", "properties": {"label": {"type": "string"}, "n_articles": {"type": "string"}, "top_author_name": {"type": "string"}, "top_author_count": {"type": "string"}, "top_journal_name": {"type": "string"}, "top_journal_count": {"type": "string"}, "top_keywords": {"type": "array", "items": {"type": "string"}},...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type"...
{"code" : 9110072005, "parent" : 9110072, "name" : "SEGIOR", "latitude" : null, "longitude" : null, "postal" : [98242], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"output_directory": {"type": "string"}, "peers_number": {"type": "integer"}, "hotspots_number": {"type": "integer"}, "initial_infected_number": {"type": "integer"}, "patching_begin_epoch": {"type": "integer"}, "...
{"output_directory" : "results/default", "peers_number" : 1000, "hotspots_number" : 50, "initial_infected_number" : 1, "patching_begin_epoch" : 100, "map_size" : {"x" : 1000, "y" : 1000}, "in_hotspots_probability" : 0.9, "infection_probability" : 0.3, "patch_probability" : 0.001, "epoch_limit" : 1000, "peer_radius" : 2...
json_instruct
{"type": "object", "properties": {"output_directory": {"type": "string"}, "peers_number": {"type": "integer"}, "hotspots_number": {"type": "integer"}, "initial_infected_number": {"type": "integer"}, "patching_begin_epoch": {"type": "integer"}, "map_size": {"type": "object", "properties": {"x": {"type": "integer"}, "y":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"RoleName": {"type": "string"}}, "required": ["RoleName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"RoleName" : "aws-docs-example-role-name"}
json_instruct
{"type": "object", "properties": {"RoleName": {"type": "string"}}, "required": ["RoleName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type"...
{"name" : "@qudian_mobile/qd-react-native-storage", "title" : "Qd React Native Storage", "version" : "0.1.2", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/qudianapp/qd-react-native-storage.g...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "prop...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01013006": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"},...
{"type" : "Topology", "objects" : {"E01013006" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00065626", "LAD11CD" : "E06000011"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properti...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01013006": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object",...
{"name" : "tnt4j-ajax-interceptor", "version" : "1.0.0", "description" : "WebApp plugin to trace AJAX events and stream over TNT4J-Streams", "main" : "ajax-interceptor-tnt4j.js", "dependencies" : {}, "devDependencies" : {}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "it...
{"ast" : null, "code" : "\"use strict\";\n\nvar sign = require(\"../math/sign\"),\n abs = Math.abs,\n floor = Math.floor;\n\nmodule.exports = function (value) {\n if (isNaN(value)) return 0;\n value = Number(value);\n if (value === 0 || !isFinite(value)) return value;\n return sign(value) * floor(abs(value));...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type...
{"id" : 74514, "info" : {"name" : "Tumblr - B.A.P Dash Icon", "description" : "turns your tumblr dash icon into the b.a.p logo", "additionalInfo" : null, "format" : "uso", "category" : "tumblr", "createdAt" : "2012-09-11T23:52:29.000Z", "updatedAt" : "2013-09-07T17:21:10.000Z", "license" : "NO-REDISTRIBUTION", "author"...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[[3694, 2061], [3794, 2035], [3812, 2123], [3784, 2123], [3708, 2139], [3694, 2061]], [[3752, 2109], [3740, 2102], [3712, 2109], [3715, 2125], [3723, 2128], [3740, 2124], [3742, 2112], [3752, 2109]], [[3797, 2101], [3787, 2096], [3780, 2106], [3788, 2114], [3797, 2101]], [[3734, 2099], [3732, 2091], [3719, 2094], [372...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "welcomeShown": {"type": "boolean"}}, "required": ["version", "status", "welcomeShown"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "7.2.0", "status" : 1, "welcomeShown" : true}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "welcomeShown": {"type": "boolean"}}, "required": ["version", "status", "welcomeShown"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"<page title>": {"type": "string"}, "image stabilization": {"type": "string"}, "memory type": {"type": "string"}, "resolution": {"type": "string"}, "sensor details": {"type": "string"}, "special attribute": {"type":...
{"<page title>" : "Canon PowerShot SX50 HS Digital Compact Camera", "image stabilization" : "Intelligent IS", "memory type" : "SDHC-SDXC", "resolution" : "16mp", "sensor details" : "12.1mp", "special attribute" : "24mm Equivalent Wide Angle", "video recording format" : "Full HD", "viewfinder type" : "Electronic EVF", "...
json_instruct
{"type": "object", "properties": {"<page title>": {"type": "string"}, "image stabilization": {"type": "string"}, "memory type": {"type": "string"}, "resolution": {"type": "string"}, "sensor details": {"type": "string"}, "special attribute": {"type": "string"}, "video recording format": {"type": "string"}, "viewfinder t...
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" : 404406645, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "2d5fbdc16b081995b24dff167b2fcc9a", "wof:id" : 404406645, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.77005235512534, 46.0071644221089, 4.82590542395945, 46.0643561799347],...
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": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["codefocus/tinysuite"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "description": {"type": "string"}, "main": {"type": "string"}, "module": ...
{"name" : "nlmaps", "version" : "2.1.1", "engines" : {"node" : ">=6.0.0 <=6.11"}, "description" : "easily add PDOK sources to common Javascript mapping libaries", "main" : "build/nlmaps.cjs.js", "module" : "build/nlmaps.es.js", "scripts" : {"test" : "node test/test.js", "build" : "rollup -c config/rollup.es.js && roll...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "proper...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"asset_id": {"type": "string"}, "contract": {"type": "object", "properties": {"entity": {"type": "object", "properties": {"domain": {"type": "string"}}, "required": ["domain"]}, "issuer_pubkey": {"type": "string"}, "name": {"type...
{"asset_id" : "1a03736ac5f21ba516a354c2ed71e15d40f692a8470594ef9c1b9d57e317272f", "contract" : {"entity" : {"domain" : "listedreserve.com"}, "issuer_pubkey" : "0235b955e49b670823096230cf78c258b858d073775dead3e59aeda4cfa857ce52", "name" : "Liquid HKD", "precision" : 2, "ticker" : "HKDL", "version" : 0}, "issuance_txin" ...
json_instruct
{"type": "object", "properties": {"asset_id": {"type": "string"}, "contract": {"type": "object", "properties": {"entity": {"type": "object", "properties": {"domain": {"type": "string"}}, "required": ["domain"]}, "issuer_pubkey": {"type": "string"}, "name": {"type": "string"}, "precision": {"type": "integer"}, "ticker":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "prop...
{"contract" : "0x016dd7b6d0dba0f10e1098410a0ac2748b82ff1b", "tool" : "osiris", "start" : 1564588622.1250076, "end" : 1564588667.451553, "duration" : 45.32654547691345, "analysis" : [{"errors" : [], "file" : "/unique_chucks/10/0x016dd7b6d0dba0f10e1098410a0ac2748b82ff1b.sol", "name" : "BasicToken"}, {"errors" : [], "file...
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "p...
{"hash" : "0x33cb12d034a651faec145331a384dc0ba82eb600d339d01023f61062b853848c", "parentHash" : "0x913ee70acf63c0993282fc57ab1d0b245d148fd9573cb501c92750bed095fbd8", "number" : 53541, "timestamp" : 1439039359, "nonce" : "0xa19bfe60b48350af", "difficulty" : 1595517917042, "gasLimit" : {"_hex" : "0x2b6afd"}, "gasUsed" : {...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"extension": {"type": "string"}, "filterName": {"type": "string"}, "namePrefix": {"type": "string"}, "resolvedDefinitions": {"type": "boolean"}, "validation": {"type": "boolean"}, "options": {"type": "array", "items"...
{"extension" : "avsc", "filterName" : "Avro schema", "namePrefix" : "Avro Schema", "resolvedDefinitions" : false, "validation" : true, "options" : [{"name" : "Avro Schema", "keyword" : "avroSchema"}, {"name" : "Schema registry", "keyword" : "schemaRegistry"}], "additionalOptions" : [{"id" : "minify", "value" : false, "...
json_instruct
{"type": "object", "properties": {"extension": {"type": "string"}, "filterName": {"type": "string"}, "namePrefix": {"type": "string"}, "resolvedDefinitions": {"type": "boolean"}, "validation": {"type": "boolean"}, "options": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "keywo...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "arr...
{"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-0.762473, 51.616541], [-0.76238, 51.616477], [-0.761978, 51.616364], [-0.762223, 51.616108], [-0.762324, 51.616102], [-0.762538, 51.616168], [-0.762623, 51.616339], [-0.762473, 51.616541]]]]}, "properties" : {"organisation" : "local-author...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"fi...
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"firethepuffin" : {"title" : "FirethePuffin", "channel_id" : 124919233, "link" ...
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"firethepuffin": {"type": "object", "properties": {"title": {"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}, "EXAMPLES": {"type": "string"}, "INVALID_USER": {"type": "string"}, "NO_GAME": {"type": "string"}, "NO_ROLE": {"type": "string"}, "NO_NICKNAME": {"type": "string"}...
{"DESCRIPTION" : "Mostra le informazioni dell'utente!", "USAGE" : "{{prefix}}userinfo (@utente/IDutente)", "EXAMPLES" : "{{prefix}}userinfo\n{{prefix}}userinfo @LeventHAN\u2122#0001\n{{prefix}}userinfo 422820341791064085", "INVALID_USER" : "Nessun utente su Discord ha l'ID `{{search}}`!", "NO_GAME" : "Non gioca", "NO_R...
json_instruct
{"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}, "EXAMPLES": {"type": "string"}, "INVALID_USER": {"type": "string"}, "NO_GAME": {"type": "string"}, "NO_ROLE": {"type": "string"}, "NO_NICKNAME": {"type": "string"}, "MORE_ROLES": {"type": "string"}, "BOT_STATS": {"type": "...
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": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "r...
{"name" : "node-red-contrib-coqui-stt", "version" : "0.1.1", "description" : "a node-red integration of the coqui stt component", "author" : "Johannes Kropf", "license" : "Apache-2.0", "keywords" : ["coqui", "stt", "speechtotext", "asr", "speech-to-text", "node-red"], "repository" : {"type" : "git", "url" : "https://gi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "strin...