big tings
This commit is contained in:
25
registry/schema-org/OfferItemCondition.schema.json
Normal file
25
registry/schema-org/OfferItemCondition.schema.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:OfferItemCondition",
|
||||
"title": "OfferItemCondition",
|
||||
"description": "A list of possible conditions for the item.",
|
||||
"type": "string",
|
||||
"oneOf": [
|
||||
{
|
||||
"description": "Indicates that the item is damaged.",
|
||||
"const": "DamagedCondition"
|
||||
},
|
||||
{
|
||||
"description": "Indicates that the item is new.",
|
||||
"const": "NewCondition"
|
||||
},
|
||||
{
|
||||
"description": "Indicates that the item is refurbished.",
|
||||
"const": "RefurbishedCondition"
|
||||
},
|
||||
{
|
||||
"description": "Indicates that the item is used.",
|
||||
"const": "UsedCondition"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user