Project-scoped conformance
Portable Path Profile
Rejects absolute, traversal and reserved characters.
This profile does not claim official standards certification.
Conforming example
{
"input": {
"synthetic": true,
"path": "masters/en-US/final_v01.mov"
},
"result": {
"valid": true,
"errors": []
}
}Nonconforming example
{
"input": {
"synthetic": true,
"path": "../masters/final?.mov"
},
"result": {
"valid": false,
"errors": [
"path_traversal",
"reserved_character"
]
}
}