# Schema Inaccuracy ``` docker: type: object title: Docker Metadata properties: tag: type: array required: - tags ``` The properties should be `tags` not `tag`, or the required should be changed to `tag`