diff --git a/source/behavior/entities/format/components/interact.json b/source/behavior/entities/format/components/interact.json index 1a4ae115..bb1249eb 100644 --- a/source/behavior/entities/format/components/interact.json +++ b/source/behavior/entities/format/components/interact.json @@ -4,6 +4,7 @@ "title": "Interact", "description": "Defines interactions with this entity.", "additionalProperties": false, + "examples": [{ "interactions": [] }], "definitions": { "interaction_spec": { "type": "object", diff --git a/source/behavior/entities/format/components/physics.json b/source/behavior/entities/format/components/physics.json index 89b282a9..066ae291 100644 --- a/source/behavior/entities/format/components/physics.json +++ b/source/behavior/entities/format/components/physics.json @@ -19,10 +19,5 @@ "title": "Has Gravity" } }, - "examples": [ - { - "has_collision": true, - "has_gravity": true - } - ] + "examples": [{}, { "has_collision": true, "has_gravity": true }] }