input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"idArt": {"type": "string"}, "series": {"type": "string"}, "booktitle": {"type": "string"}, "year": {"type": "string"}, "title": {"type": "string"}, "abstract": {"type": "string"}, "authors": {"type": "string"}, "pdf1...
{"idArt" : "1307", "series" : "Revue des Nouvelles Technologies de l'Information", "booktitle" : "EGC", "year" : "2018", "title" : "Nouveau Mod\u00e8le de S\u00e9lection de Caract\u00e9ristiques bas\u00e9 sur la Th\u00e9orie des Ensembles Approximatifs pour les Donn\u00e9es Massives", "abstract" : "", "authors" : "Zain...
json_instruct
{"type": "object", "properties": {"idArt": {"type": "string"}, "series": {"type": "string"}, "booktitle": {"type": "string"}, "year": {"type": "string"}, "title": {"type": "string"}, "abstract": {"type": "string"}, "authors": {"type": "string"}, "pdf1page": {"type": "string"}, "pdfarticle": {"type": "string"}, "metaSes...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"colors": {"type": "object", "properties": {"dark_mode": {"type": "boolean"}, "color": {"type": "string"}, "change_background": {"type": "boolean"}}, "required": ["dark_mode", "color", "change_background"]}, "no...
{"colors" : {"dark_mode" : true, "color" : "#6441a5", "change_background" : true}, "notifications" : {"timeout" : 10000, "font_size" : "20px", "badge_size" : "22px", "emote_size" : "22px", "header_font_size" : "25px", "min_bits" : 10, "follow_notification" : false}, "misc" : {"channel" : "krissi", "hide_deleted_message...
json_instruct
{"type": "object", "properties": {"colors": {"type": "object", "properties": {"dark_mode": {"type": "boolean"}, "color": {"type": "string"}, "change_background": {"type": "boolean"}}, "required": ["dark_mode", "color", "change_background"]}, "notifications": {"type": "object", "properties": {"timeout": {"type": "intege...
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" : "prodigytech:block/zorra_leaves"}
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": {"title": {"type": "string"}, "data": {"type": "string"}, "name": {"type": "string"}, "defaultContent": {"type": "string"}, "visible": {"type": "boolean"}, "orderable": {"type": "boolean"}, "searchable": {"type": "bool...
{"title" : "Help", "data" : "workflow.help_flag", "name" : "help_flag", "defaultContent" : "", "visible" : true, "orderable" : false, "searchable" : false, "render" : "function ( data, type, row, meta ) {return (typeof data == \"undefined\") ? \"\" : data == true ? '<i class=\"fa fa-flag dt_checkbox_false\"></i>' : '';...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "data": {"type": "string"}, "name": {"type": "string"}, "defaultContent": {"type": "string"}, "visible": {"type": "boolean"}, "orderable": {"type": "boolean"}, "searchable": {"type": "boolean"}, "render": {"type": "string"}, "width": {"type": "string"}, "cl...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": ...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"label:cs" : "Zvoni\u010dka u poln\u00ed cesty pod Pastevn\u00edm vrchem v R\u016f\u017eov\u00e9", "P31" : "http://www.wikidata.org/entity/Q10861631", "P31^label:cs" : "Zvoni\u010dka", "P131^label:cs" : "R\u016f\u017eov\u00e1", "P6736" : ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"tr...
{"nft" : {"id" : " 651", "description" : "", "image" : "https://www.arweave.net/Xz-Uu940DYTcNrDKEEpmuYE1ZBR6iyOd92XJz1j1NGw?ext=png", "attributes" : [{"trait_type" : "Background", "value" : "Red"}, {"trait_type" : "Skins", "value" : "Yellow"}, {"trait_type" : "Beak", "value" : "Purple"}, {"trait_type" : "Eyes", "value"...
json_instruct
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["tr...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"phr": {"type": "object", "properties": {"microservices": {"type": "object", "properties": {"conductor": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ...
{"phr" : {"microservices" : {"conductor" : {"host" : "http://mango-cookie.ripple.foundation", "port" : 8080}, "openid_connect" : {"host" : "http://mango-cookie.ripple.foundation", "port" : 8000, "path_prefix" : "/oidc"}}}, "use2FA" : false, "twilio" : {"accountSid" : "xxxxxxxxxxxxxxxxxxxxxxxxxxx", "authToken" : "yyyyyy...
json_instruct
{"type": "object", "properties": {"phr": {"type": "object", "properties": {"microservices": {"type": "object", "properties": {"conductor": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "port"]}, "openid_connect": {"type": "object", "properties": {"host"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties":...
{"name" : "investment-advisor", "version" : "1.0.0", "author" : "Ary Pablo Batista", "main" : "app.js", "license" : "Apache License, Version 2.0", "description" : "Matches clients with representatives and mutual funds", "repository" : {"type" : "git", "url" : "git@github.com:watson-developer-cloud/investment-advisor.gi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}},...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1924, 5], [2014, 7]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"head": {"type": "string"}, "body": {"type": "string"}, "image": {"type": "string"}}, "required": ["head", "body", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"head" : "Alexei Navalny blames Vladimir Putin for poisoning him", "body" : "Germany, where Mr Navalny is recovering, says he was poisoned by a Novichok nerve agent. Its findings were confirmed by labs in France and Sweden. The Kremlin denies any involvement.Responding to the interview on Thursday, Mr Putin's spokesma...
json_instruct
{"type": "object", "properties": {"head": {"type": "string"}, "body": {"type": "string"}, "image": {"type": "string"}}, "required": ["head", "body", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["grunt-contrib-csslint-oz"]
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": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31":...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"label:cs" : "Pomn\u00edk posledn\u00edho mlyn\u00e1\u0159e Ve \u017dleb\u011b", "P31" : "http://www.wikidata.org/entity/Q4989906", "P31^label:cs" : "Pomn\u00edk", "P131^label:cs" : "Lesn\u00ed Hlubok\u00e9", "P6736" : "24047"}, "geometry...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs...
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": "null"}, "format": {"type": "string"}, "category":...
{"id" : 85075, "info" : {"name" : "Battlefield Play4Free - No text-colours", "description" : "This style removes the coloured text users are posting in.", "additionalInfo" : null, "format" : "uso", "category" : "play4free", "createdAt" : "2013-03-26T09:30:28.000Z", "updatedAt" : "2013-03-26T12:11:24.000Z", "license" : ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "home...
{"name" : "debounce-transfer", "version" : "1.2.2", "description" : "* `debounceWrapper`: the function to debounce * `fn`: the function of input trigger * `time`: milliseconds of setTimeout interval", "main" : "src/index.js", "scripts" : {"test" : "node node_modules/jasmine/bin/jasmine test/test.js"}, "homepage" : "htt...
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"]}, "homepage": {"type": "string"}, "author": {"type": "string"}, "lice...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"553010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "353021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ...
{"553010" : {"count" : 2}, "count" : 19, "353021" : {"count" : 1}, "434051" : {"count" : 1}, "353041" : {"count" : 2}, "N.A.//" : {"count" : 8}, "435071" : {"count" : 1}, "559830" : {"count" : 1}, "537064" : {"count" : 1}, "472061" : {"count" : 1}, "2740XX" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"553010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "353021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "434051": {"type": "object", "properties": {"count": {"typ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "sortnum": {"type": "integer"}}, "required": ["name", "description", "icon", "sortnum"], "$schema": "http://json-schema.org/draft-07/sch...
{"name" : "Flora", "description" : "The magical plants that inhabit our world", "icon" : "minecraft:allium", "sortnum" : 1}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "sortnum": {"type": "integer"}}, "required": ["name", "description", "icon", "sortnum"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "d95b7139c2149db878f5", "c" : {"0" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"adcode": {"type": "string"}, "name": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "string"}}, "required": ["adcode", "name", "level", "parent"]}, "$schema": "http://...
[{"adcode" : "431103001", "name" : "\u6885\u6e7e\u8857\u9053", "level" : "street", "parent" : "431103"}, {"adcode" : "431103002", "name" : "\u83f1\u89d2\u5c71\u8857\u9053", "level" : "street", "parent" : "431103"}, {"adcode" : "431103003", "name" : "\u8096\u5bb6\u56ed\u8857\u9053", "level" : "street", "parent" : "43110...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"adcode": {"type": "string"}, "name": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "string"}}, "required": ["adcode", "name", "level", "parent"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"average_occupancy" : [5.561346416532646, 5.54301944289979, 5.564932629274509, 5.611445850876173, 5.612593492397035, 5.703383876952232, 5.590809115923014, 5.668928761810437, 5.735022564665561, 5.742354611798483, 5.605968780145518, 5.562289555712212, 5.619288111974459, 5.685490248772761, 5.603946723211315, 5.6173898902...
json_instruct
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type"...
{"code" : 3371020009, "parent" : 3371020, "name" : "KRAMAT SELATAN", "latitude" : null, "longitude" : null, "postal" : [56115], "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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Linoleate (8R)-dioxygenase": {"type": "string"}, "Linoleate 8-dioxygenase": {"type": "string"}, "Q9UUS2": {"type": "string"}, "LIDS_GAEGR": {"type": "string"}, "Linoleate diol synthase": {"type": "string"}}, "required": ["Lino...
{"Linoleate (8R)-dioxygenase" : "Q9UUS2", "Linoleate 8-dioxygenase" : "Q9UUS2", "Q9UUS2" : "Q9UUS2", "LIDS_GAEGR" : "Q9UUS2", "Linoleate diol synthase" : "Q9UUS2"}
json_instruct
{"type": "object", "properties": {"Linoleate (8R)-dioxygenase": {"type": "string"}, "Linoleate 8-dioxygenase": {"type": "string"}, "Q9UUS2": {"type": "string"}, "LIDS_GAEGR": {"type": "string"}, "Linoleate diol synthase": {"type": "string"}}, "required": ["Linoleate (8R)-dioxygenase", "Linoleate 8-dioxygenase", "Q9UUS2...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"desc" : "", "id" : "card.leader.hero.hacan:pok/harrugh_gefhara", "name" : "Harrugh Gefhara"}
json_instruct
{"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$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"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string...
{"name" : "pseudo-python", "description" : " :horse: a restricted python to javascript / c# / go / ruby / :horse: compiler", "license" : {"key" : "mit", "name" : "MIT License", "spdx_id" : "MIT", "url" : "https://api.github.com/licenses/mit"}, "starNum" : 77, "folkNum" : 6, "watchNum" : 77, "topic" : ["experiment", "pr...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"typ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "s": {"type": "array", "items": {"type": "str...
{"t" : "waday", "h" : [{"d" : [{"f" : "\u6392\u9664\u7cfe\u7d1b\uff0c\u52f8\u67b6\u3002", "s" : ["`waray~"], "r" : ["`miwaday~"]}]}]}
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"}, "s": {"type": "array", "items": {"type": "string"}}, "r": {"type": "array", "items": {"type": "string"}}...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@fortawesome/fontawesome-free": {"type": ...
{"name" : "visjs-test", "version" : "1.0.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"@fortawesome/fontawesome-free" : {"version" : "5.13.0", "resolved" : "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.13.0.tgz", "integrity" : "sha512-xKOeQEl5O47GPZYIMToj6uuA2syyFlq9E...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@fortawesome/fontawesome-free": {"type": "object", "properties": {"version": {"type": "string"}, "resol...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "dieresis", "definition" : "1. (Gram.) The separation or resolution of one syllable into two; -- the opposite of syn\u00e6resis. 2. A mark consisting of two dots [..], placed over the second of two adjacent vowels, to denote that they are to be pronounced as distinct letters; as, co\u00f6perate, a\u00ebrial....
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "prop...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-2.188381, 51.412096]}, "properties" : {"listed-building" : "1022110", "name" : "BARN AT RIDGE FARM", "point" : "POINT (-2.188381 51.412096)", "listed-building-grade" : "II", "documentation-url" : "https://historicengland.org.uk/listing/the-list/list...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"listed-building": {"type": "strin...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"mixins": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"docsUrl": {"type": "string"}}, "required": ["docsUrl"]}, "behavior": {"type": "object", "properties": {"$listeners": {"type": ...
{"mixins" : ["mixins/size"], "meta" : {"docsUrl" : "https://v1.quasar.dev/vue-components/spinners"}, "behavior" : {"$listeners" : true}, "props" : {"color" : {"extends" : "color"}}}
json_instruct
{"type": "object", "properties": {"mixins": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"docsUrl": {"type": "string"}}, "required": ["docsUrl"]}, "behavior": {"type": "object", "properties": {"$listeners": {"type": "boolean"}}, "required": ["$listeners"]}, "props": {"type":...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "offer": {"type": "string"}, "need": {"type": "string"}, "flexibility": {"type": "string"}, "location": {"type": "string"}}, "required": ["id", "offer", "need", "...
[{"id" : 1, "offer" : "3 rolls of tp", "need" : "hand sanitizer", "flexibility" : " products only", "location" : "Lenexa"}, {"id" : 2, "offer" : "3 rolls of tp", "need" : "hand sanitizer", "flexibility" : "service only", "location" : "Overland Park"}, {"id" : 3, "offer" : "3 rolls of tp", "need" : "hand sanitizer", "f...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "offer": {"type": "string"}, "need": {"type": "string"}, "flexibility": {"type": "string"}, "location": {"type": "string"}}, "required": ["id", "offer", "need", "flexibility", "location"]}, "$schema": "http://json-schema.org/draft-0...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"couchdb": {"type": "object", "properties": {"server": {"type": "object", "properties": {"couchdb": {"type": "object", "properties": {"open_os_files": {"type": "integer"}, "database_writes": {"type": "integer"}, "open_databases":...
{"couchdb" : {"server" : {"couchdb" : {"open_os_files" : 0, "database_writes" : 0, "open_databases" : 0, "auth_cache_misses" : 0, "request_time" : 142, "database_reads" : 0, "auth_cache_hits" : 0}, "httpd" : {"requests" : 3, "viewReads" : 0, "bulk_requests" : 0, "clients_requesting_changes" : 0, "temporary_view_reads" ...
json_instruct
{"type": "object", "properties": {"couchdb": {"type": "object", "properties": {"server": {"type": "object", "properties": {"couchdb": {"type": "object", "properties": {"open_os_files": {"type": "integer"}, "database_writes": {"type": "integer"}, "open_databases": {"type": "integer"}, "auth_cache_misses": {"type": "inte...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"preact": {"type": "string"}, "react-play...
{"name" : "preact-component", "version" : "1.0.0", "main" : "src/index.jsx", "license" : "MIT", "dependencies" : {"preact" : "^10.5.9", "react-player" : "^2.7.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"preact": {"type": "string"}, "react-player": {"type": "string"}}, "required": ["preact", "react-player"]}}, "required...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "...
{"title" : "The Price of Differential Privacy for Online Learning.", "fields" : ["machine learning", "linear programming", "special case", "regret", "differential privacy"], "abstract" : "We design differentially private algorithms for the problem of online linear optimization in the full information and bandit setting...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "210214011001", "text" : "\u6c34\u95e8\u5b50\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210214011002", "text" : "\u90b9\u5e97\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210214011003", "text" : "\u4e8e\u5e97\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210214011004", "text" : "\u9ad8\u74e6\u623f\u793e\u533a\u5c45\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 an example JSON object that satisfies this schema: {"type": "object", "properties": {"0": {"type": "integer"}, "1": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "2": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "3": {"type": "array", "items": {"typ...
{"0" : 320, "1" : [[-270, -140, 540, 280], [-150, 140, 420, 240], [-390, 380, 660, 340]], "2" : [[150, 630, 120, 90, 320], [150, 450, 120, 180, 320], [-210, -140, 180, 210, 50], [-250, -140, 40, 40, 55], [150, 50, 120, 60, 190], [90, 290, 180, 60, 95], [-150, 235, 150, 50, 65], [210, 200, 60, 30, 30], [-50, 580, 80, 12...
json_instruct
{"type": "object", "properties": {"0": {"type": "integer"}, "1": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "2": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "3": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": [...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"deployment": {"type": "object", "properties": {"android": {"type": "object", "properties": {"packageName": {"type": "string"}}, "required": ["packageName"]}, "ios": {"type": "object", "properties": {"bundleId": {"type": "string"...
{"deployment" : {"android" : {"packageName" : ""}, "ios" : {"bundleId" : "", "codeSignIdentity" : ""}, "macos" : {"bundleId" : "", "codeSignIdentity" : ""}, "winphone" : {"packageDisplayName" : "", "packageName" : "", "productID" : "", "publisherDisplayName" : "", "publisherID" : ""}}, "mainFile" : "ScreenInfo.qml", "p...
json_instruct
{"type": "object", "properties": {"deployment": {"type": "object", "properties": {"android": {"type": "object", "properties": {"packageName": {"type": "string"}}, "required": ["packageName"]}, "ios": {"type": "object", "properties": {"bundleId": {"type": "string"}, "codeSignIdentity": {"type": "string"}}, "required": [...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"hint": {"type": "string"}, "id": {"type": "integer"}}, "required": ["hint", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hint" : "lava_skritt", "id" : 21}
json_instruct
{"type": "object", "properties": {"hint": {"type": "string"}, "id": {"type": "integer"}}, "required": ["hint", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"id": {"type": "string"}, "status": {"type": "string"}, "message": {"type": "string"}, "operation": {"type": "string"}, "result": {"type": "object", "proper...
{"code" : 0, "data" : {"id" : "8raychro-alj8-bucw-c2z3-xh21a1px7yev", "status" : "waiting", "message" : "waiting for file upload", "operation" : "import/upload", "result" : {"form" : {"url" : "http://storage.media.io", "parameters" : {"name" : "", "key" : "upload/2021-04-23/8raychro-alj8-bucw-c2z3-xh21a1px7yev/${filena...
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"id": {"type": "string"}, "status": {"type": "string"}, "message": {"type": "string"}, "operation": {"type": "string"}, "result": {"type": "object", "properties": {"form": {"type": "object", "properties": {"url": {"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"topCrop": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "score": {"type": "object", "properties": {"detail": {"ty...
{"topCrop" : {"x" : 0, "y" : 32, "width" : 175, "height" : 175, "score" : {"detail" : 7.237959680456353, "saturation" : -3.929229291559607, "skin" : 13.21927574441617, "boost" : 306.98779931999036, "total" : 1.0031948882118402}}}
json_instruct
{"type": "object", "properties": {"topCrop": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "score": {"type": "object", "properties": {"detail": {"type": "number"}, "saturation": {"type": "number"}, "skin": {"type": "num...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Country": {"type": "array", "items": {"type": "string"}}, "Coordinates": {"type": "array", "items": {"type": "string"}}, "Region": {"type": "array", "ite...
{"title" : ["Nagoya City"], "Country" : ["Japan"], "Coordinates" : ["35\u00b011\u2032N 136\u00b054\u2032E\ufeff / \ufeff35.183\u00b0N 136.900\u00b0E"], "Region" : ["Ch\u016bbu (T\u014dkai)"], "Prefecture" : ["Aichi Prefecture"], "Mayor" : ["Takashi Kawamura"], "Representatives" : ["5"], "Designated city" : ["Population...
json_instruct
{"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Country": {"type": "array", "items": {"type": "string"}}, "Coordinates": {"type": "array", "items": {"type": "string"}}, "Region": {"type": "array", "items": {"type": "string"}}, "Prefecture": {"type": "array", "items": {"type":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repositor...
{"name" : "calendarjs", "version" : "1.0.0", "description" : "A responsive calendar that does not require jQuery..", "main" : "_calendar.js", "scripts" : {"test" : "node_modules/.bin/mocha -- tests/1/test.js"}, "repository" : {"type" : "git", "url" : "git+https://pamblam@github.com/Pamblam/CalendarJS.git"}, "author" : ...
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": {"unversionedId": {"type": "string"}, "id": {"type": "string"}, "isDocsHomePage": {"type": "boolean"}, "title": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "string"}, "slug": {"type": "s...
{"unversionedId" : "web/html/html-task", "id" : "web/html/html-task", "isDocsHomePage" : false, "title" : "Building a Login/Register page.", "description" : "Let's build a Login/Register page", "source" : "@site/docs/web/html/html-task.md", "slug" : "/html/html-task", "permalink" : "/docs/html/html-task", "editUrl" : "...
json_instruct
{"type": "object", "properties": {"unversionedId": {"type": "string"}, "id": {"type": "string"}, "isDocsHomePage": {"type": "boolean"}, "title": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "string"}, "slug": {"type": "string"}, "permalink": {"type": "string"}, "editUrl": {"type": "string"}...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48":...
{"manifest_version" : 3, "name" : "SNOW screenshot extension", "description" : "This extension allows the user take screenshot of the page and store it in the appropriate google drive location", "version" : "0.0.8", "icons" : {"16" : "./img/icon_16.png", "48" : "./img/icon_48.png", "128" : "./img/icon_128.png"}, "permi...
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "12...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "conquest:block/red_and_blue_stripes_on_clay_mud_wall_wall_inventory"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "int...
{"nom" : "Saint-F\u00e9lix", "circ" : "1\u00e8re circonscription", "dpt" : "Allier", "inscrits" : 266, "abs" : 142, "votants" : 124, "blancs" : 11, "nuls" : 3, "exp" : 110, "res" : [{"nuance" : "REM", "nom" : "Mme Pauline RIVIERE", "voix" : 64}, {"nuance" : "COM", "nom" : "M. Jean-Paul DUFR\u00c8GNE", "voix" : 46}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "strin...
{"stationId" : 3400219, "stationGroupId" : 1162910, "name" : "\u5b9d\u585a", "lineId" : 34002, "zipCode" : "665-0845", "pref" : "\u5175\u5eab\u770c", "city" : "\u5b9d\u585a\u5e02", "town" : "\u6804\u753a", "longitude" : 135.341054, "latitude" : 34.810469, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "$id": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "prope...
{"$schema" : "http://json-schema.org/draft-07/schema#", "title" : "Intervention File", "$id" : "#interventionFile", "description" : "A schema describing the contents of an intervention file for EpiHiper", "type" : "object", "required" : ["epiHiperSchema", "triggers", "interventions"], "properties" : {"epiHiperSchema" :...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "$id": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"epiHiperSchema": {"type": "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "i...
{"directions" : ["Place onion, jalapeno peppers, garlic, ginger, cumin, salt, coriander, cinnamon, and red pepper flakes in a large slow cooker. Pour in water and stir to combine. Mix in sweet potatoes, tomatoes, chickpeas, and peanut butter.", "Set cooker to Medium-High, cover, and cook until sweet potatoes are tender...
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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"...
{"name" : "artifactorygenericupload", "version" : "1.0.0", "description" : "", "main" : "uploadArtifacts.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "ISC", "dependencies" : {"vsts-task-lib" : "^2.6.0", "fs-extra" : "^5.0.0", "jfrog-utils" : "file:..//jfrog-utils...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer"...
{"publisher_name" : "Sociedade Brasileira de Coloproctologia", "journals" : 1, "scihub" : 201, "crossref_open_access" : 229, "crossref_active" : 229, "crossref" : 229, "coverage" : 0.87772926, "publisher_slug" : "sociedade-brasileira-de-coloproctologia", "access_logs" : {"downloads" : 0.53086, "visitors" : 0.49383, "co...
json_instruct
{"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer"}, "coverage": {"type": "number"}, "publisher_slug": {"type": "string...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"Wojew\u00f3dztwo": {"type": "string"}, "Liczba": {"type": "string"}, "Liczba zgon\u00f3w": {"type": "string"}, "Id": {"type": "string"}}, "required": ["Wojew\u00f3dztwo", "Liczba", "Liczba zgon\u00f3...
[{"Wojew\u00f3dztwo" : "Ca\u0142a Polska", "Liczba" : "11761", "Liczba zgon\u00f3w" : "539", "Id" : "t00"}, {"Wojew\u00f3dztwo" : "dolno\u015bl\u0105skie", "Liczba" : "1369", "Liczba zgon\u00f3w" : "41", "Id" : "t02"}, {"Wojew\u00f3dztwo" : "kujawsko-pomorskie", "Liczba" : "483", "Liczba zgon\u00f3w" : "26", "Id" : "t0...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Wojew\u00f3dztwo": {"type": "string"}, "Liczba": {"type": "string"}, "Liczba zgon\u00f3w": {"type": "string"}, "Id": {"type": "string"}}, "required": ["Wojew\u00f3dztwo", "Liczba", "Liczba zgon\u00f3w", "Id"]}, "$schema": "http://json-schema.org/draft-07/sch...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "210402001002", "text" : "\u4e1c\u516b\u8def\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210402001003", "text" : "\u6c11\u4e3b\u8def\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210402001006", "text" : "\u80b2\u624d\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210402001008", "text" : "\u89e3\u653e\u8def\u793e\u533a\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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "a...
{"title" : "Non-Restarting SAT Solvers with Simple Preprocessing Can Efficiently Simulate Resolution.", "fields" : ["backjumping", "polynomial", "preprocessor", "satisfiability", "solver"], "abstract" : "Propositional satisfiability (SAT) solvers based on conflict directed clause learning (CDCL) implicitly produce reso...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array"...
{"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Grease muffin cups or line with paper muffin liners.", "Beat cake mix, water, oil, and eggs together with an electric mixer in large bowl on low speed 30 seconds, increase speed to medium speed and beat for 2 minutes. Pour reserved pineapple juice into ca...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-82.659273, 27.776422], [-82.654207, 27.777328], [-82.646701, 27.776866], [-82.646642, 27.766101], [-82.657147, 27.766793], [-82.657932, 27.768108], [-82.658266, 27.774347], [-82.659273, 27.776422]]]}, "type" : "Feature",...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"clientID": {"type": "string"}, "serverToken": {"type": "string"}, "clientToken": {"type": "string"}, "encKey": {"type": "string"}, "macKey": {"type": "string"}}, "required": ["clientID", "serverToken", "clientToken"...
{"clientID" : "B0Zk3l7kXmASKPdxxaadtg==", "serverToken" : "1@WwdB6sgU7vx0ZL/C6YsCJDSX7KnpdoYlPhuX2lhqTeZYcTgI/8LnyCzIjXaca9FrPrVs5d/EVdCanw==", "clientToken" : "Zm3qdT37itbCjUMRbsSb8fzZ8XnwXx3nt5bpiE8cfaQ=", "encKey" : "vXD1+oa+chApJM/PndtSY7wH1EKq9Mk8Vf8D5EtfQO0=", "macKey" : "TmBnUzqB1PoUx/T1IWr5u+3TJHYTD7OjJVa7OgKTV...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"data": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "organisation_id": {"type": "string"}, "version": {"type": "integer"}, "attributes": {"type": "object", "properties": {"country": {"t...
{"data" : {"type" : "accounts", "id" : "ad27e265-9605-4b4b-a0e5-3003ea9cc4dc", "organisation_id" : "eb0bd6f5-c3f5-44b2-b677-acd23cdde73c", "version" : 0, "attributes" : {"country" : "GB", "base_currency" : "GBP", "account_number" : "41426819", "bank_id" : "400300", "bank_id_code" : "GBDSC", "bic" : "NWBKGB22", "iban" :...
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "organisation_id": {"type": "string"}, "version": {"type": "integer"}, "attributes": {"type": "object", "properties": {"country": {"type": "string"}, "base_currency": {"type": "string"}, "ac...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "filename": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}},...
{"name" : "typeplate-starter-kit", "homepage" : "http://typeplate.com", "description" : "A Typographic Starter Kit", "filename" : "css/typeplate.min.css", "license" : "CC-BY-3.0", "keywords" : ["typeplate", "starter", "kit", "typographic", "pattern"], "repository" : {"type" : "git", "url" : "https://github.com/typeplat...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "filename": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "st...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["doxie.render", "interactive-svg", "native-types", "response-to-json", "rethinkdb-observable", "static-observable"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id_5010": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_5010"], "$schema": "http://json-schema.org/draft-...
{"id_5010" : {"publicdate" : "2011-01-27 06:35:02", "title" : "The Rover Boys at School"}}
json_instruct
{"type": "object", "properties": {"id_5010": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_5010"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address"...
{"name" : "reflect88.finance", "symbol" : "RFI88", "address" : "0x42919A4B5211ADE6EDF206C9b654b0b310E411F9", "decimals" : 9, "dharmaVerificationStatus" : "UNVERIFIED"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.o...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://jso...
{"poem" : {"title" : null, "author" : "Peter McCarey", "text" : "A seraph, a sheriff\nOf the queen's guard in drag\nIn the East Neuk of Liningrad\nNickety nackety\nTickety tackety\nOn his high horse\nAnd the weans shying stuff at him."}}
json_instruct
{"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$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" : 404403053, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "bcd8c533e08628648f907f58fc1c12b5", "wof:id" : 404403053, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.65785224807083, 45.97426211359377, 4.71917225354589, 46.00949896732101...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "string"}, "foodtype": {"type": "string"}, "foodfilter": {"type": "string"}, "foodcategory": {"type": "string"}, "effect": {"type": "string"}, "description": {"ty...
{"name" : "\"Empilhar\"", "rarity" : "3", "foodtype" : "NORMAL", "foodfilter" : "Pratos de ATQ", "foodcategory" : "Atk_CritRate", "effect" : "Aumenta a Taxa Cr\u00edtica de todos os membros em 10% - 20% por 300s.\nNo modo multijogador, o efeito apenas se aplica ao seu personagem.", "description" : "Um prato com muita c...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "string"}, "foodtype": {"type": "string"}, "foodfilter": {"type": "string"}, "foodcategory": {"type": "string"}, "effect": {"type": "string"}, "description": {"type": "string"}, "suspicious": {"type": "object", "properties": {"effect": {"t...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"DocumentId": {"type": "string"}, "StreetName": {"type": "string"}, "Longitude": {"type": "string"}, "Latitude": {"type": "string"}, "City": {"type": "string"}, "Postcode": {"type": "string"}, "State": {"type"...
{"DocumentId" : "http://ArmstrongStoltenbergandRunolfsson.com", "StreetName" : "Christian Road", "Longitude" : "139.24974456999999", "Latitude" : "-35.13553039", "City" : "Murray Bridge", "Postcode" : "5253", "State" : "South Australia", "Phone" : "+55 249 341 7343", "BusinessName" : "Armstrong Stoltenberg and Runolfss...
json_instruct
{"type": "object", "properties": {"DocumentId": {"type": "string"}, "StreetName": {"type": "string"}, "Longitude": {"type": "string"}, "Latitude": {"type": "string"}, "City": {"type": "string"}, "Postcode": {"type": "string"}, "State": {"type": "string"}, "Phone": {"type": "string"}, "BusinessName": {"type": "string"},...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "null"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema":...
{"code" : "MV-GEM", "lang" : "de", "description" : null, "name" : "Mecklenburg-Vorpommern, Gemeinden", "type" : "Merkmal"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "null"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"$schema": {"type": "string"}, "commands": {"type": "array", "items": {"type": "object", "properties": {"commandKind": {"type": "string"}, "name": {"type": "string"}, "summary": {"type": "string"}, "safeForSimultaneousRushPr...
{"$schema" : "https://developer.microsoft.com/json-schemas/rush/v5/command-line.schema.json", "commands" : [{"commandKind" : "bulk", "name" : "test", "summary" : "run unit tests in all projects", "safeForSimultaneousRushProcesses" : true, "enableParallelism" : true, "allowWarningsInSuccessfulBuild" : true, "incremental...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "commands": {"type": "array", "items": {"type": "object", "properties": {"commandKind": {"type": "string"}, "name": {"type": "string"}, "summary": {"type": "string"}, "safeForSimultaneousRushProcesses": {"type": "boolean"}, "enableParallelism": {"type": "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{".js" : "a1872a6dc87350d0c21aae281f513fdfe2fccfad.js"}
json_instruct
{"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"chronotrib\u0113sai": {"type": "object", "properties": {"act.20.16|11": {"type": "array", "items": {"type": "string"}}}, "required": ["act.20....
{"pos" : "v", "translits" : {"chronotrib\u0113sai" : {"act.20.16|11" : ["to him", "to spend time", "in"]}}, "meanings" : {"spend" : 1}, "meaningsCount" : 1, "occurences" : 1}
json_instruct
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"chronotrib\u0113sai": {"type": "object", "properties": {"act.20.16|11": {"type": "array", "items": {"type": "string"}}}, "required": ["act.20.16|11"]}}, "required": ["chronotrib\u0113sai"]}, "meanings": {"type":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"amd/backbone.syphon.js": {"type": "string"}, "amd/backbone.syphon.min.js": {"type": "string"}, "backbone.syphon.js": {"type": "string"}, "backbone.syphon.min.js": {"type": "string"}}, "required": ["amd/backbone.syphon.js", "am...
{"amd/backbone.syphon.js" : "sha256-UEkBpZDqXoQpxRpVLSRHFf8z0Hpju5x5YpQ8G5XLZrE=", "amd/backbone.syphon.min.js" : "sha256-muYQ8bmAVTPMUhjjIt2Lw46piDDVhA3UsIPjFTMxW1Y=", "backbone.syphon.js" : "sha256-ddAR5bbs8DnvZzmwu3NI752ZMCqURfxoGb37jSzByLU=", "backbone.syphon.min.js" : "sha256-Y8mrr9avuxUFQr8spWMbNKvMAp3FJX/Tbu5mO3...
json_instruct
{"type": "object", "properties": {"amd/backbone.syphon.js": {"type": "string"}, "amd/backbone.syphon.min.js": {"type": "string"}, "backbone.syphon.js": {"type": "string"}, "backbone.syphon.min.js": {"type": "string"}}, "required": ["amd/backbone.syphon.js", "amd/backbone.syphon.min.js", "backbone.syphon.js", "backbone....
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test...
{"name" : "hookx", "version" : "1.0.0", "description" : "Hook(x) with Power.", "main" : "index.js", "scripts" : {"test" : "make test"}, "author" : "Jackson Tian", "license" : "MIT", "devDependencies" : {"co-mocha" : "^1.1.2", "expect.js" : "^0.3.1", "istanbul" : "^0.3.22", "mocha" : "^2.3.3"}, "directories" : {"test" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDe...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items"...
{"type" : "FeatureCollection", "title" : "Anourogrammon/Palaesimundum?", "id" : "49863", "bbox" : [80.414911, 8.313895, 80.414911, 8.313895], "description" : "An ancient town of Sri Lanka, an accounting of which was given to the emperor Claudius by Annius Plocamus, who spent six months there.", "connectsWith" : ["50298...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "st...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"folder": {"type": "string"}}, "required": ["folder"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"folder" : "file:///home/alex/Projects"}
json_instruct
{"type": "object", "properties": {"folder": {"type": "string"}}, "required": ["folder"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id_3435": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "re...
{"id_3435" : {"title" : "Modeste Mignon", "language" : "English", "totaltime" : "9:28:45", "url_librivox" : "http://librivox.org/modeste-mignon-by-honore-de-balzac/", "url_iarchive" : "http://www.archive.org/details/modeste_mignon_1009_librivox", "readers" : ["1724", "3698", "4152", "4586", "5304"], "authors" : "86", "...
json_instruct
{"type": "object", "properties": {"id_3435": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ...
Create a JSON structure that matches this schema definition: {"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" : "Nova Rosal\u00e2ndia", "IBGE" : "1715002", "ESTADO" : "Tocantins", "ID" : "17"}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"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" : "1225030", "regency_id" : "1225", "name" : "ULU MORO O"}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "heig...
{"width" : 0.25305328, "rotation" : -0.28907526, "xCenter" : 0.5188855, "yCenter" : 0.49642438, "height" : 0.4498725}
json_instruct
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "customariness", "definition" : "Quality of being customary."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"workbookId": {"type": "string"}, "promptsGroupsTableName": {"type": "string"}, "promptsTableName": {"type": "string"}, "promptsTranslationsTableName": {"type": "string"}, "faqTableName": {"type": "string"}}, "required": ["work...
{"workbookId" : "", "promptsGroupsTableName" : "MessageGroups", "promptsTableName" : "Messages", "promptsTranslationsTableName" : "MessageTranslations", "faqTableName" : "Questions"}
json_instruct
{"type": "object", "properties": {"workbookId": {"type": "string"}, "promptsGroupsTableName": {"type": "string"}, "promptsTableName": {"type": "string"}, "promptsTranslationsTableName": {"type": "string"}, "faqTableName": {"type": "string"}}, "required": ["workbookId", "promptsGroupsTableName", "promptsTableName", "pro...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "requir...
{"ETag" : "W/\"8f6e6b459757f6bbbc651120f5f9605e\"", "Last-Modified" : "Sat, 22 Feb 2020 20:07:21 GMT", "base" : {"repo" : {"name" : "ldas-tools-framecpp-feedstock"}}, "closed_at" : "2020-02-22T20:07:21Z", "created_at" : "2020-02-22T18:41:00Z", "head" : {"ref" : "rebuild-boost172-0-2"}, "html_url" : "https://github.com/...
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"company": {"type": "string"}, "href": {"type": "string"}, "network_id": {"type": "string"}, "network_location": {"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "latitude": {"type...
{"company" : "Nextbike GmbH", "href" : "/v2/networks/opole-bike", "network_id" : "opole-bike", "network_location" : {"city" : "Opole", "country" : "PL", "latitude" : 50.6645, "longitude" : 17.9276}, "network_name" : "Opole Bike", "empty_slots" : 7, "extra" : {"bike_uids" : [60178, 60122, 60081, 60066, 60095], "bikes_ap...
json_instruct
{"type": "object", "properties": {"company": {"type": "string"}, "href": {"type": "string"}, "network_id": {"type": "string"}, "network_location": {"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"openInApp": {"type": "string"}, "view": {"type": "string"}}, "required": ["openInApp", "view"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"openInApp" : "\u00d6ppna i {appName}", "view" : "Visa"}
json_instruct
{"type": "object", "properties": {"openInApp": {"type": "string"}, "view": {"type": "string"}}, "required": ["openInApp", "view"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "...
{"name" : "leetcode-likes-sortable", "version" : "1.0.0", "description" : "Sort LeetCode problems by number of likes", "main" : "index.js", "scripts" : {"build" : "node .", "test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Ant\u00f3nio Ramadas", "license" : "MIT", "dependencies" : {"axios" : "^0.21.1...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "author": {"type": "string"},...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "n...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[122.875, 35.916666666666664], [122.875, 36.0], [123.0, 36.0], [123.0, 35.916666666666664], [122.875, 35.916666666666664]]]}, "properties" : {"code" : 532277, "url" : "http://madefor.github.io/0410/api/v1/532277.geojson", "view" : "https://github....
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "joined": {"type": "object", "properties": {"month": {"type": "string"}, "day": {...
{"users" : [{"firstName" : "Ray", "lastName" : "Villalobos", "joined" : {"month" : "January", "day" : 12, "year" : 2012}}, {"firstName" : "John", "lastName" : "Jones", "joined" : {"month" : "April", "day" : 28, "year" : 2010}}]}
json_instruct
{"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "joined": {"type": "object", "properties": {"month": {"type": "string"}, "day": {"type": "integer"}, "year": {"type": "integer"}}, "required": ["month"...
Based on the schema below, produce a valid JSON object: {"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": "ar...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-118.04205, 33.987233], [-118.04204, 33.989932], [-118.033826, 33.989906], [-118.033814, 33.988121], [-118.030308, 33.98812], [-118.030237, 33.98272], [-118.042041, 33.982744], [-118.04205, 33.987233]]]}, "type" : "Featur...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "model": {"type": "string"}, "manufacturer": {"type": "string"}, "cost_in_credits": {"type": "string"}, "length": {"type": "string"}, "max_atmosphering_speed": {"type": "string"}, "cr...
{"name" : "Executor", "model" : "Executor-class star dreadnought", "manufacturer" : "Kuat Drive Yards, Fondor Shipyards", "cost_in_credits" : "1143350000", "length" : "19000", "max_atmosphering_speed" : "n/a", "crew" : "279144", "passengers" : "38000", "cargo_capacity" : "250000000", "consumables" : "6 years", "hyperdr...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "model": {"type": "string"}, "manufacturer": {"type": "string"}, "cost_in_credits": {"type": "string"}, "length": {"type": "string"}, "max_atmosphering_speed": {"type": "string"}, "crew": {"type": "string"}, "passengers": {"type": "string"}, "cargo_capacity"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}...
[{"postal_code" : "72772", "place_name" : "Llanos de Tlaltempa", "place_type" : "Conjunto habitacional", "county" : "San Pedro Cholula", "state" : "Puebla", "city" : "San Pedro Cholula"}, {"postal_code" : "72772", "place_name" : "Santa M\u00f3nica", "place_type" : "Residencial", "county" : "San Pedro Cholula", "state" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper...
{"hash" : "0x16f0bb609d80a6827334ad859a3f7845db71e8eab7e4160b4be3d9f4ee5425ec", "parentHash" : "0xdf46f682196c9cd77846b445a79ef67b2c6548a6544fb4a16b208caab1302765", "number" : 90727, "timestamp" : 1439644604, "nonce" : "0x3ffe4dfdc627acad", "difficulty" : 3369346011513, "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"]...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"cpuInfo": {"type": "string"}, "lang": {"type": "string"}, "os": {"type": "string"}, "compiler": {"type": "string"}, "compilerVersion": {"type": "string"}, "test": {"type": "string"}, "code": {"type": "string"...
{"cpuInfo" : "[x86_64][2 cores] Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz", "lang" : "csharp", "os" : "linux", "compiler" : "dotnet", "compilerVersion" : "6", "test" : "http-server", "code" : "2.cs", "input" : "3000", "timeMS" : 872.4388, "timeStdDevMS" : 8.579552966404103, "memBytes" : 169279488, "cpuTimeMS" : 120...
json_instruct
{"type": "object", "properties": {"cpuInfo": {"type": "string"}, "lang": {"type": "string"}, "os": {"type": "string"}, "compiler": {"type": "string"}, "compilerVersion": {"type": "string"}, "test": {"type": "string"}, "code": {"type": "string"}, "input": {"type": "string"}, "timeMS": {"type": "number"}, "timeStdDevMS":...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["511304104001", "\u98de\u9f99\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["511304104202", "\u5c1a\u5bb6\u575d\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["511304104203", "\u82cf\u4e39\u6c9f\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["511304104204", "\u725b\u5bfa\u6c9f\u6751\u6751\u6c11\...
json_instruct
{"type": "array", "items": {"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": {"source": {"type": "string"}, "section": {"type": "string"}, "folder": {"type": "string"}, "filename": {"type": "string"}, "title": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "se...
{"source" : "Apache Sling's fake-content-generator", "section" : "Music", "folder" : "music", "filename" : "benjamin-dicki-on-the-pixel-of-haptic-suscipit-autem-aka-scsi", "title" : "Music - Benjamin Dicki on the pixel of haptic 'suscipit autem' (aka SCSI)", "tags" : ["bandwidth", "monitor"], "seeAlso" : ["solon-davis-...
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "section": {"type": "string"}, "folder": {"type": "string"}, "filename": {"type": "string"}, "title": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "seeAlso": {"type": "array", "items": {"type": "string"}}, "text": {"type": "s...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"config": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "value": {"type": "string"}}, "required": ["id", "value"]}}}, "required": ["config"], "$schema": "http://json-schema.o...
{"config" : [{"id" : "default_region", "value" : "GER"}, {"id" : "default_language", "value" : "de"}, {"id" : "default_mode", "value" : "light"}]}
json_instruct
{"type": "object", "properties": {"config": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "value": {"type": "string"}}, "required": ["id", "value"]}}}, "required": ["config"], "$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"}, "icon": {"type": "string"}, "category": {"type": "string"}, "read_by_default": {"type": "boolean"}, "flag": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "pr...
{"name" : "Nullifier", "icon" : "thermal:device_nullifier", "category" : "thermal:devices", "read_by_default" : true, "flag" : "|mod:thermal_expansion,mod:thermal_dynamics", "pages" : [{"type" : "text", "text" : "The Nullifier is a device that can void all items and fluids that are inserted into it. Items/fluids that a...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "category": {"type": "string"}, "read_by_default": {"type": "boolean"}, "flag": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "re...
The schema below describes a JSON structure. Generate a valid example: {"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" : "2016-11-11T12:39:28Z", "pypi_version" : "9.0.1"}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ERROR": {"type": "object", "properties": {"IMAGES_NOT_FOUND": {"type": "string"}}, "required": ["IMAGES_NOT_FOUND"]}}, "required": ["ERROR"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ERROR" : {"IMAGES_NOT_FOUND" : "N\u00e3o foi poss\u00edvel localizar imagens para este local!"}}
json_instruct
{"type": "object", "properties": {"ERROR": {"type": "object", "properties": {"IMAGES_NOT_FOUND": {"type": "string"}}, "required": ["IMAGES_NOT_FOUND"]}}, "required": ["ERROR"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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"}}, "requ...
{"appid" : 486170, "name" : "Bathory - The Bloody Countess", "windows" : true, "mac" : false, "linux" : false, "early_access" : false, "lookup_time" : 1490996086}
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_...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$schema": "http://json-schema.org/draft-07/schema#"...
{"accessKeyId" : "QevvU1TrJ76KKOcnkNsu", "secretAccessKey" : "IO82TWlI0/q6o0kLTQu5pybyf34g+PTDr5AP4um8", "region" : "us-west-2"}
json_instruct
{"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"package" : "ucsc-bedsort", "downloads" : 22400, "count" : 7889}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "\u054a\u0561\u057f\u056f\u0565\u0580\u056b \u0574\u0577\u0561\u056f\u0578\u0582\u0574"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"70113": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "70109": {"type": "object", "properties": {"nama": {"t...
{"70113" : {"nama" : "BILALANG", "dapil" : [73, 7301, 17303, 2730602]}, "70109" : {"nama" : "MANUJU", "dapil" : [73, 7301, 17303, 2730602]}, "70112" : {"nama" : "MONCONGLOE", "dapil" : [73, 7301, 17303, 2730602]}, "70110" : {"nama" : "PATTALLIKANG", "dapil" : [73, 7301, 17303, 2730602]}, "70111" : {"nama" : "TAMALATEA"...
json_instruct
{"type": "object", "properties": {"70113": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "70109": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer...