yaml / yaml-spec

YAML Specification
http://yaml.org/spec/
348 stars 54 forks source link

Specify that implementations may recognize tags outside the schema. #137

Closed Thom1729 closed 3 years ago

Thom1729 commented 3 years ago

It may also be useful to further specify that, e.g.:

Implementations may recognize tags outside the specified schema provided that the implementation can produce the canonical form for each tag.

eemeli commented 3 years ago

Isn't this concern already covered? https://github.com/yaml/yaml-spec/blob/96c3ba1419e571f657e61588dd837888dd6ee419/spec/spec.md#L6411-L6414

Thom1729 commented 3 years ago

I'm going to close this as unnecessary since, as pointed out, the spec already says this elsewhere.