input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Grundschule Steimbke", "id" : "NI-6087-0", "address" : "Hauptstrasse 36, 31634\u00a0Steimbke", "school_type" : "Grundschule", "phone" : "05026 900467", "email" : "sekretariat@gs-steimbke.de", "programs" : {"programs" : []}, "state" : "NI", "lon" : 9.385788, "lat" : 52.656397} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "b25b9f6efee00ed39f35ed955dc38aa2f681a0f8"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-95.49318, 29.722249], [-95.488805, 29.725529], [-95.484173, 29.725979], [-95.48485, 29.720052], [-95.493152, 29.719963], [-95.49318, 29.722249]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 86161}}]} | 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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "type": {"type": "integer"}, "after": {"type": "number"}, "before": {"type": "number"}, "parent": {"type": "string"}, "subPlay": {"type": "integer"}}, "required": ["play", "type", "after", "before", "parent", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "7a3ed8e6-3f79-4e10-a7a7-4733082c287d", "playerTags" : ["20e13b56-599b-4a22-b752-8059effc81dc"], "teamTags" : ["ca3f1c8c-c025-4d8e-8eef-5be6accbeb16"], "gameTags" : ["8fc05732-2752-4ea2-91da-68d62084c9e4"], "metadata" : {"play" : 72, "type" : 4, "after" : 4.0145446011604085, "before" : 3.7984372532950896, "parent" : "25ac6209-ecb0-4acd-aadd-d634d5d8310e", "subPlay" : 0}, "created" : "2021-04-09T19:06:02.919Z", "season" : 14, "tournament" : -1, "type" : 117, "day" : 98, "phase" : 6, "category" : 1, "description" : "Lou Roseheart is Partying!", "nuts" : 16} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "type": {"type": "integer"}, "after": {"type": "number"}, "before": {"type": "number"}, "parent": {"type": "string"}, "subPlay": {"type": "integer"}}, "required": ["play", "type", "after", "before", "parent", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"assessment" : [{"name" : "Workshop (pre-trip)", "weight" : 0}, {"name" : "Individual Critical Literature Review", "weight" : 20}, {"name" : "Group presentation ", "weight" : 30}, {"name" : "Individual Reflective Workbook ", "weight" : 20}, {"name" : "Individual Report", "weight" : 30}]} | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"object": {"type": "string"}, "proba": {"type": "integer"}, "left": {"type": "integer"}, "bot": {"type": "integer"}, "right": {"type": "integer"}, "top": {"type": "integer"}}, "required": ["object", "proba", "left", "bot", "right", "top"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"object" : "truck", "proba" : 85, "left" : 397, "bot" : 271, "right" : 475, "top" : 206}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"object": {"type": "string"}, "proba": {"type": "integer"}, "left": {"type": "integer"}, "bot": {"type": "integer"}, "right": {"type": "integer"}, "top": {"type": "integer"}}, "required": ["object", "proba", "left", "bot", "right", "top"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "approbator", "definition" : "One who approves. [R.]"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "apiurl": {"type": "string"}, "giturl": {"type": "string"}, "destinationAddress": {"type": "string"}}, "required": ["username", "password", "apiurl", "giturl", "destinationAddress"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"username" : "{username}", "password" : "{password}", "apiurl" : "https://api.github.com/user/repos?per_page=100&page=", "giturl" : "https://{username}@github.com", "destinationAddress" : "https:***"} | json_instruct | {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "apiurl": {"type": "string"}, "giturl": {"type": "string"}, "destinationAddress": {"type": "string"}}, "required": ["username", "password", "apiurl", "giturl", "destinationAddress"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1945, 6], [1946, 6], [1948, 7], [1949, 7], [1950, 10], [1951, 7], [1952, 5], [1953, 11], [1954, 14], [1955, 8], [1956, 9], [1957, 10], [1958, 8], [1959, 7], [1960, 7], [1961, 9], [1973, 6], [1976, 5], [2013, 8], [2014, 9]] | 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": {"0": {"type": "object", "properties": {"shardId": {"type": "integer"}, "payload": {"type": "object", "properties": {"t": {"type": "string"}, "s": {"type": "integer"}, "op": {"type": "integer"}, "d": {"type": "object", "properties": {"user": {"type": "object", "properties": {"username": {"type": "string"}, "public_flags": {"type": "integer"}, "id": {"type": "string"}, "discriminator": {"type": "string"}, "avatar": {"type": "string"}}, "required": ["username", "public_flags", "id", "discriminator", "avatar"]}, "roles": {"type": "array", "items": {"type": "string"}}, "premium_since": {"type": "null"}, "pending": {"type": "boolean"}, "nick": {"type": "null"}, "joined_at": {"type": "string"}, "is_pending": {"type": "boolean"}, "guild_id": {"type": "string"}, "avatar": {"type": "null"}}, "required": ["user", "roles", "premium_since", "pending", "nick", "joined_at", "is_pending", "guild_id", "avatar"]}}, "required": ["t", "s", "op", "d"]}}, "required": ["shardId", "payload"]}, "id": {"type": "string"}}, "required": ["0", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"0" : {"shardId" : 6, "payload" : {"t" : "GUILD_MEMBER_UPDATE", "s" : 466, "op" : 0, "d" : {"user" : {"username" : "JL3qGUEc", "public_flags" : 64, "id" : "457944593054225433", "discriminator" : "9262", "avatar" : "eae5905ad2d18d7c8deca20478b088b5"}, "roles" : ["545173897461086316"], "premium_since" : null, "pending" : false, "nick" : null, "joined_at" : "2021-10-10T08:16:00.163Z", "is_pending" : false, "guild_id" : "120009023072263944", "avatar" : null}}}, "id" : "6959"} | json_instruct | {"type": "object", "properties": {"0": {"type": "object", "properties": {"shardId": {"type": "integer"}, "payload": {"type": "object", "properties": {"t": {"type": "string"}, "s": {"type": "integer"}, "op": {"type": "integer"}, "d": {"type": "object", "properties": {"user": {"type": "object", "properties": {"username": {"type": "string"}, "public_flags": {"type": "integer"}, "id": {"type": "string"}, "discriminator": {"type": "string"}, "avatar": {"type": "string"}}, "required": ["username", "public_flags", "id", "discriminator", "avatar"]}, "roles": {"type": "array", "items": {"type": "string"}}, "premium_since": {"type": "null"}, "pending": {"type": "boolean"}, "nick": {"type": "null"}, "joined_at": {"type": "string"}, "is_pending": {"type": "boolean"}, "guild_id": {"type": "string"}, "avatar": {"type": "null"}}, "required": ["user", "roles", "premium_since", "pending", "nick", "joined_at", "is_pending", "guild_id", "avatar"]}}, "required": ["t", "s", "op", "d"]}}, "required": ["shardId", "payload"]}, "id": {"type": "string"}}, "required": ["0", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016": {"type": "string"}, "\u0424\u043e\u0442\u043e": {"type": "string"}, "\u042f\u043a \u0436\u0438\u0432\u0435": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456": {"type": "string"}, "type": {"type": "string"}, "key": {"type": "string"}, "declarationsLinks": {"type": "array", "items": {}}}, "required": ["Department", "Region", "Position", "Name", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016", "\u0424\u043e\u0442\u043e", "\u042f\u043a \u0436\u0438\u0432\u0435", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456", "type", "key", "declarationsLinks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Department" : "\u0425\u0443\u0441\u0442\u0441\u044c\u043a\u0430 \u043c\u0456\u0441\u0446\u0435\u0432\u0430 \u043f\u0440\u043e\u043a\u0443\u0440\u0430\u0442\u0443\u0440\u0430 \u0417\u0430\u043a\u0430\u0440\u043f\u0430\u0442\u0441\u044c\u043a\u043e\u0457 \u043e\u0431\u043b\u0430\u0441\u0442\u0456", "Region" : "\u0417\u0430\u043a\u0430\u0440\u043f\u0430\u0442\u0441\u044c\u043a\u0430 \u043e\u0431\u043b\u0430\u0441\u0442\u044c", "Position" : "\u041f\u0440\u043e\u043a\u0443\u0440\u043e\u0440 \u0425\u0443\u0441\u0442\u0441\u044c\u043a\u043e\u0457 \u043c\u0456\u0441\u0446\u0435\u0432\u043e\u0457 \u043f\u0440\u043e\u043a\u0443\u0440\u0430\u0442\u0443\u0440\u0438 \u0417\u0430\u043a\u0430\u0440\u043f\u0430\u0442\u0441\u044c\u043a\u043e\u0457 \u043e\u0431\u043b\u0430\u0441\u0442\u0456", "Name" : "\u041c\u043e\u043b\u043d\u0430\u0440 \u041c\u0430\u0440'\u044f\u043d\u0430 \u041f\u0435\u0442\u0440\u0456\u0432\u043d\u0430", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013" : "", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014" : "", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015" : "https://public.nazk.gov.ua/declaration/50dbcd60-73b2-4d45-872c-1d3b3313f510", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016" : "https://public.nazk.gov.ua/declaration/42a9b3e1-ccca-4396-82c4-f5ec3925b62d", "\u0424\u043e\u0442\u043e" : "", "\u042f\u043a \u0436\u0438\u0432\u0435" : "", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456" : "https://www.gp.gov.ua/integrity_profile/files/f1a862e38cb85314db3d3c1f9fecac0f.pdf", "type" : "prosecutor", "key" : "molnar_maryana_petrivna", "declarationsLinks" : []} | json_instruct | {"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016": {"type": "string"}, "\u0424\u043e\u0442\u043e": {"type": "string"}, "\u042f\u043a \u0436\u0438\u0432\u0435": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456": {"type": "string"}, "type": {"type": "string"}, "key": {"type": "string"}, "declarationsLinks": {"type": "array", "items": {}}}, "required": ["Department", "Region", "Position", "Name", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016", "\u0424\u043e\u0442\u043e", "\u042f\u043a \u0436\u0438\u0432\u0435", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456", "type", "key", "declarationsLinks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "genus": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "effect": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "effect", "description"]}}, "stats": {"type": "object", "properties": {"HP": {"type": "integer"}, "Attack": {"type": "integer"}, "Defense": {"type": "integer"}, "Special Attack": {"type": "integer"}, "Special Defense": {"type": "integer"}, "Speed": {"type": "integer"}}, "required": ["HP", "Attack", "Defense", "Special Attack", "Special Defense", "Speed"]}, "locations": {"type": "array", "items": {}}, "color": {"type": "string"}}, "required": ["id", "name", "genus", "description", "imageUrl", "types", "abilities", "stats", "locations", "color"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 881, "name" : "Arctozolt", "genus" : "Fossil Pok\u00e9mon", "description" : "The shaking of its freezing upper half is what generates its electricity. It has a hard time walking around.", "imageUrl" : "https://raw.githubusercontent.com/anurag-roy/poke-api/main/assets/images/881.webp", "types" : ["Electric", "Ice"], "abilities" : [{"name" : "Volt Absorb", "effect" : "Whenever an electric-type move hits this Pok\u00e9mon, it heals for 1/4 of its maximum HP, negating any other effect on it. This ability will not take effect if this Pok\u00e9mon is ground-type and thus immune to Electric moves. Electric moves will ignore this Pok\u00e9mon's substitute. This effect includes non-damaging moves, i.e. thunder wave.", "description" : "Turns electricity into HP."}, {"name" : "Static", "effect" : "Whenever a move makes contact with this Pok\u00e9mon, the move's user has a 30% chance of being paralyzed. Pok\u00e9mon that are immune to electric-type moves can still be paralyzed by this ability. Overworld: If the lead Pok\u00e9mon has this ability, there is a 50% chance that encounters will be with an electric Pok\u00e9mon, if applicable.", "description" : "Paralyzes on contact."}, {"name" : "Slush Rush", "effect" : "During Hail, this Pok\u00e9mon has double Speed.", "description" : "Boosts the Pok\u00e9mon's Speed stat in a hailstorm."}], "stats" : {"HP" : 90, "Attack" : 100, "Defense" : 90, "Special Attack" : 90, "Special Defense" : 80, "Speed" : 55}, "locations" : [], "color" : "#fdfdfd"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "genus": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "effect": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "effect", "description"]}}, "stats": {"type": "object", "properties": {"HP": {"type": "integer"}, "Attack": {"type": "integer"}, "Defense": {"type": "integer"}, "Special Attack": {"type": "integer"}, "Special Defense": {"type": "integer"}, "Speed": {"type": "integer"}}, "required": ["HP", "Attack", "Defense", "Special Attack", "Special Defense", "Speed"]}, "locations": {"type": "array", "items": {}}, "color": {"type": "string"}}, "required": ["id", "name", "genus", "description", "imageUrl", "types", "abilities", "stats", "locations", "color"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"bridge": {"type": "object", "properties": {"name": {"type": "string"}, "username": {"type": "string"}, "port": {"type": "integer"}, "pin": {"type": "string"}, "manufacturer": {"type": "string"}, "model": {"type": "string"}, "serialNumber": {"type": "string"}}, "required": ["name", "username", "port", "pin", "manufacturer", "model", "serialNumber"]}, "description": {"type": "string"}, "accessories": {"type": "array", "items": {"type": "object", "properties": {"accessory": {"type": "string"}, "name": {"type": "string"}, "host": {"type": "string"}}, "required": ["accessory", "name", "host"]}}, "platforms": {"type": "array", "items": {}}}, "required": ["bridge", "description", "accessories", "platforms"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"bridge" : {"name" : "Homebridge Development", "username" : "CC:22:3D:E3:CE:34", "port" : 51826, "pin" : "031-45-154", "manufacturer" : "doLittle", "model" : "Homebridge", "serialNumber" : "0.4.20"}, "description" : "This is an example configuration file with one fake accessory and one fake platform. You can use this as a template for creating your own configuration file containing devices you actually own.", "accessories" : [{"accessory" : "LEDStrip", "name" : "Golden", "host" : "10.0.1.202"}], "platforms" : []} | json_instruct | {"type": "object", "properties": {"bridge": {"type": "object", "properties": {"name": {"type": "string"}, "username": {"type": "string"}, "port": {"type": "integer"}, "pin": {"type": "string"}, "manufacturer": {"type": "string"}, "model": {"type": "string"}, "serialNumber": {"type": "string"}}, "required": ["name", "username", "port", "pin", "manufacturer", "model", "serialNumber"]}, "description": {"type": "string"}, "accessories": {"type": "array", "items": {"type": "object", "properties": {"accessory": {"type": "string"}, "name": {"type": "string"}, "host": {"type": "string"}}, "required": ["accessory", "name", "host"]}}, "platforms": {"type": "array", "items": {}}}, "required": ["bridge", "description", "accessories", "platforms"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 5, "n_trials" : 210, "objective" : "markowitz_return_on_cube", "white" : "ax_default", "black" : "shgo_powell_sobol", "traceback" : ["passing", "passing"], "best_val" : [5094.737237818045, 5094.451029857043], "best_x" : [[0.32203834846902035, 0.5131685525349601, 0.9037597386054901, 0.8571839313113564, 0.46645970581148105], [0.10228558743243481, 0.16357164795228948, 0.28665009432747685, 0.2709578619665951, 0.14907367950386402]], "feval_count" : [210, 323], "n_trials_instructed" : [210, 65], "passing" : [true, true], "completed" : false, "winner" : "incomplete", "points" : null} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"MRRm_new" : 0.24551674369056564, "MRm_new" : 224.49822203857897, "HITS@1m_new" : 0.1653168405460194, "HITS@3m_new" : 0.2633770590912551, "HITS@10m_new" : 0.40354399863737633} | json_instruct | {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1125870667, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "b90f79bc6ae6364b2de8ae08c9a92902", "wof:id" : 1125870667, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.18126, 45.76982, 4.18126, 45.76982], "geometry" : {"coordinates" : [4.18126, 45.76982], "type" : "Point"}} | 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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"cancelled": {"type": "boolean"}, "description": {"type": "string"}, "end_time": {"type": "integer"}, "link": {"type": "string"}, "location": {"type": "object", "properties": {"address": {"type": "string"}, "city": {"type": "string"}, "country": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "name": {"type": "string"}}, "required": ["address", "city", "country", "latitude", "longitude", "name"]}, "org": {"type": "string"}, "start_time": {"type": "integer"}, "title": {"type": "string"}}, "required": ["cancelled", "description", "end_time", "link", "location", "org", "start_time", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cancelled" : false, "description" : "<p>A look at the HTML5 postMessage API - a handle tool for safely enabling cross-origin communication between windows and iframes.</p> <p>In this talk I'll discuss what the postMessage API is and when it's useful. I'll also dive into Postie.js - a neat little wrapper for the postMessage API that overcomes some of the issues with postMessage and makes cross-origin communication really powerful.</p> ", "end_time" : 1371160800, "link" : "https://www.meetup.com/BristolJS/events/114977862/", "location" : {"address" : "Unit G, Albion Dockside Building, Hanover Place, Bristol, BS1 6UT", "city" : "Bristol", "country" : "gb", "latitude" : 51.447898864746094, "longitude" : -2.609994888305664, "name" : "Simpleweb HQ"}, "org" : "bristoljs", "start_time" : 1371150000, "title" : "Postie.js and the HTML5 postMessage API"} | json_instruct | {"type": "object", "properties": {"cancelled": {"type": "boolean"}, "description": {"type": "string"}, "end_time": {"type": "integer"}, "link": {"type": "string"}, "location": {"type": "object", "properties": {"address": {"type": "string"}, "city": {"type": "string"}, "country": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "name": {"type": "string"}}, "required": ["address", "city", "country", "latitude", "longitude", "name"]}, "org": {"type": "string"}, "start_time": {"type": "integer"}, "title": {"type": "string"}}, "required": ["cancelled", "description", "end_time", "link", "location", "org", "start_time", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/core": {"type": "string"}, "@angular/common": {"type": "string"}, "@angular/compiler": {"type": "string"}, "@angular/router": {"type": "string"}, "rxjs": {"type": "string"}, "zone.js": {"type": "string"}}, "required": ["@angular/core", "@angular/common", "@angular/compiler", "@angular/router", "rxjs", "zone.js"]}, "main": {"type": "string"}, "module": {"type": "string"}, "es2015": {"type": "string"}, "esm5": {"type": "string"}, "esm2015": {"type": "string"}, "fesm5": {"type": "string"}, "fesm2015": {"type": "string"}, "typings": {"type": "string"}, "metadata": {"type": "string"}, "sideEffects": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"tslib": {"type": "string"}}, "required": ["tslib"]}}, "required": ["name", "version", "description", "repository", "keywords", "author", "license", "homepage", "peerDependencies", "main", "module", "es2015", "esm5", "esm2015", "fesm5", "fesm2015", "typings", "metadata", "sideEffects", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ng3-tour", "version" : "0.1.7", "description" : "An Angular Tour (ng3-tour) light library is built entirely in Angular and allows you easily master guide for your users through your site showing them all the sections and features including lazily loaded.", "repository" : {"type" : "git", "url" : "https://github.com/evgmsk/ng3-tour"}, "keywords" : ["angular, tour, ng-tour, directive, ui component, onboarding, Angular2"], "author" : "evgmsk", "license" : "MIT", "homepage" : "https://github.com/evgmsk/ng3-tour#readme", "peerDependencies" : {"@angular/core" : ">=4.0.0", "@angular/common" : ">=4.0.0", "@angular/compiler" : ">=4.0.0", "@angular/router" : ">=4.0.0", "rxjs" : ">=5.0.0", "zone.js" : ">=0.8.12"}, "main" : "bundles/ng3-tour.umd.js", "module" : "fesm5/ng3-tour.js", "es2015" : "fesm2015/ng3-tour.js", "esm5" : "esm5/ng3-tour.js", "esm2015" : "esm2015/ng3-tour.js", "fesm5" : "fesm5/ng3-tour.js", "fesm2015" : "fesm2015/ng3-tour.js", "typings" : "ng3-tour.d.ts", "metadata" : "ng3-tour.metadata.json", "sideEffects" : false, "dependencies" : {"tslib" : "^1.9.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/core": {"type": "string"}, "@angular/common": {"type": "string"}, "@angular/compiler": {"type": "string"}, "@angular/router": {"type": "string"}, "rxjs": {"type": "string"}, "zone.js": {"type": "string"}}, "required": ["@angular/core", "@angular/common", "@angular/compiler", "@angular/router", "rxjs", "zone.js"]}, "main": {"type": "string"}, "module": {"type": "string"}, "es2015": {"type": "string"}, "esm5": {"type": "string"}, "esm2015": {"type": "string"}, "fesm5": {"type": "string"}, "fesm2015": {"type": "string"}, "typings": {"type": "string"}, "metadata": {"type": "string"}, "sideEffects": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"tslib": {"type": "string"}}, "required": ["tslib"]}}, "required": ["name", "version", "description", "repository", "keywords", "author", "license", "homepage", "peerDependencies", "main", "module", "es2015", "esm5", "esm2015", "fesm5", "fesm2015", "typings", "metadata", "sideEffects", "dependencies"], "$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"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "github": {"type": "string"}, "dependencies": {"type": "object", "properties": {"vinyl": {"type": "string"}, "through2": {"type": "string"}, "gulp-util": {"type": "string"}}, "required": ["vinyl", "through2", "gulp-util"]}}, "required": ["name", "version", "description", "license", "author", "keywords", "homepage", "repository", "bugs", "github", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "gulp-jstyle", "version" : "0.1.1", "description" : "gulp plugin for jstyle", "license" : "MIT", "author" : {"name" : "Boris Kaul", "email" : "localvoid@gmail.com", "url" : "https://github.com/localvoid"}, "keywords" : ["gulpplugin", "gulp", "jstyle", "css", "js", "browser"], "homepage" : "https://github.com/localvoid/gulp-jstyle", "repository" : {"type" : "git", "url" : "https://github.com/localvoid/gulp-jstyle"}, "bugs" : {"url" : "https://github.com/localvoid/gulp-jstyle/issues"}, "github" : "https://github.com/localvoid/gulp-jstyle", "dependencies" : {"vinyl" : "^0.5.1", "through2" : "^2.0.0", "gulp-util" : "^3.0.6"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "github": {"type": "string"}, "dependencies": {"type": "object", "properties": {"vinyl": {"type": "string"}, "through2": {"type": "string"}, "gulp-util": {"type": "string"}}, "required": ["vinyl", "through2", "gulp-util"]}}, "required": ["name", "version", "description", "license", "author", "keywords", "homepage", "repository", "bugs", "github", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "prereqTree": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "prereqTree", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"courseCode" : "CP3101A", "courseCredit" : "4", "description" : "This module is a part of an experimental global software engineering education initiative spearheaded by Stanford/Facebook. It is offered as part of the CP3101 Topics in Computing series. Student teams will be associated with a select group of open source software projects. These projects are characterized by being active in both development and utilization as well as being open to new and relatively inexperienced committers. They are also projects that are deemed to be relevant in today's software ecosystem. We also believe there is value in seeding awareness of how to contribute to open source projects like these among future technology leaders. Ideally there will also be some value from the development work student teams contribute back to the project as well.", "faculty" : "Computing", "prereqTree" : "CS2103", "title" : "Global Open Source Project"} | json_instruct | {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "prereqTree": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "prereqTree", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"versionEnd" : {"versionNum" : 2043, "commit" : "fb06eec8f7c57e3e2a97fdbbbc129d6ef064c430", "date" : "2021-06-08T14:31:52.910Z"}, "versionStart" : {"versionNum" : 2042, "commit" : "0d8c42329e45cecbf30046a106ca65113516ba67", "date" : "2021-06-08T14:30:28.972Z"}, "changes" : ["blockchains/smartchain/allowlist.json"]} | json_instruct | {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "05a81235897a7db5e3c5f655d940ef40ed43a603"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"native-promise-only": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["native-promise-only"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@zenginehq/post-rpc-client", "version" : "0.7.1", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"native-promise-only" : {"version" : "0.8.1", "resolved" : "https://registry.npmjs.org/native-promise-only/-/native-promise-only-0.8.1.tgz", "integrity" : "sha1-IKMYwwy0X3H+et+/eyHJnBRy7xE="}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"native-promise-only": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["native-promise-only"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"user" : "Edouard DUPIN", "value" : "9", "type" : "hand", "time" : 1470896282121379328, "data" : [{"type" : "type::finger", "list" : [[388.973175, 408.299866], [384.578766, 403.265137], [378.507812, 394.832703], [365.252991, 384.604065], [346.555969, 380.485535], [339.202026, 380.818359], [333.077637, 382.329895], [328.903473, 386.347656], [327.63028, 394.086304], [329.737885, 418.386047], [334.889862, 431.06488], [342.215118, 442.786743], [351.362579, 450.096008], [360.153961, 453.426147], [369.242828, 454.682312], [375.883301, 452.934875], [389.784332, 443.180298], [396.856354, 432.966187], [399.970093, 419.424011], [398.18042, 385.203247], [394.791931, 369.827881], [387.031616, 352.744873], [362.052734, 322.576355], [349.867737, 313.386169], [341.859467, 312.236023]]}]} | 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": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "x86_64_linux": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["arm64_monterey", "arm64_big_sur", "monterey", "big_sur", "catalina", "x86_64_linux"]}, "dependencies": {"type": "array", "items": {}}}, "required": ["name", "pkg_version", "rebuild", "bottles", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "go@1.16", "pkg_version" : "1.16.14", "rebuild" : 0, "bottles" : {"arm64_monterey" : {"url" : "https://ghcr.io/v2/homebrew/core/go/1.16/blobs/sha256:5d000f53accc3fabf34901a968b12483e78b878fb5364b91b91d05cf19b988ad"}, "arm64_big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/go/1.16/blobs/sha256:748ff22b57df70e5c23179d63a7274151bb0e1417913a1edc5c54363c141794e"}, "monterey" : {"url" : "https://ghcr.io/v2/homebrew/core/go/1.16/blobs/sha256:01648bc36c74e01a9805f144a68bd0ab1782de6b69d04a20c3b622c884e50aac"}, "big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/go/1.16/blobs/sha256:dbcafd5888d3bc10e8ac31343ee43e891fc3dfe4e2e06b0c14653f54121838ec"}, "catalina" : {"url" : "https://ghcr.io/v2/homebrew/core/go/1.16/blobs/sha256:cd2e3e4aba2aea16034f1840aac97e17fcb99e7dedbf8b7c6f957368b3434d41"}, "x86_64_linux" : {"url" : "https://ghcr.io/v2/homebrew/core/go/1.16/blobs/sha256:2a835cfa697e8e5f16f18f95ced4466be2d7667eba1493c9bd17b8d0aa42a6b3"}}, "dependencies" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "x86_64_linux": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["arm64_monterey", "arm64_big_sur", "monterey", "big_sur", "catalina", "x86_64_linux"]}, "dependencies": {"type": "array", "items": {}}}, "required": ["name", "pkg_version", "rebuild", "bottles", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"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#"}
| [{"id" : "2001", "provinceId" : "36", "regencyId" : "01", "districtId" : "28", "name" : "Banjarmasin"}, {"id" : "2002", "provinceId" : "36", "regencyId" : "01", "districtId" : "28", "name" : "Carita"}, {"id" : "2003", "provinceId" : "36", "regencyId" : "01", "districtId" : "28", "name" : "Sukarame"}, {"id" : "2004", "provinceId" : "36", "regencyId" : "01", "districtId" : "28", "name" : "Sukanegara"}, {"id" : "2005", "provinceId" : "36", "regencyId" : "01", "districtId" : "28", "name" : "Cinoyong"}, {"id" : "2006", "provinceId" : "36", "regencyId" : "01", "districtId" : "28", "name" : "Pejamben"}, {"id" : "2007", "provinceId" : "36", "regencyId" : "01", "districtId" : "28", "name" : "Sukajadi"}, {"id" : "2008", "provinceId" : "36", "regencyId" : "01", "districtId" : "28", "name" : "Kawoyang"}, {"id" : "2009", "provinceId" : "36", "regencyId" : "01", "districtId" : "28", "name" : "Tembong"}, {"id" : "2010", "provinceId" : "36", "regencyId" : "01", "districtId" : "28", "name" : "Sindanglaut"}] | json_instruct | {"type": "array", "items": {"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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["0.1.0"], "meta" : {"description" : "A debug server for WSGI apps", "homepage" : "https://github.com/te-je/ohoh", "license" : "MIT"}, "versions" : {"0.1.0" : {"sha256" : "5662fc24db80a57fd68a43e9670dbd8b5bae62754ca5592fb93f24c781b9e954", "url" : "https://files.pythonhosted.org/packages/87/6d/116633ff375b3ff1dc187a8fbb247aff141d48286c24e9d4f128ea528dd8/ohoh-0.1.0.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"BlobStore": {"type": "object", "properties": {"ConnectionString": {"type": "string"}}, "required": ["ConnectionString"]}, "DicomFunctions": {"type": "object", "properties": {"ConnectionName": {"type": "string"}, "ConnectionString": {"type": "string"}}, "required": ["ConnectionName", "ConnectionString"]}, "DicomServer": {"type": "object", "properties": {"Features": {"type": "object", "properties": {"EnableUpsRs": {"type": "boolean"}}, "required": ["EnableUpsRs"]}}, "required": ["Features"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "System": {"type": "string"}, "Microsoft": {"type": "string"}}, "required": ["Default", "System", "Microsoft"]}}, "required": ["LogLevel"]}, "SqlServer": {"type": "object", "properties": {"ConnectionString": {"type": "string"}}, "required": ["ConnectionString"]}}, "required": ["BlobStore", "DicomFunctions", "DicomServer", "Logging", "SqlServer"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"BlobStore" : {"ConnectionString" : "UseDevelopmentStorage=true"}, "DicomFunctions" : {"ConnectionName" : "DicomFunctions:ConnectionString", "ConnectionString" : "UseDevelopmentStorage=true"}, "DicomServer" : {"Features" : {"EnableUpsRs" : true}}, "Logging" : {"LogLevel" : {"Default" : "Debug", "System" : "Information", "Microsoft" : "Information"}}, "SqlServer" : {"ConnectionString" : "server=(local);Initial Catalog=Dicom;Integrated Security=true;TrustServerCertificate=true"}} | json_instruct | {"type": "object", "properties": {"BlobStore": {"type": "object", "properties": {"ConnectionString": {"type": "string"}}, "required": ["ConnectionString"]}, "DicomFunctions": {"type": "object", "properties": {"ConnectionName": {"type": "string"}, "ConnectionString": {"type": "string"}}, "required": ["ConnectionName", "ConnectionString"]}, "DicomServer": {"type": "object", "properties": {"Features": {"type": "object", "properties": {"EnableUpsRs": {"type": "boolean"}}, "required": ["EnableUpsRs"]}}, "required": ["Features"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "System": {"type": "string"}, "Microsoft": {"type": "string"}}, "required": ["Default", "System", "Microsoft"]}}, "required": ["LogLevel"]}, "SqlServer": {"type": "object", "properties": {"ConnectionString": {"type": "string"}}, "required": ["ConnectionString"]}}, "required": ["BlobStore", "DicomFunctions", "DicomServer", "Logging", "SqlServer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See tskr1om on Metamath](http://us.metamath.org/mpegif/tskr1om.html)"}], "names" : ["tskr1om"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cT", "#T_wcel", "#T_ctsk", "#T_wa", "#T_cT", "#T_wne", "#T_c0", "#T_wi", "#T_cr1", "#T_cima", "#T_com", "#T_wss", "#T_cT"], "metaLanguage" : "METAMATH", "remarks" : " A nonempty Tarski class is infinite, because it contains all the finite levels of the cumulative hierarchy. (This proof does not use ~ ax-inf .) (Contributed by Mario Carneiro, 24-Jun-2013.) ", "statement" : "tskr1om $p |- ( ( T e. Tarski /\\ T =/= (/) ) -> ( R1 \" _om ) C_ T ) $."} | 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": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 1761, "redacted" : false, "hash" : 1880098137, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "KORIANNE", "frequency" : 1, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$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"}, "main": {"type": "string"}, "types": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "start"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "typescript"]}, "dependencies": {"type": "object", "properties": {"base32": {"type": "string"}, "hi-base32": {"type": "string"}}, "required": ["base32", "hi-base32"]}, "private": {"type": "boolean"}}, "required": ["name", "version", "main", "types", "license", "repository", "files", "scripts", "devDependencies", "dependencies", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@askilada/2fa", "version" : "0.1.1", "main" : "dist/index.js", "types" : "dist/index.d.ts", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/askilada/2fa.git"}, "files" : ["dist/*"], "scripts" : {"dev" : "tsc -w", "start" : "node dist"}, "devDependencies" : {"@types/node" : "^12.12.20", "typescript" : "^3.7.3"}, "dependencies" : {"base32" : "^0.0.6", "hi-base32" : "^0.5.0"}, "private" : false} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "start"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "typescript"]}, "dependencies": {"type": "object", "properties": {"base32": {"type": "string"}, "hi-base32": {"type": "string"}}, "required": ["base32", "hi-base32"]}, "private": {"type": "boolean"}}, "required": ["name", "version", "main", "types", "license", "repository", "files", "scripts", "devDependencies", "dependencies", "private"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "26", "provinceId" : "33", "regencyId" : "02", "name" : "Purwokerto Timur"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$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": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["In a large bag or bowl, combine cereal, goldfish crackers, pretzels, nuts, oyster crackers and sandwich crackers. In a small bowl or shaker, combine oil and dressing mix. Toss cracker mixture with oil mixture. Serve."], "ingredients" : ["1 (17.5 ounce) package crispy rice cereal squares", "1 (6 ounce) package goldfish crackers", "1 (15 ounce) package small pretzel twists", "1 pound mixed nuts", "1 (12 ounce) package oyster crackers", "1 (10.5 ounce) package mini cheese-filled sandwich crackers", "1 (12 ounce) container butter flavor popcorn oil", "1 (1 ounce) package dry Ranch-style dressing mix"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Dana's Party Mix", "url" : "http://allrecipes.com/recipe/22518/danas-party-mix/"} | 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"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1226113741, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "fe306224b83a6d250789d71f9804f0f6", "wof:id" : 1226113741, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [24.03774, 44.30632, 24.03774, 44.30632], "geometry" : {"coordinates" : [24.03774, 44.30632], "type" : "Point"}} | 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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404397593, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "3b1831288ae1ba31a42efb0eba70ad53", "wof:id" : 404397593, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.35769089737659, 46.44148954503601, 0.42063861873571, 46.48055237331289], "geometry" : {"coordinates" : [[[0.39015049295122, 46.44148954503601], [0.36593594816947, 46.44931241964471], [0.35769089737659, 46.45672605372241], [0.37107031489603, 46.4617828348965], [0.38061145521099, 46.45938927209004], [0.40502873737238, 46.46379364203794], [0.41103863757774, 46.46929960865535], [0.40926537048235, 46.47616059974562], [0.41701226774297, 46.48055237331289], [0.42063861873571, 46.47585033215532], [0.41662958987093, 46.47101182352656], [0.4126105428865, 46.46145200803912], [0.40369024311103, 46.45411412917524], [0.40368001346982, 46.44419450051623], [0.39015049295122, 46.44148954503601]]], "type" : "Polygon"}} | 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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943": {"type": "integer"}, "program": {"type": "integer"}}, "required": ["cf0973a4-2ff7-4a05-9c80-db66fb4f5943", "program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"configuration" : ["IGNORELEADINGBLANKS", "MERGE", "REVERSE", "GENERALNUMRICSORT"], "regionsToProcessedPerformance" : {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943" : 100719826259, "program" : 921368}} | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943": {"type": "integer"}, "program": {"type": "integer"}}, "required": ["cf0973a4-2ff7-4a05-9c80-db66fb4f5943", "program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["revalidate"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"luis_schema_version": {"type": "string"}, "versionId": {"type": "string"}, "name": {"type": "string"}, "desc": {"type": "string"}, "culture": {"type": "string"}, "tokenizerVersion": {"type": "string"}, "intents": {"type": "array", "items": {}}, "entities": {"type": "array", "items": {}}, "composites": {"type": "array", "items": {}}, "closedLists": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "subLists": {"type": "array", "items": {"type": "object", "properties": {"canonicalForm": {"type": "string"}, "list": {"type": "array", "items": {"type": "string"}}}, "required": ["canonicalForm", "list"]}}, "roles": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "subLists", "roles"]}}, "patternAnyEntities": {"type": "array", "items": {}}, "regex_entities": {"type": "array", "items": {}}, "prebuiltEntities": {"type": "array", "items": {}}, "model_features": {"type": "array", "items": {}}, "regex_features": {"type": "array", "items": {}}, "patterns": {"type": "array", "items": {}}, "utterances": {"type": "array", "items": {}}, "settings": {"type": "array", "items": {}}}, "required": ["luis_schema_version", "versionId", "name", "desc", "culture", "tokenizerVersion", "intents", "entities", "composites", "closedLists", "patternAnyEntities", "regex_entities", "prebuiltEntities", "model_features", "regex_features", "patterns", "utterances", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"luis_schema_version" : "3.2.0", "versionId" : "GeoPeople", "name" : "Contoso App", "desc" : "Default Intents for Azure Bot Service V2", "culture" : "en-us", "tokenizerVersion" : "1.0.0", "intents" : [], "entities" : [], "composites" : [], "closedLists" : [{"name" : "Airline", "subLists" : [{"canonicalForm" : "Delta", "list" : ["DL"]}, {"canonicalForm" : "Alaska", "list" : []}, {"canonicalForm" : "United", "list" : []}, {"canonicalForm" : "Virgin", "list" : ["DL"]}], "roles" : ["Buyer", "Seller"]}], "patternAnyEntities" : [], "regex_entities" : [], "prebuiltEntities" : [], "model_features" : [], "regex_features" : [], "patterns" : [], "utterances" : [], "settings" : []} | json_instruct | {"type": "object", "properties": {"luis_schema_version": {"type": "string"}, "versionId": {"type": "string"}, "name": {"type": "string"}, "desc": {"type": "string"}, "culture": {"type": "string"}, "tokenizerVersion": {"type": "string"}, "intents": {"type": "array", "items": {}}, "entities": {"type": "array", "items": {}}, "composites": {"type": "array", "items": {}}, "closedLists": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "subLists": {"type": "array", "items": {"type": "object", "properties": {"canonicalForm": {"type": "string"}, "list": {"type": "array", "items": {"type": "string"}}}, "required": ["canonicalForm", "list"]}}, "roles": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "subLists", "roles"]}}, "patternAnyEntities": {"type": "array", "items": {}}, "regex_entities": {"type": "array", "items": {}}, "prebuiltEntities": {"type": "array", "items": {}}, "model_features": {"type": "array", "items": {}}, "regex_features": {"type": "array", "items": {}}, "patterns": {"type": "array", "items": {}}, "utterances": {"type": "array", "items": {}}, "settings": {"type": "array", "items": {}}}, "required": ["luis_schema_version", "versionId", "name", "desc", "culture", "tokenizerVersion", "intents", "entities", "composites", "closedLists", "patternAnyEntities", "regex_entities", "prebuiltEntities", "model_features", "regex_features", "patterns", "utterances", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "pokecube_legends:block/unrefined_aquamarine"} | 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": {"id": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "organisations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "permissions": {"type": "array", "items": {}}, "notifications": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "code", "name", "permissions", "notifications"]}}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "active": {"type": "boolean"}}, "required": ["id", "firstName", "lastName", "email", "username", "password", "organisations", "createdAt", "updatedAt", "active"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "777b0cbb-9b3a-4392-ae3b-490b550779e3", "firstName" : "Estell", "lastName" : "Rau", "email" : "estell.rau-8166@example.com", "username" : "estell.rau-8166@example.com", "password" : "bat", "organisations" : [{"id" : "04aaf16f-3949-4496-a9a6-73581e3dca79", "code" : "1WB", "name" : "Stafford Hub", "permissions" : [], "notifications" : ["course_published", "course_changed", "course_withdrawn", "course_vacancies_changed"]}], "createdAt" : "2022-03-07T12:31:18.361Z", "updatedAt" : "2022-03-08T20:09:43.461Z", "active" : true} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "organisations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "permissions": {"type": "array", "items": {}}, "notifications": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "code", "name", "permissions", "notifications"]}}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "active": {"type": "boolean"}}, "required": ["id", "firstName", "lastName", "email", "username", "password", "organisations", "createdAt", "updatedAt", "active"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"vinetype=vine_0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "vinetype=vine_1": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "vinetype=vine_2": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["vinetype=vine_0", "vinetype=vine_1", "vinetype=vine_2"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"vinetype=vine_0" : {"model" : "galacticraft:block/vine_0"}, "vinetype=vine_1" : {"model" : "galacticraft:block/vine_1"}, "vinetype=vine_2" : {"model" : "galacticraft:block/vine_2"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"vinetype=vine_0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "vinetype=vine_1": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "vinetype=vine_2": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["vinetype=vine_0", "vinetype=vine_1", "vinetype=vine_2"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "Rotation": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "IsGroupPosition": {"type": "boolean"}, "GroupPositions": {"type": "array", "items": {}}, "Root": {"type": "string"}, "Items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}}, "required": ["_id", "_tpl"]}}}, "required": ["Id", "IsStatic", "useGravity", "randomRotation", "Position", "Rotation", "IsGroupPosition", "GroupPositions", "Root", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Id" : "lootpoint (78)1685566", "IsStatic" : false, "useGravity" : true, "randomRotation" : false, "Position" : {"x" : 23.496, "y" : 8.955, "z" : 36.062}, "Rotation" : {"x" : 0, "y" : 0, "z" : 0}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5eb3dd2386f77462155f04e6", "Items" : [{"_id" : "5eb3dd2386f77462155f04e6", "_tpl" : "5b1fa9b25acfc40018633c01"}, {"_id" : "5eb3dd2386f77462155f04e7", "_tpl" : "5b1fa9ea5acfc40018633c0a", "parentId" : "5eb3dd2386f77462155f04e6", "slotId" : "mod_barrel"}, {"_id" : "5eb3dd2386f77462155f04e8", "_tpl" : "5b1faa0f5acfc40dc528aeb5", "parentId" : "5eb3dd2386f77462155f04e6", "slotId" : "mod_reciever"}, {"_id" : "5eb3dd2386f77462155f04e9", "_tpl" : "5a6f5d528dc32e00094b97d9", "parentId" : "5eb3dd2386f77462155f04e8", "slotId" : "mod_sight_rear"}, {"_id" : "5eb3dd2386f77462155f04ea", "_tpl" : "5a6f58f68dc32e000a311390", "parentId" : "5eb3dd2386f77462155f04e8", "slotId" : "mod_sight_front"}, {"_id" : "5eb3dd2386f77462155f04eb", "_tpl" : "5a718b548dc32e000d46d262", "parentId" : "5eb3dd2386f77462155f04e6", "slotId" : "mod_magazine"}, {"_id" : "5eb3dd2386f77462155f04ec", "_tpl" : "56d59d3ad2720bdb418b4577", "parentId" : "5eb3dd2386f77462155f04eb", "slotId" : "cartridges", "upd" : {"StackObjectsCount" : 12}}]} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "Rotation": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "IsGroupPosition": {"type": "boolean"}, "GroupPositions": {"type": "array", "items": {}}, "Root": {"type": "string"}, "Items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}}, "required": ["_id", "_tpl"]}}}, "required": ["Id", "IsStatic", "useGravity", "randomRotation", "Position", "Rotation", "IsGroupPosition", "GroupPositions", "Root", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this 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", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-95.571445, 29.716958], [-95.557581, 29.718261], [-95.557379, 29.704502], [-95.571212, 29.703926], [-95.571445, 29.716958]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 85861}}]} | 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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"particle": {"type": "string"}, "texture": {"type": "string"}, "top": {"type": "string"}, "bottom": {"type": "string"}}, "required": ["particle", "texture", "top", "bottom"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "block/parent_pillar_4", "textures" : {"particle" : "conquest:block/2_advanced_refined/3_plaster/etruscan_white_and_yellow_dado", "texture" : "conquest:block/2_advanced_refined/3_plaster/etruscan_white_and_yellow_dado", "top" : "conquest:block/2_advanced_refined/3_plaster/golden_top", "bottom" : "conquest:block/2_advanced_refined/3_plaster/golden_top"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"particle": {"type": "string"}, "texture": {"type": "string"}, "top": {"type": "string"}, "bottom": {"type": "string"}}, "required": ["particle", "texture", "top", "bottom"]}}, "required": ["parent", "textures"], "$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"}, "validations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "message": {"type": "string"}, "selects": {"type": "array", "items": {"type": "object", "properties": {"function": {"type": "string"}, "alias": {"type": "string"}, "args": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["function", "alias", "args"]}}, "check": {"type": "object", "properties": {"function": {"type": "string"}, "dataset": {"type": "string"}, "args": {"type": "object", "properties": {"property": {"type": "string"}, "counts_as_null": {"type": "array", "items": {"type": "string"}}}, "required": ["property", "counts_as_null"]}}, "required": ["function", "dataset", "args"]}}, "required": ["name", "description", "type", "message", "selects", "check"]}}}, "required": ["name", "description", "validations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Test validation schema 1", "description" : "Test validation schema 1, used in esdl-validator unit tests", "validations" : [{"name" : "check_area_scope_notnull", "description" : "Check if all Areas have a scope", "type" : "warning", "message" : "Area does not have a scope", "selects" : [{"function" : "get", "alias" : "areas", "args" : {"type" : "Area"}}], "check" : {"function" : "not_null", "dataset" : "areas", "args" : {"property" : "scope", "counts_as_null" : ["null"]}}}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "validations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "message": {"type": "string"}, "selects": {"type": "array", "items": {"type": "object", "properties": {"function": {"type": "string"}, "alias": {"type": "string"}, "args": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["function", "alias", "args"]}}, "check": {"type": "object", "properties": {"function": {"type": "string"}, "dataset": {"type": "string"}, "args": {"type": "object", "properties": {"property": {"type": "string"}, "counts_as_null": {"type": "array", "items": {"type": "string"}}}, "required": ["property", "counts_as_null"]}}, "required": ["function", "dataset", "args"]}}, "required": ["name", "description", "type", "message", "selects", "check"]}}}, "required": ["name", "description", "validations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}}, "required": ["default_icon"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}}, "required": ["manifest_version", "name", "description", "version", "background", "browser_action", "permissions", "content_scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"manifest_version" : 2, "name" : "MFP Reformatter", "description" : "Reformat MFP reports so that you can easily copy / paste into WAG spreadsheets", "version" : "1.2.1", "background" : {"scripts" : ["moment.min.js", "action.js"], "persistent" : false}, "browser_action" : {"default_icon" : "icon.png"}, "permissions" : ["activeTab"], "content_scripts" : [{"matches" : ["*://www.myfitnesspal.com/reports/printable_diary*"], "js" : ["moment.min.js", "lodash.min.js", "jquery-3.1.1.min.js", "reformat.js"]}]} | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}}, "required": ["default_icon"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}}, "required": ["manifest_version", "name", "description", "version", "background", "browser_action", "permissions", "content_scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "gravatar": {"type": "boolean"}}, "required": ["copyright", "url", "email", "gravatar"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"copyright" : "Kay Zheng", "url" : "http://blog.theerrorlog.com", "email" : "l04m33@gmail.com", "gravatar" : true} | json_instruct | {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "gravatar": {"type": "boolean"}}, "required": ["copyright", "url", "email", "gravatar"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "username": {"type": "string"}, "text": {"type": "string"}, "date": {"type": "string"}, "retweet": {"type": "integer"}, "like": {"type": "integer"}}, "required": ["id", "url", "username", "text", "date", "retweet", "like"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "1099375135201538048", "url" : "https://twitter.com/flukeech_/status/1099375135201538048", "username" : "", "text" : "\u0e04\u0e37\u0e2d\u0e27\u0e31\u0e19\u0e19\u0e35\u0e49\u0e01\u0e39\u0e23\u0e31\u0e01\u0e2b\u0e21\u0e32\u0e0b\u0e2d\u0e22\u0e01\u0e39\u0e21\u0e32\u0e01\u0e1a\u0e2d\u0e01\u0e40\u0e25\u0e22", "date" : "24-02-2019 01:27", "retweet" : 0, "like" : 0}, {"id" : "1099375026439053312", "url" : "https://twitter.com/flukeech_/status/1099375026439053312", "username" : "", "text" : "\u0e21\u0e36\u0e07\u0e08\u0e30\u0e40\u0e2d\u0e32 \u0e42\u0e17\u0e23\u0e28\u0e31\u0e1e\u0e17\u0e4c\u0e19\u0e32\u0e2c\u0e34\u0e01\u0e32\u0e01\u0e39\u0e44\u0e1b\u0e44\u0e14\u0e49\u0e41\u0e15\u0e48\u0e2d\u0e22\u0e48\u0e32\u0e06\u0e48\u0e32\u0e01\u0e39\u0e01\u0e47\u0e1e\u0e34", "date" : "24-02-2019 01:26", "retweet" : 0, "like" : 0}, {"id" : "1099374817864601600", "url" : "https://twitter.com/flukeech_/status/1099374817864601600", "username" : "", "text" : "\u0e0b\u0e36\u0e48\u0e07\u0e01\u0e48\u0e2d\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e31\u0e49\u0e19\u0e21\u0e31\u0e19\u0e21\u0e35\u0e21\u0e31\u0e19\u0e21\u0e35\u0e23\u0e16\u0e21\u0e2d\u0e44\u0e0b\u0e23\u0e4c\u0e02\u0e35\u0e48\u0e15\u0e31\u0e14\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e39 \u0e15\u0e2d\u0e19\u0e19\u0e31\u0e49\u0e19\u0e01\u0e47\u0e15\u0e01\u0e43\u0e08\u0e44\u0e1b\u0e23\u0e2d\u0e1a\u0e19\u0e36\u0e07\u0e04\u0e37\u0e2d\u0e21\u0e31\u0e19\u0e2a\u0e48\u0e07\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e2b\u0e2d\u0e21\u0e31\u0e19\u0e44\u0e07 \u0e44\u0e2d\u0e2a\u0e31\u0e31\u0e2a\u0e40\u0e2d\u0e49\u0e22", "date" : "24-02-2019 01:25", "retweet" : 0, "like" : 0}, {"id" : "1099374620510060544", "url" : "https://twitter.com/flukeech_/status/1099374620510060544", "username" : "", "text" : "\u0e44\u0e2d\u0e40\u0e2b\u0e35\u0e49\u0e22\u0e40\u0e2d\u0e49\u0e22 \u0e21\u0e36\u0e07\u0e04\u0e37\u0e2d\u0e21\u0e35\u0e04\u0e19\u0e40\u0e14\u0e34\u0e19\u0e15\u0e32\u0e21\u0e01\u0e39\u0e2d\u0e35\u0e30 \u0e04\u0e37\u0e2d\u0e01\u0e39\u0e44\u0e1b\u0e17\u0e33\u0e07\u0e32\u0e19 \u0e41\u0e25\u0e49\u0e27\u0e1e\u0e36\u0e48\u0e07\u0e16\u0e36\u0e07\u0e1a\u0e49\u0e32\u0e19\u0e2d\u0e48\u0e30 \u0e01\u0e39\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e14\u0e34\u0e19\u0e40\u0e02\u0e49\u0e32\u0e0b\u0e2d\u0e22\u0e1a\u0e49\u0e32\u0e19\u0e01\u0e39 \u0e15\u0e2d\u0e19\u0e41\u0e23\u0e01\u0e01\u0e47\u0e44\u0e21\u0e48\u0e04\u0e2d\u0e14\u0e27\u0e48\u0e32\u0e21\u0e31\u0e19\u0e15\u0e32\u0e21\u0e2b\u0e23\u0e2d\u0e01\u0e1e\u0e2d\u0e01\u0e39\u0e40\u0e02\u0e49\u0e32\u0e0b\u0e2d\u0e22\u0e01\u0e39\u0e44\u0e07 \u0e2b\u0e21\u0e32\u0e21\u0e31\u0e19\u0e40\u0e22\u0e2d\u0e30 \u0e21\u0e31\u0e19\u0e01\u0e47\u0e40\u0e14\u0e34\u0e19\u0e15\u0e32\u0e21\u0e40\u0e02\u0e49\u0e32\u0e21\u0e32 \u0e14\u0e49\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e17\u0e35\u0e48\u0e0b\u0e2d\u0e22\u0e01\u0e39\u0e21\u0e32\u0e40\u0e2b\u0e48\u0e32\u0e08\u0e30\u0e01\u0e39\u0e40\u0e1b\u0e47\u0e19\u0e1b\u0e01\u0e15\u0e34\u0e44\u0e07 \u0e21\u0e31\u0e19\u0e01\u0e47\u0e40\u0e25\u0e22\u0e40\u0e14\u0e34\u0e19\u0e2d\u0e2d\u0e01\u0e44\u0e1b", "date" : "24-02-2019 01:25", "retweet" : 0, "like" : 0}, {"id" : "1097414478637887495", "url" : "https://twitter.com/flukeech_/status/1097414478637887495", "username" : "", "text" : "\u0e21\u0e31\u0e19\u0e19\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e21\u0e32\u0e01\u0e40\u0e25\u0e22\u0e19\u0e30\u0e04\u0e23\u0e31\u0e1a s10\u0e2b\u0e19\u0e48\u0e30", "date" : "18-02-2019 15:36", "retweet" : 0, "like" : 0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "username": {"type": "string"}, "text": {"type": "string"}, "date": {"type": "string"}, "retweet": {"type": "integer"}, "like": {"type": "integer"}}, "required": ["id", "url", "username", "text", "date", "retweet", "like"]}, "$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"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101823961, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "2424073b05a67900d163d5f88836650d", "wof:id" : 101823961, "wof:repo" : "whosonfirst-data-admin-pl"}, "bbox" : [20.459804, 50.797689, 20.459804, 50.797689], "geometry" : {"coordinates" : [20.459804, 50.797689], "type" : "Point"}} | 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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"atomdoc": {"type": "string"}, "babylon": {"type": "string"}, "coffeescript": {"type": "string"}, "haml-coffee": {"type": "string"}, "highlight.js": {"type": "string"}, "marked": {"type": "string"}, "mkdirp": {"type": "string"}, "underscore-plus": {"type": "string"}, "walkdir": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["atomdoc", "babylon", "coffeescript", "haml-coffee", "highlight.js", "marked", "mkdirp", "underscore-plus", "walkdir", "yargs"]}, "devDependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}}, "required": ["coffee-script"]}}, "required": ["name", "version", "description", "repository", "license", "main", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "birch-doc", "version" : "0.0.3", "description" : "Generates API documentation for birch-outline", "repository" : "https://github.com/jessegrosjean/birch-doc", "license" : "MIT", "main" : "index.js", "dependencies" : {"atomdoc" : "^1.0.5", "babylon" : "^6.18.0", "coffeescript" : "^2.1.0", "haml-coffee" : "^1.14.1", "highlight.js" : "^9.8.0", "marked" : "^0.3.3", "mkdirp" : "^0.5.1", "underscore-plus" : "^1.6.6", "walkdir" : "0.0.12", "yargs" : "^6.0.0"}, "devDependencies" : {"coffee-script" : "^1.11.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"atomdoc": {"type": "string"}, "babylon": {"type": "string"}, "coffeescript": {"type": "string"}, "haml-coffee": {"type": "string"}, "highlight.js": {"type": "string"}, "marked": {"type": "string"}, "mkdirp": {"type": "string"}, "underscore-plus": {"type": "string"}, "walkdir": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["atomdoc", "babylon", "coffeescript", "haml-coffee", "highlight.js", "marked", "mkdirp", "underscore-plus", "walkdir", "yargs"]}, "devDependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}}, "required": ["coffee-script"]}}, "required": ["name", "version", "description", "repository", "license", "main", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "name": {"type": "string"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "match": {"type": "string"}}, "required": ["name", "match"]}}, "scopeName": {"type": "string"}}, "required": ["$schema", "name", "patterns", "scopeName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json", "name" : "Console tree", "patterns" : [{"name" : "meta.preprocessor", "match" : "^(?:\u2502 )*(?:(?:\u2514 )*\u2514|\u251c)\u2500\u2500 "}], "scopeName" : "text.console-tree"} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "name": {"type": "string"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "match": {"type": "string"}}, "required": ["name", "match"]}}, "scopeName": {"type": "string"}}, "required": ["$schema", "name", "patterns", "scopeName"], "$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": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101879047, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "f8bc41ddfca3c882849e890be9fe19ca", "wof:id" : 101879047, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.14022725874344, 49.11743913345077, 1.15017311298993, 49.128034431343], "geometry" : {"coordinates" : [[[1.14431242836628, 49.128034431343], [1.14463545207099, 49.12625055732593], [1.1459971377472, 49.12635856389852], [1.1463200834886, 49.12457468284833], [1.14768172618091, 49.1246826683867], [1.1486502410217, 49.11933099658307], [1.15001174387862, 49.1194389520669], [1.15017311298993, 49.11854700230646], [1.14881163434387, 49.11843904907789], [1.14897302029061, 49.1175471009426], [1.14761157130147, 49.11743913345077], [1.14728874361373, 49.11922302458032], [1.14592725165471, 49.11911503605893], [1.14576580253453, 49.12000697842245], [1.14304278654669, 49.11979094731072], [1.14288128162525, 49.12068288453094], [1.14424281110485, 49.12079091060315], [1.14359681445984, 49.12435866220943], [1.14087356724332, 49.12414257548852], [1.14022725874344, 49.12771029895254], [1.14431242836628, 49.128034431343]]], "type" : "Polygon"}} | 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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "lines": {"type": "object", "properties": {"517": {"type": "string"}, "518": {"type": "string"}}, "required": ["517", "518"]}}, "required": ["id", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "97384428", "lines" : {"517" : "for(EscherProperty property : escherOptRecord.getEscherProperties()){\n", "518" : " if(EscherProperties.GROUPSHAPE__DESCRIPTION == property.getPropertyNumber()){\n"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "lines": {"type": "object", "properties": {"517": {"type": "string"}, "518": {"type": "string"}}, "required": ["517", "518"]}}, "required": ["id", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 64357, "cartId" : "a2efec14-b052-4dfc-938f-03d65628e4b2", "preferredProducts" : [3442, 3895], "productReviews" : [{"productId" : 718, "reviewText" : "My co-worker Kazuo has one of these. He says it looks transparent.", "reviewDate" : "2017-08-16T05:32:14.1900563+03:00"}, {"productId" : 3799, "reviewText" : "This Soft works certainly well. It perfectly improves my tennis by a lot.", "reviewDate" : "2018-09-24T11:07:06.1009542+03:00"}, {"productId" : 515, "reviewText" : "one of my hobbies is cooking. and when i'm cooking this works great.", "reviewDate" : "2018-05-08T09:27:40.5342019+03:00"}, {"productId" : 2975, "reviewText" : "My co-worker Merwin has one of these. He says it looks bubbly.", "reviewDate" : "2017-12-14T21:41:55.3678538+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 463157033, "name" : "\ucc98\uc74c", "dt" : 236173, "ar" : {"id" : 12312131, "name" : "Royoung"}, "al" : {"id" : 35235230, "name" : "\ucc98\uc74c", "picUrl" : "https://p1.music.126.net/X6Enbg-KSb0fGrid_Pmu2A==/19017153114022259.jpg"}}, {"id" : 463157034, "name" : "\ubc84\uc2a4\uc815\ub958\uc7a5", "dt" : 228989, "ar" : {"id" : 12312131, "name" : "Royoung"}, "al" : {"id" : 35235230, "name" : "\ucc98\uc74c", "picUrl" : "https://p2.music.126.net/X6Enbg-KSb0fGrid_Pmu2A==/19017153114022259.jpg"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$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" : "e27317b3a026aa47a72f8895dee965d887803996"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "logo_path": {"type": "null"}, "description": {"type": "null"}, "name": {"type": "string"}, "parent_company": {"type": "null"}, "homepage": {"type": "null"}, "headquarters": {"type": "null"}}, "required": ["id", "logo_path", "description", "name", "parent_company", "homepage", "headquarters"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 175, "logo_path" : null, "description" : null, "name" : "Caravan Pictures", "parent_company" : null, "homepage" : null, "headquarters" : null} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "logo_path": {"type": "null"}, "description": {"type": "null"}, "name": {"type": "string"}, "parent_company": {"type": "null"}, "homepage": {"type": "null"}, "headquarters": {"type": "null"}}, "required": ["id", "logo_path", "description", "name", "parent_company", "homepage", "headquarters"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"slide": {"type": "object", "properties": {"html": {"type": "string"}, "index": {"type": "integer"}}, "required": ["html", "index"]}}, "required": ["slide"]}, "pageContext": {"type": "object", "properties": {"index": {"type": "integer"}, "absolutePath": {"type": "string"}}, "required": ["index", "absolutePath"]}}, "required": ["data", "pageContext"]}}, "required": ["componentChunkName", "path", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"componentChunkName" : "component---src-templates-slide-js", "path" : "/24", "result" : {"data" : {"slide" : {"html" : "\n<h1>Thank you! \ud83d\ude33</h1>", "index" : 24}}, "pageContext" : {"index" : 24, "absolutePath" : "/Users/adriantirusli/projects/a11y-talk-gatsby/src/slides#24"}}} | json_instruct | {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"slide": {"type": "object", "properties": {"html": {"type": "string"}, "index": {"type": "integer"}}, "required": ["html", "index"]}}, "required": ["slide"]}, "pageContext": {"type": "object", "properties": {"index": {"type": "integer"}, "absolutePath": {"type": "string"}}, "required": ["index", "absolutePath"]}}, "required": ["data", "pageContext"]}}, "required": ["componentChunkName", "path", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "104.1 WDLT - WDLT-FM", "src" : "None"}, {"name" : "93 BLX - WBLX", "src" : "http://18053.live.streamtheworld.com/WBLXFMAAC.aac?t=1526349963"}, {"name" : "97.5 WABD - WABD", "src" : "http://18053.live.streamtheworld.com/WABDFMAAC.aac?t=1526349965"}, {"name" : "Archangel Radio - WNGL", "src" : "http://ice41.securenetsystems.net/WNGL?t=1526349967"}, {"name" : "Gospel 900 - WGOK", "src" : "https://20603.live.streamtheworld.com/WGOKAMAAC.aac?t=1526349969"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"tables": {"type": "array", "items": {"type": "object", "properties": {"tableName": {"type": "string"}, "definitionFile": {"type": "string"}}, "required": ["tableName", "definitionFile"]}}, "expression": {"type": "string"}, "expectedResults": {"type": "array", "items": {"type": "object", "properties": {"PersonName": {"type": "string"}, "GenderDescription": {"type": "string"}}, "required": ["PersonName", "GenderDescription"]}}, "expectedLatexExpression": {"type": "array", "items": {"type": "string"}}}, "required": ["tables", "expression", "expectedResults", "expectedLatexExpression"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tables" : [{"tableName" : "Person", "definitionFile" : "Person.csv"}, {"tableName" : "Gender", "definitionFile" : "Gender.csv"}], "expression" : "Proj[PersonName,GenderDescription](Person |x| Ren[PersonGender,GenderDescription](Gender))", "expectedResults" : [{"PersonName" : "John", "GenderDescription" : "Male"}, {"PersonName" : "Max", "GenderDescription" : "Male"}, {"PersonName" : "Sophie", "GenderDescription" : "Female"}, {"PersonName" : "Mary", "GenderDescription" : "Female"}], "expectedLatexExpression" : ["\\LARGE\\pi\\normalsize_{(PersonName,GenderDescription)}(Person \\bowtie \\LARGE\\rho\\normalsize_{(PersonGender,GenderDescription)}(Gender))"]} | json_instruct | {"type": "object", "properties": {"tables": {"type": "array", "items": {"type": "object", "properties": {"tableName": {"type": "string"}, "definitionFile": {"type": "string"}}, "required": ["tableName", "definitionFile"]}}, "expression": {"type": "string"}, "expectedResults": {"type": "array", "items": {"type": "object", "properties": {"PersonName": {"type": "string"}, "GenderDescription": {"type": "string"}}, "required": ["PersonName", "GenderDescription"]}}, "expectedLatexExpression": {"type": "array", "items": {"type": "string"}}}, "required": ["tables", "expression", "expectedResults", "expectedLatexExpression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[137.875, 33.416666666666664], [137.875, 33.5], [138.0, 33.5], [138.0, 33.416666666666664], [137.875, 33.416666666666664]]]}, "properties" : {"code" : 503717, "url" : "http://madefor.github.io/0410/api/v1/503717.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/503717.geojson"}} | 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": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "composer/installers": {"type": "string"}, "matomo/device-detector": {"type": "string"}}, "required": ["php", "composer/installers", "matomo/device-detector"]}}, "required": ["name", "type", "description", "homepage", "keywords", "license", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "synder/analytics-plugin", "type" : "october-plugin", "description" : "Simple and GDPR-friendly analytics for your OctoberCMS website.", "homepage" : "https://octobercms.com/plugin/synder-analytics", "keywords" : ["october", "october-plugin", "analytics", "statistis", "stats", "counter", "views", "synder"], "license" : "MIT", "authors" : [{"name" : "Synder", "email" : "october@synder.dev", "role" : "Developer"}], "require" : {"php" : "^7.4 || ^8.0", "composer/installers" : "~1.0", "matomo/device-detector" : "^4.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "composer/installers": {"type": "string"}, "matomo/device-detector": {"type": "string"}}, "required": ["php", "composer/installers", "matomo/device-detector"]}}, "required": ["name", "type", "description", "homepage", "keywords", "license", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"station" : [{"pref_cd" : 30, "line_cd" : 11639, "line_name" : "\u304d\u306e\u304f\u306b\u7dda", "station_cd" : 1163907, "station_g_cd" : 1163907, "station_name" : "\u7d00\u4f0a\u52dd\u6d66", "lon" : 135.941811, "lat" : 33.628133}]} | json_instruct | {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "message": {"type": "string"}, "message1": {"type": "string"}}, "required": ["id", "name", "message", "message1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "cy1", "name" : "Cypress Bot 1", "message" : "Hi from CB1", "message1" : "What's going on? CB1"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "message": {"type": "string"}, "message1": {"type": "string"}}, "required": ["id", "name", "message", "message1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "null"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "University of Art, Tehran", "alt_name" : null, "country" : "Iran", "state" : null, "address" : {"street" : "PO Box 14155-6464", "city" : "Tehran", "province" : null, "postal_code" : null}, "contact" : {"telephone" : "+98(21) 895-4601-5", "website" : "http://www.art.ac.ir", "email" : "international-office@art.ac.ir", "fax" : "+98(21) 895-4609"}, "funding" : "Public", "languages" : null, "academic_year" : "September to June (September-December; February-June)", "accrediting_agency" : null} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "null"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"type": "integer"}, "url": {"type": "string"}}, "required": ["pic_title", "suffix", "id", "url"]}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"e_id" : "14719", "title" : "\u65e5\u672c\u5171\u4ea7\u515a\u7684\u521b\u59cb\u4eba\u7247\u5c71\u6f5c\u8bde\u8fb0", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u5728162\u5e74\u524d\u7684\u4eca\u5929\uff0c1859\u5e7412\u67083\u65e5(\u519c\u53861859\u5e7411\u670810\u65e5)\uff0c\u65e5\u672c\u5171\u4ea7\u515a\u7684\u521b\u59cb\u4eba\u7247\u5c71\u6f5c\u8bde\u8fb0\u3002\n\n\n1933\u5e7411\u6708\u7684\u4e00\u5929\uff0c\u83ab\u65af\u79d1\u5bd2\u98ce\u51db\u6d0c\uff0c\u5728\u5de5\u4f1a\u5927\u53a6\u7684\u524d\u9762\uff0c\u4e00\u652f\u6709\u51e0\u4e07\u4eba\u7ec4\u6210\u7684\u961f\u4f0d\uff0c\u6b63\u5728\u7f13\u6162\u5730\u9ed8\u9ed8\u5730\u5411\u7ea2\u573a\u8fdb\u53d1\u3002\u8d70\u5728\u961f\u4f0d\u524d\u9762\u7684\u82cf\u8054\u515a\u548c\u56fd\u5bb6\u9886\u8896\u65af\u5927\u6797\uff0c\u4ed6\u548c\u53e6\u5916\u51e0\u4e2a\u4eba\u4e00\u8d77\u625b\u7740\u7075\u67e9\uff0c\u5728\u54c0\u4e50\u58f0\u4e2d\u6162\u6162\u5730\u8d70\u7740\u3002\u8fd9\u7075\u67e9\u4e2d\u662f\u8c01\u7684\u9057\u4f53?\u4ed6\u4f55\u4ee5\u4f1a\u5f97\u5230\u8fd9\u4e48\u9ad8\u7684\u8363\u8a89?\u4e0d\u4e86\u89e3\u7684\u4eba\u4e0d\u514d\u6709\u4e9b\u60ca\u5f02\u3002\n\u7075\u67e9\u4e2d\u662f\u7247\u5c71\u6f5c\u7684\u9057\u4f53\u3002\u4ed6\u662f\u65e5\u672c\u5171\u4ea7\u515a\u7684\u521b\u59cb\u4eba\uff0c\u662f\u56fd\u9645\u5de5\u4eba\u8fd0\u52a8\u7684\u8457\u540d\u6d3b\u52a8\u5bb6\uff0c\u662f\u4e2d\u56fd\u4eba\u6c11\u548c\u82cf\u8054\u4eba\u6c11\u5fe0\u5b9e\u7684\u670b\u53cb\u3002\n\u7247\u5c71\u6f5c\uff0c1859\u5e7412\u67083\u65e5\u8bde\u751f\u4e8e\u65e5\u672c\u5188\u5c71\u53bf\u7684\u4e00\u4e2a\u8d2b\u519c\u5bb6\u5ead\u3002\u4ed6\u672c\u4e0d\u59d3\u7247\u5c71\u300219\u5c81\u65f6\uff0c\u5230\u7247\u5c71\u51e0\u592a\u90ce\u5bb6\u4f5c\u517b\u5b50\uff0c\u6539\u59d3\u7247\u5c71\u3002\u540e\u6765\u53c8\u5230\u7247\u5c71\u5e38\u5409\u5bb6\u4f5c\u517b\u5b50\uff0c\u53d6\u540d\u7247\u5c71\u6f5c\u3002\u7531\u4e8e\u5bb6\u5883\u8d2b\u5bd2\uff0c\u7247\u5c71\u6f5c\u81ea\u5e7c\u5f88\u5c11\u6709\u673a\u4f1a\u8bfb\u4e66\uff0c\u65ad\u65ad\u7eed\u7eed\u8bfb\u4e86\u5c0f\u5b66\u548c\u5e08\u8303\u5b66\u6821\u300225\u5c81\u65f6\uff0c\u7247\u5c71\u6f5c\u4e3a\u4e86\u5230\u6d77\u5916\u5bfb\u6c42\u751f\u8def\uff0c\u5bfb\u6c42\u77e5\u8bc6\uff0c\u79bb\u5f00\u65e5\u672c\u8d74\u7f8e\u56fd\u52e4\u5de5\u4fed\u5b66\u3002\u5728\u7f8e\u56fd\uff0c\u4ed6\u7ed9\u4eba\u5bb6\u64e6\u73bb\u7483\uff0c\u5f53\u53a8\u592b\uff0c\u5e72\u5404\u79cd\u6742\u6d3b\uff0c\u9760\u81ea\u5df1\u7684\u8270\u82e6\u594b\u6597\uff0c\u5148\u540e\u8fdb\u5165\u51e0\u6240\u9ad8\u7b49\u5b66\u6821\u653b\u8bfb\u54f2\u5b66\u3001\u5386\u53f2\u3001\u6587\u5b66\u3001\u6570\u5b66\u3001\u82f1\u8bed\u3001\u62c9\u4e01\u8bed\u7b49\u8bfe\u7a0b\u300236\u5c81\u624d\u56de\u5230\u65e5\u672c\u3002\n\u7247\u5c71\u6f5c\u56de\u5230\u7956\u56fd\u540e\uff0c\u4ee5\u6781\u5927\u7684\u70ed\u60c5\u6295\u8eab\u4e8e\u5de5\u4eba\u8fd0\u52a8\uff0c\u79ef\u6781\u5ba3\u4f20\u793e\u4f1a\u4e3b\u4e49\u601d\u60f3\u30021901\u5e745\u6708\uff0c\u7247\u5c71\u6f5c\u548c\u5e78\u5fb7\u79cb\u6c34\u7b49\u5171\u540c\u53d1\u8d77\uff0c\u6210\u7acb\u4e86\u793e\u4f1a\u6c11\u4e3b\u515a\u3002\u4f46\u5f53\u5929\u5c31\u88ab\u53cd\u52a8\u653f\u5e9c\u52d2\u4ee4\u89e3\u6563\u30021911\u5e74\uff0c\u7247\u5c71\u6f5c\u56e0\u9886\u5bfc\u4e1c\u4eac\u5e02\u7684\u5de5\u4eba\u5927\u7f62\u5de5\uff0c\u88ab\u65e5\u672c\u653f\u5e9c\u902e\u6355\u3002\u51fa\u72f1\u540e\uff0c\u4e8e1914\u5e74\u518d\u6b21\u79bb\u5f00\u65e5\u672c\u524d\u5f80\u7f8e\u56fd\u3002\u4ece\u6b64\uff0c\u4ed6\u518d\u6ca1\u6709\u56de\u8fc7\u65e5\u672c\u3002\n\u5728\u7f8e\u56fd\u671f\u95f4\uff0c\u7247\u5c71\u6f5c\u79ef\u6781\u53c2\u52a0\u7f8e\u56fd\u3001\u58a8\u897f\u54e5\u548c\u52a0\u62ff\u5927\u7684\u5171\u4ea7\u515a\u7b79\u5efa\u5de5\u4f5c\uff0c\u5e76\u4efb\u5171\u4ea7\u56fd\u9645\u7f8e\u6d32\u5c40\u59d4\u5458\u957f\u30021921\u5e74\uff0c\u7247\u5c71\u6f5c\u79bb\u5f00\u7f8e\u56fd\u6765\u5230\u83ab\u65af\u79d1\uff0c\u53c2\u52a0\u5171\u4ea7\u56fd\u9645\u5de5\u4f5c\u3002\u65e5\u672c\u5e1d\u56fd\u8bae\u51fa\u5175\u5e72\u6d89\u82cf\u4fc4\u3002\u7247\u5c71\u6f5c\u4e8e1922\u5e74\u591a\u6b21\u5230\u897f\u4f2f\u5229\u4e9a\u524d\u7ebf\uff0c\u4eb2\u81ea\u6563\u53d1\u4f20\u5355\uff0c\u547c\u5401\u65e5\u672c\u58eb\u5175\u4e0d\u8981\u4fb5\u7565\u522b\u56fd\uff0c\u8fd4\u56de\u5bb6\u4e61\u53bb\u30021931\u5e74\uff0c\u65e5\u672c\u5e1d\u56fd\u4e3b\u4e49\u53d1\u52a8\u4fb5\u7565\u4e2d\u56fd\u7684\u6218\u4e89\uff0c\u5728\u7247\u5c71\u6f5c\u7684\u79ef\u6781\u7b79\u5efa\u4e0b\uff0c1932\u5e74\u5728\u963f\u59c6\u671f\u7279\u4e39\u53ec\u5f00\u4e86\u4e16\u754c\u53cd\u6218\u5927\u4f1a\u3002\u5728\u4f1a\u4e0a\uff0c\u4ed6\u62a8\u51fb\u4e86\u65e5\u672c\u5e1d\u56fd\u4e3b\u4e49\u7684\u4fb5\u7565\u884c\u4e3a\uff0c\u53f7\u53ec\u56fd\u9645\u53cd\u6218\u7ec4\u7ec7\u4e00\u81f4\u652f\u6301\u4e2d\u56fd\u9769\u547d\u3002\n\n\n\n\u70b9\u8bc4\uff1a\u4e2d\u56fd\u4eba\u6c11\u7684\u5fe0\u5b9e\u670b\u53cb\uff0c\u4e2d\u56fd\u4eba\u6c11\u6c38\u8fdc\u6000\u5ff5\u4ed6!!\n", "picNo" : "1", "picUrl" : [{"pic_title" : "", "suffix" : "jpeg", "id" : 1, "url" : "https://aimgs.oss-cn-shenzhen.aliyuncs.com/history_2021/14719_1.jpeg"}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"type": "integer"}, "url": {"type": "string"}}, "required": ["pic_title", "suffix", "id", "url"]}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "development": {"type": "string"}, "watch": {"type": "string"}, "watch-poll": {"type": "string"}, "hot": {"type": "string"}, "prod": {"type": "string"}, "production": {"type": "string"}, "serve": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}}, "required": ["dev", "development", "watch", "watch-poll", "hot", "prod", "production", "serve", "build", "lint"]}, "devDependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "laravel-mix": {"type": "string"}, "lodash": {"type": "string"}, "postcss": {"type": "string"}, "@vue/cli-plugin-babel": {"type": "string"}, "@vue/cli-plugin-eslint": {"type": "string"}, "@vue/cli-service": {"type": "string"}, "@vue/eslint-config-prettier": {"type": "string"}, "babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-vue": {"type": "string"}, "vue-template-compiler": {"type": "string"}}, "required": ["axios", "laravel-mix", "lodash", "postcss", "@vue/cli-plugin-babel", "@vue/cli-plugin-eslint", "@vue/cli-service", "@vue/eslint-config-prettier", "babel-eslint", "eslint", "eslint-plugin-vue", "vue-template-compiler"]}, "dependencies": {"type": "object", "properties": {"algoliasearch": {"type": "string"}, "vue-instantsearch": {"type": "string"}, "vue": {"type": "string"}}, "required": ["algoliasearch", "vue-instantsearch", "vue"]}, "name": {"type": "string"}, "version": {"type": "string"}}, "required": ["private", "scripts", "devDependencies", "dependencies", "name", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"private" : true, "scripts" : {"dev" : "npm run development", "development" : "mix", "watch" : "mix watch", "watch-poll" : "mix watch -- --watch-options-poll=1000", "hot" : "mix watch --hot", "prod" : "npm run production", "production" : "mix --production", "serve" : "vue-cli-service serve", "build" : "vue-cli-service build", "lint" : "vue-cli-service lint"}, "devDependencies" : {"axios" : "^0.21", "laravel-mix" : "^6.0.6", "lodash" : "^4.17.19", "postcss" : "^8.1.14", "@vue/cli-plugin-babel" : "3.2.0", "@vue/cli-plugin-eslint" : "3.2.1", "@vue/cli-service" : "3.2.0", "@vue/eslint-config-prettier" : "4.0.1", "babel-eslint" : "10.0.1", "eslint" : "5.9.0", "eslint-plugin-vue" : "5.0.0-beta.6", "vue-template-compiler" : "2.5.17"}, "dependencies" : {"algoliasearch" : "^4.10.2", "vue-instantsearch" : "^3.7.0", "vue" : "2.5.17"}, "name" : "vue-instantsearch-v2-starter", "version" : "0.1.0"} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "development": {"type": "string"}, "watch": {"type": "string"}, "watch-poll": {"type": "string"}, "hot": {"type": "string"}, "prod": {"type": "string"}, "production": {"type": "string"}, "serve": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}}, "required": ["dev", "development", "watch", "watch-poll", "hot", "prod", "production", "serve", "build", "lint"]}, "devDependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "laravel-mix": {"type": "string"}, "lodash": {"type": "string"}, "postcss": {"type": "string"}, "@vue/cli-plugin-babel": {"type": "string"}, "@vue/cli-plugin-eslint": {"type": "string"}, "@vue/cli-service": {"type": "string"}, "@vue/eslint-config-prettier": {"type": "string"}, "babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-vue": {"type": "string"}, "vue-template-compiler": {"type": "string"}}, "required": ["axios", "laravel-mix", "lodash", "postcss", "@vue/cli-plugin-babel", "@vue/cli-plugin-eslint", "@vue/cli-service", "@vue/eslint-config-prettier", "babel-eslint", "eslint", "eslint-plugin-vue", "vue-template-compiler"]}, "dependencies": {"type": "object", "properties": {"algoliasearch": {"type": "string"}, "vue-instantsearch": {"type": "string"}, "vue": {"type": "string"}}, "required": ["algoliasearch", "vue-instantsearch", "vue"]}, "name": {"type": "string"}, "version": {"type": "string"}}, "required": ["private", "scripts", "devDependencies", "dependencies", "name", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"browser-polyfill.js": {"type": "string"}, "browser-polyfill.min.js": {"type": "string"}, "browser.js": {"type": "string"}, "browser.min.js": {"type": "string"}}, "required": ["browser-polyfill.js", "browser-polyfill.min.js", "browser.js", "browser.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"browser-polyfill.js" : "sha512-reE2EIj7lRKcSLYn/e1ojSxFfN1dnMC9QobXsI7UvhoOc1QmuzPLMsUSyHnNoAZMJnmc04/1s4K6Ai55MNzh5Q==", "browser-polyfill.min.js" : "sha512-87uhp2Fm8sjDMqrfuNRN/sYJnh7wIyp1GLYwKdwLDhmYD+lGthsdUwSZ7nTBz9iQfPkjLIt7c568nae840+fkQ==", "browser.js" : "sha512-++UessT+1Pu1L8DGjwG4hvZNV34yPEJ6Nmsy9vgLs+IODf98QBIYLmNFPiqAVPdzImLRrA7MxTBww7JR8cMcjw==", "browser.min.js" : "sha512-ONk0MEtxHan4TIttfDISmrETg7b8pLedgX85r1p4kdzpDLTChxBiV/cQQFM/qLwkEpo1XgENKVXei6l0M3bEhg=="} | json_instruct | {"type": "object", "properties": {"browser-polyfill.js": {"type": "string"}, "browser-polyfill.min.js": {"type": "string"}, "browser.js": {"type": "string"}, "browser.min.js": {"type": "string"}}, "required": ["browser-polyfill.js", "browser-polyfill.min.js", "browser.js", "browser.min.js"], "$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"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcrypt": {"type": "string"}, "body-parser": {"type": "string"}, "config": {"type": "string"}, "cookie-session": {"type": "string"}, "express": {"type": "string"}, "fs-extra": {"type": "string"}, "morgan": {"type": "string"}, "nthline": {"type": "string"}, "passport": {"type": "string"}, "passport-local": {"type": "string"}}, "required": ["bcrypt", "body-parser", "config", "cookie-session", "express", "fs-extra", "morgan", "nthline", "passport", "passport-local"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "chai-http": {"type": "string"}, "concurrently": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "mocha": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["chai", "chai-http", "concurrently", "eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "mocha", "nodemon"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "server": {"type": "string"}, "client": {"type": "string"}, "test": {"type": "string"}, "dev": {"type": "string"}, "setup": {"type": "string"}, "prod": {"type": "string"}}, "required": ["start", "server", "client", "test", "dev", "setup", "prod"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "journy", "version" : "1.0.0", "description" : "A journal app", "main" : "index.js", "repository" : "git@github.com:mshirazab/journy.git", "author" : "mshirazab <mshirazab@gmail.com>", "license" : "MIT", "dependencies" : {"bcrypt" : "^2.0.1", "body-parser" : "^1.15.1", "config" : "^1.20.1", "cookie-session" : "^2.0.0-beta.3", "express" : "^4.13.4", "fs-extra" : "^5.0.0", "morgan" : "^1.7.0", "nthline" : "^1.0.1", "passport" : "^0.4.0", "passport-local" : "^1.0.0"}, "devDependencies" : {"chai" : "^3.5.0", "chai-http" : "^2.0.1", "concurrently" : "^3.5.1", "eslint" : "^4.19.1", "eslint-config-airbnb-base" : "^12.1.0", "eslint-plugin-import" : "^2.11.0", "mocha" : "^2.4.5", "nodemon" : "^1.17.3"}, "scripts" : {"start" : "bash ./scripts/start.sh", "server" : "bash ./scripts/server.sh", "client" : "bash ./scripts/client.sh", "test" : "bash ./scripts/test.sh", "dev" : "concurrently \"yarn client\" \"yarn server\"", "setup" : "yarn install && yarn install --cwd ./client", "prod" : "NODE_ENV=production node index.js"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcrypt": {"type": "string"}, "body-parser": {"type": "string"}, "config": {"type": "string"}, "cookie-session": {"type": "string"}, "express": {"type": "string"}, "fs-extra": {"type": "string"}, "morgan": {"type": "string"}, "nthline": {"type": "string"}, "passport": {"type": "string"}, "passport-local": {"type": "string"}}, "required": ["bcrypt", "body-parser", "config", "cookie-session", "express", "fs-extra", "morgan", "nthline", "passport", "passport-local"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "chai-http": {"type": "string"}, "concurrently": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "mocha": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["chai", "chai-http", "concurrently", "eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "mocha", "nodemon"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "server": {"type": "string"}, "client": {"type": "string"}, "test": {"type": "string"}, "dev": {"type": "string"}, "setup": {"type": "string"}, "prod": {"type": "string"}}, "required": ["start", "server", "client", "test", "dev", "setup", "prod"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Bertignat", "dpt" : "Puy-de-D\u00f4me", "inscrits" : 395, "abs" : 100, "votants" : 295, "blancs" : 7, "nuls" : 5, "exp" : 283, "res" : [{"panneau" : "2", "voix" : 64}, {"panneau" : "9", "voix" : 57}, {"panneau" : "11", "voix" : 51}, {"panneau" : "3", "voix" : 47}, {"panneau" : "1", "voix" : 18}, {"panneau" : "4", "voix" : 15}, {"panneau" : "8", "voix" : 15}, {"panneau" : "6", "voix" : 7}, {"panneau" : "10", "voix" : 5}, {"panneau" : "5", "voix" : 4}, {"panneau" : "7", "voix" : 0}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"presente": {"type": "object", "properties": {"eu": {"type": "string"}, "tu": {"type": "string"}, "ele": {"type": "string"}, "nos": {"type": "string"}, "vos": {"type": "string"}, "eles": {"type": "string"}}, "required": ["eu", "tu", "ele", "nos", "vos", "eles"]}, "preterito_imperfeito": {"type": "object", "properties": {"eu": {"type": "string"}, "tu": {"type": "string"}, "ele": {"type": "string"}, "nos": {"type": "string"}, "vos": {"type": "string"}, "eles": {"type": "string"}}, "required": ["eu", "tu", "ele", "nos", "vos", "eles"]}, "preterito_perfeito": {"type": "object", "properties": {"eu": {"type": "string"}, "tu": {"type": "string"}, "ele": {"type": "string"}, "nos": {"type": "string"}, "vos": {"type": "string"}, "eles": {"type": "string"}}, "required": ["eu", "tu", "ele", "nos", "vos", "eles"]}, "preterito_mais_que_perfeito": {"type": "object", "properties": {"eu": {"type": "string"}, "tu": {"type": "string"}, "ele": {"type": "string"}, "nos": {"type": "string"}, "vos": {"type": "string"}, "eles": {"type": "string"}}, "required": ["eu", "tu", "ele", "nos", "vos", "eles"]}, "futuro_do_presente": {"type": "object", "properties": {"eu": {"type": "string"}, "tu": {"type": "string"}, "ele": {"type": "string"}, "nos": {"type": "string"}, "vos": {"type": "string"}, "eles": {"type": "string"}}, "required": ["eu", "tu", "ele", "nos", "vos", "eles"]}, "futuro_do_preterito": {"type": "object", "properties": {"eu": {"type": "string"}, "tu": {"type": "string"}, "ele": {"type": "string"}, "nos": {"type": "string"}, "vos": {"type": "string"}, "eles": {"type": "string"}}, "required": ["eu", "tu", "ele", "nos", "vos", "eles"]}}, "required": ["presente", "preterito_imperfeito", "preterito_perfeito", "preterito_mais_que_perfeito", "futuro_do_presente", "futuro_do_preterito"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"presente" : {"eu" : "abalo", "tu" : "abalas", "ele" : "abala", "nos" : "abalamos", "vos" : "abalais", "eles" : "abalam"}, "preterito_imperfeito" : {"eu" : "abalava", "tu" : "abalavas", "ele" : "abalava", "nos" : "abal\u00e1vamos", "vos" : "abal\u00e1veis", "eles" : "abalavam"}, "preterito_perfeito" : {"eu" : "abalei", "tu" : "abalaste", "ele" : "abalou", "nos" : "abalamos", "vos" : "abalastes", "eles" : "abalaram"}, "preterito_mais_que_perfeito" : {"eu" : "abalara", "tu" : "abalaras", "ele" : "abalara", "nos" : "abal\u00e1ramos", "vos" : "abal\u00e1reis", "eles" : "abalaram"}, "futuro_do_presente" : {"eu" : "abalarei", "tu" : "abalar\u00e1s", "ele" : "abalar\u00e1", "nos" : "abalaremos", "vos" : "abalareis", "eles" : "abalar\u00e3o"}, "futuro_do_preterito" : {"eu" : "abalaria", "tu" : "abalarias", "ele" : "abalaria", "nos" : "abalar\u00edamos", "vos" : "abalar\u00edeis", "eles" : "abalariam"}} | json_instruct | {"type": "object", "properties": {"presente": {"type": "object", "properties": {"eu": {"type": "string"}, "tu": {"type": "string"}, "ele": {"type": "string"}, "nos": {"type": "string"}, "vos": {"type": "string"}, "eles": {"type": "string"}}, "required": ["eu", "tu", "ele", "nos", "vos", "eles"]}, "preterito_imperfeito": {"type": "object", "properties": {"eu": {"type": "string"}, "tu": {"type": "string"}, "ele": {"type": "string"}, "nos": {"type": "string"}, "vos": {"type": "string"}, "eles": {"type": "string"}}, "required": ["eu", "tu", "ele", "nos", "vos", "eles"]}, "preterito_perfeito": {"type": "object", "properties": {"eu": {"type": "string"}, "tu": {"type": "string"}, "ele": {"type": "string"}, "nos": {"type": "string"}, "vos": {"type": "string"}, "eles": {"type": "string"}}, "required": ["eu", "tu", "ele", "nos", "vos", "eles"]}, "preterito_mais_que_perfeito": {"type": "object", "properties": {"eu": {"type": "string"}, "tu": {"type": "string"}, "ele": {"type": "string"}, "nos": {"type": "string"}, "vos": {"type": "string"}, "eles": {"type": "string"}}, "required": ["eu", "tu", "ele", "nos", "vos", "eles"]}, "futuro_do_presente": {"type": "object", "properties": {"eu": {"type": "string"}, "tu": {"type": "string"}, "ele": {"type": "string"}, "nos": {"type": "string"}, "vos": {"type": "string"}, "eles": {"type": "string"}}, "required": ["eu", "tu", "ele", "nos", "vos", "eles"]}, "futuro_do_preterito": {"type": "object", "properties": {"eu": {"type": "string"}, "tu": {"type": "string"}, "ele": {"type": "string"}, "nos": {"type": "string"}, "vos": {"type": "string"}, "eles": {"type": "string"}}, "required": ["eu", "tu", "ele", "nos", "vos", "eles"]}}, "required": ["presente", "preterito_imperfeito", "preterito_perfeito", "preterito_mais_que_perfeito", "futuro_do_presente", "futuro_do_preterito"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "originalSize": {"type": "array", "items": {"type": "integer"}}, "capInsets": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "texture", "rect", "offset", "originalSize", "capInsets"]}}, "required": ["__type__", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"__type__" : "cc.SpriteFrame", "content" : {"name" : "game_liaotiananniu02", "texture" : "1a2ssINEBLeYTftjcbnfUy", "rect" : [0, 0, 56, 48], "offset" : [0, 0], "originalSize" : [56, 48], "capInsets" : [0, 0, 0, 0]}} | json_instruct | {"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "originalSize": {"type": "array", "items": {"type": "integer"}}, "capInsets": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "texture", "rect", "offset", "originalSize", "capInsets"]}}, "required": ["__type__", "content"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"css/amazeui.css": {"type": "string"}, "css/amazeui.flat.css": {"type": "string"}, "css/amazeui.flat.min.css": {"type": "string"}, "css/amazeui.min.css": {"type": "string"}, "js/amazeui.ie8polyfill.js": {"type": "string"}, "js/amazeui.ie8polyfill.min.js": {"type": "string"}, "js/amazeui.js": {"type": "string"}, "js/amazeui.min.js": {"type": "string"}, "js/amazeui.widgets.helper.js": {"type": "string"}, "js/amazeui.widgets.helper.min.js": {"type": "string"}}, "required": ["css/amazeui.css", "css/amazeui.flat.css", "css/amazeui.flat.min.css", "css/amazeui.min.css", "js/amazeui.ie8polyfill.js", "js/amazeui.ie8polyfill.min.js", "js/amazeui.js", "js/amazeui.min.js", "js/amazeui.widgets.helper.js", "js/amazeui.widgets.helper.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"css/amazeui.css" : "sha512-q6R4jpAFTnxTOBCxn7ftjSHHR2FLZ9I5BXoisr4tZvWHOAyYBcnIpoxGyIhLezYrT5/FblaXJNtrFpBJ92RLTA==", "css/amazeui.flat.css" : "sha512-c5ypORox0wP8qm6JuFQ/bqplItfAD7dJD7p8YTa/vkK/DhHbhcxROJn8YNV0dzkSeqFHihUJLApw8uOhkyTSCQ==", "css/amazeui.flat.min.css" : "sha512-CmBMSKrgYd0LNrs0MvnYbC5BoTh9tsZu4AeDapuA8ZoCJFYiJ0RPGNfOqtWCDT2a4TW5DzgjYww2Ubx1F7KnhQ==", "css/amazeui.min.css" : "sha512-36F5p5igBfEGwLwAT/4Six6sRzt3LeloOYg5sbZ7hTaGoVCIsWrywBieGYoRY8s2hPlT1nZQ135p0S7hwtp+8w==", "js/amazeui.ie8polyfill.js" : "sha512-uiB0glBWHm6vPFXUGQnQTtoJAyVT1Eqms9NbSGiN69AwGljD4JfovT1vibEKpxrIp9v1sJ4zvP+hMvuAi7fbPA==", "js/amazeui.ie8polyfill.min.js" : "sha512-PmVN/FlX0zjH7tfQ77U+QW2PB2nPWS4UgbcxSlm4Izt9oc4bJOszOGLwzn4dr3R+RYQcQW8jDciRbjB1yyx0ug==", "js/amazeui.js" : "sha512-KLhrY9sJGIP7JIC7daLdc0m0jHFj4vkq/TbbzYk7XvIJfd9quY9pi6GEL1n2kVJ7kHVyPXlbCiHYJtv2Y/oZRw==", "js/amazeui.min.js" : "sha512-uS0huvraPOkApdoWlUKD212icMXpM5/p0msmTkYhywB/wQtuLJBUhPqvCyJAM96rRoOWRl/9hxpzU+cUJz7Zcw==", "js/amazeui.widgets.helper.js" : "sha512-vbbHwSk2I6N1WPwccrZs8Rs/OtKM17bpUQ1brlKe+AeXCD+XdhVcQSKkWoBKoR3/aolfar0coDGSEqeBrcg6/Q==", "js/amazeui.widgets.helper.min.js" : "sha512-fA57vuy6NVQRQZrP7CwK0d+THu2GfOTLVXrL7ayDz0GSAsmuBoc9rJ9LciPc366SdxkjIapPH/QLK8ry/d4n3Q=="} | json_instruct | {"type": "object", "properties": {"css/amazeui.css": {"type": "string"}, "css/amazeui.flat.css": {"type": "string"}, "css/amazeui.flat.min.css": {"type": "string"}, "css/amazeui.min.css": {"type": "string"}, "js/amazeui.ie8polyfill.js": {"type": "string"}, "js/amazeui.ie8polyfill.min.js": {"type": "string"}, "js/amazeui.js": {"type": "string"}, "js/amazeui.min.js": {"type": "string"}, "js/amazeui.widgets.helper.js": {"type": "string"}, "js/amazeui.widgets.helper.min.js": {"type": "string"}}, "required": ["css/amazeui.css", "css/amazeui.flat.css", "css/amazeui.flat.min.css", "css/amazeui.min.css", "js/amazeui.ie8polyfill.js", "js/amazeui.ie8polyfill.min.js", "js/amazeui.js", "js/amazeui.min.js", "js/amazeui.widgets.helper.js", "js/amazeui.widgets.helper.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"polymer": {"type": "string"}, "px-colors-design": {"type": "string"}, "px-tooltip": {"type": "string"}, "px-popover": {"type": "string"}, "px-theme": {"type": "string"}, "px": {"type": "string"}, "px-moment-imports": {"type": "string"}, "iron-resizable-behavior": {"type": "string"}, "neon-animation": {"type": "string"}, "canvg": {"type": "string"}, "px-iconography-design": {"type": "string"}, "iron-dropdown": {"type": "string"}, "px-number-formatter": {"type": "string"}, "px-d3-imports": {"type": "string"}, "app-localize-behavior": {"type": "string"}}, "required": ["polymer", "px-colors-design", "px-tooltip", "px-popover", "px-theme", "px", "px-moment-imports", "iron-resizable-behavior", "neon-animation", "canvg", "px-iconography-design", "iron-dropdown", "px-number-formatter", "px-d3-imports", "app-localize-behavior"]}, "devDependencies": {"type": "object", "properties": {"px-starter-kit-design": {"type": "string"}, "px-demo": {"type": "string"}, "px-code-design": {"type": "string"}, "px-meta-buttons-design": {"type": "string"}, "px-layout-design": {"type": "string"}, "px-actionable-text-icons-design": {"type": "string"}, "px-demo-data": {"type": "string"}, "iron-ajax": {"type": "string"}}, "required": ["px-starter-kit-design", "px-demo", "px-code-design", "px-meta-buttons-design", "px-layout-design", "px-actionable-text-icons-design", "px-demo-data", "iron-ajax"]}}, "required": ["name", "version", "main", "ignore", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "px-vis", "version" : "2.0.8", "main" : ["px-vis.html"], "ignore" : ["*.enc", ".*", "npm-debug.log", "gulpfile.js", "sass", "bower_components", "node_modules", "test"], "dependencies" : {"polymer" : "^1.6.1", "px-colors-design" : "^0.3.9", "px-tooltip" : "~0.10.0", "px-popover" : "^1.7.0", "px-theme" : "^2.0.1", "px" : "~1.4.3", "px-moment-imports" : "^0.0.1", "iron-resizable-behavior" : "^1.0.5", "neon-animation" : "^1.2.4", "canvg" : "^1.3.0", "px-iconography-design" : "~0.3.5", "iron-dropdown" : "^1.5.4", "px-number-formatter" : "^3.0.4", "px-d3-imports" : "^1.0.1", "app-localize-behavior" : "^1.0.2"}, "devDependencies" : {"px-starter-kit-design" : "^0.7.0", "px-demo" : "^1.4.1", "px-code-design" : "^1.1.5", "px-meta-buttons-design" : "^0.6.4", "px-layout-design" : "^0.4.4", "px-actionable-text-icons-design" : "^1.1.5", "px-demo-data" : "^0.0.20", "iron-ajax" : "PolymerElements/iron-ajax#^1.4.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"polymer": {"type": "string"}, "px-colors-design": {"type": "string"}, "px-tooltip": {"type": "string"}, "px-popover": {"type": "string"}, "px-theme": {"type": "string"}, "px": {"type": "string"}, "px-moment-imports": {"type": "string"}, "iron-resizable-behavior": {"type": "string"}, "neon-animation": {"type": "string"}, "canvg": {"type": "string"}, "px-iconography-design": {"type": "string"}, "iron-dropdown": {"type": "string"}, "px-number-formatter": {"type": "string"}, "px-d3-imports": {"type": "string"}, "app-localize-behavior": {"type": "string"}}, "required": ["polymer", "px-colors-design", "px-tooltip", "px-popover", "px-theme", "px", "px-moment-imports", "iron-resizable-behavior", "neon-animation", "canvg", "px-iconography-design", "iron-dropdown", "px-number-formatter", "px-d3-imports", "app-localize-behavior"]}, "devDependencies": {"type": "object", "properties": {"px-starter-kit-design": {"type": "string"}, "px-demo": {"type": "string"}, "px-code-design": {"type": "string"}, "px-meta-buttons-design": {"type": "string"}, "px-layout-design": {"type": "string"}, "px-actionable-text-icons-design": {"type": "string"}, "px-demo-data": {"type": "string"}, "iron-ajax": {"type": "string"}}, "required": ["px-starter-kit-design", "px-demo", "px-code-design", "px-meta-buttons-design", "px-layout-design", "px-actionable-text-icons-design", "px-demo-data", "iron-ajax"]}}, "required": ["name", "version", "main", "ignore", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["231226404001", "\u521b\u4e1a\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["231226404002", "\u7ea2\u661f\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["231226404003", "\u536b\u4e1c\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["231226404004", "\u80dc\u5229\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["231226404005", "\u6797\u6e90\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["231226404501", "\u4e94\u56db\u6797\u573a\u751f\u6d3b\u533a", "220", "0"], ["231226404502", "\u516b\u4e8c\u7ecf\u8425\u6240\u751f\u6d3b\u533a", "220", "0"], ["231226404503", "\u4e49\u6c14\u677e\u5b9e\u9a8c\u6797\u573a\u751f\u6d3b\u533a", "220", "0"], ["231226404504", "\u5317\u80a1\u6d41\u6797\u573a\u751f\u6d3b\u533a", "220", "0"], ["231226404505", "\u4e1c\u98ce\u6797\u573a\u751f\u6d3b\u533a", "220", "0"], ["231226404506", "\u4e03\u4e00\u7ecf\u8425\u6240\u751f\u6d3b\u533a", "220", "0"], ["231226404507", "\u5efa\u5174\u7ecf\u8425\u6240\u751f\u6d3b\u533a", "220", "0"], ["231226404509", "\u897f\u5317\u6cb3\u7ecf\u8425\u6240\u751f\u6d3b\u533a", "220", "0"], ["231226404510", "\u8dc3\u8fdb\u6797\u573a\u751f\u6d3b\u533a", "220", "0"], ["231226404511", "\u516b\u4e00\u6797\u573a\u751f\u6d3b\u533a", "220", "0"], ["231226404512", "\u4e94\u4e00\u7ecf\u8425\u6240\u751f\u6d3b\u533a", "220", "0"], ["231226404513", "\u516d\u68f5\u677e\u68ee\u8c03\u961f\u751f\u6d3b\u533a", "220", "0"], ["231226404514", "\u4e1c\u80a1\u6d41\u6797\u573a\u751f\u6d3b\u533a", "220", "0"], ["231226404515", "\u8001\u80a1\u6d41\u6797\u573a\u751f\u6d3b\u533a", "220", "0"], ["231226404516", "\u4e94\u9053\u6cb3\u519c\u573a\u751f\u6d3b\u533a", "220", "0"], ["231226404517", "\u5f20\u5bb6\u6e7e\u519c\u573a\u751f\u6d3b\u533a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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#"}
| [["540624201201", "\u4e1c\u65e5\u6751", "220", "0"], ["540624201202", "\u897f\u6070\u66f2\u8d85\u8d85\u8d21\u739b\u6751", "220", "0"], ["540624201203", "\u5620\u65e5\u8272\u7eb3\u5c3c\u6751", "220", "0"], ["540624201204", "\u5620\u5c14\u624e\u4ec1\u6751", "210", "0"], ["540624201205", "\u591a\u5c14\u560e\u6070\u8363\u6751", "220", "0"], ["540624201206", "\u6263\u6728\u624e\u5e86\u6751", "220", "0"], ["540624201207", "\u53e4\u897f\u4e1c\u6751", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"result": {"type": "object", "properties": {"id": {"type": "string"}, "Count": {"type": "integer"}}, "required": ["id", "Count"]}, "requirements": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "quantity": {"type": "integer"}}, "required": ["type", "ingredient", "quantity"]}}, "cookTime": {"type": "integer"}, "weight": {"type": "integer"}, "priority": {"type": "integer"}, "potLevel": {"type": "integer"}}, "required": ["result", "requirements", "cookTime", "weight", "priority", "potLevel"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"result" : {"id" : "crockpot:mushy_cake", "Count" : 1}, "requirements" : [{"type" : "must_contain_ingredient", "ingredient" : {"item" : "minecraft:brown_mushroom"}, "quantity" : 1}, {"type" : "must_contain_ingredient", "ingredient" : {"item" : "minecraft:red_mushroom"}, "quantity" : 1}, {"type" : "must_contain_ingredient", "ingredient" : {"item" : "minecraft:crimson_fungus"}, "quantity" : 1}, {"type" : "must_contain_ingredient", "ingredient" : {"item" : "minecraft:warped_fungus"}, "quantity" : 1}], "cookTime" : 400, "weight" : 1, "priority" : 55, "potLevel" : 2} | json_instruct | {"type": "object", "properties": {"result": {"type": "object", "properties": {"id": {"type": "string"}, "Count": {"type": "integer"}}, "required": ["id", "Count"]}, "requirements": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "quantity": {"type": "integer"}}, "required": ["type", "ingredient", "quantity"]}}, "cookTime": {"type": "integer"}, "weight": {"type": "integer"}, "priority": {"type": "integer"}, "potLevel": {"type": "integer"}}, "required": ["result", "requirements", "cookTime", "weight", "priority", "potLevel"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "date": {"type": "string"}, "distance": {"type": "number"}, "pace": {"type": "number"}, "distanceLabel": {"type": "string"}, "duration": {"type": "number"}, "runByRunner": {"type": "string"}}, "required": ["id", "date", "distance", "pace", "distanceLabel", "duration", "runByRunner"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "half2-16", "date" : "2016-07-23", "distance" : 13.1, "pace" : 10.45, "distanceLabel" : "half marathon", "duration" : 136.895, "runByRunner" : "Floretta"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "date": {"type": "string"}, "distance": {"type": "number"}, "pace": {"type": "number"}, "distanceLabel": {"type": "string"}, "duration": {"type": "number"}, "runByRunner": {"type": "string"}}, "required": ["id", "date", "distance", "pace", "distanceLabel", "duration", "runByRunner"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"css-doodle.js": {"type": "string"}, "css-doodle.min.js": {"type": "string"}}, "required": ["css-doodle.js", "css-doodle.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"css-doodle.js" : "sha512-EnPhsgTZ6kOKX7XOF5E35+TEXsiXYkE+etpMQCeMPWGxwUQGq0P+Nds8F0pLCCwUlfB06xfQyA45WUQWWxCDmQ==", "css-doodle.min.js" : "sha512-ZMOpJNg2UTaN3vATfPygPh4lsp2wAVWywxGD0wVRRl7CcPH7DYY7rT61QvM7zNSfpym/ke3cwXR51XJRftLfyw=="} | json_instruct | {"type": "object", "properties": {"css-doodle.js": {"type": "string"}, "css-doodle.min.js": {"type": "string"}}, "required": ["css-doodle.js", "css-doodle.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "latest-version": {"type": "string"}, "1.15.0": {"type": "object", "properties": {"url": {"type": "string"}, "file-type": {"type": "string"}, "bin": {"type": "array", "items": {"type": "string"}}, "shortcuts": {"type": "array", "items": {}}, "persist": {"type": "array", "items": {}}}, "required": ["url", "file-type", "bin", "shortcuts", "persist"]}, "auto-update": {"type": "object", "properties": {"url": {"type": "string"}, "version-check": {"type": "object", "properties": {"webpage": {"type": "string"}}, "required": ["webpage"]}}, "required": ["url", "version-check"]}}, "required": ["display-name", "package-name", "latest-version", "1.15.0", "auto-update"]}}, "required": ["display-name", "package-name", "is-portable", "portable"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"display-name" : "", "package-name" : "ispc", "is-portable" : true, "portable" : {"display-name" : "", "package-name" : "ispc", "latest-version" : "1.15.0", "1.15.0" : {"url" : "https://github.com/ispc/ispc/releases/download/v1.15.0/ispc-v1.15.0-windows.zip", "file-type" : ".zip", "bin" : ["ispc.exe"], "shortcuts" : [], "persist" : []}, "auto-update" : {"url" : "https://github.com/ispc/ispc/releases/download/v<version>/ispc-v<version>-windows.zip", "version-check" : {"webpage" : "https://ispc.github.io/"}}}} | json_instruct | {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "latest-version": {"type": "string"}, "1.15.0": {"type": "object", "properties": {"url": {"type": "string"}, "file-type": {"type": "string"}, "bin": {"type": "array", "items": {"type": "string"}}, "shortcuts": {"type": "array", "items": {}}, "persist": {"type": "array", "items": {}}}, "required": ["url", "file-type", "bin", "shortcuts", "persist"]}, "auto-update": {"type": "object", "properties": {"url": {"type": "string"}, "version-check": {"type": "object", "properties": {"webpage": {"type": "string"}}, "required": ["webpage"]}}, "required": ["url", "version-check"]}}, "required": ["display-name", "package-name", "latest-version", "1.15.0", "auto-update"]}}, "required": ["display-name", "package-name", "is-portable", "portable"], "$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": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "readmeFilename": {"type": "string"}, "runkitExampleFilename": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "readmeFilename", "runkitExampleFilename"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "easydice", "version" : "1.3.2", "description" : "A package for easily creating customizable fair dice", "main" : "easydice.js", "scripts" : {"test" : "echo No tests yet."}, "repository" : {"type" : "git", "url" : "git+https://github.com/DaniFoldi/easydice.git"}, "keywords" : ["dice", "game", "throw", "rpg", "board games", "turn-based games", "easydice"], "author" : "D\u00e1niel F\u00f6ldi", "license" : "MIT", "bugs" : {"url" : "https://github.com/DaniFoldi/easydice/issues"}, "homepage" : "https://github.com/DaniFoldi/easydice#readme", "readmeFilename" : "README.md", "runkitExampleFilename" : "example.js"} | 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": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "readmeFilename": {"type": "string"}, "runkitExampleFilename": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "readmeFilename", "runkitExampleFilename"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"name": {"type": "string"}, "age": {"type": "integer"}}, "required": ["name", "age"]}, "parentId": {"type": "string"}, "version": {"type": "integer"}}, "required": ["success", "data", "parentId", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"success" : true, "data" : {"name" : "Vaibhav", "age" : 31}, "parentId" : "<BIN_ID>", "version" : 1} | json_instruct | {"type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"name": {"type": "string"}, "age": {"type": "integer"}}, "required": ["name", "age"]}, "parentId": {"type": "string"}, "version": {"type": "integer"}}, "required": ["success", "data", "parentId", "version"], "$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"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "grunt": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-jscodesniffer": {"type": "string"}, "grunt-mocha-phantomjs": {"type": "string"}, "mocha": {"type": "string"}, "mocha-phantomjs": {"type": "string"}, "phantomjs": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["chai", "grunt", "grunt-contrib-jshint", "grunt-contrib-uglify", "grunt-jscodesniffer", "grunt-mocha-phantomjs", "mocha", "mocha-phantomjs", "phantomjs", "sinon"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "main", "dependencies", "devDependencies", "homepage", "keywords", "authors", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "asynccss", "description" : "Utility that compiles CommonJS (NodeJS) modules into a single JavaScript file suitable for the browser", "version" : "0.0.5", "main" : "src/asynccss.js", "dependencies" : {}, "devDependencies" : {"chai" : "^1.10.0", "grunt" : "~0.4.1", "grunt-contrib-jshint" : "~0.4.3", "grunt-contrib-uglify" : "^0.6.0", "grunt-jscodesniffer" : ">=0.1.10", "grunt-mocha-phantomjs" : "^0.6.0", "mocha" : "^2.0.1", "mocha-phantomjs" : "^3.5.1", "phantomjs" : "^1.9.12", "sinon" : "^1.14.1"}, "homepage" : "https://github.com/dsheiko/asynccss", "keywords" : ["async", "load", "css"], "authors" : ["Dmitry Sheiko (http://dsheiko.com)"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "grunt": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-jscodesniffer": {"type": "string"}, "grunt-mocha-phantomjs": {"type": "string"}, "mocha": {"type": "string"}, "mocha-phantomjs": {"type": "string"}, "phantomjs": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["chai", "grunt", "grunt-contrib-jshint", "grunt-contrib-uglify", "grunt-jscodesniffer", "grunt-mocha-phantomjs", "mocha", "mocha-phantomjs", "phantomjs", "sinon"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "main", "dependencies", "devDependencies", "homepage", "keywords", "authors", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"collectionName": {"type": "string"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "icon", "description"]}, "options": {"type": "object", "properties": {}, "required": []}, "attributes": {"type": "object", "properties": {"anchor": {"type": "object", "properties": {"type": {"type": "string"}, "default": {"type": "string"}}, "required": ["type", "default"]}, "media": {"type": "object", "properties": {"type": {"type": "string"}, "repeatable": {"type": "boolean"}, "component": {"type": "string"}}, "required": ["type", "repeatable", "component"]}, "theme": {"type": "object", "properties": {"type": {"type": "string"}, "repeatable": {"type": "boolean"}, "component": {"type": "string"}}, "required": ["type", "repeatable", "component"]}}, "required": ["anchor", "media", "theme"]}}, "required": ["collectionName", "info", "options", "attributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"collectionName" : "components_sections_media_sections", "info" : {"name" : "MediaSection", "icon" : "photo-video", "description" : "A MediaSection is a singular, capsulated media object as a section"}, "options" : {}, "attributes" : {"anchor" : {"type" : "string", "default" : ""}, "media" : {"type" : "component", "repeatable" : false, "component" : "elements.media"}, "theme" : {"type" : "component", "repeatable" : false, "component" : "layout.section-theme"}}} | json_instruct | {"type": "object", "properties": {"collectionName": {"type": "string"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "icon", "description"]}, "options": {"type": "object", "properties": {}, "required": []}, "attributes": {"type": "object", "properties": {"anchor": {"type": "object", "properties": {"type": {"type": "string"}, "default": {"type": "string"}}, "required": ["type", "default"]}, "media": {"type": "object", "properties": {"type": {"type": "string"}, "repeatable": {"type": "boolean"}, "component": {"type": "string"}}, "required": ["type", "repeatable", "component"]}, "theme": {"type": "object", "properties": {"type": {"type": "string"}, "repeatable": {"type": "boolean"}, "component": {"type": "string"}}, "required": ["type", "repeatable", "component"]}}, "required": ["anchor", "media", "theme"]}}, "required": ["collectionName", "info", "options", "attributes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"backgroundColor": {"type": "string"}, "fontColor": {"type": "string"}, "flickering": {"type": "number"}, "horizontalSync": {"type": "number"}, "staticNoise": {"type": "number"}, "chromaColor": {"type": "number"}, "saturationColor": {"type": "number"}, "screenCurvature": {"type": "integer"}, "glowingLine": {"type": "number"}, "burnIn": {"type": "number"}, "bloom": {"type": "number"}, "rasterization": {"type": "integer"}, "jitter": {"type": "number"}, "rbgShift": {"type": "number"}, "brightness": {"type": "integer"}, "contrast": {"type": "integer"}, "ambientLight": {"type": "integer"}, "windowOpacity": {"type": "integer"}, "fontName": {"type": "string"}, "fontWidth": {"type": "number"}, "margin": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "integer"}}, "required": ["backgroundColor", "fontColor", "flickering", "horizontalSync", "staticNoise", "chromaColor", "saturationColor", "screenCurvature", "glowingLine", "burnIn", "bloom", "rasterization", "jitter", "rbgShift", "brightness", "contrast", "ambientLight", "windowOpacity", "fontName", "fontWidth", "margin", "name", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"backgroundColor" : "#100020", "fontColor" : "#40ff10", "flickering" : 0.1496, "horizontalSync" : 0.1461, "staticNoise" : 0.1496, "chromaColor" : 0.4979, "saturationColor" : 0.501, "screenCurvature" : 0, "glowingLine" : 0.1039, "burnIn" : 0.2482, "bloom" : 0.2482, "rasterization" : 1, "jitter" : 0.1532, "rbgShift" : 0.1532, "brightness" : 1, "contrast" : 1, "ambientLight" : 0, "windowOpacity" : 1, "fontName" : "APPLE_II", "fontWidth" : 0.8, "margin" : 1, "name" : "meminfo-003", "version" : 2} | json_instruct | {"type": "object", "properties": {"backgroundColor": {"type": "string"}, "fontColor": {"type": "string"}, "flickering": {"type": "number"}, "horizontalSync": {"type": "number"}, "staticNoise": {"type": "number"}, "chromaColor": {"type": "number"}, "saturationColor": {"type": "number"}, "screenCurvature": {"type": "integer"}, "glowingLine": {"type": "number"}, "burnIn": {"type": "number"}, "bloom": {"type": "number"}, "rasterization": {"type": "integer"}, "jitter": {"type": "number"}, "rbgShift": {"type": "number"}, "brightness": {"type": "integer"}, "contrast": {"type": "integer"}, "ambientLight": {"type": "integer"}, "windowOpacity": {"type": "integer"}, "fontName": {"type": "string"}, "fontWidth": {"type": "number"}, "margin": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "integer"}}, "required": ["backgroundColor", "fontColor", "flickering", "horizontalSync", "staticNoise", "chromaColor", "saturationColor", "screenCurvature", "glowingLine", "burnIn", "bloom", "rasterization", "jitter", "rbgShift", "brightness", "contrast", "ambientLight", "windowOpacity", "fontName", "fontWidth", "margin", "name", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["primer-alerts", "primer-avatars", "primer-base", "primer-breadcrumb", "primer-buttons", "primer-cards", "primer-core", "primer-forms", "primer-layout", "primer-markdown", "primer-marketing-type", "primer-navigation", "primer-page-headers", "primer-page-sections", "primer-product", "primer-states", "primer-tables", "primer-tooltips", "primer-utilities"] | 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": {"name": {"type": "string"}, "require": {"type": "object", "properties": {"afeefa/package-manager": {"type": "string"}}, "required": ["afeefa/package-manager"]}}, "required": ["name", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "afeefa/afeefa-components-version", "require" : {"afeefa/package-manager" : "^0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "require": {"type": "object", "properties": {"afeefa/package-manager": {"type": "string"}}, "required": ["afeefa/package-manager"]}}, "required": ["name", "require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includePath": {"type": "array", "items": {"type": "string"}}, "defines": {"type": "array", "items": {"type": "string"}}, "intelliSenseMode": {"type": "string"}, "browse": {"type": "object", "properties": {"path": {"type": "array", "items": {"type": "string"}}, "limitSymbolsToIncludedHeaders": {"type": "boolean"}, "databaseFilename": {"type": "string"}}, "required": ["path", "limitSymbolsToIncludedHeaders", "databaseFilename"]}, "compilerPath": {"type": "string"}, "cppStandard": {"type": "string"}}, "required": ["name", "includePath", "defines", "intelliSenseMode", "browse", "compilerPath", "cppStandard"]}}, "version": {"type": "integer"}}, "required": ["configurations", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"configurations" : [{"name" : "MinGW", "includePath" : ["${workspaceRoot}", "C:/MinGW/include", "C:/MinGW/include/freetype2", "c:/MinGW/include/c++/7.2.0", "C:/MinGW/include/c++/3.4.5", "C:/MinGW/include/c++/3.4.5/bits", "c:/MinGW/include/c++/7.2.0/x86_64-w64-mingw32", "c:/MinGW/include/c++/7.2.0/backward", "c:/MinGW/lib/gcc/x86_64-w64-mingw32/7.2.0/include", "c:/MinGW/lib/gcc/x86_64-w64-mingw32/7.2.0/include-fixed", "c:/MinGW/lib/gcc/x86_64-w64-mingw32/7.2.0/x86_64-w64-mingw32/include", "c:/mingw/x86_64-w64-mingw32/include"], "defines" : ["_WIN32", "__MINGW32__", "__GNUC__=7", "_DEBUG", "UNICODE", "__cdecl=__attribute__((__cdecl__))"], "intelliSenseMode" : "${default}", "browse" : {"path" : ["${workspaceRoot}", "C:/MinGW/include", "C:/MinGW/include/freetype2", "c:/MinGW/include/c++/7.2.0", "c:/MinGW/include/c++/7.2.0/x86_64-w64-mingw32", "c:/MinGW/include/c++/7.2.0/backward", "c:/MinGW/lib/gcc/x86_64-w64-mingw32/7.2.0/include", "c:/MinGW/lib/gcc/x86_64-w64-mingw32/7.2.0/include-fixed", "c:/MinGW/lib/gcc/x86_64-w64-mingw32/7.2.0/x86_64-w64-mingw32/include", "c:/mingw/x86_64-w64-mingw32/include"], "limitSymbolsToIncludedHeaders" : true, "databaseFilename" : ""}, "compilerPath" : "C:/MinGW/bin/g++.exe", "cppStandard" : "c++14"}], "version" : 4} | json_instruct | {"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includePath": {"type": "array", "items": {"type": "string"}}, "defines": {"type": "array", "items": {"type": "string"}}, "intelliSenseMode": {"type": "string"}, "browse": {"type": "object", "properties": {"path": {"type": "array", "items": {"type": "string"}}, "limitSymbolsToIncludedHeaders": {"type": "boolean"}, "databaseFilename": {"type": "string"}}, "required": ["path", "limitSymbolsToIncludedHeaders", "databaseFilename"]}, "compilerPath": {"type": "string"}, "cppStandard": {"type": "string"}}, "required": ["name", "includePath", "defines", "intelliSenseMode", "browse", "compilerPath", "cppStandard"]}}, "version": {"type": "integer"}}, "required": ["configurations", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"vue-resource.common.js": {"type": "string"}, "vue-resource.es2015.js": {"type": "string"}, "vue-resource.js": {"type": "string"}, "vue-resource.min.js": {"type": "string"}}, "required": ["vue-resource.common.js", "vue-resource.es2015.js", "vue-resource.js", "vue-resource.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vue-resource.common.js" : "sha512-mUVc+/+F7HzWhq5qiXYuThGHqaTMz2FBENgdOlYcyDSm4PoW7GkydJPAazW2s2YYIohubvGON04IQAw16kp7jw==", "vue-resource.es2015.js" : "sha512-ZwaEP8mi8eT/ECOXp7XNwJGZlZbR+QkGffD5s6L/drqdJ9RfPXFiEmOKn/NadL2mWOLT8EeqgxqdP5CTjTK9Qg==", "vue-resource.js" : "sha512-Ws5JuYXlOXtFZsALFPpC6e+hLnm83QMu7KU8YVu3Cy0Bgd9r3nrw6AtvnXHVhmDtSkCww9Ff9LCEyO3GgBxXcA==", "vue-resource.min.js" : "sha512-wSC7FKtKaM/HUGrDt3wx0beaVTK5lfjcp7k5oltFm5IkEi00DH+5k0aAwFLbZO9f8BAB+AGF5Xylgbc+1aYRuw=="} | json_instruct | {"type": "object", "properties": {"vue-resource.common.js": {"type": "string"}, "vue-resource.es2015.js": {"type": "string"}, "vue-resource.js": {"type": "string"}, "vue-resource.min.js": {"type": "string"}}, "required": ["vue-resource.common.js", "vue-resource.es2015.js", "vue-resource.js", "vue-resource.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "null"}, "dynasty": {"type": "null"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"accession_number" : "19.59", "actors" : [], "creation_date" : "19th century", "credit_line" : "Gift of Mrs. Benjamin F. Walcott", "cultures" : [], "dimensions" : null, "dynasty" : null, "images" : [], "irn" : 58681, "materials" : "wood, leather, metal and paint", "on_view" : false, "period" : null, "printers" : [], "publishers" : [], "rights" : null, "title" : "water bottle"} | json_instruct | {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "null"}, "dynasty": {"type": "null"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "other_nominate": {"type": "array", "items": {}}}, "required": ["title", "other_nominate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "MET\u30e9\u30a4\u30d6\u30d3\u30e5\u30fc\u30a4\u30f3\u30b02018-19/\u30f4\u30a7\u30eb\u30c7\u30a3\u300a\u30a2\u30a4\u30fc\u30c0\u300b", "other_nominate" : []} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "other_nominate": {"type": "array", "items": {}}}, "required": ["title", "other_nominate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"1": {"type": "object", "properties": {"taskId": {"type": "integer"}, "text": {"type": "string"}, "isCompleted": {"type": "boolean"}}, "required": ["taskId", "text", "isCompleted"]}, "2": {"type": "object", "properties": {"taskId": {"type": "integer"}, "text": {"type": "string"}, "isCompleted": {"type": "boolean"}}, "required": ["taskId", "text", "isCompleted"]}, "3": {"type": "object", "properties": {"taskId": {"type": "integer"}, "text": {"type": "string"}, "isCompleted": {"type": "boolean"}}, "required": ["taskId", "text", "isCompleted"]}}, "required": ["1", "2", "3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"1" : {"taskId" : 1, "text" : "Buy ice-cream", "isCompleted" : false}, "2" : {"taskId" : 2, "text" : "Go to the bank", "isCompleted" : true}, "3" : {"taskId" : 3, "text" : "Eat ice-cream", "isCompleted" : false}} | json_instruct | {"type": "object", "properties": {"1": {"type": "object", "properties": {"taskId": {"type": "integer"}, "text": {"type": "string"}, "isCompleted": {"type": "boolean"}}, "required": ["taskId", "text", "isCompleted"]}, "2": {"type": "object", "properties": {"taskId": {"type": "integer"}, "text": {"type": "string"}, "isCompleted": {"type": "boolean"}}, "required": ["taskId", "text", "isCompleted"]}, "3": {"type": "object", "properties": {"taskId": {"type": "integer"}, "text": {"type": "string"}, "isCompleted": {"type": "boolean"}}, "required": ["taskId", "text", "isCompleted"]}}, "required": ["1", "2", "3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "story": {"type": "string"}}, "required": ["name", "description", "story"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "\u592a\u967d\u306e\u77f3", "description" : ["1\u79d2\u3054\u3068\u306b\u81ea\u5206\u306e\u5468\u308a\u306e\u5186\u578b\u7bc4\u56f2\u5185\u306e\u6575\u306b\u653b\u6483\u529b\u306e20%\u306e\u7269\u7406\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u30015\u79d2\u9593\u3001\u56de\u5fa9\u529b\u309230%\u6e1b\u5c11\u3055\u305b\u307e\u3059\u3002", "1\u79d2\u3054\u3068\u306b\u81ea\u5206\u306e\u5468\u308a\u306e\u5186\u578b\u7bc4\u56f2\u5185\u306e\u6575\u306b\u653b\u6483\u529b\u306e24%\u306e\u7269\u7406\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u30015\u79d2\u9593\u3001\u56de\u5fa9\u529b\u309236%\u6e1b\u5c11\u3055\u305b\u307e\u3059\u3002", "1\u79d2\u3054\u3068\u306b\u81ea\u5206\u306e\u5468\u308a\u306e\u5186\u578b\u7bc4\u56f2\u5185\u306e\u6575\u306b\u653b\u6483\u529b\u306e29%\u306e\u7269\u7406\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u30015\u79d2\u9593\u3001\u56de\u5fa9\u529b\u309243%\u6e1b\u5c11\u3055\u305b\u307e\u3059\u3002", "1\u79d2\u3054\u3068\u306b\u81ea\u5206\u306e\u5468\u308a\u306e\u5186\u578b\u7bc4\u56f2\u5185\u306e\u6575\u306b\u653b\u6483\u529b\u306e35%\u306e\u7269\u7406\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u30015\u79d2\u9593\u3001\u56de\u5fa9\u529b\u309252%\u6e1b\u5c11\u3055\u305b\u307e\u3059\u3002", "1\u79d2\u3054\u3068\u306b\u81ea\u5206\u306e\u5468\u308a\u306e\u5186\u578b\u7bc4\u56f2\u5185\u306e\u6575\u306b\u653b\u6483\u529b\u306e42%\u306e\u7269\u7406\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u30015\u79d2\u9593\u3001\u56de\u5fa9\u529b\u309262%\u6e1b\u5c11\u3055\u305b\u307e\u3059\u3002", "1\u79d2\u3054\u3068\u306b\u81ea\u5206\u306e\u5468\u308a\u306e\u5186\u578b\u7bc4\u56f2\u5185\u306e\u6575\u306b\u653b\u6483\u529b\u306e50%\u306e\u7269\u7406\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u30015\u79d2\u9593\u3001\u56de\u5fa9\u529b\u309275%\u6e1b\u5c11\u3055\u305b\u307e\u3059\u3002"], "story" : "\u706b\u306e\u30a8\u30cd\u30eb\u30ae\u30fc\u304c\u5bbf\u308b\u9b54\u6cd5\u306e\u77f3\u3092\u3001\u592a\u967d\u306e\u5f62\u72b6\u306b\u6574\u3048\u3066\u5b8c\u6210\u3055\u305b\u305f\u9b54\u9053\u5177\u3002\u8eab\u306b\u3064\u3051\u308b\u3068\u3001\u5468\u56f2\u306e\u4e0d\u6d44\u306a\u7269\u3092\u71c3\u3084\u3057\u6d44\u5316\u3055\u305b\u308b\u529b\u304c\u624b\u306b\u5165\u308b\u3002"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "story": {"type": "string"}}, "required": ["name", "description", "story"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404395373, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "8f756d7b46175f7d7c15eeabfec4fabd", "wof:id" : 404395373, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.87162277404048, 45.10619246317249, 3.93670857886896, 45.13284921477742], "geometry" : {"coordinates" : [[[3.89050825550927, 45.10619246317249], [3.88601675891092, 45.11162198310662], [3.87162277404048, 45.11332923139328], [3.87599329790779, 45.12686489037701], [3.88096559463925, 45.13243560065925], [3.88558998832889, 45.13284921477742], [3.90868660141224, 45.13172697783538], [3.92070768519737, 45.12783744204489], [3.93670857886896, 45.12244548606738], [3.9361195339571, 45.11309459372879], [3.9261459345625, 45.1082793570175], [3.91479484315292, 45.11319953462407], [3.89541645342658, 45.10699058032555], [3.89050825550927, 45.10619246317249]]], "type" : "Polygon"}} | 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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u4e2d\u4e45\u4f01\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99608407", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "07810001258094", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u65b0\u5e97\u5340\u6c11\u6b0a\u8def\u4e00\uff10\u516b\u4e4b\u4e00\u865f\u4e94\u6a13", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u65b0\u5317\u5e02\u65b0\u5e97\u5340", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u5f35\u9298\u6bc5", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "22189457", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0780922", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0790917", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["27\u96fb\u8166\u3001\u96fb\u5b50\u7522\u54c1\u53ca\u5149\u5b78\u88fd\u54c1\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["275\u91cf\u6e2c\u3001\u5c0e\u822a\u3001\u63a7\u5236\u8a2d\u5099\u53ca\u9418\u9336"]} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"parent": {"type": "string"}, "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": ["parent", "name", "flags", "props"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "gameprojectileTrajectoryParams", "name" : "gameprojectileFollowTrajectoryParams", "flags" : 66, "props" : [{"type" : "Float", "name" : "startVel", "flags" : 6627016709}, {"type" : "whandle:gameObject", "name" : "target", "flags" : 6627016709}, {"type" : "whandle:entIPlacedComponent", "name" : "targetComponent", "flags" : 6627016709}, {"type" : "Float", "name" : "accuracy", "flags" : 6627016709}, {"type" : "Vector4", "name" : "targetOffset", "flags" : 6627016709}]} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "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": ["parent", "name", "flags", "props"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"exclude": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "stubPath": {"type": "string"}, "venvPath": {"type": "string"}, "reportMissingImports": {"type": "boolean"}, "reportMissingTypeStubs": {"type": "boolean"}, "pythonVersion": {"type": "string"}, "executionEnvironments": {"type": "array", "items": {"type": "object", "properties": {"root": {"type": "string"}}, "required": ["root"]}}}, "required": ["exclude", "ignore", "stubPath", "venvPath", "reportMissingImports", "reportMissingTypeStubs", "pythonVersion", "executionEnvironments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"exclude" : ["**/__pycache__"], "ignore" : ["fastText", "embeddings", "notebooks", "tx-ray", "wandb", "mimic3-benchmarks"], "stubPath" : "typings", "venvPath" : "/usr/local/Caskroom/miniconda/base/envs/icu", "reportMissingImports" : true, "reportMissingTypeStubs" : false, "pythonVersion" : "3.7.7", "executionEnvironments" : [{"root" : "."}]} | json_instruct | {"type": "object", "properties": {"exclude": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "stubPath": {"type": "string"}, "venvPath": {"type": "string"}, "reportMissingImports": {"type": "boolean"}, "reportMissingTypeStubs": {"type": "boolean"}, "pythonVersion": {"type": "string"}, "executionEnvironments": {"type": "array", "items": {"type": "object", "properties": {"root": {"type": "string"}}, "required": ["root"]}}}, "required": ["exclude", "ignore", "stubPath", "venvPath", "reportMissingImports", "reportMissingTypeStubs", "pythonVersion", "executionEnvironments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "IBIARA", "Description" : "IBIARA / PB"}, "geometry" : {"type" : "LineString", "coordinates" : [[-38.3100178898137, -7.51889487150106], [-38.34548416466242, -7.53434942048932], [-38.384272870596476, -7.53572074002011], [-38.392897805189534, -7.547506414789155], [-38.386325496724226, -7.5693923053106], [-38.388749048229954, -7.594838047937514], [-38.450592637440195, -7.594082925886255], [-38.42404345184377, -7.567862113345824], [-38.428254012912305, -7.548037227036332], [-38.4754625882278, -7.53704581820989], [-38.47559433171301, -7.520745758110195], [-38.49162857559827, -7.438523315498571], [-38.426667274275246, -7.42316503084146], [-38.401180443422675, -7.424372429144229], [-38.36736134614915, -7.420099670962998], [-38.31923909830567, -7.457577689658592], [-38.32821306877804, -7.486994011964042], [-38.31668039308562, -7.496496888120816], [-38.3100178898137, -7.51889487150106]]}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "duration", "language", "recorded", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "http://lanyrd.com/2011/pycon-finland/sgybb/\n\nWorking with Unicode and encodings might be confusing, but every\ndeveloper must know how they work.\nEven if the full Unicode standard is actually quite complex, only a\nfew basic concepts are really necessary to work with Python and\nUnicode:\n\n* the differences between Unicode strings and bytes;\n* how encodings are used to store characters;\n* the differences between different encodings;\n* how to understand Unicode-related errors;\n\nThis talk aims to explain these concept.\nBest practices for using Unicode, the current status of Unicode in\nPython 2 and 3, and the plans for the future (e.g. PEP393 - Flexible\nstring representation) will also be discussed.\nThe talk is suitable for both new developers that are not yet familiar\nwith Unicode and for experienced developers that want to understand\nbetter what's going on under the hood.", "duration" : 3524, "language" : "eng", "recorded" : "2011-10-17", "speakers" : ["Ezio Melotti"], "thumbnail_url" : "https://i.ytimg.com/vi/S-m0dP_anUY/hqdefault.jpg", "title" : "Understanding Encodings", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=S-m0dP_anUY"}]} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "duration", "language", "recorded", "speakers", "thumbnail_url", "title", "videos"], "$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.