changedInput schema / properties / fqn / description
Previous value: -"One core symbol, as lookup_core_symbol takes it (\\Drupal\\Core\\Url::fromRoute, check_markup, core:library:core/once). Pass this, or a filter below."New value: +"One core symbol, as lookup_core_symbol takes it. Pass this or a filter."
changedInput schema / properties / kind / description
Previous value: -"Filter: one core_symbol kind (function, method, class, library, hook, service …)."New value: +"Filter: one symbol kind (function, method, class, library, hook, service …)."
changedInput schema / properties / limit / description
Previous value: -"Projects per page, 1 to 100 (default 50). next_offset says where the next page starts."New value: +"Projects per page, 1 to 100 (default 50)."
changedInput schema / properties / matched / description
Previous value: -"Matched catalog symbols listed on the envelope (symbols_matched), 1 to 50 (default 20), most-used first."New value: +"Matched symbols listed on the envelope, 1 to 50 (default 20)."
changedInput schema / properties / offset / description
Previous value: -"Skip this many projects in the same ranked order. Pass the previous page's next_offset."New value: +"Skip this many projects; pass the previous next_offset."
changedInput schema / properties / removal_in / description
Previous value: -"Filter: symbols whose removal stamp names this core minor (13.0). Combine with status=scheduled_removal for 'still present, going away in 13.0'."New value: +"Filter: removal stamp in this core minor (13.0); with status=scheduled_removal = still present, going away then."
changedInput schema / properties / status / description
Previous value: -"Filter: deprecated (has a @deprecated stamp), scheduled_removal (still present, removal announced), or removed (gone)."New value: +"Filter: deprecated | scheduled_removal (still present) | removed (gone)."
changedInput schema / properties / subsystem / description
Previous value: -"Filter: one core subsystem name (Entity API, Views, Form API …), case-insensitive; subsystem_coupling with no arguments lists them."New value: +"Filter: a core subsystem name (Entity API, Views), case-insensitive; subsystem_coupling with no arguments lists them."
changedInput schema / properties / symbols / description
Previous value: -"Symbols listed per project row, 1 to 30 (default 10), heaviest first; symbol_count on the row says how many the project uses in all."New value: +"Symbols per project row, 1 to 30 (default 10), heaviest first."
changedOutput schema / (root)
Previous value: -{
- "additionalProperties": false,
- "properties": {
- "count": {
- "type": "integer"
- },
- "evidence_built_at": {
- "type": "string"
- },
- "next_offset": {
- "type": "integer"
- },
- "ranked_by": {
- "type": "string"
- },
- "rows": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "branch": {
- "type": "string"
- },
- "branches": {
- "type": "integer"
- },
- "installs": {
- "type": "integer"
- },
- "occurrences": {
- "type": "integer"
- },
- "project": {
- "type": "string"
- },
- "symbol_count": {
- "type": "integer"
- },
- "symbols": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "change_record_nids": {
- "items": {
- "type": "integer"
- },
- "type": [
- "null",
- "array"
- ]
- },
- "files": {
- "type": "integer"
- },
- "fqn": {
- "type": "string"
- },
- "kind": {
- "type": "string"
- },
- "occurrences": {
- "type": "integer"
- },
- "removal_in": {
- "type": "string"
- }
- },
- "required": [
- "fqn",
- "kind",
- "occurrences",
- "files",
- "change_record_nids"
- ],
- "type": "object"
- },
- "type": [
- "null",
- "array"
- ]
- },
- "title": {
- "type": "string"
- }
- },
- "required": [
- "project",
- "branch",
- "branches",
- "installs",
- "symbol_count",
- "occurrences",
- "symbols"
- ],
- "type": "object"
- },
- "type": [
- "null",
- "array"
- ]
- },
- "symbol_count": {
- "type": "integer"
- },
- "symbols_matched": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "change_record_nids": {
- "items": {
- "type": "integer"
- },
- "type": [
- "null",
- "array"
- ]
- },
- "deprecated_in": {
- "type": "string"
- },
- "fqn": {
- "type": "string"
- },
- "kind": {
- "type": "string"
- },
- "projects_using": {
- "type": "integer"
- },
- "removal_in": {
- "type": "string"
- },
- "removal_kind": {
- "type": "string"
- }
- },
- "required": [
- "fqn",
- "kind",
- "projects_using",
- "change_record_nids"
- ],
- "type": "object"
- },
- "type": [
- "null",
- "array"
- ]
- }
- },
- "required": [
- "symbol_count",
- "symbols_matched",
- "count",
- "rows",
- "ranked_by"
- ],
- "type": "object"
-}New value: +null