diff --git a/package/v1.1.0/hatch_pkg_metadata_schema.json b/package/v1.1.0/hatch_pkg_metadata_schema.json index 07be49b..2ca728c 100644 --- a/package/v1.1.0/hatch_pkg_metadata_schema.json +++ b/package/v1.1.0/hatch_pkg_metadata_schema.json @@ -70,10 +70,10 @@ "items": { "type": "object", "required": ["name", "type"], - "properties": { - "type": { + "properties": { "type": { "oneOf": [ { + "type": "object", "properties": { "type": { "type": "string", @@ -82,13 +82,13 @@ }, "path": { "type": "string", - "format": "path", "description": "If local, expecting a path to the root directory of the local package." } }, "required": ["type", "path"] }, { + "type": "object", "properties": { "type": { "type": "string",