schema
schema copied to clipboard
Schema.org library for PHP
This commit introduces changes to generate-schema.php to allow reading and parsing of schema.jsonld for latest release of schema.org (v26.0). The changes inside src/Interfaces/ are the new and updated Interfaces for...
It seems that ThingConvert ignores @context, so the library will fails to read schemas like the following ones: ``` { "@context":"https://schema.org", "@graph":[ { "@type":"Organization", "@id":"https://example.org/#organization", "name":"Acme LTD", "url":"https://example.org/", "sameAs":[ ]...
Currently there are just the Sub-properties `gtin12`, `gtin13`, `gtin14`, `gtin8` readable not the main property `gtin` e.g. on Product: https://schema.org/gtin
Hi guys. Not sure how I can request a feature before I build it to see if it will be accepted. At [ThingConverter](https://github.com/brick/schema/blob/master/src/ThingConverter.php#L114) you are doing the right thing when...
When running through this example schema (which validates without errors or warnings at validator.schema.org), the returned `Car` object contains an empty `Review` object, where I would expect the full review...
Interface names are created as is, but may occasionally conflict with PHP reserved words. We need to figure out what to do in this case.