diff --git a/schema/resource.json b/schema/resource.json index d18267a..51ae442 100644 --- a/schema/resource.json +++ b/schema/resource.json @@ -16,12 +16,7 @@ "Attributes": { "title": "Attributes", "type": "object", - "additionalProperties": true, - "properties": { - "service.name": { - "type": "string" - } - } + "additionalProperties": true } } }