Skip to content

Merged PR #3682 has had unintended consequences #4425

@nickevansuk

Description

@nickevansuk

We've noticed that #3682 seems to have accidentally moved schema:width and schema:height into "pending", which has broken some of the libraries in the OpenActive project.

I suspect that this is unintentional, as schema:width and schema:height are very much established, and from the PR it appears that it's only the property's addition to the ShippingConditions type that is "new".

This can be seen on both the schema.org website (https://schema.org/width and https://schema.org/height) and in the JSON-LD download (extracts below).

The accidental change is also visible via the internet archive. See lack of pending/new note on this archived web page from February, before the PR referenced above was merged: https://web.archive.org/web/20250201113526/https://schema.org/height and contrast with the current https://schema.org/height.

Finally please note the typo in the schema:source below (htps:// rather than https://).

Mentioning @alex-jansen @pascalfleury @MatthiasWiesmann from the PR above.

    {
      "@id": "schema:width",
      "@type": "rdf:Property",
      "rdfs:comment": "The width of the item.",
      "rdfs:label": "width",
      "schema:domainIncludes": [
        {
          "@id": "schema:OfferShippingDetails"
        },
        {
          "@id": "schema:VisualArtwork"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:MediaObject"
        },
        {
          "@id": "schema:ShippingConditions"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Distance"
        },
        {
          "@id": "schema:QuantitativeValue"
        }
      ],
      "schema:source": {
        "@id": "htps://github.com/schemaorg/schemaorg/issues/3617"
      }
    },
    {
      "@id": "schema:height",
      "@type": "rdf:Property",
      "rdfs:comment": "The height of the item.",
      "rdfs:label": "height",
      "schema:domainIncludes": [
        {
          "@id": "schema:VisualArtwork"
        },
        {
          "@id": "schema:MediaObject"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:ShippingConditions"
        },
        {
          "@id": "schema:OfferShippingDetails"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Distance"
        },
        {
          "@id": "schema:QuantitativeValue"
        }
      ],
      "schema:source": {
        "@id": "htps://github.com/schemaorg/schemaorg/issues/3617"
      }
    },

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions