@ndla/types-taxonomy 1.0.45 → 1.0.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2909,6 +2909,12 @@ export type components = {
2909
2909
  * @example Lecture
2910
2910
  */
2911
2911
  name: string;
2912
+ /**
2913
+ * Format: int32
2914
+ * @description Sort order of the resource type
2915
+ * @example 1
2916
+ */
2917
+ order?: number;
2912
2918
  /** @description Sub resource types */
2913
2919
  subtypes?: components["schemas"]["ResourceType"][];
2914
2920
  /** @description List of language codes supported by translations */