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": {"Version": {"type": "string"}, "Statement": {"type": "array", "items": {"type": "object", "properties": {"Sid": {"type": "string"}, "Effect": {"type": "string"}, "NotAction": {"type": "array", "items": {"type": "string"}}, "... | {"Version" : "2012-10-17", "Statement" : [{"Sid" : "AllowAllPermissions", "Effect" : "Allow", "NotAction" : ["lightsail:*", "sagemaker:*"], "Resource" : "*"}]} | json_instruct | {"type": "object", "properties": {"Version": {"type": "string"}, "Statement": {"type": "array", "items": {"type": "object", "properties": {"Sid": {"type": "string"}, "Effect": {"type": "string"}, "NotAction": {"type": "array", "items": {"type": "string"}}, "Resource": {"type": "string"}}, "required": ["Sid", "Effect", ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"testEmptySimulatorCanCloneSimulation": {"type": "string"}, "testEmptySimulatorCloneCanLoadImage": {"type... | {"class" : {}, "instance" : {"testEmptySimulatorCanCloneSimulation" : "eem 1/10/2017 11:38", "testEmptySimulatorCloneCanLoadImage" : "eem 6/29/2017 12:37", "testSimulatorCanReloadImage" : "eem 6/29/2017 12:38"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"testEmptySimulatorCanCloneSimulation": {"type": "string"}, "testEmptySimulatorCloneCanLoadImage": {"type": "string"}, "testSimulatorCanReloadImage": {"type": "string"}}, "requi... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"moniker": {"type": "string"}, "valopr_address": {"type": "string"}, "addedPeer": {"type": "string"}}, "required": ["moniker", "valopr_address", "addedPeer"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"moniker" : "entropic.nodes", "valopr_address" : "cohovaloper1pzycsvjg4xvpl8wengp7quqz247njcuth2npjc", "addedPeer" : "98718B9635D299087D3C4B19301EBE2AABF930956DE5C3FA240237D384B5901A"} | json_instruct | {"type": "object", "properties": {"moniker": {"type": "string"}, "valopr_address": {"type": "string"}, "addedPeer": {"type": "string"}}, "required": ["moniker", "valopr_address", "addedPeer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id... | {"id" : 101807075, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "40306890eade1897e532d197ce46e0b1", "wof:id" : 101807075, "wof:repo" : "whosonfirst-data-admin-nl"}, "bbox" : [5.48611, 52.22, 5.48611, 52.22], "geometry" : {"coordinates" : [5.... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "items": {"t... | [{"address_components" : [{"long_name" : "1", "short_name" : "1", "types" : ["street_number"]}, {"long_name" : "3. Kaya Sokak", "short_name" : "3. Kaya Sk.", "types" : ["route"]}, {"long_name" : "Hac\u0131 Mahmut Mahallesi", "short_name" : "Hac\u0131 Mahmut", "types" : ["administrative_area_level_4", "political"]}, {"l... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["long_name", "short_name", "types"]}},... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"PolicyName": {"type": "string"}, "PolicyId": {"type": "string"}, "Arn": {"type": "string"}, "Path": {"type": "string"}, "DefaultVersionId": {"type": "string"}, "AttachmentCount": {"type": "integer"}, "Permissio... | {"PolicyName" : "AmazonFreeRTOSOTAUpdate", "PolicyId" : "ANPAINC2TXHAYDOK3SWMU", "Arn" : "arn:aws:iam::aws:policy/service-role/AmazonFreeRTOSOTAUpdate", "Path" : "/service-role/", "DefaultVersionId" : "v3", "AttachmentCount" : 0, "PermissionsBoundaryUsageCount" : 0, "IsAttachable" : true, "CreateDate" : "2018-08-27T22:... | json_instruct | {"type": "object", "properties": {"PolicyName": {"type": "string"}, "PolicyId": {"type": "string"}, "Arn": {"type": "string"}, "Path": {"type": "string"}, "DefaultVersionId": {"type": "string"}, "AttachmentCount": {"type": "integer"}, "PermissionsBoundaryUsageCount": {"type": "integer"}, "IsAttachable": {"type": "boole... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"type-check": {"type": "string"}, "type-check:watch": {"ty... | {"name" : "@aaronanderson/groovy-cloud-editor", "version" : "1.0.0", "description" : "Groovy Cloud Editor Demo", "module" : "index.js", "scripts" : {"type-check" : "tsc --noEmit", "type-check:watch" : "npm run type-check -- --watch", "start" : "snowpack dev", "build" : "snowpack build"}, "author" : "Aaron Anderson", "l... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"type-check": {"type": "string"}, "type-check:watch": {"type": "string"}, "start": {"type": "string"}, "build": {"typ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/js/app.js" : "/js/app.js?id=833995565259a67fd026", "/css/app.css" : "/css/app.css?id=6e5d016b9ebfe2f27804"} | json_instruct | {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "reposit... | {"name" : "srp-js", "description" : "Secure Remote Password (SRP)", "version" : "0.2.1", "main" : "index.js", "scripts" : {"test" : "vows test/test*.js --spec"}, "repository" : {"type" : "git", "url" : "https://github.com/getinsomnia/srp-js"}, "author" : "Gregory Schier <greg@schier.co>", "licence" : "MIT", "readmeFile... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$... | {"id" : "2025", "provinceId" : "53", "regencyId" : "09", "districtId" : "02", "name" : "Were"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:i... | {"id" : 101892145, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "05d9119fe347bbe4372d91941ec4966d", "wof:id" : 101892145, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.03723430296469, 46.06086381927832, 6.05445816422429, 46.0696654767969]... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"applicant": {"type": "string"}, "authorizer": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "member": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "member"]}}... | {"applicant" : "admin@contoso.onmicrosoft.com", "authorizer" : [{"type" : "everyone", "member" : ["AdeleV@contoso.onmicrosoft.com", "AlexW@contoso.onmicrosoft.com"]}, {"type" : "first", "member" : ["AdeleV@contoso.onmicrosoft.com", "AlexW@contoso.onmicrosoft.com"]}, {"type" : "all", "member" : ["AdeleV@contoso.onmicros... | json_instruct | {"type": "object", "properties": {"applicant": {"type": "string"}, "authorizer": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "member": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "member"]}}}, "required": ["applicant", "authorizer"], "$schema": "htt... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"gyldighetsperiode": {"type": "object", "properties": {"beskrivelse": {"type": "string"}, "slutt": {"type": "integer"}, "start": {"type": "integer"}}, "required": ["beskrivelse", "slutt", "start"]}, "kode": {"type": ... | {"gyldighetsperiode" : {"beskrivelse" : "hZzEA", "slutt" : 1350456324185, "start" : 1539174344994}, "kode" : "TXvDOGxVeWlHLAVyZLfOuvGiPfSnjMBc", "navn" : "OZflxfdAEbWylXL", "passiv" : false, "systemId" : {"gyldighetsperiode" : {"beskrivelse" : "fvapAgz", "slutt" : 1783141784588, "start" : 1687408450896}, "identifikator... | json_instruct | {"type": "object", "properties": {"gyldighetsperiode": {"type": "object", "properties": {"beskrivelse": {"type": "string"}, "slutt": {"type": "integer"}, "start": {"type": "integer"}}, "required": ["beskrivelse", "slutt", "start"]}, "kode": {"type": "string"}, "navn": {"type": "string"}, "passiv": {"type": "boolean"}, ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"copy": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "cut": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "paste": {"type": "object", "propert... | {"copy" : {"value" : "Copy"}, "cut" : {"value" : "Cut"}, "paste" : {"value" : "Paste"}} | json_instruct | {"type": "object", "properties": {"copy": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "cut": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "paste": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01016996": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "proper... | {"type" : "Topology", "objects" : {"E01016996" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00085808", "LAD11CD" : "E06000043"}, "arcs" : [[0, 1, 2, 3, 4, 5]]}, {"type" : "Polygon... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01016996": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:i... | {"id" : 85910115, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "cf577173f004a79a87246506a2b33123", "wof:id" : 85910115, "wof:repo" : "whosonfirst-data-admin-jp"}, "bbox" : [139.766693, 35.69411, 139.770813, 35.699129], "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": ["... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "website": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object... | {"name" : "Gatekeeper", "description" : "Enables client-side applications to dance OAuth with GitHub.", "website" : "https://github.com/prose/gatekeeper", "repository" : "https://github.com/prose/gatekeeper", "keywords" : ["node", "github", "oauth"], "env" : {"OAUTH_CLIENT_ID" : "", "OAUTH_CLIENT_SECRET" : "", "OAUTH_H... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "website": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"OAUTH_CLIENT_ID": {"type": "string"}, "OAUTH_CLIENT_SECR... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDepend... | {"name" : "mrr-simple-inject-library", "version" : "1.0.0", "author" : "Miguel Rivera Rios <miguel.e.rivera.rios@gmail.com>", "license" : "MIT", "scripts" : {"test" : "karma start"}, "devDependencies" : {"browserify" : "^17.0.0", "jasmine" : "^3.6.4", "jasmine-core" : "^3.6.0", "karma" : "^6.1.1", "karma-browserify" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"browserify": {"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"},... | {"id" : 4353, "citation_title" : "The Political Economy of Capital Controls", "citation_author" : ["Alberto Alesina", "Vittorio Grilli", "Gian Maria Milesi-Ferrett"], "citation_publication_date" : "1993-05-01", "issue_date" : "1993-05-01", "revision_date" : "None", "topics" : null, "program" : ["International Finance a... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "null"}, "progr... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"manufacturer": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type"... | {"manufacturer" : "Mantra", "devices" : [{"manufacturer" : "", "market_name" : "MFSTAB", "codename" : "MFSTAB", "model" : "MFSTAB"}, {"manufacturer" : "", "market_name" : "MFSTABII", "codename" : "MFSTABII", "model" : "MFSTABII"}, {"manufacturer" : "", "market_name" : "MFSTABIV", "codename" : "MFSTABIV", "model" : "MFS... | json_instruct | {"type": "object", "properties": {"manufacturer": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "ilikewood:block/bed/inventory/black/zelkova"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["... | {"name" : "kb-pretty-scroll", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"build" : "rollup -c"}, "repository" : {"type" : "git", "url" : "git+https://github.com/keuby/kb-pretty-scroll.git"}, "keywords" : ["vue", "scroll"], "author" : "Knight Chen", "license" : "MIT", "bugs" : {"url" : "h... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "repository": {"type": "object", "properties": {"type": {"type": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "item... | {"AB" : ["jq", "ip", "hp", "fr", "fq", "fp", "ep", "dp", "cq", "bq", "cn", "jr"], "AW" : ["cr", "er", "eq", "fs", "gr", "hq", "ir", "is", "br"], "SZ" : "19", "C" : "Black to play", "SOL" : [["B", "ds", "", ""]]} | json_instruct | {"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"],... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01011160": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties"... | {"type" : "Topology", "objects" : {"E01011160" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00056214", "LAD11CD" : "E08000034"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "prope... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01011160": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"model-name": {"type": "string"}, "resource-file": {"type": "string"}}, "required": ["model-name", "resource-file"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"model-name" : "orders", "resource-file" : "orders.json"}, {"model-name" : "order_items", "resource-file" : "order_items.json"}, {"model-name" : "category", "resource-file" : "categories.json"}, {"model-name" : "category_items", "resource-file" : "category_items.json"}, {"model-name" : "Items", "resource-file" : "ite... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"model-name": {"type": "string"}, "resource-file": {"type": "string"}}, "required": ["model-name", "resource-file"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "Comentario de pruebas", "description" : "Notas nuevas"}, {"title" : "Hoy es sabado", "description" : "Datos aleatorios"}, {"title" : "Conexion con Axios", "description" : "Como eliminar la dependencia a Jquery"}, {"title" : "No son datos random :(", "description" : "Adios !"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"date": {"type": "string"}, "area_de_concentracao": {"type": "string"}, "doutorado": {"type": "boolean"}, "author": {"type": "string"}, "anexos": {"type": "boolean"}, "instituicao": {"type": "string"}, "programa": {"type": "strin... | {"date" : " 2019", "area_de_concentracao" : "", "doutorado" : false, "author" : "William", "anexos" : false, "instituicao" : " IFPB", "programa" : "", "title" : "Design para a vida", "orientador" : "Eduardo", "local" : "Santa Rita", "referencias_caminho" : "referencias.bib", "titulacao" : "T\u00e9cnico em inform\u00e1t... | json_instruct | {"type": "object", "properties": {"date": {"type": "string"}, "area_de_concentracao": {"type": "string"}, "doutorado": {"type": "boolean"}, "author": {"type": "string"}, "anexos": {"type": "boolean"}, "instituicao": {"type": "string"}, "programa": {"type": "string"}, "title": {"type": "string"}, "orientador": {"type": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"filename": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["filename", "timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"filename" : "", "timestamp" : 0} | json_instruct | {"type": "object", "properties": {"filename": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["filename", "timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"pro... | {"userId" : 86653, "cartId" : "052f5eef-b2b6-405d-9fcf-db23c3599473", "preferredProducts" : [4502, 3439, 4844], "productReviews" : [{"productId" : 3323, "reviewText" : "one of my hobbies is toy collecting. and when i'm collecting toys this works great.", "reviewDate" : "2019-04-26T08:28:06.6207046+03: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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "7107040", "regency_id" : "7107", "name" : "BOLANG ITANG BARAT"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["https://assets.mixkit.co/videos/302/302-720.mp4", "https://assets.mixkit.co/videos/303/303-720.mp4", "https://assets.mixkit.co/videos/334/334-720.mp4", "https://assets.mixkit.co/videos/337/337-720.mp4", "https://assets.mixkit.co/videos/341/341-720.mp4", "https://assets.mixkit.co/videos/343/343-720.mp4", "https://asse... | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"},... | {"\u5de5\u5ee0\u540d\u7a31" : "\u6210\u5bcc\u4f01\u696d\u6709\u9650\u516c\u53f8\u5317\u6597\u5de5\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99650834", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "08110000086266", "\u5de5\u5ee0\u5730\u5740" : "\u5f70\u5316\u7e23\u5317\u6597\u93ae\u5927\u65b0\u91cc\u65b0... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "refs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "strin... | {"kind" : "Property", "name" : "NotificationEvent.notification", "href" : "https://developer.mozilla.org/en-US/docs/Web/API/NotificationEvent/notification", "description" : "The notification read-only property of the NotificationEvent interface returns the instance of the Notification that was clicked to fire the event... | json_instruct | {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "refs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}}, "requi... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["3x3 basketball", "Archery", "Artistic gymnastics", "Artistic swimming", "Athletics", "Badminton", "Baseball", "Basketball", "Beach volleyball", "BMX freestyle", "BMX racing", "Boxing", "Canoe/kayak flatwater", "Canoe/kayak slalom", "Diving", "Equestrian", "Fencing", "Football", "Golf", "Handball", "Hockey", "Judo", "... | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["dbghost", "exceljs", "exceljs2", "grunt-cordova-config", "gulp-tslint-jenkins-reporter", "gulp-tslint-jenkins-reporter-kruczjak", "gulp-typescript-jenkins-reporter", "mocha-junit-and-console-reporter", "mocha-junit-reporter", "mscgenjs", "mscgenjs-cli", "sheet-db", "sl-api", "state-machine-cat"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"quality": {"type": "integer"}, "model": {"type": "string"}, "elapsed": {"type": "number"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f... | {"quality" : 51, "model" : "R101", "elapsed" : 668.4101252555847, "tp" : 44421, "fp" : 338741, "precision" : 0.11593268643550247, "recall" : 1.2225402504472271, "f1" : 0.2117822058322229, "min_score" : 0.05000027269124985, "AP" : 37.330098896478546, "AP50" : 56.42239816764708, "AP75" : 39.44215538490612, "APs" : 19.377... | json_instruct | {"type": "object", "properties": {"quality": {"type": "integer"}, "model": {"type": "string"}, "elapsed": {"type": "number"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"type": "number"}, "min_score": {"type": "number"}, "AP": {"type": "nu... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "mythicmetals:block/steel_anvil"} | 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"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "author": {"type": "string"}, "engines": {"type": "object", "pr... | {"name" : "Crawler", "description" : "Crawler for CourseShark to crawl courses from Banner Websites", "version" : "0.2.0", "private" : true, "main" : "./index.js", "author" : "James Rundquist (http://github.com/jrundquist)", "engines" : {"node" : ">= 0.6.14"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "author": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "req... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"authority": {"type": "string"}, "mintWrapper": {"type": "string"}, "quarries": {"type": "array", "items": {"type": "object", "properties": {"cached": {"type": "object", "properties": {"famineTs": {"type": "string"}, "index"... | {"authority" : "7fi4w6ErjyTXWdyne7pdFCgjsBRFNYQyUVwcPrea6fCY", "mintWrapper" : "BPmtX7P3nh8RdFpCeksj1gYxbvWyhJpeZSDM6neEaw4A", "quarries" : [{"cached" : {"famineTs" : "9223372036854775807", "index" : 0, "lastUpdateTs" : "1644899649", "numMiners" : "2", "rewardsPerTokenStored" : "0", "rewardsShare" : "0", "totalTokensDe... | json_instruct | {"type": "object", "properties": {"authority": {"type": "string"}, "mintWrapper": {"type": "string"}, "quarries": {"type": "array", "items": {"type": "object", "properties": {"cached": {"type": "object", "properties": {"famineTs": {"type": "string"}, "index": {"type": "integer"}, "lastUpdateTs": {"type": "string"}, "nu... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "null"}, "properties": {"type": "object", "properties": {"name": {"type": "st... | {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "geometry" : null, "properties" : {"name" : "\u5eb7\u5b9a\u5e02", "adcode" : "513301", "telecode" : "0836", "level" : "district", "center" : {"lat" : 101.964057, "lng" : 30.050738}}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "null"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "adcode": {"type": "string"}, "telecode": {"type": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[32.894, 2.074], [32.928, 2.072], [32.951, 2.062], [32.974, 2.07], [32.99, 2.049], [33.033, 2.015], [33.053, 2.018], [33.058, 2.039], [33.084, 2.068], [33.117, 2.072], [33.134, 2.087], [33.135, 2.111], [33.173, 2.11], [33.185, 2.097], [33.241, 2.0... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"rules": {"type": "array", "items": {"type": "object", "properties": {"validation": {"type": "string"}, "patterns": {"type": "array", "items": {"type": "string"}}}, "required": ["validation", "patterns"]}}}, "requi... | {"rules" : [{"validation" : "camelCase", "patterns" : ["**/*"]}, {"validation" : "PascalCase", "patterns" : []}, {"validation" : "ignore", "patterns" : ["**/typings/**/*", "**/__tests__/**/*", "**/__mocks__/**/*", "**/__snapshots__/**/*", "**/docker-compose.yml", "**/Dockerfile*", "**/LICENSE", "**/README.md", "**/clow... | json_instruct | {"type": "object", "properties": {"rules": {"type": "array", "items": {"type": "object", "properties": {"validation": {"type": "string"}, "patterns": {"type": "array", "items": {"type": "string"}}}, "required": ["validation", "patterns"]}}}, "required": ["rules"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "childre... | {"code" : 7311160004, "parent" : 7311160, "name" : "SAPPE WALIE", "latitude" : null, "longitude" : null, "postal" : [92762], "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": {"keys": {"type": "array", "items": {"type": "string"}}, "values": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["keys", "values"], "$schema": "http://json-schema.org/d... | {"keys" : ["actor"], "values" : [["Russel+Bernhard+Jr."], ["Eveline+Harvey"], ["Erna+Windler"], ["Israel+Cronin"], ["Dayna+O'Reilly+V"], ["Franco+Rodriguez"], ["Earline+Trantow"], ["Gerda+Osinski"], ["Mrs.+Ashtyn+Johns"], ["Alycia+Bashirian"], ["Theresa+Wunsch"], ["Taya+Raynor"], ["Monica+Cartwright+V"], ["Abagail+Marv... | json_instruct | {"type": "object", "properties": {"keys": {"type": "array", "items": {"type": "string"}}, "values": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["keys", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"last_check": {"type": "string"}, "pypi_version": {"type": "string"}}, "required": ["last_check", "pypi_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"last_check" : "2021-07-11T06:20:14Z", "pypi_version" : "21.1.3"} | json_instruct | {"type": "object", "properties": {"last_check": {"type": "string"}, "pypi_version": {"type": "string"}}, "required": ["last_check", "pypi_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "seve... | {"schema_version" : "1.2.0", "id" : "GHSA-wx9c-8pc3-wpmm", "modified" : "2022-05-13T01:45:53Z", "published" : "2022-05-13T01:45:53Z", "aliases" : ["CVE-2017-3767"], "details" : "A local privilege escalation vulnerability was identified in the Realtek audio driver versions prior to 6.0.1.8224 in some Lenovo ThinkPad pro... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properti... |
Please provide a valid JSON object following this schema:
{"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"}}, ... | {"lastUpdated" : 1655019279666, "username" : "PlainShayne", "scores" : [{"xp" : 434, "rank" : 461, "cardId" : 666}, {"xp" : 7512, "rank" : 149, "cardId" : 626}, {"xp" : 6137, "rank" : 266, "cardId" : 591}]} | 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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"antd-with-locales.js": {"type": "string"}, "antd-with-locales.min.js": {"type": "string"}, "antd.css": {"type": "string"}, "antd.js": {"type": "string"}, "antd.min.css": {"type": "string"}, "antd.min.js": {"type": "string"}}, ... | {"antd-with-locales.js" : "sha256-wzJ1OQ0EH2dijyZ3fX8MSIN+EaSIQd0cfdmjVRCRGus=", "antd-with-locales.min.js" : "sha256-L9+ZXeye7D77opjYtxYqYMeXOcW+9Br7aMjT3eOocX4=", "antd.css" : "sha256-Ua40HiNsjl+Hg8Lhh6VZeiZIKbTUzgvoTuT7fZKQn/E=", "antd.js" : "sha256-mfJIVrScgQ7t23k7NCf0D4CI2wbhF6mhxVsZjqp7T5E=", "antd.min.css" : "sh... | json_instruct | {"type": "object", "properties": {"antd-with-locales.js": {"type": "string"}, "antd-with-locales.min.js": {"type": "string"}, "antd.css": {"type": "string"}, "antd.js": {"type": "string"}, "antd.min.css": {"type": "string"}, "antd.min.js": {"type": "string"}}, "required": ["antd-with-locales.js", "antd-with-locales.min... |
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"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"},... | {"name" : "quick-favicons", "version" : "0.0.1", "description" : "quickly make favicons for projects using favicons-webpack-plugin", "main" : "index.js", "repository" : "git@github.com:lisaross/quick-favicons.git", "author" : "Lisa Ross <lisa@thisisbroad.com> (https://www.thisisbroad.com)", "license" : "MIT", "scripts"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "strin... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc... | {"userId" : 52395, "cartId" : "b577d8bd-4152-4ba7-8163-8ec92bcff70d", "preferredProducts" : [248, 4631, 415, 2629, 1653, 1720], "productReviews" : [{"productId" : 2153, "reviewText" : "I tried to belly-flop it but got Turkish Delight all over it.", "reviewDate" : "2019-11-13T13:13:28.5937427+02:00"}]} | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "... | {"name" : "HTY360PlayerLite", "version" : "0.1.2", "summary" : "\u5168\u666f\u89c6\u9891\u64ad\u653e", "description" : "\u5168\u666f\u89c6\u9891\u64ad\u653e clone from https://github.com/hanton/HTY360Player", "homepage" : "https://github.com/islate/HTY360PlayerLite", "license" : "MIT", "authors" : {"\u6797\u6ea2\u6cfd"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"\u6797\u6ea2\u6cfd": {"type": "string"}}, "required"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"rythm.js": {"type": "string"}, "rythm.min.js": {"type": "string"}}, "required": ["rythm.js", "rythm.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rythm.js" : "sha512-Wluh3mtBSzsHNu4AyTZ0DIpPXO2fGhHKp8mxexEkvNn3XsE9I3QnYeabnqR04EA7USXJ1ohoOxiB2Vj7CWgEkA==", "rythm.min.js" : "sha512-ze7DLGnVF16Pjgv6/zZHY8WBrYXfTofGe4WW9NtskuKPM580/bCxx7gNBivvYNWCt2Yz92oNmzqAN9YGxDNelw=="} | json_instruct | {"type": "object", "properties": {"rythm.js": {"type": "string"}, "rythm.min.js": {"type": "string"}}, "required": ["rythm.js", "rythm.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category... | {"id" : 147806, "info" : {"name" : "2015 ROBLOX Logo", "description" : "Let's go back into the time to see how the ROBLOX logo was in 2015.", "additionalInfo" : "2015 ROBLOX Logo", "format" : "uso", "category" : "roblox", "createdAt" : "2017-09-07T02:56:19.000Z", "updatedAt" : "2017-09-07T02:56:19.000Z", "license" : "N... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type":... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"message": {"type": "string"}, "override": {"type": "string"}}, "required": ["message", "override"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"message" : "config-loaded-successfully", "override" : "overriding-works"} | json_instruct | {"type": "object", "properties": {"message": {"type": "string"}, "override": {"type": "string"}}, "required": ["message", "override"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"disk": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "rx": {"type": "number"}, "ry": {"type": "number"}, "angle": {"type": "number"}, "i0": {"type": "number"}, "n": {"typ... | {"disk" : {"x" : 257.1324228922526, "y" : 254.26360982259115, "rx" : 130.4385797754943, "ry" : 110.86445966245469, "angle" : 106.092, "i0" : 1.0346666666666666, "n" : 1, "c" : 2}, "bulge" : {"x" : 257.633289882115, "y" : 254.7524675641741, "rx" : 13.024233727879126, "ry" : 8.938940158077397, "angle" : 81.188, "i0" : 1.... | json_instruct | {"type": "object", "properties": {"disk": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "rx": {"type": "number"}, "ry": {"type": "number"}, "angle": {"type": "number"}, "i0": {"type": "number"}, "n": {"type": "integer"}, "c": {"type": "integer"}}, "required": ["x", "y", "rx", "ry",... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"none": {"type": "boolean"}}, "required": ["none"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"none" : true} | json_instruct | {"type": "object", "properties": {"none": {"type": "boolean"}}, "required": ["none"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"GemFormatVersion": {"type": "integer"}, "Uuid": {"type": "string"}, "Name": {"type": "string"}, "DisplayName": {"type": "string"}, "Version": {"type": "string"}, "LinkType": {"type": "string"}, "Summary": {"type": "string"}, "Ta... | {"GemFormatVersion" : 3, "Uuid" : "102e23cf4c4c4b748585edbce2bbdc65", "Name" : "CloudCanvasCommon", "DisplayName" : "Cloud Canvas Common [PREVIEW]", "Version" : "0.1.0", "LinkType" : "Dynamic", "Summary" : "Provides functionality used by other Cloud Canvas Gems.", "Tags" : ["AWS", "API", "Cloud", "Canvas", "CloudCanvas... | json_instruct | {"type": "object", "properties": {"GemFormatVersion": {"type": "integer"}, "Uuid": {"type": "string"}, "Name": {"type": "string"}, "DisplayName": {"type": "string"}, "Version": {"type": "string"}, "LinkType": {"type": "string"}, "Summary": {"type": "string"}, "Tags": {"type": "array", "items": {"type": "string"}}, "Ico... |
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"}, "OperatorID": {"type": "integer"}, "UsageTyp... | {"IsRecentlyVerified" : false, "ID" : 166409, "UUID" : "88D55F8D-3FFF-4122-9489-3083F6DD31B6", "DataProviderID" : 28, "DataProvidersReference" : "FR*S44*P44050A", "OperatorID" : 3412, "UsageTypeID" : 5, "AddressInfo" : {"ID" : 166768, "Title" : "Crossac | Rue de l'Ancienne Gare", "AddressLine1" : "Rue de l'Ancienne Gar... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d466-52", "text" : "our hoped for $25,000 budget we will obviously need $13*500 from assessment\nfees. This is slightly less than double the anticipated 1952\u00ab\u00b053 receiptso\nFor the 195U\u201c1955 fiscal year the Kellogg budget provides $6,500\u00ab After\nJuly 1, 1955* we are on our own\u00a9\nObviou... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "name": {"type": "string"}, "options_page": {"type": "string"}, "background": {"type": "object", "properties": {"serv... | {"description" : "Loopro is a video looper that lets you loop videos for musical practice, giving users an easy way to loop various parts of videos at various speeds for various number of times.", "version" : "4.0.1", "manifest_version" : 3, "name" : "Loopro", "options_page" : "options.html", "background" : {"service_w... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "name": {"type": "string"}, "options_page": {"type": "string"}, "background": {"type": "object", "properties": {"service_worker": {"type": "string"}}, "required": ["service_worker... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "... | {"name" : "tacoberu/php-json", "description" : "De/Serialization object from/to JSON string, similar as json_encode()/json_decode().", "type" : "library", "require" : {"php" : ">=5.3.0"}, "require-dev" : {"php" : ">=5.3.0", "tracy/tracy" : "@dev", "phpunit/phpunit" : "^4", "phpunit/php-code-coverage" : "^2", "tacoberu/... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"php": {"type": "string"}, "tracy/tracy": {"type": ... |
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" : "mmzreborn:block/block_of_death"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wo... | {"id" : 101895565, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "4858e49b4c9a76d74c6dc1a4e2e9a1dd", "wof:id" : 101895565, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.08326, 43.93119, 1.08326, 43.93119], "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": ["... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "511803108001", "text" : "\u5174\u5e73\u793e\u533a"}, {"id" : "511803108201", "text" : "\u592a\u5e73\u6751\u6751\u59d4\u4f1a"}, {"id" : "511803108202", "text" : "\u4f59\u575d\u6751\u6751\u59d4\u4f1a"}, {"id" : "511803108203", "text" : "\u7f57\u6e7e\u6751\u6751\u59d4\u4f1a"}, {"id" : "511803108204", "text" : "\... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"clientID": {"type": "string"}, "serverToken": {"type": "string"}, "clientToken": {"type": "string"}, "encKey": {"type": "string"}, "macKey": {"type": "string"}}, "required": ["clientID", "serverToken", "clientT... | {"clientID" : "iI4AGYrmMqvF4IqJb03zFQ==", "serverToken" : "1@hEvDNkXEio18FGpwAWR+N+SCsg93tREItG9TJLK9vhKCc7XKtRXB8/J2TPZC5pG6PsXO+9jTHW8++g==", "clientToken" : "AWE8C8zIKXmwrJarDCtp0A0yI7+kmQjrrYbpjwkUmVs=", "encKey" : "f4uDNaJQjMZ5FPcXgkL11YxVVcD//UQPLNV3WmN5Dkg=", "macKey" : "ovSEo2El+u2TZKV+DvA9MKzQkqi2pI9tAlPp1TbRJ... | json_instruct | {"type": "object", "properties": {"clientID": {"type": "string"}, "serverToken": {"type": "string"}, "clientToken": {"type": "string"}, "encKey": {"type": "string"}, "macKey": {"type": "string"}}, "required": ["clientID", "serverToken", "clientToken", "encKey", "macKey"], "$schema": "http://json-schema.org/draft-07/sch... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "body": {"type": "string"}, "google": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "body", "google", "note"], "$schema":... | {"name" : "Htmlaudio", "tagline" : "", "body" : "htmlAudio\r\n=========\r\n\r\n##todo:\r\n\r\n###Testpage\r\n1. Two containers - sounds and music.\r\n2. Ul with 20 li's and span (progress) in sounds container.\r\n3. 3 radiobuttons and 4 buttons (play, pause, next, prev) in music container.\r\n4. CSS.\r\n\r\n###Sounds\r... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "body": {"type": "string"}, "google": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "body", "google", "note"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"WebSockets": {"type": "string"}, "websockets_": {"type": "object", "properties": {"security_key": {"type": "string"}, "security_key_info": {"type": "string"}, "listen_port": {"type": "string"}, "listen_port_info": {... | {"WebSockets" : "WebSockets", "websockets_" : {"security_key" : "Security key", "security_key_info" : "Security key is used in order to generate urls that can't be guessed. String should be random.", "listen_port" : "Listen port", "listen_port_info" : "Port where WebSockets server will listen for incoming connection. S... | json_instruct | {"type": "object", "properties": {"WebSockets": {"type": "string"}, "websockets_": {"type": "object", "properties": {"security_key": {"type": "string"}, "security_key_info": {"type": "string"}, "listen_port": {"type": "string"}, "listen_port_info": {"type": "string"}, "listen_on": {"type": "string"}, "listen_on_info": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "authors": {"type": "array",... | {"name" : "boekkooi/tactician-amqp", "description" : "Queueing command bus plugin for Tactician using the php-amqp extension", "license" : "MIT", "keywords" : ["amqp", "tactician", "command-bus"], "homepage" : "http://tactician.thephpleague.com", "authors" : [{"name" : "Warnar Boekkooi", "email" : "warnar@boekkooi.net"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"},... | {"\u5de5\u5ee0\u540d\u7a31" : "\u754c\u5b8f\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "03002331", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u694a\u6885\u5340\u6c38\u5e73\u91cc\u65b0\u8fb2\u8857\u4e8c\u6bb520... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"wire-plugin": {"type": "array", "items": {"type": "object", "properties": {"target": {"type": "string"}, "source": {"type": "string"}}, "required": ["target", "source"]}}}, "required": ["wire-plugin"], "$schema": "http://js... | {"wire-plugin" : [{"target" : "\\Spryker\\Zed\\Sales\\SalesDependencyProvider::getSearchOrderExpanderPlugins", "source" : "\\Spryker\\Zed\\SalesProductConnector\\Communication\\Plugin\\Sales\\ItemMetadataSearchOrderExpanderPlugin"}]} | json_instruct | {"type": "object", "properties": {"wire-plugin": {"type": "array", "items": {"type": "object", "properties": {"target": {"type": "string"}, "source": {"type": "string"}}, "required": ["target", "source"]}}}, "required": ["wire-plugin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer... | {"origin" : "http://wallbase.cc/wallpaper/571885", "download_link" : "http://wallpapers.wallbase.cc/rozne/wallpaper-571885.jpg", "views" : 918, "x_resolution" : 1280, "filetype" : "jpg", "site" : "wallbase.cc", "y_resolution" : 800, "colors" : ["#fecde9", "#d3666d", "#cb5407", "#881900", "#742ec9"], "comments" : [""], ... | json_instruct | {"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array"... | {"title" : "Argentina - Food Prices", "downloads" : 337, "tags" : ["commodities", "hxl", "markets", "prices", "Argentina"], "hxl" : 1, "org" : "WFP - World Food Programme", "id" : "49dc23aa-dd97-4985-adaf-b79f1c6ec0f4", "resources" : [{"update_date" : "2021-01-31T08:01:23.673834", "link" : "https://data.humdata.org/dat... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"MD5 (dash_renderer.dev.js)": {"type": "string"}, "MD5 (dash_renderer.min.js)": {"type": "string"}, "MD5 (polyfill@7.8.7.min.js)": {"type": "string"}, "MD5 (prop-types@15.7.2.js)": {"type": "string"}, "MD5 (prop-types@15.7.2.mi... | {"MD5 (dash_renderer.dev.js)" : "30602a07348df1c7246724bf9cf88198", "MD5 (dash_renderer.min.js)" : "d053ebed9b46eaff88ed8aaccdc3e2de", "MD5 (polyfill@7.8.7.min.js)" : "5090bae2c114802440412e301bdf5174", "MD5 (prop-types@15.7.2.js)" : "85947944e396a28895fad5f553eee36f", "MD5 (prop-types@15.7.2.min.js)" : "e3053393609bd2... | json_instruct | {"type": "object", "properties": {"MD5 (dash_renderer.dev.js)": {"type": "string"}, "MD5 (dash_renderer.min.js)": {"type": "string"}, "MD5 (polyfill@7.8.7.min.js)": {"type": "string"}, "MD5 (prop-types@15.7.2.js)": {"type": "string"}, "MD5 (prop-types@15.7.2.min.js)": {"type": "string"}, "MD5 (react-dom@16.13.0.js)": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "i... | {"appid" : 257260, "name" : "Inherit the Earth: Quest for the Orb", "windows" : true, "mac" : true, "linux" : true, "early_access" : false, "lookup_time" : 1490973257} | json_instruct | {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_... |
Generate a valid JSON object that conforms to the following schema:
{"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", "item... | {"ast" : null, "code" : "var _jsxFileName = \"/home/pburgos/PycharmProjects/onu.sdg.front/pages/page-footer.js\";\nvar __jsx = React.createElement;\nimport React from \"react\";\nimport FooterV2 from \"../components/FooterV2\";\n\nvar FooterPage = function FooterPage() {\n return __jsx(FooterV2, {\n __source: {\n ... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"cda.css": {"type": "string"}, "main.js": {"type": "string"}}, "required": ["cda.css", "main.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cda.css" : "cda-54b15496.css", "main.js" : "main-83793cfc.js"} | json_instruct | {"type": "object", "properties": {"cda.css": {"type": "string"}, "main.js": {"type": "string"}}, "required": ["cda.css", "main.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "username": {"type": "string"}, "resource_state": {"type": "integer"}, "firstname": {"type": "string"}, "lastname": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "stri... | {"id" : 1234567890987654321, "username" : "marianne_v", "resource_state" : 3, "firstname" : "Marianne", "lastname" : "V.", "city" : "San Francisco", "state" : "CA", "country" : "US", "sex" : "F", "premium" : true, "created_at" : "2017-11-14T02:30:05Z", "updated_at" : "2018-02-06T19:32:20Z", "badge_type_id" : 4, "profil... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "username": {"type": "string"}, "resource_state": {"type": "integer"}, "firstname": {"type": "string"}, "lastname": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "sex": {"type": "string"}, "premium... |
Please provide a valid JSON object following this schema:
{"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... | {"ast" : null, "code" : "import { React } from 'react'; //export const userContext = createContext([{name: 'username', balance:0}]);\n//const DataContext = (props) => {\n// const [users, setUsers] = useState([]);\n// return (\n// <userContext.Provider value={{users, setUsers}}>\n// {props.childr... | 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": {"Skip": {"type": "string"}, "Start_Chat": {"type": "string"}, "Survey": {"type": "string"}}, "required": ["Skip", "Start_Chat", "Survey"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Skip" : "Pomi\u0144", "Start_Chat" : "Rozpocznij czat", "Survey" : "Ankieta"} | json_instruct | {"type": "object", "properties": {"Skip": {"type": "string"}, "Start_Chat": {"type": "string"}, "Survey": {"type": "string"}}, "required": ["Skip", "Start_Chat", "Survey"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "username": {"type": "string"}, "profilPic": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "username", "profilPic", "message"], "$schema": "http://json-schema.org... | {"id" : 204, "username" : "rigwild_modified", "profilPic" : "http://via.placeholder.com/350x350", "message" : "The username was updated successfully."} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "username": {"type": "string"}, "profilPic": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "username", "profilPic", "message"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "locati... | {"id" : 5006, "title" : ["[Yegharren Valley, Wooded Slope]"], "description" : ["A wide trail winds eastward between the trees, zigzagging up a steep slope that rises out of the forest to a grassy plateau. Thick patches of fiddlehead ferns thrive beneath the spreading branches of the older maples and oaks, competing wi... | 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": "string"}, "wayto": {"type": "object", "properties": {"5004":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema... | {"towns" : [{"name" : "Mangalore", "url" : "mangalore"}]} | json_instruct | {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "supercilious", "definition" : "Lofty with pride; haughty; dictatorial; overbearing; arrogant; as, a supercilious officer; asupercilious air; supercilious behavior. -- Su`per*cil\"i*ous*ly, adv. -- Su`per*cil\"i*ous*ness, n."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"nbStatement": {"type": "integer"}, "executionTime": {"type": "integer"}, "date": {"type": "string"}, "nb_methods": {"type": "integer"}, "nb_classes": {"type": "integer"}, "nbAngelicValue": {"type": "integer"}}, "required": ... | {"nbStatement" : 0, "executionTime" : 11952, "date" : "Sun Jul 28 08:38:09 EDT 2019", "nb_methods" : 789, "nb_classes" : 240, "nbAngelicValue" : 0} | json_instruct | {"type": "object", "properties": {"nbStatement": {"type": "integer"}, "executionTime": {"type": "integer"}, "date": {"type": "string"}, "nb_methods": {"type": "integer"}, "nb_classes": {"type": "integer"}, "nbAngelicValue": {"type": "integer"}}, "required": ["nbStatement", "executionTime", "date", "nb_methods", "nb_cla... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [470.375, 231.525, 0.78603, 506.945, 266.739, 0.872395, 527.838, 275.863, 0.765642, 548.636, 328.046, 0.91462, 514.703, 328.128, 0.465156, 486.048, 257.612, 0.830116, 472.995, 305.894, 0.80446, 432.518, 307.229, 0.909058, 506.978, 378.999, 0.590052, 487.362, 467.761,... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "f... | {"name" : "eslint-plugin-bashutils", "private" : true, "version" : "0.0.5", "description" : "ESLint plugin to parse bash files", "author" : "Ignacio Carbajo <icarbajop@gmail.com>", "license" : "MIT", "main" : "lib/index.js", "files" : ["lib"], "publishConfig" : {"access" : "public"}, "scripts" : {"build" : "rm -rf lib;... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "publishConfig... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"schema": {"type": "string"}, "comment": {"type": "string"}, "language": {"type": "string"}, "protoPackage": {"type": "string"}, "libraryPackage": {"type": "string"}, "services": {"type": "object", "properties": {"Spanner": {"t... | {"schema" : "1.0", "comment" : "This file maps proto services/RPCs to the corresponding library clients/methods", "language" : "ruby", "protoPackage" : "google.spanner.v1", "libraryPackage" : "::Google::Cloud::Spanner::V1", "services" : {"Spanner" : {"clients" : {"grpc" : {"libraryClient" : "::Google::Cloud::Spanner::V... | json_instruct | {"type": "object", "properties": {"schema": {"type": "string"}, "comment": {"type": "string"}, "language": {"type": "string"}, "protoPackage": {"type": "string"}, "libraryPackage": {"type": "string"}, "services": {"type": "object", "properties": {"Spanner": {"type": "object", "properties": {"clients": {"type": "object"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id... | {"id" : 85932559, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "5ff0e0356e66772b92d9e917a3611e6b", "wof:id" : 85932559, "wof:repo" : "whosonfirst-data-admin-kw"}, "bbox" : [48.092308, 29.2566, 48.092308, 29.2566], "geometry" : {"coordinates"... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type... | {"name" : "history-hack-pack", "displayName" : "History Hack Pack", "description" : "Extensions for use in Digital History classes at University of Toronto", "version" : "0.0.5", "publisher" : "digital-history", "repository" : {"type" : "git", "url" : "https://github.com/DigitalHistory/history-hack-pack-vscode"}, "engi... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type",... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"editor.js": {"type": "string"}}, "required": ["editor.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"editor.js" : "sha256-FqcR6qdL0/50fwmrM5LxJDrMUxL2M5gS7lH9c6gXOuA="} | json_instruct | {"type": "object", "properties": {"editor.js": {"type": "string"}}, "required": ["editor.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"html-to-css-autocompletion.triggerCharacters": {"type": "boolean"}, "html-to-css-autocompletion.autocompletionFilesScope": {"type": "string"}, "html-to-css-autocompletion.getSelectorsFromFileTypes": {"type": "array", "items": ... | {"html-to-css-autocompletion.triggerCharacters" : false, "html-to-css-autocompletion.autocompletionFilesScope" : "multi-root", "html-to-css-autocompletion.getSelectorsFromFileTypes" : ["html", "php"], "html-to-css-autocompletion.folderNamesToBeIncluded" : [""], "html-to-css-autocompletion.folderNamesToBeExcluded" : ["n... | json_instruct | {"type": "object", "properties": {"html-to-css-autocompletion.triggerCharacters": {"type": "boolean"}, "html-to-css-autocompletion.autocompletionFilesScope": {"type": "string"}, "html-to-css-autocompletion.getSelectorsFromFileTypes": {"type": "array", "items": {"type": "string"}}, "html-to-css-autocompletion.folderName... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {}}}, "required": ["e_id", "title", "content",... | [{"e_id" : "4983", "title" : "\u4fc4\u56fd\u653f\u5e9c\u67aa\u6740\u8fde\u90a3\u91d1\u77ff\u5de5\u4eba\uff0c\u5236\u9020\u201c\u8fde\u90a3\u60e8\u6848\u201d", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u5728109\u5e74\u524d\u7684\u4eca\u5929\uff0c1912\u5e744\u670817\u65e5(\u519c\u53861912\u5e743\u67081\u65e5)\uff0c\u4fc4\u... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/dr... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"functions": {"type": "object", "properties": {"0x1000": {"type": "object", "properties": {"prec": {"type": "object", "properties": {"sp": {"type": "string"}, "reads": {"type": "string"}, "writes": {"type": "s... | {"functions" : {"0x1000" : {"prec" : {"sp" : "100.00", "reads" : "100.00", "writes" : "100.00"}, "cfg" : {}, "instrs" : {"0x1000" : {"mn" : "PUSH", "invs" : ["SP == SP_in"]}, "0x1004" : {"mn" : "MOV", "invs" : ["SP == (SP_in - 0x4)", "var.0004 == R11_in"]}, "0x1008" : {"mn" : "MOV", "invs" : ["SP == (SP_in - 0x4)", "R3... | json_instruct | {"type": "object", "properties": {"functions": {"type": "object", "properties": {"0x1000": {"type": "object", "properties": {"prec": {"type": "object", "properties": {"sp": {"type": "string"}, "reads": {"type": "string"}, "writes": {"type": "string"}}, "required": ["sp", "reads", "writes"]}, "cfg": {"type": "object", "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"web_domain": {"type": "string"}}, "required": ["web_domain"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"web_domain" : "oae-release0.oaeproject.org"} | json_instruct | {"type": "object", "properties": {"web_domain": {"type": "string"}}, "required": ["web_domain"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"author": {"type": "string"}, "hero": {"type": "string"}, "Title": {"type": "string"}, "Items": {"type": "object", "properties": {"startingItems": {"type": "array", "items": {"type": "string"}}, "earlyGame": {"type": "array"... | {"author" : "Valve", "hero" : "npc_dota_hero_invoker", "Title" : "Recommended items for Invoker", "Items" : {"startingItems" : ["tango", "null_talisman"], "earlyGame" : ["boots", "magic_stick", "bracer"], "coreItems" : ["phase_boots", "ancient_janggo", "magic_wand", "force_staff", "tpscroll"], "luxury" : ["sheepstick",... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "hero": {"type": "string"}, "Title": {"type": "string"}, "Items": {"type": "object", "properties": {"startingItems": {"type": "array", "items": {"type": "string"}}, "earlyGame": {"type": "array", "items": {"type": "string"}}, "coreItems": {"type": "array",... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"gpio": {"type": "object", "properties": {"inputs": {"type": "object", "properties": {"count": {"type": "string"}}, "required": ["count"]}, "outputs": {"type": "object", "properties": {"count": {"type": "string"}}, "required": ... | {"gpio" : {"inputs" : {"count" : "0"}, "outputs" : {"count" : "0"}}, "main" : {"miniserver" : "1"}} | json_instruct | {"type": "object", "properties": {"gpio": {"type": "object", "properties": {"inputs": {"type": "object", "properties": {"count": {"type": "string"}}, "required": ["count"]}, "outputs": {"type": "object", "properties": {"count": {"type": "string"}}, "required": ["count"]}}, "required": ["inputs", "outputs"]}, "main": {"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"conduit.connect": {"type": "string"}, "user.whoami": {"type": "string"}, "maniphest.find": {"type": "string"}}, "required": ["conduit.connect", "user.whoami", "maniphest.find"], "$schema": "http://json-schema... | {"conduit.connect" : "{\"result\":{\"connectionID\":1759,\"sessionKey\":\"lwvyv7f6hlzb2vawac6reix7ejvjty72svnir6zy\",\"userPHID\":\"PHID-USER-6ij4rnamb2gsfpdkgmny\"},\"error_code\":null,\"error_info\":null}", "user.whoami" : "{\"result\":{\"phid\":\"PHID-USER-6ij4rnamz2gxfpbkamny\",\"userName\":\"testaccount\",\"realNa... | json_instruct | {"type": "object", "properties": {"conduit.connect": {"type": "string"}, "user.whoami": {"type": "string"}, "maniphest.find": {"type": "string"}}, "required": ["conduit.connect", "user.whoami", "maniphest.find"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"home": {"type": "string"}, "works": {"type": "string"}, "about_me": {"type": "string"}, "contact": {"type": "string"}, "components": {"type": "string"}, "footer": {"type": "string"}, "indexPage hello": {"type": "st... | {"home" : "Home", "works" : "Works", "about_me" : "About me", "contact" : "Contact", "components" : "Components", "footer" : "UNTITLED | Website created with", "indexPage hello" : "Hello", "indexPage name" : "I'm PaNkaj", "indexPage work" : "Web Dev", "indexPage occupation" : "Working as a Junior Web Dev", "aboutPage t... | json_instruct | {"type": "object", "properties": {"home": {"type": "string"}, "works": {"type": "string"}, "about_me": {"type": "string"}, "contact": {"type": "string"}, "components": {"type": "string"}, "footer": {"type": "string"}, "indexPage hello": {"type": "string"}, "indexPage name": {"type": "string"}, "indexPage work": {"type"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"packageName": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "extends": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["typ... | {"packageName" : "io.fusionauth.domain", "type" : "Lambda", "description" : "/**\n * A JavaScript lambda function that is executed during certain events inside FusionAuth.\n *\n * @author Brian Pontarelli\n */\n", "extends" : [{"type" : "Enableable"}], "implements" : [{"type" : "Buildable", "typeArguments" : [{"type" :... | json_instruct | {"type": "object", "properties": {"packageName": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "extends": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "implements": {"type": "array", "items": {"type": "object", "pr... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "intentParameters": {"type": "array", "items": {}}, "exampleData": {"type": "array", "items": {"type": "object", "properties": {"sentence": {"type": "string"}, "example... | {"name" : "IntentTauxParticipation", "type" : "NLPIntent", "intentParameters" : [], "exampleData" : [{"sentence" : "Quel est le taux de participation ?", "exampleEntities" : []}, {"sentence" : "taux de participation", "exampleEntities" : []}, {"sentence" : "participation", "exampleEntities" : []}, {"sentence" : "Combie... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "intentParameters": {"type": "array", "items": {}}, "exampleData": {"type": "array", "items": {"type": "object", "properties": {"sentence": {"type": "string"}, "exampleEntities": {"type": "array", "items": {}}}, "required": ["sent... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.