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": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "rhachiglossa", "definition" : "A division of marine gastropods having a retractile proboscis and three longitudinal rows of teeth on the radula. It includes many of the large ornamental shells, as the miters, murices, olives, purpuras, volutes, and whelks. See Illust. in Append."} | 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": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}... | {"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Lightly grease a baking sheet.", "In a medium bowl combine coconut, crushed coconut cookies, candied fruit, dates and pecans. Mix well.", "To the sweetened condensed milk add the coconut extract and the food coloring; stir well to mix. Pour into coconu... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]... | {"latest_version" : ["0.0.5"], "meta" : {"description" : "An experimental resource-based web framework built on Tornado's IOLoop", "homepage" : "http://alekstorm.github.com/vortex"}, "versions" : {"0.0.0" : {"sha256" : "7091b78b1942487bed0e882543207e0e0d3a9a654e9dac3e4508d1cb70d15f8e", "url" : "https://files.pythonhost... | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"0.0.0": {"type": "obj... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type":... | {"hash" : "0xdf544f831dc74c577b87bde7584f2fed06ee9b5eea6e7e83a3c3d403c2ff274f", "parentHash" : "0x99129bdfd94fbf7405c111ccf9b28a11d592e118f891cc8622d748b075775cd0", "number" : 121349, "timestamp" : 1440175704, "nonce" : "0xe5dcd9f82e48bd24", "difficulty" : 4399874731021, "gasLimit" : {"_hex" : "0x2fefd8"}, "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": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json... | [{"name" : "BILLEY", "frequency" : 523, "males" : "99.80879541108987 %", "females" : "0.19120458891013384 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"kwargs": {"type": "object", "properties": {"update": {"type": "boolean"}, "cache_time": {"type": "integer"}}, "required": ["update", "cache_time"]}, "facts": {"type": "object", "properties": {"deb.DebPackages": {"type": "object"... | {"kwargs" : {"update" : true, "cache_time" : 3600}, "facts" : {"deb.DebPackages" : {}, "server.Date" : "datetime:2015-01-01T00:00:00", "files.File" : {"path=/var/lib/apt/periodic/update-success-stamp" : null}}, "commands" : ["apt-get update", "touch /var/lib/apt/periodic/update-success-stamp"]} | json_instruct | {"type": "object", "properties": {"kwargs": {"type": "object", "properties": {"update": {"type": "boolean"}, "cache_time": {"type": "integer"}}, "required": ["update", "cache_time"]}, "facts": {"type": "object", "properties": {"deb.DebPackages": {"type": "object", "properties": {}, "required": []}, "server.Date": {"typ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "p... | {"acadYear" : "2019/2020", "description" : "Membrane technology has been widely adopted for water reclamation and seawater desalination. It shall continue to be a key technology for resolving the problem of water scarcity in the near future. This module shall focus on the design and operational consideration of membran... | 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"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "st... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": ... | {"t" : "sa'ini'inixsa", "h" : [{"d" : [{"f" : "\u773c\u775b\u7728\u5df4\u7728\u5df4\u7684\u6a23\u5b50\u3002", "e" : ["\ufff9`Sa~`'~`ini~`'inix~`sa~ `ko~ `mata~ `ningra~ `a~ `mihapinang~ `takowanan~.\ufffa\ufffb\u4ed6\u7684\u773c\u775b\u7728\u5df4\u7728\u5df4\u5730\u6253\u91cf\u8457\u6211\u3002"]}]}], "stem" : "'inix", ... | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "bo... | {"track" : "elixir", "exercise" : "beer-song", "id" : "17017655ee864e6c8b526c1d0486e802", "url" : "https://exercism.io/my/solutions/17017655ee864e6c8b526c1d0486e802", "handle" : "dquan", "is_requester" : true, "auto_approve" : false} | json_instruct | {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"5781": {"type": "string"}, "5783": {"type": "string"}}, "required": ["5781", "5783"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"5781" : "5782", "5783" : "5784"} | json_instruct | {"type": "object", "properties": {"5781": {"type": "string"}, "5783": {"type": "string"}}, "required": ["5781", "5783"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"users" : 1353, "id" : "CN-AH"}, {"users" : 60117, "id" : "CN-BJ"}, {"users" : 2774, "id" : "CN-CQ"}, {"users" : 1246, "id" : "CN-FJ"}, {"users" : 5556, "id" : "CN-GD"}, {"users" : 142, "id" : "CN-GS"}, {"users" : 7, "id" : "CN-GX"}, {"users" : 197, "id" : "CN-GZ"}, {"users" : 768, "id" : "CN-HA"}, {"users" : 1892, "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "propert... | {"type" : "MultiPolygon", "coordinates" : [[[[-118.43858901399992, 35.13133454000006], [-118.43863184399997, 35.12797950000002], [-118.44138725999989, 35.12792239300005], [-118.44224386599993, 35.128079437000046], [-118.44344311399996, 35.12819365100005], [-118.44552752199994, 35.12802233000007], [-118.44674104699997, ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "distri... | {"id" : "1014", "provinceId" : "72", "regencyId" : "06", "districtId" : "05", "name" : "Mendui"} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : "1979"} | json_instruct | {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Serilog": {"type": "object", "properties": {"Using": {"type": "array", "items": {"type": "string"}}, "MinimumLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Override": {"type": "object", "pr... | {"Serilog" : {"Using" : ["Serilog.Sinks.Console"], "MinimumLevel" : {"Default" : "Verbose", "Override" : {"Microsoft" : "Information", "System" : "Error", "Microsoft.EntityFrameworkCore.Database.Command" : "Information"}}, "WriteTo" : [{"Name" : "Console"}], "Enrich" : ["FromLogContext"]}, "AllowedHosts" : "*", "Energy... | json_instruct | {"type": "object", "properties": {"Serilog": {"type": "object", "properties": {"Using": {"type": "array", "items": {"type": "string"}}, "MinimumLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Override": {"type": "object", "properties": {"Microsoft": {"type": "string"}, "System": {"type": "stri... |
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": {}}}, "required": ["userId", "cartId", "p... | {"userId" : 67160, "cartId" : "e2e8ae83-b711-4cac-ad0b-67ee509ea8a9", "preferredProducts" : [4809, 4658, 733, 664], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["Property 1", "Property 2"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, ... | {"id" : 13941, "source" : "hcc", "verse_id" : 18172, "verse_count" : 1, "reference" : "28:7", "title" : "", "html" : " <p> <i>These also. </i> The kingdom of Juda. (Challoner)— Ezechias could not correct every abuse; though what is here specified, regards rather the reigns of his successors. </p> ", "audit" : nul... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"... | {"name" : "mhmiton/laravel-modules-livewire", "description" : "Using Laravel Livewire in Laravel Modules package with automatically registered livewire components for every modules.", "keywords" : ["laravel", "modules", "module", "livewire", "nwidart", "mhmiton"], "license" : "MIT", "authors" : [{"name" : "Mehediul Has... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "ro... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"description": {"type": "string"}, "details": {"type": "array", "items": {}}, "formats": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "website": {"type": ... | {"description" : "Test for creating script for DynamoDB table(s) init.", "details" : [], "formats" : ["other"], "requires" : ["serverless"], "website" : null} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "details": {"type": "array", "items": {}}, "formats": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "website": {"type": "null"}}, "required": ["description", "details", "formats", "requires... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", ... | {"place_name" : "Martin", "state_name" : "South Carolina", "state_abbrv" : "SC", "lat" : "33.1093", "long" : "-81.5003"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "strin... | {"citations" : [{"textCitation" : "[See 4sqlem4 on Metamath](http://us.metamath.org/mpegif/4sqlem4.html)"}], "names" : ["4sqlem4"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cS", "#T_wceq", "#T_cab--1", "#T_vn", "#T_cab--2", "#T_wrex--1", "#T_vx", "#T_wrex--2", "#T_cz", "#T_wrex--1", "#T_vy", "#T_wrex--2", "... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"}... | {"CIDADE" : "Bonfin\u00f3polis de Minas", "IBGE" : "3108206", "ESTADO" : "Minas Gerais", "ID" : "31"} | json_instruct | {"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "ite... | {"title" : "DOPE: Distributed Optimization for Pairwise Energies.", "fields" : ["convergence", "pairwise comparison", "image segmentation", "computation", "machine learning"], "abstract" : "We formulate an Alternating Direction Method of Multipliers (ADMM) that systematically distributes the computations of any techniq... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ... |
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" : 404416513, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "cc8741532e7dc283efb229d2c5e0bf82", "wof:id" : 404416513, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-1.3676652960791, 49.16327859877323, -1.2586274222987, 49.22077367265749... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"typ... | {"name" : "YWWeChatSDK", "version" : "0.1.6.7", "summary" : "YWWeChatSDK version, based on V8.9.1", "description" : "YWWeChatSDK version, Based on YWWeChatSDK version V8.9.1", "homepage" : "https://developers.weixin.qq.com/doc/oplatform/Downloads/iOS_Resource.html", "license" : {"type" : "MIT", "file" : "LICENSE"}, "au... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}}, "required": ["id", "name", "image... | {"id" : 361378, "node" : [{"id" : 361377, "name" : "\u900f\u660e\u611b\u6b4c", "image" : "/img/no_icon_subject.png"}, {"id" : 361378, "name" : "\u900f\u660e\u611b\u6b4c\uff5e\u30de\u30ca\u30c8\u7de8\uff5e", "image" : "/img/no_icon_subject.png", "date" : "2015-02-22"}], "relate" : [{"relate" : "\u4e3b\u7ebf\u6545\u4e8b"... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}}, "required": ["id", "name", "image"]}}, "relate": {"type": "array", "items": {"type": "object", "propertie... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object... | {"localities" : ["Bromley Mtn, VT", "Londonderry, VT", "Landgrove, VT"], "state" : "VT", "postal_code" : "05148", "locality" : "Londonderry, VT", "lat" : 43.231362, "region" : {"fips" : "50", "abbr" : "VT", "name" : "Vermont"}, "city" : "Londonderry", "type" : "STANDARD", "lng" : -72.791008, "counties" : [{"fips" : "00... | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "... |
Construct a JSON document that adheres to this schema specification:
{"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" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-76.185549, 43.118564], [-76.182419, 43.120917], [-76.170964, 43.136959], [-76.160307, 43.127709], [-76.159104, 43.117466], [-76.1853, 43.116254], [-76.185549, 43.118564]]]}, "type" : "Feature", "properties" : {"cartodb_i... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"new_version" : "1.8.1"} | json_instruct | {"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "source": {"type": "string"}}, "required": ["id", "name", "code", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "225faa14-f9bf-4ecd-990d-69433c912434", "name" : "two-dimensional moving image", "code" : "tdi", "source" : "rdacontent"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "source": {"type": "string"}}, "required": ["id", "name", "code", "source"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "integer"}, "y":... | {"Id" : "Lootable_00258", "IsStatic" : true, "useGravity" : true, "randomRotation" : false, "Position" : {"x" : 0, "y" : 0, "z" : 0}, "Rotation" : {"x" : 0, "y" : 0, "z" : 0}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5dd2962086f774794047cd70", "Items" : [{"_id" : "5dd2962086f774794047cd70", "_tpl" : ... | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"html": {"type": "string"}, "css": {"type": "string"}, "authors": {"type": "string"}, "roll20userid": {"type": "string"}, "preview": {"type": "string"}, "instructions": {"type": "string"}, "legacy": {"type": "boolean"... | {"html" : "TFT Sheet.html", "css" : "TFT Sheet.css", "authors" : "Jeremy H.", "roll20userid" : "90448", "preview" : "TFT Sheet.png", "instructions" : "Be sure not to leave any fields blank as this may disrupt some of the code.", "legacy" : true} | json_instruct | {"type": "object", "properties": {"html": {"type": "string"}, "css": {"type": "string"}, "authors": {"type": "string"}, "roll20userid": {"type": "string"}, "preview": {"type": "string"}, "instructions": {"type": "string"}, "legacy": {"type": "boolean"}}, "required": ["html", "css", "authors", "roll20userid", "preview",... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"loader": {"type": "string"}}, "required": ["loader"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"loader" : "realisticsolar:fancyloader"} | json_instruct | {"type": "object", "properties": {"loader": {"type": "string"}}, "required": ["loader"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type"... | {"name" : "constant-db64", "version" : "3.0.0", "description" : "A cdb implementation for node.js", "author" : "Oren Zomer", "repository" : {"type" : "git", "url" : "https://github.com/ozomer/node-cdb-64.git"}, "devDependencies" : {"babel-eslint" : "^10.0.3", "eslint" : "^6.3.0", "eslint-config-airbnb-base" : "^14.0.0"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "deep_trenches:block/pinkine_silver_ore"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["... | {"name" : "gameCommunitySpawnSetNameToID", "flags" : 2, "props" : [{"type" : "array:gameCommunitySpawnSetNameToIDEntry", "name" : "entries", "flags" : 6627016704}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}}, "required": ["name", "flags",... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "... | {"name" : "angular-gravatar", "assets" : [{"files" : ["angular-gravatar.js", "angular-gravatar.min.js"], "version" : "0.1.5", "mainfile" : "angular-gravatar.min.js"}, {"files" : ["angular-gravatar.js", "angular-gravatar.min.js"], "version" : "0.1.6", "mainfile" : "angular-gravatar.min.js"}, {"files" : ["angular-gravata... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"objects": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"left": {"type": "integer"}, "top": {"type": "integer"}, "width": {"type": "integer"}, "height":... | {"objects" : [{"location" : {"left" : 32, "top" : 150, "width" : 58, "height" : 84}, "object" : "Lego"}, {"location" : {"left" : 49, "top" : 78, "width" : 45, "height" : 71}, "object" : "Lego"}, {"location" : {"left" : 142, "top" : 66, "width" : 38, "height" : 69}, "object" : "Lego"}, {"location" : {"left" : 158, "top"... | json_instruct | {"type": "object", "properties": {"objects": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"left": {"type": "integer"}, "top": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["left", "top", "width", "height"]}, ... |
Based on the schema below, produce a valid JSON object:
{"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"... | {"schema_version" : "1.2.0", "id" : "GHSA-r9mg-cpxj-xx85", "modified" : "2022-05-01T01:50:07Z", "published" : "2022-05-01T01:50:07Z", "aliases" : ["CVE-2005-0520"], "details" : "ArGoSoft FTP Server before 1.4.2.8 allows remote attackers to read arbitrary files via shortcut (.LNK) files in the SITE COPY command, a diffe... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"... | {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [216.647, 79.2596, 0.814976, 169.945, 123.208, 0.81752, 177.963, 123.23, 0.829112, 179.296, 189.97, 0.828686, 234.011, 236.678, 0.796651, 163.228, 123.223, 0.785801, 153.942, 187.35, 0.819254, 160.59, 243.328, 0.41036, 175.313, 236.67, 0.637981, 1... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, ... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "410326203200", "text" : "\u9773\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410326203201", "text" : "\u77f3\u5be8\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410326203202", "text" : "\u6625\u6811\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410326203203", "text" : "\u53cc\u5bfa\u6751\u6751\u6c11\u5... | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/irradium/irradiumbookcase.object": {"type": "array", "items": {"type": "string"}}}, "requir... | [{"DeniedAlternatives" : [], "Files" : {"objects/irradium/irradiumbookcase.object" : ["/description"]}, "Texts" : {"Eng" : "A bookcase made from irradium."}}, {"DeniedAlternatives" : [], "Files" : {"objects/irradium/irradiumbookcase.object" : ["/humanDescription"]}, "Texts" : {"Eng" : "I don't think I can use this book... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/irradium/irradiumbookcase.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/irradium/irradiumbookcase.object"]}, "Texts": {... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"timestamp": {"type": "string"}, "towers": {"type": "array", "items": {"type": "object", "properties": {"city": {"type": "string"}, "city_id": {"type": "integer"}, "city_locode": {"type": "string"}, "city_slug": {"type": "string"... | {"timestamp" : "2019-Jan-20 16:05:16", "towers" : [{"city" : "Acapulco", "city_id" : 1107, "city_locode" : "ACA", "city_slug" : "acapulco", "completed" : 1994, "country_chinese" : "", "country_id" : 111, "country_locode" : "MX", "country_slug" : "mexico", "floors_above" : 33, "functions" : "residential / hotel", "heigh... | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "string"}, "towers": {"type": "array", "items": {"type": "object", "properties": {"city": {"type": "string"}, "city_id": {"type": "integer"}, "city_locode": {"type": "string"}, "city_slug": {"type": "string"}, "completed": {"type": "integer"}, "country_chinese": {... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"section": {"type": "string"}, "chapter": {"type": "string"}, "section_title": {"type": "string"}, "text": {"type": "string"}, "html": {"type": "string"}}, "required": ["section", "chapter", "section_title", "text", "... | {"section" : "24L01", "chapter" : "24", "section_title" : "24L01\u00a0 Application of Secs 13(a)(2) and 7(i).", "text" : "The possibility of exemption under Sec\n13(a)(2) or Sec 7(i) for employees of certain such establishments should not be\noverlooked .", "html" : "<p>The possibility of exemption under Sec\n13(a)(2) ... | json_instruct | {"type": "object", "properties": {"section": {"type": "string"}, "chapter": {"type": "string"}, "section_title": {"type": "string"}, "text": {"type": "string"}, "html": {"type": "string"}}, "required": ["section", "chapter", "section_title", "text", "html"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"LanguagesManager": {"type": "object", "properties": {"AboutPiwikTranslations": {"type": "string"}, "TranslationSearch": {"type": "string"}}, "required": ["AboutPiwikTranslations", "TranslationSearch"]}}, "required": ["Language... | {"LanguagesManager" : {"AboutPiwikTranslations" : "O t\u0142umaczeniach Piwik", "TranslationSearch" : "Przeszukaj t\u0142umaczenia"}} | json_instruct | {"type": "object", "properties": {"LanguagesManager": {"type": "object", "properties": {"AboutPiwikTranslations": {"type": "string"}, "TranslationSearch": {"type": "string"}}, "required": ["AboutPiwikTranslations", "TranslationSearch"]}}, "required": ["LanguagesManager"], "$schema": "http://json-schema.org/draft-07/sch... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "prop... | {"hash" : "0xc3ccbcd4d68294979747bbed338c414acbce65f2c1b7557da73386b140fbd96a", "parentHash" : "0x05a7ca49e758d385986755c4d0f6f2576f13a5d497d11af1279905083b617a6c", "number" : 67168, "timestamp" : 1439267198, "nonce" : "0x944c0c1006d4971b", "difficulty" : 1928016810042, "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"]... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "ilikewood:block/bed/inventory/orange/cherry"} | 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"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jimp": {"type": "string"}, "node-red-viseo-helper": {"type": "string"}},... | {"name" : "node-red-contrib-viseo-jimp", "version" : "0.3.2", "description" : "VISEO Bot Maker - JIMP", "dependencies" : {"jimp" : "~0.5.0", "node-red-viseo-helper" : "~0.3.0"}, "repository" : {"type" : "git", "url" : "https://github.com/NGRP/node-red-contrib-viseo/tree/master/node-red-contrib-jimp"}, "license" : "Apac... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jimp": {"type": "string"}, "node-red-viseo-helper": {"type": "string"}}, "required": ["jimp", "node-red-viseo-helper"]}, "repository": {"type... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "OBS_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : [0, 0, 0, 0, 0], "X_COUNT" : [1, 2, 3, 4, 5]}, "OBSERVATIONS_... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE... |
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" : 404414293, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "8ce45cd2f9f0b4654e616d5e2212f8a9", "wof:id" : 404414293, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.76504176248216, 49.27557206253786, 4.84048805114232, 49.30319718374903... | 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": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"... | {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-481.0926818847656, 37.814123701604466], [-481.061782836914, 37.814123701604466], [-481.061782836914, 37.83690319650765], [-481.0926818847656, 37.83690319650765], [-481.0926818847656... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "... | {"place_name" : "Lucien", "state_name" : "Oklahoma", "state_abbrv" : "OK", "lat" : "36.2753", "long" : "-97.4526"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$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" : 101950763, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "383b2c4f83b89154136f73b4319d9603", "wof:id" : 101950763, "wof:repo" : "whosonfirst-data-admin-br"}, "bbox" : [-46.22083, -22.76806, -46.22083, -22.76806], "geometry" : {"coordi... | 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": {"_id": {"type": "string"}, "data": {"type": "object", "properties": {"actionCategory": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "actionType": {"type": "object", "pr... | {"_id" : "UJafwv306v75Syy7", "data" : {"actionCategory" : {"value" : ""}, "actionType" : {"value" : "action"}, "actions" : {"value" : "1"}, "description" : {"chat" : "", "unidentified" : "", "value" : "<p>You perform complex manipulations to make the energy from your spells so powerful that your enemies remain vulnerab... | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "data": {"type": "object", "properties": {"actionCategory": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "actionType": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "actions"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "string"}, "@id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "address": {"type": "string"}, "country": {"type": "string"}, "email"... | {"@context" : "http://greendelta.github.io/olca-schema/context.jsonld", "@type" : "Actor", "@id" : "a4d148e8-1b7f-3efc-b90a-8c13578af615", "name" : "Alberta Carpenter", "version" : "00.00.000", "address" : "1617 Denver West Blvd, MS RSF 202, Golden, CO 80401", "country" : "US", "email" : "alberta.carpenter@nrel.gov", "... | json_instruct | {"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "string"}, "@id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "address": {"type": "string"}, "country": {"type": "string"}, "email": {"type": "string"}, "telephone": {"type": "string"}}, "required": ["... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produ... | {"userId" : 46756, "cartId" : "0325c30b-819d-4184-8122-e5aad69b3701", "preferredProducts" : [3406, 1189, 2987, 251, 4996, 264, 4110, 847, 1629, 936], "productReviews" : [{"productId" : 4855, "reviewText" : "The box this comes in is 3 yard by 6 light-year and weights 15 gram!!!", "reviewDate" : "2017-06-05T06:41:25.1892... | 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... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"runtime~main.js": {"type": "string"}, "runtime~main.js.map": {"type": "string"}, "vendors.css": {"type": "string"}, "vendors.js": {"type": "string"}, "vendors.js.map": {"type": "string"}, "main.css": {"type": "string"}, "ma... | {"runtime~main.js" : "/static/js/runtime~main.41117e05.js", "runtime~main.js.map" : "/static/js/runtime~main.41117e05.js.map", "vendors.css" : "/static/css/vendors.44bb3715.chunk.css", "vendors.js" : "/static/js/vendors.321e09e1.chunk.js", "vendors.js.map" : "/static/js/vendors.321e09e1.chunk.js.map", "main.css" : "/st... | json_instruct | {"type": "object", "properties": {"runtime~main.js": {"type": "string"}, "runtime~main.js.map": {"type": "string"}, "vendors.css": {"type": "string"}, "vendors.js": {"type": "string"}, "vendors.js.map": {"type": "string"}, "main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"},... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"filename": {"type": "string"}}, "required": ["filename"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"filename" : "../../../assets/pdf/FCL-Nov-Dec2021Bulletin.pdf"} | json_instruct | {"type": "object", "properties": {"filename": {"type": "string"}}, "required": ["filename"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}, "code": {"type": "stri... | {"image" : "https://ipfs.infura.io/ipfs/QmbZ73fnGLreXgf8XFR5C3q3EmRWp9CtLZ54ufqphVKszm", "attributes" : [{"trait_type" : "Type", "value" : "Human"}, {"trait_type" : "Gender", "value" : "Female"}, {"trait_type" : "Hair Style", "value" : "Low Bun"}, {"trait_type" : "Top", "value" : "Poncho"}, {"trait_type" : "Poncho Colo... | json_instruct | {"type": "object", "properties": {"image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}, "code": {"type": "string"}}, "required": ["image", "attributes", "code"], "$sch... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"chef_server_fqdn": {"type": "string"}, "entity_uuid": {"type": "string"}, "id": {"type": "string"}, "message_version": {"type": "string"}, "message_type": {"type": "string"}, "node_name": {"type": "string"}, "organization_n... | {"chef_server_fqdn" : "chef-server.chef.co", "entity_uuid" : "05309d34-fb13-4587-8dc7-948807e50090", "id" : "b3bbae70-1e93-4ffe-8499-9559601631fa", "message_version" : "1.0.0", "message_type" : "run_start", "node_name" : "chefdk-ubuntu-16.04-tester-91bc78", "organization_name" : "chef", "run_id" : "b3bbae70-1e93-4ffe-8... | json_instruct | {"type": "object", "properties": {"chef_server_fqdn": {"type": "string"}, "entity_uuid": {"type": "string"}, "id": {"type": "string"}, "message_version": {"type": "string"}, "message_type": {"type": "string"}, "node_name": {"type": "string"}, "organization_name": {"type": "string"}, "run_id": {"type": "string"}, "sourc... |
Construct a JSON document that adheres to this schema specification:
{"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": ... | {"id" : 950, "title" : ["[Whistler's Pass]"], "description" : ["A few shriveled, scrub bushes and tufts of dying grass cling to small crevices in the rock wall, their effort to survive hampered by the chill winds and dry conditions of this desolate region. Their bony limbs bare of fruit or leaves, the small plants hav... | 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": {"949": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1271, "date" : "2012-01-30 02:45:52", "user" : "jenok", "post" : "Eligible for package below:\r\nx256\r\nCPU: 1 Core\r\nHD: 10GB(RAID 10)\r\nMEM: 256MB\r\nSWAP: 128MB\r\nTraffic: 250 GB/month\r\n1 IP Address\r\nBackup: Yes\r\nLocation: London, UK\r\nSpecial Promotion $44.1USD/year\r\n\r\nPlease use coupon code ... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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"}, ... | {"title" : "Sword of Freedom", "genre" : "", "creators" : ["Hannah Weinstein"], "cast" : ["Edmund Purdom", "Adrienne Corri", "Roland Bartrop"], "country_of_origin" : "United Kingdom", "seasons" : 0, "episodes" : 39, "start_date" : "Fri Feb 21 00:00:00 EST 1958", "end_date" : "Tue Mar 21 00:00:00 EST 1961"} | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"auvsi": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["host", "port", "username", "passw... | {"auvsi" : {"host" : "http://0.0.0.0", "port" : "8000", "username" : "testadmin", "password" : "testpass"}, "mavl-incoming" : {"host" : "0.0.0.0", "port" : "14550"}, "mavl-outgoing" : {"host" : "137.155.41.51", "port" : "14551"}} | json_instruct | {"type": "object", "properties": {"auvsi": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["host", "port", "username", "password"]}, "mavl-incoming": {"type": "object", "properties": {"host": {"type":... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"indexes": {"type": "array", "items": {"type": "object", "properties": {"collectionGroup": {"type": "string"}, "queryScope": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties":... | {"indexes" : [{"collectionGroup" : "orders", "queryScope" : "COLLECTION", "fields" : [{"fieldPath" : "status", "order" : "ASCENDING"}, {"fieldPath" : "dateTime", "order" : "DESCENDING"}]}, {"collectionGroup" : "orders", "queryScope" : "COLLECTION", "fields" : [{"fieldPath" : "userId", "order" : "ASCENDING"}, {"fieldPat... | json_instruct | {"type": "object", "properties": {"indexes": {"type": "array", "items": {"type": "object", "properties": {"collectionGroup": {"type": "string"}, "queryScope": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"fieldPath": {"type": "string"}, "order": {"type": "string"}}, "requir... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "include": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"typ... | {"name" : "mSD_Shield", "keywords" : "microsd, rtc, display, logging", "description" : "mSD-Shield (Display, microSD, RTC)", "include" : "mSD_Shield", "repository" : {"type" : "git", "url" : "https://github.com/watterott/Arduino-Libs.git"}, "frameworks" : "arduino", "platforms" : "atmelavr"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "include": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "frameworks": {"type": "st... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Acc": {"type": "number"}, "IoU": {"type": "number"}, "mIoU": {"type": "number"}}, "required": ["Acc", "IoU", "mIoU"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Acc" : 0.630013205697517, "IoU" : 0.44229993061366235, "mIoU" : 0.6493644148269593} | json_instruct | {"type": "object", "properties": {"Acc": {"type": "number"}, "IoU": {"type": "number"}, "mIoU": {"type": "number"}}, "required": ["Acc", "IoU", "mIoU"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"acceptObjectService:": {"type": "string"}, "asList": {"type": "string"}, "isList": {"type": "string"}}, "required": [... | {"class" : {}, "instance" : {"acceptObjectService:" : "mt 7/25/2012 16:56:45.063", "asList" : "mt 6/9/2015 10:23", "isList" : "mt 7/9/2015 14:30"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"acceptObjectService:": {"type": "string"}, "asList": {"type": "string"}, "isList": {"type": "string"}}, "required": ["acceptObjectService:", "asList", "isList"]}}, "required": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "... | {"text" : {"0" : {"m1" : "\u0622\u0645\u062f \u0628\u0631 \u0645\u0646\u060c \u06a9\u0647\u061f \u06cc\u0627\u0631\u060c \u06a9\u06cc\u061f \u0648\u0642\u062a \u0633\u062d\u0631", "m2" : "\u062a\u0631\u0633\u0646\u062f\u0647 \u0632 \u06a9\u0647\u061f \u0632 \u062e\u0635\u0645\u060c \u062e\u0635\u0645\u0634 \u06a9\u0647... | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "requ... |
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" : "360881107001", "text" : "\u78a7\u6eaa\u9547\u5c45\u59d4\u4f1a"}, {"id" : "360881107200", "text" : "\u592a\u6e56\u6751\u59d4\u4f1a"}, {"id" : "360881107201", "text" : "\u5357\u5cad\u6751\u59d4\u4f1a"}, {"id" : "360881107202", "text" : "\u6cbf\u6c5f\u6751\u59d4\u4f1a"}, {"id" : "360881107203", "text" : "\u725b\... | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"vuetify.css": {"type": "string"}, "vuetify.js": {"type": "string"}, "vuetify.min.css": {"type": "string"}, "vuetify.min.js": {"type": "string"}}, "required": ["vuetify.css", "vuetify.js", "vuetify.min.css", "vuetify... | {"vuetify.css" : "sha512-b2CKsNjUcMZqzRzWrL5qFasqRQD2v0IAoKgLm0+JfxSAuXvnUOiHvo+z4UnckJB2GoNIvd/EI+ZJDfdSyiBMHQ==", "vuetify.js" : "sha512-nKGdbPR11Q8X1oGA7ds/AF7j2GiTJ5hgeWcVNn29Z6Z9oTeSwhRj58szekpVMp80yCf3GVr/UGLSJSD3egSxkA==", "vuetify.min.css" : "sha512-Mc2FfPn1Tn7pNWIZGaN+INJ8Pucn/+myAqG12UMtAiNXAW30AhI5s0kXunu7Ft... | json_instruct | {"type": "object", "properties": {"vuetify.css": {"type": "string"}, "vuetify.js": {"type": "string"}, "vuetify.min.css": {"type": "string"}, "vuetify.min.js": {"type": "string"}}, "required": ["vuetify.css", "vuetify.js", "vuetify.min.css", "vuetify.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "i... | {"id" : 404380203, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "f5f5fa23f4488f24b122a3a9721d907b", "wof:id" : 404380203, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.81912, 50.32651, 3.81912, 50.32651], "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 a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "... | {"name" : "meanie-angular-http-buffer", "description" : "An Angular service for buffering HTTP requests", "version" : "1.2.2", "homepage" : "https://github.com/meanie/angular-http-buffer", "author" : {"name" : "Adam Reis", "email" : "adam@reis.nz", "url" : "http://adam.reis.nz/"}, "contributors" : [], "license" : "MIT"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "ob... | {"name" : "AGHandyUIKit", "version" : "1.0.1", "summary" : "A handy code of UIKit.", "description" : "A handy code of UIKit. It can make you better to write code.", "homepage" : "https://github.com/Agenric/AGHandyUIKit", "license" : "MIT", "authors" : {"Agenric" : "AgenricWon@gmail.com"}, "platforms" : {"ios" : null}, ... | 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": {"Agenric": {"type": "string"}}, "required": ["Agenric... |
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" : "0x771731654bae924bc98f8a721e68482eedf093df88a44508c13e9678bb4b1608", "parentHash" : "0x0da6d39033ef151023f221f176d79a34023704e5f4f68b9f38a975f4486c9f0f", "number" : 85883, "timestamp" : 1439570265, "nonce" : "0x7c373472d8fe4cff", "difficulty" : 2781285652720, "gasLimit" : {"_hex" : "0x2fefd8"}, "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"]... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"install": {"type": "string"}, "serve": {"type"... | {"name" : "node-guitar-chords", "version" : "0.0.2", "description" : "A chord library for use in musical applications", "main" : "./index.js", "scripts" : {"install" : "node src/js/build/index.js", "serve" : "node server/app.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"install": {"type": "string"}, "serve": {"type": "string"}, "test": {"type": "string"}}, "required": ["install", "serve... |
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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]... | {"name" : "vulcainjs-mysql", "version" : "0.0.1", "description" : "MySQL database layer for Vulcainjs framework", "main" : "dist/index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/workfel/vulcainjs-mysql.git"}, "keywords" : ["... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"url": {"type": "string"}, "date_of_publication": {"type": "string"}, "headline": {"type": "string"}, "main_text": {"type": "string"}, "key_terms": {"type": "array", "items": {"type": "string"}}}, "required": ["url"... | {"url" : "https://www.who.int/csr/don/1999_01_20/en/", "date_of_publication" : "1999-01-20", "headline" : "1999 - Cholera in Kenya", "main_text" : "The Ministry of Health, Kenya, has informed WHO of an outbreak of cholera in Nyanza, Eastern, Rift Valley and Nairobi Provinces which started on 27 December 1998. As of 19 ... | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "date_of_publication": {"type": "string"}, "headline": {"type": "string"}, "main_text": {"type": "string"}, "key_terms": {"type": "array", "items": {"type": "string"}}}, "required": ["url", "date_of_publication", "headline", "main_text", "key_terms"], "$schem... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"l\u0101\u00b7q\u014d\u1e07": {"type": "object", "properties": {"num.24.10|12": {"type": "array", "items": {"type": "string"}}, "num.23... | {"pos" : "v", "translits" : {"l\u0101\u00b7q\u014d\u1e07" : {"num.24.10|12" : ["Balaam\uff64", "to curse", "my enemies\uff64"], "num.23.11|6" : ["have you done", "to curse", "my enemies\uff64"]}, "q\u014d\u1e07" : {"num.23.25|5" : ["indeed", "at all\uff64", "neither"]}}, "meanings" : {"curse" : 2}, "meaningsCount" : 1,... | json_instruct | {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"l\u0101\u00b7q\u014d\u1e07": {"type": "object", "properties": {"num.24.10|12": {"type": "array", "items": {"type": "string"}}, "num.23.11|6": {"type": "array", "items": {"type": "string"}}}, "required": ["num.24... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "theme": {"type": "string"}}, "required": ["copyright", "url", "email", "theme"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"copyright" : "Samuel Mesquita", "url" : "http://samuelmesquita.com.br", "email" : "samuelmesq@gmail.com", "theme" : "double-windsor"} | json_instruct | {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "theme": {"type": "string"}}, "required": ["copyright", "url", "email", "theme"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"addresses": {"type": "array", "items": {"type": "object", "properties": {"paymentNetwork": {"type": "string"}, "environment": {"type": "string"}, "addressDetailsType": {"type": "string"}, "addressDetails": {"type": "object", "... | {"addresses" : [{"paymentNetwork" : "BTC", "environment" : "MAINNET", "addressDetailsType" : "CryptoAddressDetails", "addressDetails" : {"address" : "13jsn3XrQmE6o1ogECMYLSirEE2xS6SQAn"}}, {"paymentNetwork" : "ETH", "environment" : "MAINNET", "addressDetailsType" : "CryptoAddressDetails", "addressDetails" : {"address" ... | json_instruct | {"type": "object", "properties": {"addresses": {"type": "array", "items": {"type": "object", "properties": {"paymentNetwork": {"type": "string"}, "environment": {"type": "string"}, "addressDetailsType": {"type": "string"}, "addressDetails": {"type": "object", "properties": {"address": {"type": "string"}}, "required": [... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"... | {"IsRecentlyVerified" : false, "ID" : 105384, "UUID" : "D1BCBA8F-E1AB-4A6A-AAA4-8A1A062ACFB3", "DataProviderID" : 1, "OperatorID" : 23, "OperatorsReference" : "43990", "UsageTypeID" : 4, "AddressInfo" : {"ID" : 105730, "Title" : "The Green House", "AddressLine1" : "4 Grove RD", "Town" : "Bournemouth", "Postcode" : "BH1... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "p... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}... | {"user" : "Edouard DUPIN", "value" : "8", "type" : "hand", "time" : 1470896228351461376, "data" : [{"type" : "type::finger", "list" : [[396.299713, 456.941162], [392.552399, 457.565796], [383.801453, 459.937134], [375.731934, 460.754211], [364.258301, 460.210632], [350.388123, 457.320557], [339.586304, 451.869507], [33... | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "num... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"latest": {"type": "string"}, "archive": {"type": "string"}, "months": {"type": "array", "items": {"type": "string"}}, "entries": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "title":... | {"latest" : "\u00daltimas entradas", "archive" : "Archivo de entradas", "months" : ["Diciembre", "Noviembre", "Octubre", "Septiembre", "Agosto"], "entries" : [{"date" : "28-12-2019", "title" : "Some title for this entry", "description" : "Some description for this entry, it needs a loooooooooong string.", "image" : "ht... | json_instruct | {"type": "object", "properties": {"latest": {"type": "string"}, "archive": {"type": "string"}, "months": {"type": "array", "items": {"type": "string"}}, "entries": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "im... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "platform.dist": {"type": "array", "items": {"type": "string"}}, "distro": {"type": "object", "properties": {"codename": {"type": "string"}, "id": {"type": "string"}, "name": {"type":... | {"name" : "RedHat 6.7", "platform.dist" : ["redhat", "6.7", "Santiago"], "distro" : {"codename" : "Santiago", "id" : "rhel", "name" : "RedHat Enterprise Linux", "version" : "6.7", "version_best" : "6.7", "os_release_info" : {}, "lsb_release_info" : {}}, "input" : {"/etc/redhat-release" : "Red Hat Enterprise Linux Serve... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "platform.dist": {"type": "array", "items": {"type": "string"}}, "distro": {"type": "object", "properties": {"codename": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "version_best": {"type": "string... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-... | {"word" : "Authorship", "definitions" : ["The state or fact of being the writer of a book, article, or document, or the creator of a work of art.", "The occupation of writing."], "parts-of-speech" : "Noun"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"folder": {"type": "string"}}, "required": ["folder"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"folder" : "file:///run/media/n30/Jarvis/work/rl/path_planning_using_reinforcement_learning"} | json_instruct | {"type": "object", "properties": {"folder": {"type": "string"}}, "required": ["folder"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "categoryCode": {"type": "string"}, "image": {"type": "object", "properties": {"original": {"type": "string"}}, "required": ["original"]}, "co2": {"type": "number... | {"id" : "100901800000", "name" : "Pralin\u00e9s Prestige", "categoryCode" : "BeSS_0101082108", "image" : {"original" : "https://image.migros.ch/original/7580de69bfb63cf18e8477cf42839d2332c70851/pralines-prestige.jpg"}, "co2" : 662.4277512290109, "price" : 7.8, "co2Score" : 0.07230240029045643, "kcalScore" : null, "pric... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "categoryCode": {"type": "string"}, "image": {"type": "object", "properties": {"original": {"type": "string"}}, "required": ["original"]}, "co2": {"type": "number"}, "price": {"type": "number"}, "co2Score": {"type": "number"}, "kcal... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Department": {"type": "string"}, "Name": {"type": "string"}, "Position": {"type": "string"}, "Region": {"type": "string"}, "analytics": {"type": "array", "items": {}}, "declarationsLinks": {"type": "array", "items":... | {"Department" : "\u041a\u0430\u043d\u0456\u0432\u0441\u044c\u043a\u0438\u0439 \u0432\u0456\u0434\u0434\u0456\u043b \u0417\u043e\u043b\u043e\u0442\u043e\u043d\u0456\u0441\u044c\u043a\u043e\u0457 \u043c\u0456\u0441\u0446\u0435\u0432\u043e\u0457 \u043f\u0440\u043e\u043a\u0443\u0440\u0430\u0442\u0443\u0440\u0438 \u0427\u04... | json_instruct | {"type": "object", "properties": {"Department": {"type": "string"}, "Name": {"type": "string"}, "Position": {"type": "string"}, "Region": {"type": "string"}, "analytics": {"type": "array", "items": {}}, "declarationsLinks": {"type": "array", "items": {}}, "key": {"type": "string"}, "type": {"type": "string"}, "\u0414\u... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"example1": {"type": "string"}, "example2": {"type": "string"}, "example3": {"type": "string"}}, "required": ["example1", "example2", "example3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"example1" : "This is a test value.", "example2" : "This is a test value.", "example3" : "This is a test value."} | json_instruct | {"type": "object", "properties": {"example1": {"type": "string"}, "example2": {"type": "string"}, "example3": {"type": "string"}}, "required": ["example1", "example2", "example3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "0a3ec440fe705a27b91d52bfdfba068e47b33736"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"jquery.loadTemplate.js": {"type": "string"}, "jquery.loadTemplate.min.js": {"type": "string"}}, "required": ["jquery.loadTemplate.js", "jquery.loadTemplate.min.js"], "$schema": "http://json-schema.org/draft-07/sche... | {"jquery.loadTemplate.js" : "sha512-CWFCVsf1E26NCR9i8rFTJoXwEiT046/xEZDASQbvs3TSxkXFMo84kPN2D17NxcNabACC4o6ZlKoKhyeuvXixGQ==", "jquery.loadTemplate.min.js" : "sha512-zvkDN4GOjJ1CRJl7xYJP2VUS/dCi51Xg5/qKlPkSgZqOMUuwkhvXgJ5qGvYhGk+uSfyLSPMsIfqZiEdCFuIBDw=="} | json_instruct | {"type": "object", "properties": {"jquery.loadTemplate.js": {"type": "string"}, "jquery.loadTemplate.min.js": {"type": "string"}}, "required": ["jquery.loadTemplate.js", "jquery.loadTemplate.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vertices" : [[159, 79], [155, 101], [162, 104], [151, 127], [137, 167], [146, 121], [156, 163], [114, 98], [171, 82], [193, 167], [210, 182], [169, 82], [126, 144], [150, 153], [124, 78], [123, 120], [133, 142], [161, 100], [135, 164], [131, 159], [169, 165], [200, 194], [180, 98], [136, 56], [178, 64], [182, 184], [... | json_instruct | {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": ... | {"name" : "holocord-structures", "description" : "A Structure Helper for HoloCord", "version" : "0.0.1", "author" : {"name" : "HoloShrimp", "email" : "shrimpholo69@gmail.com", "url" : "https://github.com/holoshrimp"}, "type" : "commonjs", "devDependencies" : {"@types/node" : "^17.0.8", "@types/ws" : "^8.5.1", "typedoc"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "type": {"type": "string... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07... | [{"Similarity" : "0.925", "Title" : "Learning by Observing Tutorial Dialogue versus Monologue Collaboratively or Alone", "Year" : 2011}, {"Similarity" : "0.912", "Title" : "From Abstract to Concrete Evidence for designing learning platforms that adapt to users proficiencies", "Year" : 2017}, {"Similarity" : "0.911", "T... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"prestart": {"type": "st... | {"name" : "job-api", "version" : "1.0.0", "description" : "Default environment API", "author" : "", "license" : "ISC", "scripts" : {"prestart" : "rm -Rf ./dist; webpack --config ./webpack.config.dev.js --watch &", "start" : "while [ ! -f ./dist/job.dev.js ]; do sleep 1; done; NODE_ENV=development nodemon ./dist/job.dev... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"prestart": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"embeddings": {"type": "array", "items": {"type": "object", "properties": {"tensorName": {"type": "string"}, "tensorShape": {"type": "array", "items": {"type": "integer"}}, "tensorPath": {"type": "string"}, "metadataP... | {"embeddings" : [{"tensorName" : "all----sentence level----paraphrase-xlm-r-multilingual-v1", "tensorShape" : [27400, 768], "tensorPath" : "https://gitlab.com/joe.r.brucker/metal/-/raw/master/output3.tsv", "metadataPath" : "https://gitlab.com/joe.r.brucker/metal/-/raw/master/metadata3.tsv"}]} | json_instruct | {"type": "object", "properties": {"embeddings": {"type": "array", "items": {"type": "object", "properties": {"tensorName": {"type": "string"}, "tensorShape": {"type": "array", "items": {"type": "integer"}}, "tensorPath": {"type": "string"}, "metadataPath": {"type": "string"}}, "required": ["tensorName", "tensorShape", ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pageContext" : {"id" : "6ae0e96b-de15-5514-ad71-21455cfd1273"}} | json_instruct | {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://js... | [{"name" : "COLUMBA", "frequency" : 212, "males" : "0.4716981132075472 %", "females" : "99.52830188679245 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.