ldexterldesign / BUY-SELL

💵 A schema (made from https://json-schema.org + https://schema.org) to help me record/reference when buying/selling things (and perhaps you too?)
0 stars 0 forks source link

Update brand to organization type #18

Open ldexterldesign opened 3 years ago

ldexterldesign commented 3 years ago

From:

                    "brand": {
                        "properties": {
                            "name": {
                                "s:additionalType": "s:Text",
                                "type": "string"
                            },
                            "url": {
                                "$ref": "#url"
                            }
                        },
                        "s:additionalType": "s:Brand",
                        "s:sameAs": "s:brand",
                        "type": "object"
                    }

To:

                    "brand": {
                        "$ref": "#organization",
                        "s:sameAs": "s:brand"
                    }