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": {"$schema": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "examples": {"type": "array", "items": {}}, "required": {"type": "array", "items": {"type": "string"}...
{"$schema" : "http://json-schema.org/draft-07/schema", "type" : "object", "title" : "Join", "description" : "Join two dataframes", "examples" : [], "required" : ["how", "condition"], "properties" : {"condition" : {"type" : "string", "description" : "An SQL expression to use for the join. Use the alias `left` and `right...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "examples": {"type": "array", "items": {}}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"condition"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_...
{"type" : "Feature", "properties" : {"name" : "Lamar County", "name_long" : "Lamar County, TX", "fips" : "48277", "state_code_int" : 48, "state_code_postal" : "TX", "state_code_iso" : "US-TX", "county_code" : 277, "population" : 49859, "countrylevel_id" : "fips:48277", "census_data" : {"COUNTYNS" : "01383925", "AFFGEOI...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "co...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type...
{"lastUpdated" : 1655019279666, "username" : "fortshitsalot19", "scores" : [{"xp" : 10852, "rank" : 129, "cardId" : 593}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "integer"}, "id": {"type": "string"}, "profileID": {"type": "integer"}, "moduleID": {"type": "string"}, "moduleURI": {"type": "strin...
{"name" : "rectangle", "description" : "A colored rectangle is moving from left to right", "version" : 1, "id" : "", "profileID" : 0, "moduleID" : "SyntheticVideo", "moduleURI" : "http://localhost:2020/SyntheticVideo", "params" : {"recordingDateTime" : 0, "numberOfFrames" : 100, "height" : 480, "width" : 640, "fps" : 1...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "integer"}, "id": {"type": "string"}, "profileID": {"type": "integer"}, "moduleID": {"type": "string"}, "moduleURI": {"type": "string"}, "params": {"type": "object", "properties": {"recordingDateTime": {...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"val_loss": {"type": "array", "items": {"type": "number"}}, "val_acc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "loss": {"type": "array", "items": {"...
{"val_loss" : [0.14918051015138625, 0.11311582281589508, 0.09677609901726246, 0.08881660034395754, 0.07960333607755601, 0.07745813960917294, 0.07334108922667801, 0.07267369804382325, 0.06901229310259223, 0.06682772308774293, 0.06583984772302211, 0.06393468305859715, 0.06387253519669175, 0.06268872415665537, 0.062999535...
json_instruct
{"type": "object", "properties": {"val_loss": {"type": "array", "items": {"type": "number"}}, "val_acc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "loss": {"type": "array", "items": {"type": "number"}}}, "required": ["val_loss", "val_acc", "acc", "loss"], "$s...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "int...
{"nom" : "Lavault-de-Fr\u00e9toy", "circ" : "2\u00e8me circonscription", "dpt" : "Ni\u00e8vre", "inscrits" : 62, "abs" : 33, "votants" : 29, "blancs" : 1, "nuls" : 1, "exp" : 27, "res" : [{"nuance" : "SOC", "nom" : "M. Christian PAUL", "voix" : 16}, {"nuance" : "REM", "nom" : "M. Patrice PERROT", "voix" : 11}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "i...
{"ast" : null, "code" : "import { BeaconError, BeaconErrorType } from '..';\n/**\n * @category Error\n */\n\nexport class ParametersInvalidBeaconError extends BeaconError {\n constructor() {\n super(BeaconErrorType.PARAMETERS_INVALID_ERROR, 'Some of the parameters you provided are invalid and the request could not ...
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": {}}, "mappings": {"type": "string"}, "sourceRoot": {"type": "stri...
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" : "1607070013", "district_id" : "1607070", "name" : "SAKO"}
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": {"volumeAttachment": {"type": "object", "properties": {"attachment_id": {"type": "string"}, "delete_on_termination": {"type": "boolean"}, "device": {"type": "string"}, "serverId": {"type": "string"}, "tag": {"type": ...
{"volumeAttachment" : {"attachment_id" : "721a5c82-5ebc-4c6a-8339-3d33d8d027ed", "delete_on_termination" : true, "device" : "/dev/sdb", "serverId" : "7ebed2ce-85b3-40b5-84ae-8cc725c37ed2", "tag" : "foo", "volumeId" : "a07f71dc-8151-4e7d-a0cc-cd24a3f11113", "bdm_uuid" : "c088db45-92b8-49e8-81e2-a1b77a144b3b"}}
json_instruct
{"type": "object", "properties": {"volumeAttachment": {"type": "object", "properties": {"attachment_id": {"type": "string"}, "delete_on_termination": {"type": "boolean"}, "device": {"type": "string"}, "serverId": {"type": "string"}, "tag": {"type": "string"}, "volumeId": {"type": "string"}, "bdm_uuid": {"type": "string...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ...
{"id" : 1226785727, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "8c520b5cb483f6e6b8902347feafd321", "wof:id" : 1226785727, "wof:repo" : "whosonfirst-data-admin-nz"}, "bbox" : [174.73333, -36.26667, 174.73333, -36.26667], "geometry" : {"coordinates" : [174....
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": ["...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"tokens": {"type": "object", "properties": {"concur_automated_email_subject": {"type": "array", "items": {}}, "expense_report_id": {"type": "array", "items": {"type": "string"}}}, "required": ["concur_automated_...
{"tokens" : {"concur_automated_email_subject" : [], "expense_report_id" : ["79D89435DAE94F53BF60"]}}
json_instruct
{"type": "object", "properties": {"tokens": {"type": "object", "properties": {"concur_automated_email_subject": {"type": "array", "items": {}}, "expense_report_id": {"type": "array", "items": {"type": "string"}}}, "required": ["concur_automated_email_subject", "expense_report_id"]}}, "required": ["tokens"], "$schema": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"examine": {"type": "string"}, "bonuses": {"type": "array", "items": {"type": "integer"}}}, "required": ["examine", "bonuses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "A vicious-looking axe. (Tier 2)", "bonuses" : [-2, 22, 19, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 18, 0, 0, 0]}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}, "bonuses": {"type": "array", "items": {"type": "integer"}}}, "required": ["examine", "bonuses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"code" : "350102", "name" : "\u9f13\u697c\u533a"}, {"code" : "350103", "name" : "\u53f0\u6c5f\u533a"}, {"code" : "350104", "name" : "\u4ed3\u5c71\u533a"}, {"code" : "350105", "name" : "\u9a6c\u5c3e\u533a"}, {"code" : "350111", "name" : "\u664b\u5b89\u533a"}, {"code" : "350121", "name" : "\u95fd\u4faf\u53bf"}, {"code"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following 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", "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-71.136742, 42.553464], [-71.130524, 42.58321], [-71.135441, 42.599166], [-71.110997, 42.601101], [-71.108259, 42.595925], [-71.102448, 42.590771], [-71.100322, 42.587357], [-71.096835, 42.583859], [-71.090155, 42.573561]...
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": "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" : "\"use strict\";\n\nexports.__esModule = true;\nexports.default = _default;\n\nvar _reactDom = _interopRequireDefault(require(\"react-dom\"));\n\nvar _ownerDocument = _interopRequireDefault(require(\"dom-helpers/ownerDocument\"));\n\nfunction _interopRequireDefault(obj) {\n return obj && obj.__...
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"93097\"": {"type": "string"}}, "required": ["\"93097\""]}, "hits": {"type": "string"...
{"status" : "success", "tp" : 1, "msg" : "Cities fetched successfully.", "result" : {"\"93097\"" : "Ta Khmau"}, "hits" : "2152"}
json_instruct
{"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"93097\"": {"type": "string"}}, "required": ["\"93097\""]}, "hits": {"type": "string"}}, "required": ["status", "tp", "msg", "result", "hits"], "$schema": "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "foreign_keys": {"type": "array", "items": {"type": "ob...
{"fields" : [{"name" : "imei_product", "type" : "string"}, {"name" : "label", "type" : "string"}, {"name" : "model", "type" : "string"}, {"name" : "enabled_date", "type" : "date"}, {"name" : "state", "type" : "string"}, {"name" : "status", "type" : "string"}, {"name" : "movement_id", "type" : "integer#unsigned"}, {"nam...
json_instruct
{"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "foreign_keys": {"type": "array", "items": {"type": "object", "properties": {"column": {"type": "string"}, "references": {"typ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"OUTPUT": {"type": "string"}, "INPUT": {"type": "string"}, "TRAIN_IMAGES": {"type": "string"}, "EXTERNAL": {"type": "string"}}, "required": ["OUTPUT", "INPUT", "TRAIN_IMAGES", "EXTERNAL"], "$schema": "http://json-s...
{"OUTPUT" : "./output", "INPUT" : "../input/rsna-str-pulmonary-embolism-detection", "TRAIN_IMAGES" : "../input/rsna-str-pulmonary-embolism-detection/train-jpegs-512", "EXTERNAL" : "../input/external_table_data"}
json_instruct
{"type": "object", "properties": {"OUTPUT": {"type": "string"}, "INPUT": {"type": "string"}, "TRAIN_IMAGES": {"type": "string"}, "EXTERNAL": {"type": "string"}}, "required": ["OUTPUT", "INPUT", "TRAIN_IMAGES", "EXTERNAL"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}...
{"code" : 7102251, "parent" : 7102, "name" : "TONDANO UTARA", "latitude" : "1.3289730004963", "longitude" : "124.91615699965", "postal" : [95614, 95615, 95610], "children" : [7102251001, 7102251002, 7102251003, 7102251004, 7102251005, 7102251006, 7102251007, 7102251008]}
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": ...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"group": {"type": "string"}, "templates": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "title": {"type": "string"}}, "required": ["file", "title"]}}}, "requ...
[{"group" : "Containers", "templates" : [{"file" : "containers/2columns", "title" : "Two columns text"}, {"file" : "containers/3columns", "title" : "Three columns text"}, {"file" : "containers/4columns", "title" : "Three columns text"}]}, {"group" : "Headers", "templates" : [{"file" : "headers/h2", "title" : "Heading 2...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"group": {"type": "string"}, "templates": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "title": {"type": "string"}}, "required": ["file", "title"]}}}, "required": ["group", "templates"]}, "$schema": "http://json-sch...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"item.emeraldtools.emerald_shovel": {"type": "string"}, "item.emeraldtools.emerald_pickaxe": {"type": "string"}, "item.emeraldtools.emerald_axe": {"type": "string"}, "item.emeraldtools.emerald_sword": {"type":...
{"item.emeraldtools.emerald_shovel" : "Emerald Shovel", "item.emeraldtools.emerald_pickaxe" : "Emerald Pickaxe", "item.emeraldtools.emerald_axe" : "Emerald Axe", "item.emeraldtools.emerald_sword" : "Emerald Sword", "item.emeraldtools.emerald_hoe" : "Emerald Hoe"}
json_instruct
{"type": "object", "properties": {"item.emeraldtools.emerald_shovel": {"type": "string"}, "item.emeraldtools.emerald_pickaxe": {"type": "string"}, "item.emeraldtools.emerald_axe": {"type": "string"}, "item.emeraldtools.emerald_sword": {"type": "string"}, "item.emeraldtools.emerald_hoe": {"type": "string"}}, "required":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"drumtype=iron": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "drumtype=steel": {"type": "object", "properties": {"model...
{"variants" : {"drumtype=iron" : {"model" : "technocracy.foundation:drum/drum_iron"}, "drumtype=steel" : {"model" : "technocracy.foundation:drum/drum_steel"}, "drumtype=bedrock" : {"model" : "technocracy.foundation:drum/drum_bedrock"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"drumtype=iron": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "drumtype=steel": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "drumtype=bedrock": {"type": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"...
{"copyright_text" : "Standard YouTube License", "description" : "Want to build an engaging and compelling dashboard? With the new release of Tableau, we can compose beautiful data visualization while leveraging a large number of machine-learning libraries through TabPy, a local HTTP Python server. In this session, we w...
json_instruct
{"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"t...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "s...
{"description" : "Auditing a code base for code formatting mistakes, potential security vulnerabilities or defects can be time consuming. Static code analysis will let the computer do that for you. Learn how to use code static analysis to catch errors early and improve code quality in your Python codebase.", "duration"...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "pro...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"name": {"type": "string"}, "inputPaths": {"type": "array", "items": {"type": "string"}}, "outputDir": {"type": ...
{"expireTime" : 9007200895459688000, "key" : "2dcc04ff0622192393bb8cf163e02876", "val" : {"name" : "IMAGE_PROCESSING", "inputPaths" : ["/Users/frank/Desktop/inspiral_website/frontend/.cache/caches/gatsby-source-strapi/b4a15f9c6fb0d0d8353c5487555d8246/logo_4630168400.png"], "outputDir" : "/Users/frank/Desktop/inspiral_w...
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"name": {"type": "string"}, "inputPaths": {"type": "array", "items": {"type": "string"}}, "outputDir": {"type": "string"}, "args": {"type": "object", "properties": {"isLazy": {"type":...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"sweetalert2.all.js": {"type": "string"}, "sweetalert2.all.min.js": {"type": "string"}, "sweetalert2.css": {"type": "string"}, "sweetalert2.js": {"type": "string"}, "sweetalert2.min.css": {"type": "string"}, "sweetal...
{"sweetalert2.all.js" : "sha512-77tjF1lmRIwCP6KcKB4BDC94ehCNoG1zSdrAQ6FNJXpLGHwWQO8RGs9WqB39m+2pWyt86B8N2Z9yZdJgLeGsww==", "sweetalert2.all.min.js" : "sha512-iVVT35GByvCf2gyf55i+9M6XZJwrI4R7r8b4+qY2v7d4dlkuQssiCuuYWgjvGWCNSCSpILikIDH6BcRWj3OYpg==", "sweetalert2.css" : "sha512-2+sP3HDb08Uk+UmOUgrdwmYEp0r98wEcTgt+MpMOax/...
json_instruct
{"type": "object", "properties": {"sweetalert2.all.js": {"type": "string"}, "sweetalert2.all.min.js": {"type": "string"}, "sweetalert2.css": {"type": "string"}, "sweetalert2.js": {"type": "string"}, "sweetalert2.min.css": {"type": "string"}, "sweetalert2.min.js": {"type": "string"}}, "required": ["sweetalert2.all.js", ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"api_id": {"type": "string"}, "name_pretty": {"type": "string"}, "distribution_name": {"type": "string"}, "language": {"type": "string"}, "library_type": {"type": "string"}}, "required": ["api_id", "name_pretty", "d...
{"api_id" : "baremetalsolution:v1", "name_pretty" : "Bare Metal Solution API", "distribution_name" : "google-apis-baremetalsolution_v1", "language" : "ruby", "library_type" : "REST"}
json_instruct
{"type": "object", "properties": {"api_id": {"type": "string"}, "name_pretty": {"type": "string"}, "distribution_name": {"type": "string"}, "language": {"type": "string"}, "library_type": {"type": "string"}}, "required": ["api_id", "name_pretty", "distribution_name", "language", "library_type"], "$schema": "http://json...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "slug": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "telephone": {"type": "string"}, "grant_date": {"type": "string"}, "activitie...
{"id" : "M8782+P8782", "url" : "http://www.fsis.usda.gov/inspection/fsis-inspected-establishments/berks-packing-co-inc", "slug" : "berks-packing-co-inc", "name" : "Berks Packing Co., Inc.", "address" : "307-323 Bingaman Street \n Reading, PA 19602", "telephone" : "(610) 376-7291", "grant_date" : "2019-04-18", "activit...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "slug": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "telephone": {"type": "string"}, "grant_date": {"type": "string"}, "activities": {"type": "array", "items": {"type": "string"}}}, "required": ["id...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "author": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "photo": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "name", ...
{"type" : "entry", "author" : {"type" : "card", "name" : "georg fischer", "photo" : "https://webmention.io/avatar/assets.toot.cafe/655344dae474635a8f0d127f2e61ded71401267dc776dbd701dedc298168a46e.png", "url" : "https://mastodon.social/@snorpey"}, "url" : "https://toot.cafe/@petergoes/106309292601460064#favorited-by-232...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "author": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "photo": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "name", "photo", "url"]}, "url": {"type": "string"}, "published": {"type": "null...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integ...
{"acadYear" : "2019/2020", "description" : "This module provides the tools and techniques of macro- and international economic thinking as applied to business. It provides a foundation for international management, particularly country risk analysis, finance, and other business disciplines. Specific learning outcomes...
json_instruct
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "corequisite": {"type": "string"}, "moduleCredit": {"type": "str...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"problem1": {"type": "string"}, "problem2": {"type": "string"}, "problem31": {"...
{"name" : "iot-problems", "version" : "1.0.0", "type" : "module", "scripts" : {"problem1" : "node ./problem1/problem1.js", "problem2" : "node ./problem2/problem2.js", "problem31" : "node ./problem3/problem31.js", "problem32" : "node ./problem3/problem32.js", "problem3setup" : "node ./problem3/mqtt/broker.js", "problem3...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"problem1": {"type": "string"}, "problem2": {"type": "string"}, "problem31": {"type": "string"}, "problem32": {"type": "string"}, "problem3setup": {"type"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"welcome": {"type": "string"}, "english": {"type": "string"}, "vietnamese": {"type": "string"}}, "required": ["welcome", "english", "vietnamese"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"welcome" : "Welcome to Website!", "english" : "English", "vietnamese" : "Vi\u1ec7t Nam"}
json_instruct
{"type": "object", "properties": {"welcome": {"type": "string"}, "english": {"type": "string"}, "vietnamese": {"type": "string"}}, "required": ["welcome", "english", "vietnamese"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01030881": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "proper...
{"type" : "Topology", "objects" : {"E01030881" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00157458", "LAD11CD" : "E07000216"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "prope...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01030881": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}...
{"name" : "creativestyle/magento2-translation-importer", "type" : "project", "authors" : [{"name" : "Marek Zabrowarny", "email" : "marek.zabrowarny@creativestyle.pl"}], "license" : "MIT", "require" : {"creativestyle/csv-merger" : "^1.0", "creativestyle/google-sheets-downloader" : "dev-develop"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "license": {"type": "string"}, "require": {"type": "object", "prope...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Version": {"type": "string"}, "Names": {"type": "object", "properties": {"nds_NL": {"type": "string"}}, "required": ["nds_NL"]}}, "required": ["Version", "Names"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Version" : "2.1.44.18", "Names" : {"nds_NL" : "West Low German"}}
json_instruct
{"type": "object", "properties": {"Version": {"type": "string"}, "Names": {"type": "object", "properties": {"nds_NL": {"type": "string"}}, "required": ["nds_NL"]}}, "required": ["Version", "Names"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "conv...
[{"name" : "\u96c0\u513f\u6ee1\u5929\u98de20-03-12\u9ad8\u989c\u503c\u5916\u56f4\u5973\u795e\u8c03\u60c5\u6311\u9017\u6b32\u706b\u711a\u8eab", "size" : 163037660, "link" : "https://streamtape.com/e/l04AdRrM3yi74ze", "created_at" : "2022\u5e7404\u670823\u65e5 01:22:50", "downloads" : 0, "linkid" : "l04AdRrM3yi74ze", "co...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "numb...
{"id" : "29352041", "name" : "Kingsley Avenue", "nodes" : [{"type" : "node", "id" : 322868355, "lat" : 52.2545462, "lon" : -1.1654411}, {"type" : "node", "id" : 322868372, "lat" : 52.2547688, "lon" : -1.1659468}, {"type" : "node", "id" : 322868373, "lat" : 52.2555422, "lon" : -1.1672485}, {"type" : "node", "id" : 32286...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunte...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema...
{"name" : "Token GHvk", "symbol" : "GHvkd", "decimals" : 6, "address" : "GHvkdP7EmKdXzD6g7ojgt9i6DkXFYTJzD8bfq1QA9gUP", "chainId" : 103}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$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"}, "version": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object...
{"name" : "mvcc-js", "description" : "The JavaScript used for internal Moraine Valley Community College web applications.", "version" : "2.0.0", "author" : "Eric Harms", "repository" : {}, "devDependencies" : {"grunt" : "~0.4.1", "grunt-contrib-concat" : "~0.5.1", "grunt-contrib-jshint" : "~0.10.0", "grunt-contrib-ugli...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contr...
Following the schema specification below, generate a valid 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"...
{"directions" : ["Blend spinach, carrots, beet, pear, milk, banana, cottage cheese, walnuts, almonds, yogurt, honey, and cinnamon together in a blender until smooth."], "ingredients" : ["1 1/2 cups baby spinach leaves", "1 cup shredded carrots", "1/2 cup sliced raw beet", "1/2 pear, cored and chopped", "1/2 cup milk", ...
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"...
{"id" : "e3bdbee9-cecd-43da-8e1a-1e43c6dd2c92", "name" : "Newlands Primary School", "code" : "4", "address" : {"addressLine1" : "Dungells Lane", "addressLine2" : "Yateley", "town" : "Hampshire", "postcode" : "GU46 6EY"}, "organisation" : {"id" : "7d419a51-28e0-47f8-b0a2-462179e2370b", "code" : "1HW", "name" : "Forest L...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "weapontype": {"type": "string"}, "rarity": {"type": "string"}, "baseatk": {"type": "integer"}, "substat": {"type": "string"}, "subvalue": {"type"...
{"name" : "Lame brute", "description" : "Capable d'\u00e9loigner les esprits et les individus mal intentionn\u00e9s, cette \u00e9p\u00e9e \u00e0 deux mains d\u00e9nu\u00e9e de tranchant est habit\u00e9e par une puissance divine.", "weapontype" : "\u00c9p\u00e9e \u00e0 deux mains", "rarity" : "5", "baseatk" : 46, "subst...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "weapontype": {"type": "string"}, "rarity": {"type": "string"}, "baseatk": {"type": "integer"}, "substat": {"type": "string"}, "subvalue": {"type": "string"}, "effectname": {"type": "string"}, "effect": {"type": "string"}, ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "b...
{"id" : 28018, "title" : ["[Jousting Fields, Viewing Stands]"], "description" : ["A heavy coat of fresh sawdust covers the aspen plank flooring, thrown down in an attempt to soak up pools of mud, dung, and spilled ale. Rough-hewn boards laid across bales of straw provide temporary seating at the rear of the stands, wh...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "boolean"}, "wayto": {"type": "object", "properties": {"28017...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "license": {"type": "string"}...
{"name" : "condenser-blackboxtest", "version" : "1.0.0", "main" : "false", "scripts" : {"start" : "nightwatch --config nightwatch.json"}, "license" : "MIT", "dependencies" : {"nightwatch" : "^1.4.3", "phantomjs-prebuilt" : "2.1.16"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"nightwatch": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema...
{"variants" : {"" : {"model" : "rankine:block/bromine_block"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"agent_version": {"type": "string"}, "integration": {"type": "string"}, "groups": {"type": "array", "items": {"type": "string"}}, "check": {"type": "string"}, "statuses": {"type": "array", "items": {"ty...
[{"agent_version" : "5.17.0", "integration" : "cassandra", "groups" : ["host", "instance"], "check" : "cassandra.nodetool.node_up", "statuses" : ["ok", "critical"], "name" : "N\u0153ud disponible", "description" : "L'Agent envoie ce check de service pour chaque n\u0153ud surveill\u00e9 du cluster. Renvoie CRITICAL si l...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"agent_version": {"type": "string"}, "integration": {"type": "string"}, "groups": {"type": "array", "items": {"type": "string"}}, "check": {"type": "string"}, "statuses": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "description...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "...
{"name" : "filesystem-behavior", "version" : "1.1.8", "license" : "LICENSE.txt", "description" : "A filesystem behavior for filesystem elements.", "authors" : ["Pawel Psztyc", "Advanced REST client team"], "keywords" : ["web-components", "polymer", "files", "filesystem", "chrome"], "repository" : {"type" : "git", "url"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properti...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"dataType": {"type": "string"}, "longName": {"type": "string"}, "hl7Table": {"type": "string"}}, "required": ["dataType", "longName", "hl7Table"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dataType" : "NM", "longName" : "Co-Insurance Days (25)", "hl7Table" : ""}
json_instruct
{"type": "object", "properties": {"dataType": {"type": "string"}, "longName": {"type": "string"}, "hl7Table": {"type": "string"}}, "required": ["dataType", "longName", "hl7Table"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, ...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Pantao Raya, Poona Piagapo, Lanao del Norte, Northern Mindanao (Region X), PH", "locale" : "ph.northern-mindanao-region-x.lanao-del-norte.poona-piagapo.pantao-raya", "country_id" : 177, "country_reference" : 177, "country_name" : "Phili...
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": {...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "mysticalagriculture:block/soulstone_cobble_column_inventory"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"best": {"type": "object", "properties": {"X": {"type": "integer"}, "Y": {"type": "integer"}, "Z": {"type": "integer"}, "label": {"type": "integer"}, "score": {"type": "number"}, "xcenter": {"type": "integer"}, "xma...
{"best" : {"X" : 49, "Y" : 61, "Z" : 576, "label" : 1, "score" : 1.0, "xcenter" : 181, "xmax" : 0.77197265625, "xmin" : 0.43701171875, "ycenter" : 112, "ymax" : 0.55078125, "ymin" : 0.199951171875}, "faces" : [{"X" : 49, "Y" : 61, "Z" : 576, "label" : 1, "score" : 1.0, "xcenter" : 181, "xmax" : 0.77197265625, "xmin" : ...
json_instruct
{"type": "object", "properties": {"best": {"type": "object", "properties": {"X": {"type": "integer"}, "Y": {"type": "integer"}, "Z": {"type": "integer"}, "label": {"type": "integer"}, "score": {"type": "number"}, "xcenter": {"type": "integer"}, "xmax": {"type": "number"}, "xmin": {"type": "number"}, "ycenter": {"type":...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"$id": {"type": "string"}, "$schema": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"ty...
{"$id" : "https://example.com/city.schema.json", "$schema" : "http://json-schema.org/draft-07/schema#", "title" : "City", "type" : "object", "properties" : {"name" : {"type" : "string", "description" : "The city's name."}, "zipCode" : {"type" : "integer", "description" : "The zip code.", "minimum" : 0}}}
json_instruct
{"type": "object", "properties": {"$id": {"type": "string"}, "$schema": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["typ...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "main": {"type": "array", "items": {"type": "object", "properties": {"docid": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "imgsrc"...
[{"id" : 1, "main" : [{"docid" : "EP79A80Q0001899N", "title" : "\u6240\u7f57\u95e8\u7fa4\u5c9b\u88ab\u66dd\u5373\u5c06\u9a71\u9010\u53f0\"\u5927\u4f7f\" \u53f0\u5f53\u5c40\u56de\u5e94", "url" : "http://3g.163.com/news/19/0916/17/EP79A80Q0001899N.html", "imgsrc" : "http://cms-bucket.ws.126.net/2019/09/16/64bd2adbe28a483...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "main": {"type": "array", "items": {"type": "object", "properties": {"docid": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "imgsrc": {"type": "string"}}, "required": ["docid", "title", "url", "imgsrc"]...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "php-proxy", "description" : "https://github.com/abhishekhbhootwala/php-proxy-app"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draf...
{"id" : "170501040203", "variable1" : 0.7739, "variable2" : 0.302, "variable3" : "C"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": ...
{"name" : "wuwx/laravel-plus-view", "type" : "library", "keywords" : ["laravel", "view"], "license" : "MIT", "authors" : [{"name" : "Wu Weixin", "email" : "wuweixin@gmail.com"}], "require" : {"illuminate/view" : "5.*|6.*|7.*"}, "autoload" : {"psr-4" : {"Wuwx\\LaravelPlusView\\" : "src/"}}, "extra" : {"laravel" : {"prov...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town...
{"stationId" : 1121909, "stationGroupId" : 1121909, "name" : "\u8429\u751f", "lineId" : 11219, "zipCode" : "999-0602", "pref" : "\u5c71\u5f62\u770c", "city" : "\u897f\u7f6e\u8cdc\u90e1\u98ef\u8c4a\u753a", "town" : "\u8429\u751f", "longitude" : 140.004207, "latitude" : 38.06182, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "rechiseled_compat:block/byg_zelkova_planks_bricks"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Handguard War Sport LVOA-S blk. for use with AR-15 and compatible", "ShortName" : "LVOA-S blk.", "Description" : "Lightweight handguard War Sport LVOA-S (SBR) for use with sport rifles based on AR-15"}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"exec": {"type": "string"}, "watch": {"type": "array", "items": {"type": "string"}}, "ext": {"type": "string"}}, "required": ["exec", "watch", "ext"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"exec" : "yarn dev", "watch" : ["src/*"], "ext" : "js json"}
json_instruct
{"type": "object", "properties": {"exec": {"type": "string"}, "watch": {"type": "array", "items": {"type": "string"}}, "ext": {"type": "string"}}, "required": ["exec", "watch", "ext"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"lodash.core.js": {"type": "string"}, "lodash.core.min.js": {"type": "string"}, "lodash.fp.js": {"type": "string"}, "lodash.fp.min.js": {"type": "string"}, "lodash.js": {"type": "string"}, "lodash.min.js": {"type": "string"}, "...
{"lodash.core.js" : "sha512-5WWrqLU6xM17dc8tkBMKz6O3BKs/0h2Aylvy2lijAQrHhAoKlipZS9LwQg3owZznphfohbX5NseTBx+4V+THZA==", "lodash.core.min.js" : "sha512-Mu9462mUjxmlgC4OF5APnmCgtVUkcAfe6TWSlVvuyb+zbUKRtKSGkn6SucDPm7doOBYbbg39r9x+qOQPEqdeGg==", "lodash.fp.js" : "sha512-mNDsxZFlvTSMaxIp9c2NEpA+b6CuEd8mY0I2+ejR/oAgZAXh3HOc5h...
json_instruct
{"type": "object", "properties": {"lodash.core.js": {"type": "string"}, "lodash.core.min.js": {"type": "string"}, "lodash.fp.js": {"type": "string"}, "lodash.fp.min.js": {"type": "string"}, "lodash.js": {"type": "string"}, "lodash.min.js": {"type": "string"}, "mapping.fp.js": {"type": "string"}}, "required": ["lodash.c...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "stri...
{"URL" : "https://www.wired.com/2000/11/unsinkable-unthinkable", "heading" : "unsinkable? unthinkable!", "subheading" : "here's an idea that strains credulity, even in a city fabled for its oddballs and eccentrics. port commissioners in san francisco are apparently seriously considering a proposal to permanently berth ...
json_instruct
{"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}, "text": {"type": "string"}}, "required": ["URL", "heading", "subheading...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"decrease": {"type": "string"}, "increase": {"type": "string"}, "numberField": {"type": "string"}}, "required": ["decrease", "increase", "numberField"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"decrease" : "{fieldLabel} azalt", "increase" : "{fieldLabel} artt\u0131r", "numberField" : "Say\u0131 alan\u0131"}
json_instruct
{"type": "object", "properties": {"decrease": {"type": "string"}, "increase": {"type": "string"}, "numberField": {"type": "string"}}, "required": ["decrease", "increase", "numberField"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "object", "properties": {"outputFile": {"type": "string"}, "map": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "from": {"...
{"logs" : [{"outputFile" : "C:\\Users\\HP\\examples\\lite\\examples\\gesture_classification\\android-yolo-v2\\gradleBuild\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v21\\values-v21.xml", "map" : [{"source" : "C:\\Users\\HP\\examples\\lite\\examples\\gesture_classification\\android-yolo-v2\\res...
json_instruct
{"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "object", "properties": {"outputFile": {"type": "string"}, "map": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "from": {"type": "object", "properties": {"startLines": {"type": "string"}, "startCol...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type...
{"name" : "codification-nl/hashbang", "description" : "It's just really easy", "version" : "3.0.0", "type" : "library", "homepage" : "https://github.com/codification-nl/Hashbang", "license" : "MIT", "authors" : [{"name" : "Kevin Wijsenbach", "email" : "kevin@codification.nl"}], "require" : {"php" : "^7.1.0", "ext-pdo" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}},...
{"name" : "budget-app", "version" : "1.0.0", "description" : "budget app", "main" : "index.js", "scripts" : {"start" : "node ./src/app.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/anastasiya-nd/budget-app.git"}, "author" : "dankoanastasia0...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "repository": {"type": "objec...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"value" : ["2004-03-18", "1982-03-29", "1991-07-13", "1998-06-30", "1992-03-20", "2017-10-12"]}
json_instruct
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"rigidBodies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "imagePath": {"type": "string"}, "origin": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number...
{"rigidBodies" : [{"name" : "koala", "imagePath" : "koala.png", "origin" : {"x" : 0.5049999952316284, "y" : 0.5112499594688416}, "polygons" : [[{"x" : 0.2500000596046448, "y" : 0.5575000643730164}, {"x" : 0.024999946355819702, "y" : 0.2275000512599945}, {"x" : 0.054999977350234985, "y" : 0.042500048875808716}, {"x" : 0...
json_instruct
{"type": "object", "properties": {"rigidBodies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "imagePath": {"type": "string"}, "origin": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}, "polygons": {"type": "array",...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"opt1": {"type": "integer"}, "opt2": {"type": "integer"}, "param1": {"type": "string"}, "param2": {"type": "string"}}, "required": ["opt1", "opt2", "param1", "param2"], "$schema": "http://json-schema.org/draft-07/sc...
{"opt1" : 10, "opt2" : 10, "param1" : "/tmp/test.npz.gz", "param2" : "/tmp/test.one.three.two"}
json_instruct
{"type": "object", "properties": {"opt1": {"type": "integer"}, "opt2": {"type": "integer"}, "param1": {"type": "string"}, "param2": {"type": "string"}}, "required": ["opt1", "opt2", "param1", "param2"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "dna": {"type": "string"}, "edition": {"type": "integer"}, "date": {"type": "integer"}, "attributes": {"type": "array", "items": {"type":...
{"name" : "CryptoMan #807", "description" : "3.333 Generated CryptoMan", "image" : "ipfs://QmeCE2nHW6q3aZ3ybo7qAwpr5KWVqTyLmN7GpXurgDWPk7/807.png", "dna" : "12e933bacef12cf144723709a6ba33fa5ebbccb4", "edition" : 807, "date" : 1641610355339, "attributes" : [{"trait_type" : "background", "value" : "orange"}, {"trait_type...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "dna": {"type": "string"}, "edition": {"type": "integer"}, "date": {"type": "integer"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "num...
{"locationData" : {"relativeBoundingBox" : {"xmin" : 0.5112263, "width" : 0.058968186, "ymin" : 0.6025015, "height" : 0.07371031}, "relativeKeypoints" : [{"y" : 0.6090855, "x" : 0.5425332}, {"y" : 0.66870093, "x" : 0.5461654}, {"y" : 0.6669572, "x" : 0.5373681}, {"y" : 0.66098106, "x" : 0.5295409}, {"y" : 0.65296394, "...
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 sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "item...
{"type" : "FeatureCollection", "title" : "Untitled", "id" : "208943183", "bbox" : [5.973109, 35.672022, 5.973109, 35.672022], "description" : "An ancient place, cited: BAtlas 34 D2 unnamed feature ()", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [5.973109, 35.672022]}, "properties...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "ee497dd7d41571d53884fe6e583a748df8292175"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"status": {"type": "string"}, "segmentation": {"type": "string"}, "url": {"type": "string"}, "character": {"type": "string"}, "label": {"type": "string"}, "id": {"type": "string"}}, "required": ["status", "segmenta...
{"status" : "OK", "segmentation" : "candidate-segmentation", "url" : "/segment-image/fde68d68-7010-48ae-a5a3-9930260f4afa/candidate-segmentation/924", "character" : "8", "label" : "924", "id" : "fde68d68-7010-48ae-a5a3-9930260f4afa"}
json_instruct
{"type": "object", "properties": {"status": {"type": "string"}, "segmentation": {"type": "string"}, "url": {"type": "string"}, "character": {"type": "string"}, "label": {"type": "string"}, "id": {"type": "string"}}, "required": ["status", "segmentation", "url", "character", "label", "id"], "$schema": "http://json-schem...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"skeleton.js": {"type": "string"}, "skeleton.min.js": {"type": "string"}}, "required": ["skeleton.js", "skeleton.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"skeleton.js" : "sha512-KIO0d4MX6P0pnOMvH9vL/5HexwmbwTjszu9nVvaL6us0ccbu2Y8iuRHwXl/ko+aqI/yk3tVKheEz7OcPngd94g==", "skeleton.min.js" : "sha512-hKdcOX08iSxMuaSPOtQmQQEXGDVRXDEdXVYv6hQBxMEf3Vnk0POJnGeQ7DvIBsleRPaapbbs8kgsxHFyosTErw=="}
json_instruct
{"type": "object", "properties": {"skeleton.js": {"type": "string"}, "skeleton.min.js": {"type": "string"}}, "required": ["skeleton.js", "skeleton.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"server": {"type": "object", "properties": {"baseDir": {"type": "array", "items": {"type": "string"}}}, "required": ["baseDir"]}, "injectChanges": {"type": "boolean"}, "files": {"type": "array", "items": {"type"...
{"server" : {"baseDir" : ["./src", "./src/images", "./build/contracts"]}, "injectChanges" : true, "files" : ["./**/*.{html,css,js,jpg,svg}"], "watchOptions" : {"ignored" : ["node_modules", "src/**/*.*", "app/**/*.js"]}}
json_instruct
{"type": "object", "properties": {"server": {"type": "object", "properties": {"baseDir": {"type": "array", "items": {"type": "string"}}}, "required": ["baseDir"]}, "injectChanges": {"type": "boolean"}, "files": {"type": "array", "items": {"type": "string"}}, "watchOptions": {"type": "object", "properties": {"ignored": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "st...
{"name" : "reflux-rehydrate", "version" : "0.1.3", "description" : "Rehydrate RefluxJS stores, to support isomorphic rendering, or loading from local storage (running offline or recovering unsaved data)", "main" : "./lib/index.js", "repository" : {"type" : "git", "url" : "https://github.com/maphubs/reflux-rehydrate"}, ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ShrinkRay": {"type": "array", "items": {"type": "string"}}}, "required": ["ShrinkRay"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ShrinkRay" : ["ReversePolarity", "ScienceMarchesOn", "DiscreditedTrope", "IncredibleShrinkingMan", "NoConservationOfMass", "ShapeshifterBaggage", "OminousOwl", "ThoseTwoBadGuys", "DependingOnTheWriter", "ColonyDrop", "HoistByHisOwnPetard", "AirVentPassageway", "HoistByHisOwnPetard", "AirVentPassageway", "Pun", "Attac...
json_instruct
{"type": "object", "properties": {"ShrinkRay": {"type": "array", "items": {"type": "string"}}}, "required": ["ShrinkRay"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ...
{"id" : 101788625, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "251bdaa6879ef36655e69edace46d8b2", "wof:id" : 101788625, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [24.298357, 46.670078, 24.324252, 46.686806], "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": ["...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["co...
{"contract" : "0xc9b965df61f634b35e34043545572f468af6599d", "tool" : "slither", "start" : 1563525969.1141617, "end" : 1563525972.602115, "duration" : 3.4879531860351562, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"examples": {"type": "array", "items": {"type": "object", "properties": {"translation": {"type": "string"}, "first": {"type": "string"}, "last": {"type": "string"}}, "required": ["translation", "first", "last"]}}, "...
{"examples" : [{"translation" : "\u5979\u6b7b\u53bb\u7684\u6d88\u606f\u8fc5\u901f\u4f20\u5f00\u3002", "first" : "The news of her death ", "last" : " quickly."}, {"translation" : "\u8840\u6db2\u5728\u4f53\u5185\u5faa\u73af\u3002", "first" : "Blood ", "last" : " through the body."}, {"translation" : "\u6253\u5f00\u7a97\u...
json_instruct
{"type": "object", "properties": {"examples": {"type": "array", "items": {"type": "object", "properties": {"translation": {"type": "string"}, "first": {"type": "string"}, "last": {"type": "string"}}, "required": ["translation", "first", "last"]}}, "pronunciation": {"type": "object", "properties": {"uk": {"type": "objec...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language...
{"citations" : [{"textCitation" : "[See rbaib on Metamath](http://us.metamath.org/mpegif/rbaib.html)"}], "names" : ["rbaib"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wph", "#T_wb", "#T_wps", "#T_wa", "#T_wch", "#T_wch", "#T_wi", "#T_wph", "#T_wb", "#T_wps"], "metaLanguage" : "METAMATH", "remarks" : " Move ...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"difficulty": {"type": "string"}, "url": {"type": "string"}}, "required": ["difficulty", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"difficulty" : "interview", "url" : "https://www.codechef.com/PTRN2020/problems/ITGUY44"}
json_instruct
{"type": "object", "properties": {"difficulty": {"type": "string"}, "url": {"type": "string"}}, "required": ["difficulty", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "strin...
{"accession_number" : "S5781.85.8", "actors" : [], "creation_date" : "1930s", "credit_line" : "Gift of Mr. and Mrs. Edward Lucien", "cultures" : [], "dimensions" : "L: 42 in.; 106.7 cm.", "dynasty" : null, "images" : [], "irn" : 14801, "materials" : "velvet, fur", "on_view" : false, "period" : null, "printers" : [], "p...
json_instruct
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array...
Generate sample JSON data that conforms to the following schema definition: {"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" : "7212090011", "district_id" : "7212090", "name" : "UEMASI"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"GBR": {"type": "array", "items": {"type": "string"}}, "ITA": {"type": "array", "items": {"type": "string"}}, "NZL": {"type": "array", "items": {"type": "string"}}, "DEU": {"type": "array", "items": {"type": "string"...
{"GBR" : ["M 401 551 Q 410.6 304.6 588 134", "United Kingdom", "1046"], "ITA" : ["M 401 551 Q 448.2 321.0 641 187", "Italy", "328"], "NZL" : ["M 401 551 Q 782.6 373.8 1182 509", "New Zealand", "177"], "DEU" : ["M 401 551 Q 437.0 304.4 634 151", "Germany", "168"], "AUS" : ["M 401 551 Q 724.6 370.4 1084 464", "Australia"...
json_instruct
{"type": "object", "properties": {"GBR": {"type": "array", "items": {"type": "string"}}, "ITA": {"type": "array", "items": {"type": "string"}}, "NZL": {"type": "array", "items": {"type": "string"}}, "DEU": {"type": "array", "items": {"type": "string"}}, "AUS": {"type": "array", "items": {"type": "string"}}, "CAN": {"ty...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "met...
{"name" : "dzn", "methods" : [{"name" : "<init>", "descriptor" : "(Ldwt;Lcom/mojang/authlib/GameProfile;)V"}, {"name" : "a", "descriptor" : "(D)Z", "javadoc" : ["Checks if the entity is in range to render."], "parameters" : [{"index" : 1, "name" : "pDistance"}]}, {"name" : "a", "descriptor" : "(Lapk;F)Z", "javadoc" : [...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "methods"], "$schema": "http://json-schema.org/draft-07/schema#...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nu...
{"nom" : "Chenailler-Mascheix", "circ" : "2\u00e8me circonscription", "dpt" : "Corr\u00e8ze", "inscrits" : 189, "abs" : 88, "votants" : 101, "blancs" : 11, "nuls" : 10, "exp" : 80, "res" : [{"nuance" : "REM", "nom" : "Mme Patricia BORDAS", "voix" : 48}, {"nuance" : "LR", "nom" : "Mme Fr\u00e9d\u00e9rique MEUNIER", "voi...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "Address...
{"IsRecentlyVerified" : false, "ID" : 152184, "UUID" : "E855A573-E74B-4492-85CA-CB3BB254BEAA", "DataProviderID" : 28, "DataProvidersReference" : "FR*S85*P85191*005", "UsageTypeID" : 5, "AddressInfo" : {"ID" : 152537, "Title" : "LA ROCHE SUR YON - Place Du Genet", "AddressLine1" : "Place Du Genet 85000 LA ROCHE SUR YON"...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "in...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"persons": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["persons"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"persons" : [{"name" : "aria"}]}
json_instruct
{"type": "object", "properties": {"persons": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["persons"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "gunnel", "definition" : "1. A gunwale. 2. (Zo\u00f6l.) A small, eel-shaped, marine fish of the genus Mur\u00e6noides; esp., M. gunnellus of Europe and America; -- called also gunnel fish, butterfish, rock eel."}
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": {"axe.js": {"type": "string"}, "axe.min.js": {"type": "string"}}, "required": ["axe.js", "axe.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"axe.js" : "sha256-L8DZW5NHhk5FnWyIys8DkSDeK82ac/hQW6bEm8DWIGY=", "axe.min.js" : "sha256-8R6QaE6/3xw1XrQaoaJ3jrA2/hMQRdMHNcVKu+bxqLg="}
json_instruct
{"type": "object", "properties": {"axe.js": {"type": "string"}, "axe.min.js": {"type": "string"}}, "required": ["axe.js", "axe.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_p...
{"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "HLZcYvik7KKex5fomy8xRL2e599osC1xb9jBQIiLnQufCPwlPpl9MYMwk6AEiZumMRMzPwCilUfHfrJ79kzocvE=", "cert_user_id" : "dianwangwin@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/19xFGcGXAsuVN5bp7s4Dgw4AMTUxBRJFTM/content.json", "mo...
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obje...
{"hash" : "0xed17237f34fc18830ed05d1ed7f6f71009d2404f1964ab1d97b50a18c2f7a29f", "parentHash" : "0x902cdc761ac1ba70c043ac9be2fcff4d6c6e9c00b420905e1b98cc242231f57e", "number" : 73798, "timestamp" : 1439375258, "nonce" : "0x9d7a9fbbfe3d6ba3", "difficulty" : 2215216199895, "gasLimit" : {"_hex" : "0x2fefd5"}, "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"]...
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" : "gangrel", "definition" : "Wandering; vagrant. [Scot.] Sir W. Scott."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {"type": "string"}}, "country_of_origin": {"type": "string"}, "seasons": {"t...
{"title" : "Crime Story", "genre" : "Crime drama", "creators" : ["Chuck Adamson", "Gustave Reininger"], "cast" : ["Dennis Farina", "Anthony Denison", "Stephen Lang", "Bill Smitrovich", "Bill Campbell", "Steve Ryan", "Paul Butler", "Ted Levine"], "country_of_origin" : "United States", "seasons" : 2, "episodes" : 44, "st...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {"type": "string"}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"}, "episodes": {"type": "integer"}, "start...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "stri...
{"authors" : [{"author" : "Salvador Lima Lopez"}, {"author" : "Naiara Perez"}, {"author" : "Montse Cuadros"}, {"author" : "German Rigau"}], "doi" : "", "publication_date" : "2017-MM-DD ", "id" : "ES102310", "url" : "https://github.com/Vicomtech/NUBes-negation-uncertainty-biomedical-corpus/tree/master/NUBes", "source" :...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"UUID": {"type": "object", "properties": {"description": {"t...
{"name" : "vless", "description" : "Deploy vless on Heroku.", "keywords" : ["vless"], "env" : {"UUID" : {"description" : "VLESS UUID", "value" : "9cbe6269-1efa-49b8-9d7a-5ddc7b540816"}}, "website" : "https://github.com/gfujDGiku/", "repository" : "https://github.com/gfujDGiku/ly6e4e", "stack" : "container"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"UUID": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["d...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string...
{"body" : "subj. When one updates XCode from 7.2.1. to 7.3. clang version changes accordingly. However, spack does not pick up those changes. Presumably because `compilers.yaml` is already created and available. If one removes the file and reruns `spack compilers`, then the new file with the correct version is generate...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"drupal/csv_serialization": {"type": "string"}}, "...
{"name" : "drupal/views_data_export", "description" : "Plugin to export views data into various file formats.", "type" : "drupal-module", "license" : "GPL-2.0+", "require" : {"drupal/csv_serialization" : "~1.4"}, "require-dev" : {"drupal/search_api" : "~1.12", "drupal/xls_serialization" : "~1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"drupal/csv_serialization": {"type": "string"}}, "required": ["drupal/csv_serialization"]}, "require-dev": {"type": "ob...